Closed
Bug 128778
Opened 23 years ago
Closed 23 years ago
UIEvent interface not supported
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
People
(Reporter: sunrise_ey, Assigned: joki)
Details
UIEvent interface is not supported in Mozilla. i.e., - document.createEvent("UIEvents") doesn't create an UIEvent object. - initEvent of UIEvent interface is not implemented. - readonly attributes 'detail' and 'view' are implemented for MouseEvents only (implemented by nsDOMEvent::GetDetail and nsDOMEvent::GetView) Is there any reason for not supporting UIEvent interface?
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 60212 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•