I have a simple QT block with two tabs each pointing to a unique node id. Each node is only a paragraph long, containing some words and an image. The QT block is then placed in its own region on the front page where there is no other AJAX happening.

If I select "No: All tabs will be loaded at page load." the tabs work fine. Very easy in fact to create and view them. Changed the theme, works in each one. I was very happy with that - thanks.

But... ;)
If I select "Yes: Tab content will be loaded at tab click." the first tab loads and works, but the second tab comes up blank. Nothing in the content.

We do use a reverse proxy if that makes a difference with path names?
And were are quite interested in performance so AJAX does make sense for us I think.

Thanks

Comments

pasqualle’s picture

Status: Active » Postponed (maintainer needs more info)

1. Do you have block caching enabled?
2. Does it works with Garland theme?
3. Does it show the "Loading" progress bar?
4. check your <head> section in your page source. Can you find these lines? :

<script src="/sites/all/modules/quicktabs/js/quicktabs.js?c" type="text/javascript">
...

<script type="text/javascript">
..
  jQuery.extend(Drupal.settings, ... "quicktabs": ...

Plazmus’s picture

I have exactly the same problem.

1. Cashing disabled
2. It doesn't work with my custom and Garland theme as well.
3. It is blank, there is no "Loading" bar
4. Yes quicktabs.js is in head section

I tested 6.x-2.0-rc3 and 6.x-2.x-dev both are not working.

pasqualle’s picture

my test:

1. clean drupal-6.x-dev install (with enabled clean-URL)
2. node/add/page create 2 nodes
3. admin/build/modules enable quicktabs-6.x-2.0-rc3 module
4. admin/build/quicktabs/add create new QT block
- ajax: yes
- first tab: node 1
- second tab: node 2
5. admin/build/block show the QT block in the content region
result: both nodes are displayed correctly

6. logout
result: both nodes are displayed correctly

Any idea what should I try to reproduce the problem?

pasqualle’s picture

issue #400448: All tabs show first tab content seems very similar, but I can't reproduce neither this nor that..

Plazmus’s picture

I don't have clean URLs enabled, also I have many modules installed what might be a problem.

I will try do more tests and let you know.

pasqualle’s picture

7. admin/settings/clean-urls disable clean URLs
result: both nodes are still displayed correctly
Plazmus’s picture

I found were the problem is!

I disabled 'Devel' module and all tabs now display content, so there is some kind of conflict with this module.

pasqualle’s picture

Title: Ajax » Conflict with devel module (node in ajax QT)
Status: Postponed (maintainer needs more info) » Active
tamanna-freelancer’s picture

I also had both devel and quick tabs installed.So in views when I was changing the footer the input formats were not displaying.
Hope this helps.

pasqualle’s picture

Version: 6.x-2.0-rc3 » 6.x-2.x-dev
katbailey’s picture

Status: Active » Closed (works as designed)