Opened 13 years ago
Closed 12 years ago
#5465 closed bug (worksforme)
Quickly switching ajax tabs results in empty page with cache enabled
Reported by: | scr4ve | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8 |
Keywords: | cache | Cc: | |
Blocked by: | Blocking: |
Description
Having several Ajax Tabs with caching enabled: Switching to another tab while the current active tab is still loading kills the previously active tab: If I switch back, I get an empty page. Disabling the cache option solves the problem. Problem applies to Firefox 3.6.2 and Chrome 4.1.249.1042
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
The function above wasn't working for me for some reason, but this did:
(function($){ $.fn.fixTabAbort=function(){ $('.ui-tabs-selected a:first').data("cache.tabs",($('.ui-tabs-panel:visible').html() == "") ? false : true); }; })(jQuery);
comment:3 Changed 12 years ago by
Priority: | critical → major |
---|
comment:4 Changed 12 years ago by
I wasn't able to reproduce this issue: http://jsfiddle.net/vdf7N/
Version 0, edited 12 years ago
by
(next)
comment:6 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I can't reproduce this either, using carson's test page, even going back to 1.8.
Note: See
TracTickets for help on using
tickets.
Workaround: