WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2010-10-13 20:57:29 PDT
Created
attachment 70707
[details]
Patch
Sam Weinig
Comment 2
2010-10-13 21:28:05 PDT
Fixed in
http://trac.webkit.org/changeset/69733
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug