#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 Changed 8 years ago by
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
comment:5 Changed 8 years ago by
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 8 years ago by
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.