Modify ↓
Ticket #474 (closed bug: fixed)
oneclick with return false doesn't return false svn $Rev: 670 $
| Reported by: | jakecigar@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | |
| Keywords: | click callback svn | Cc: | jörn |
| Blocking: | Blocked by: |
Description
I use oneclick() on an a and inside the callback I return false, to not execute the a.
when I upgraded to the latest svn version... it seems not to be returning my false, the a is invoked and I leave my page.
it worked on $Rev: 415 $ (and still does work with 415)
the callback code was pared down to an alert and a return false, it still doesn't work.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

bug found at line 1551 of event.js
should be
Please verify and commit.
THANKS