#1813 closed enhancement (fixed)
Remove deprecated event handler methods from extensions
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.5 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Lots of extension points define properties such as 'onclick', etc. which point to a javascript snippet to be executed when the (click) action occurs. This style of programming has been discouraged since BASE 3.3 (see #1730).
I think it is time to make the final switch and remove support from the BASE core for inline event handlers. Extension developers should have plenty of time to fix their extensions.
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [6652]) References #1813: Remove deprecated event handler methods from extensions
Fixed for actions and taglibs related to menu items.