[Webkit-unassigned] [Bug 34685] [Haiku] Fix various problems in mouse/wheel/keyboard event propagation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 13:32:48 PST 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48977|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #11 from Eric Seidel <eric at webkit.org>  2010-02-22 13:32:48 PST ---
(From update of attachment 48977)
Sad that this same code is copy/paste in all 3 platform events:
    int32 modifiers = message->FindInt32("modifiers");
 351     m_shiftKey = modifiers & B_SHIFT_KEY;
 352     m_ctrlKey = modifiers & B_COMMAND_KEY;
 353     m_altKey = modifiers & B_CONTROL_KEY;
 354     m_metaKey = modifiers & B_OPTION_KEY;

Looks good.

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