Closed Bug 3272 Opened 26 years ago Closed 26 years ago

problems w/ event object properties

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sappling, Assigned: joki)

References

()

Details

1) References to event.screenX (and some others) cause the event handler to terminate prematurely. 2) Event.type includes "on" at the start. I don't think it should (at least that's not the behavior in IE4, Nav4, or IE5beta) See example at URL specified above.
Status: NEW → ASSIGNED
Target Milestone: M6
The 'on' before all the names part of this is fixed. The other event object properties are still returning errors because they're not implemented yet.
*** Bug 3946 has been marked as a duplicate of this bug. ***
Target Milestone: M6 → M7
This fix require work by both hyatt and me. Doesn't look like we'll get to it this week so I'm moving it out to M7.
Target Milestone: M7 → M8
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
event coords props are fixed now.
Target Milestone: M8 → M7
Status: RESOLVED → VERIFIED
Attempt to reference screenX does not seems to kill the event handler function. At the start "A B onclick" is not written to the status line. So working fine now. Marking as verified.
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.