[Webkit-unassigned] [Bug 23156] cant alignt text to the right using right shift and right ctrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 00:12:31 PST 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #13 from ap at webkit.org  2009-02-27 00:12 PDT -------
What will be the meaning of m_ctrlKey after this change? Will it be left Ctrl
key, or any one? In most cases, we don't care which side the key was at.

We need to expose right/left information to DOM, see this FIXME in
KeyboardEvent.cpp:

    , m_keyLocation(key.isKeypad() ? DOM_KEY_LOCATION_NUMPAD :
DOM_KEY_LOCATION_STANDARD) // FIXME: differentiate right/left, too


-- 
Configure bugmail: https://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