[Webkit-unassigned] [Bug 35066] keyboard selection sometimes moves the wrong end of the selection for Win/Linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 18 00:59:00 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35066
Evan Martin <evan at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |evan at chromium.org
--- Comment #3 from Evan Martin <evan at chromium.org> 2010-02-18 00:59:00 PST ---
+// FIXME: Expose settings->editingBehavior() and use that here instead.
+var onMacPlatform = navigator.userAgent.search(/\bMac OS X\b/) != -1;
I wonder if this will fail on iPhone.
I wonder if iPhones use Mac editing behavior.
I guess there's no shift-home on iPhones. :)
I wonder if we run tests on iPhones?
--
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