Closed Bug 35378 Opened 24 years ago Closed 24 years ago

UIEvent::detail not implemented

Categories

(Core :: DOM: Events, defect, P3)

x86
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: joe, Assigned: joki)

Details

Attachments

(1 file)

The DOM Level 2 standard defines the detail attribute on the UIEvent interface 
for determining some abstract notion of detail about an event.

MouseEvent inherits from UIEvent, and should use detail to express 
the "clickCount" of the event.  Currently, Mozilla uses the non-standard 
clickCount attribute to determine this information.  When I try to access 
detail, not only does it not return a value, but it actually generates a 
javascript error (of which type I can't see due to the lack of a js console).
Attached file test case
DOM Level 2 events, over to you joki...
Assignee: jst → joki
The JS error is an NS_ERROR_NOT_IMPLEMENTED.  Oops...  Confirming bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: DOM Level 2 → DOM Events
QA Contact Update
QA Contact: vidur → vladimire
Status: RESOLVED → VERIFIED
verifying build 2001-06-11-0.9.1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: