Closed
Bug 866436
Opened 12 years ago
Closed 12 years ago
Cleanup the implementation of UIEvent.which
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
5.39 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #742735 -
Flags: review?(bugs)
Comment 1•12 years ago
|
||
Comment on attachment 742735 [details] [diff] [review]
Patch v1
Could you add an assertion to nsDOMUIEvent::Which() that
mEvent->eventStructType != NS_KEY_EVENT &&
mEvent->eventStructType != NS_MOUSE_EVENT
Attachment #742735 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•