Opened 9 years ago
Closed 9 years ago
#14599 closed bug (duplicate)
event.returnValue is deprecated
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
event.returnValue is deprecated. Chrome appears to take this very seriously and will refuse to assign a value to this.originalEvent.
Please do what it says:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Thank you.
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
I'm sorry, I was mistaken when I thought I was mistaken. It does exists in line 5374 of 1.10.2:
src.returnValue === false |
src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse;
I've also tried Opera, and it's got the same problem as Chrome.
Note: See
TracTickets for help on using
tickets.
I'm sorry, this is a mistake. I thought it was 1.10.2, but it turns out to be 1.5.2. Very sorry.
-Phil