Search and Top Navigation
#3903 closed bug (notabug)
Opened January 21, 2009 11:50PM UTC
Closed January 24, 2009 04:09PM UTC
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.
Attachments (0)
Change History (3)
Changed January 23, 2009 01:19PM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed January 24, 2009 10:58AM UTC by comment:2
owner: | → klaus.hartl |
---|---|
status: | new → assigned |
Changed January 24, 2009 04:09PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | assigned → closed |
Not a Tabs bug, but jQuery itself: http://dev.jquery.com/ticket/3984