Closed
Bug 283637
Opened 20 years ago
Closed 20 years ago
Dispatching UIEvents using DOM interface doesn't work
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
|
972 bytes,
patch
|
bzbarsky
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
patch coming.
| Assignee | ||
Comment 1•20 years ago
|
||
nsDOMUIEvent::nsDOMUIEvent should create nsUIEvent if aEvent is null.
(Otherwise nsDOMEvent::nsDOMEvent will create nsEvent.)
Attachment #175559 -
Flags: superreview?(jst)
Attachment #175559 -
Flags: review?(bryner)
Comment 2•20 years ago
|
||
Comment on attachment 175559 [details] [diff] [review]
v1
sr=jst
Attachment #175559 -
Flags: superreview?(jst) → superreview+
Comment 3•20 years ago
|
||
Comment on attachment 175559 [details] [diff] [review]
v1
r=bzbarsky, but want to file a bug on coming up with a less fragile way to do
this?
Attachment #175559 -
Flags: review?(bryner) → review+
Comment 4•20 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•