Opened 13 years ago
Closed 13 years ago
#6113 closed bug (fixed)
beforeunload event fires twice
Reported by: | SidneySM | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | event | Version: | 1.4.2 |
Keywords: | beforeunload, onbeforeunload, event, bind, special | Cc: | |
Blocked by: | Blocking: |
Description
beforeunload event handlers on window
are firing twice: once for onbeforeunload
assigned in the event's setup, once for addEventListener
.
It's also worth noting that WebKit does now support a return value from beforeunload bound with addEventListener
.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | beforeunload.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.4.2 → 1.4.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.4.1 → 1.4.2 |
Note: See
TracTickets for help on using
tickets.
Testcase