Opened 14 years ago
Closed 14 years ago
#3903 closed bug (notabug)
ui.tabs with ajaxStart and ajaxStop events
Reported by: | roywb | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If tabs are set up to use ajax mode, xhr.abort is used to stop any current tab load if a new tab is selected or current tab is reselected programatically. Whenever this happens the variable used for the global ajax count jQuery.active should be decremented or ajaxStop will never be fired. Alternative fix would be to change internal AJAX options for ui.tabs so that global = false.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Owner: | set to klaus.hartl |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Not a Tabs bug, but jQuery itself: http://dev.jquery.com/ticket/3984