[Webkit-unassigned] [Bug 24161] listbox-deselect-scroll and listbox-selection-2 have mac specific code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 17 21:15:47 PST 2010


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


TAMURA, Kent <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #5 from TAMURA, Kent <tkent at chromium.org>  2010-01-17 21:15:47 PST ---
I'm planing to change the following eventSender functions:
  - eventSender.mouseDown([buttonNumber [, modifiers]])
  - eventSender.mouseUp([buttonNumber [, modifiers]])

The modifiers parameter is similar to modifiers parameter of
evenSender.keyDown().  It's an array of strings.  A string can be
  - a concrete modifier key name;  "ctrlKey", "shiftKey", "altKey", or
"metaKey", or
  - a functional modifier name; "addSelectionKey", or "rangeSelectionKey".
 "addSelectionKey" should be an alias of "metaKey" on Mac, "ctrlKey" on
Windows.
 "rangeSelectionKey" is an alias of "shiftKey".

Comments?

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