[Webkit-unassigned] [Bug 22784] [Chromium] Home and End buttons do not do anything in drop down lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 14:31:07 PDT 2009


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





--- Comment #8 from Jens Alfke <snej at google.com>  2009-07-10 14:31:06 PDT ---
Looking at Platform.h, a better check might be
    PLATFORM(DARWIN) && !PLATFORM(GTK) && !PLATFORM(WX)
which is based on the same logic used to compute PLATFORM(MAC) when
BUILDING_CHROMIUM__ is not turned on. Does that seem, if not reasonable, than
at least acceptable since we don't have the right flag yet?

Will change the reference to Safari.

-- 
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