[Webkit-unassigned] [Bug 35299] [Gtk] mousemove event always has metaKey == true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 15:27:37 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=35299





--- Comment #9 from Martin Robinson <mrobinson at webkit.org>  2011-09-20 15:27:37 PST ---
(From update of attachment 107820)
View in context: https://bugs.webkit.org/attachment.cgi?id=107820&action=review

> LayoutTests/platform/gtk/fast/events/event-sender-metakey.html:16
> +        if(true == failed)
> +            return;
> +        if(e.metaKey != metaKey)
> +            failed = true;
> +    }

You're missing spaces after both 'if's here.

> LayoutTests/platform/gtk/fast/events/event-sender-metakey.html:40
> +    resultDiv.innerHTML = (true == failed) ? "FAIL" : "PASS";

Why not just this resultDiv.innerHTML = failed ? "FAIL" : "PASS"; ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list