[Webkit-unassigned] [Bug 14367] Cannot make accesskey work for Safari 3 on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 13:46:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14367


hk9565 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hk9565 at gmail.com




------- Comment #1 from hk9565 at gmail.com  2007-08-13 13:46 PDT -------
We can't use the Ctrl key to trigger access keys on Windows because this
conflicts with many common keyboard shortcuts.  For example, if the web site
sets an access key of "c" (as Wikipedia does), Windows users will still expect
Ctrl-C to copy, not to trigger the access key.

One way to fix this is to add a function hasAccessKeyModifiers to KeyboardEvent
whose implementation differs on different platforms.  The Mac version can
declare the KeyboardEvent to have the access key modifiers if the Ctrl key is
down and the Windows version can look for Alt + Shift.  I'd be happy to submit
a patch to this effect.


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



More information about the webkit-unassigned mailing list