Opened 13 years ago
Closed 13 years ago
#18241 closed Cleanup/optimization (fixed)
Inline.js should use preventDefault instead of 'return false'
Description ¶
Using 'return false' makes it very difficult to add additional event handlers to the add button because it prevent the events from bubbling up; preventDefault appears to be the desired behavior.
Change History (3)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed in 04785d2697b05186362b8d430c06109cdb91c069
Note:
See TracTickets
for help on using tickets.
See discussion on the pull request.