Custom Query (7259 matches)
Results (94 - 96 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1845 | fixed | Tabs - Openning multiple AJAX tabs causes spinner to not be removed | ||
Description |
Using Tabs 3 which can be seen demoed on the test page: http://stilbuero.de/jquery/tabs_3/ Under "Ajax tabs" Click tab Two then click tab Three very quickly before tab two finishes loading. Notice how the Loading... spinner dialog doesn't not get updated with the proper text? The spinner logo is removed on all tabs, but tab Two remains with the spinner text. This appears to be caused around line 449 of ui.tabs.js by $span not being a direct pointer to each tab, but of the last one? I believe I have a somewhat crude fix for this: from line 442: load if (o.spinner) {
} setTimeout(function() { $(a.hash).load(url, function() {
... This seems to solve the problem with my test case... |
|||
#1846 | fixed | Tabs - Clicking 3 AJAX tabs causes 2 to remain visible | ||
Description |
With Tabs, if I add three new AJAX tabs and then very quickly click on all of them in order. The final result is two tabs' contents remaining visible. My workaround for this is to add the following to my $.tabs() arguments: load: function(loaded_tab, loaded_content) {
} It would be neat if this was somehow baked in? |
|||
#1852 | duplicate | sortable dragged element not displayed on IE | ||
Description |
in the demo ui/current/demos/ui.sortable.html the dragged element is not displayed on IE Cheers, Sylvain |