[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 23:17:22 PST 2010


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





--- Comment #6 from TAMURA, Kent <tkent at chromium.org>  2010-01-17 23:17:22 PST ---
(In reply to comment #5)
> 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".

I implemented it for Mac and works fine. I uploaded a patch on Bug#33783.

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