Closed
Bug 256469
Opened 21 years ago
Closed 21 years ago
NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT are the same
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha4
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
2.53 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
mkaply
:
approval1.7.5+
|
Details | Diff | Splinter Review |
NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT, both possible values of
nsEvent::eventStructType according to LXR, are the same number.
NS_MUTATION_EVENT is defined in the wrong file.
| Assignee | ||
Comment 1•21 years ago
|
||
Assignee: events → dbaron
Status: NEW → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Attachment #156718 -
Flags: superreview?(bryner)
Attachment #156718 -
Flags: review?(bryner)
| Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Updated•21 years ago
|
Attachment #156718 -
Flags: superreview?(bryner)
Attachment #156718 -
Flags: superreview+
Attachment #156718 -
Flags: review?(bryner)
Attachment #156718 -
Flags: review+
| Assignee | ||
Comment 2•21 years ago
|
||
Fix checked in to trunk, 2004-08-25 15:26 -0700.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8alpha4
Attachment #156718 -
Flags: approval1.7.3?
Comment 3•21 years ago
|
||
Comment on attachment 156718 [details] [diff] [review]
patch
a=mkaply
Attachment #156718 -
Flags: approval1.7.3? → approval1.7.3+
Updated•6 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
•