Closed (duplicate)
Project:
Quick Tabs
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jan 2009 at 05:53 UTC
Updated:
21 Jul 2011 at 05:09 UTC
When I try to flip to a tab with a view in it, the loading image remains even after the loading is done. (Screenshot attached.) This doesn't happen in tabs with blocks.
| Comment | File | Size | Author |
|---|---|---|---|
| loading-bug.jpg | 24.15 KB | Funkymoses |
Comments
Comment #1
pasquallequicktabs.js line 109 (Drupal.quicktabs.tab.prototype.quicktabsAjaxView)
This should not happen as the progress bar should be removed right after the view is displayed.
1. Can you try it with other views? Is it a problem for all views?
2. Can you try it with a different browser?
3. Can you tell the 'block cache setting' on the admin/settings/performance page?
Comment #2
andrus_k commentedI can confirm this bug. The progress bar does not go away even when the content has successfully loaded. It goes away only when you flip to another tab and then return to the previous tab. The block caching is turned off on my site. The problem occurs on various browsers. I tried Firefox, Chrome, IE. Tried different Views, too.
Comment #3
andrus_k commentedChanging status to active. Hope my info helps a bit to squash this bug.
Comment #4
Funkymoses commentedupdate: this appears to be all views that I'm using and like the above user, it happens on Firefox, IE, and Chrome. My block cache is enabled.
Comment #5
pasqualleComment #6
katbailey commentedI will look into this, making more changes to the js code anyway...
Comment #7
katbailey commentedI have moved the call to tab.stopProgress() from the success function of the ajax call to the complete function (where it totally should have been in the first place ;-)).
http://drupal.org/cvs?commit=182588
This problem should now be fixed - please test and let me know.
Comment #8
pasquallehere you can see the reason why it did not go away: #410976: Quicktabs not work in IE8 RTM
null value in line 117
Comment #9
pasquallechanging to fixed.
If there still any problems with the progress bar, then please reopen the issue..
Comment #11
jusyjim commentedUsing the latest dev version, testing in chrome and ff, having the same problem. Should I not be using dev version?
Comment #12
jusyjim commentedYou can skip that last comment, I switched to 6.x-2.0-rc2 and it's working. The version change in comment #9 is a little confusing, the version change seemed to me to imply that it was fixed for the dev version.
Comment #13
MarcElbichon commentedI've also this problem.
It occurs only on IE (7 for me) and only in views with a sortable column in table style.
In this case, ajax complete function is not triggered.
Comment #14
irous commented(comments removed)
Comment #15
CardinalFang commentedI'm experiencing this problem with 6.x-2.0-rc5. It didn't occur with 6.x-2.0rc4.
Comment #16
rezboom commentedI am having the same issue with both the current dev and rc5.
Comment #17
finex commentedConfirmed with rc5. Moreover if you have more than two tabs with a view on each tab, when I switch to the second one you will see the persistent "loading" bug, and when I switch to the third tab nothing is loaded (on the third one).
Comment #18
longwaveSeeing the same as #17 in rc5. This does not occur in rc4.
Comment #19
reallyordinary commentedI'm also seeing this in rc5.
Just changed to the latest dev version and that seemed to fix it.
Comment #20
katbailey commentedI suspect this is a duplicate of #1159486: Incompatible with JS aggregation(optimisation), feel free to open again if not.