RESOLVED FIXED Bug 47651
PlatformMouseEvents need to contain modifier flags
https://bugs.webkit.org/show_bug.cgi?id=47651
Summary PlatformMouseEvents need to contain modifier flags
Sam Weinig
Reported 2010-10-13 20:54:21 PDT
The PlaformMouseEvent class contains modifier flags in two ways, as bits for the four main fields, and as an unsigned for m_modifierFlags. We don't set m_modifierFlags and thus don't get modifiers sent to us in mouseDidMoveOverElement.
Attachments
Patch (1.24 KB, patch)
2010-10-13 20:57 PDT, Sam Weinig
jhoneycutt: review+
Sam Weinig
Comment 1 2010-10-13 20:57:29 PDT
Sam Weinig
Comment 2 2010-10-13 21:28:05 PDT
Note You need to log in before you can comment on or make changes to this bug.