#27 closed defect (fixed)
IE event cancelling broken
Reported by: | david | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IE Event cancelling through the stopPropagation() and/or preventDefault() don't work. With a little fsking around, I found that I could get them to behave if I made the functions apply to window.event instead of the event as stored in the IEEvent object.
I propose that we move away from IEEvent as a constructor and just staple on new properties to the event for IE. This is much more reliable in my experience.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by [827]