Open
Bug 329430
Opened 17 years ago
Updated 6 months ago
Do not reuse nsEvents
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
Details
Currently we're reusing nsEvents in some cases. For example http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventStateManager.cpp#4206 It'd be probably better not to reuse nsEvents, that is errorprone. This problem may go away if/when merging nsEvent and nsDOMEvent.
Updated•14 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 1•5 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•