Closed
Bug 970248
Opened 12 years ago
Closed 12 years ago
Simplify constructor of InternalUIEvent
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(1 file)
|
8.52 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
The detail value of most DOM events derived from UIEvent is 0 :-(
Attachment #8374713 -
Flags: review?(bugs)
Comment 2•12 years ago
|
||
Comment on attachment 8374713 [details] [diff] [review]
Patch
This or aDetail = 0 in the ctor.
I guess this patch is nicer since it makes it more clear that which
member variable is set to none zero value.
Attachment #8374713 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•