#3676 closed bug (notabug)
UI Tabs with JavaScript
Reported by: | matrixworkstation | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.tabs | Version: | 1.5.2 |
Keywords: | tabs javascript | Cc: | |
Blocked by: | Blocking: |
Description
If you insert some JavaScript code into tabs and start to switch between tabs, every time you load a tab with JS code It will reload the JS and execute it twice, three times, four times ...
Note: See
TracTickets for help on using
tickets.
This is expected behavior for Ajax loaded tabs. The cache option set to true does prevent this.