When Javascript of the browser is turned off, the tabs do not degrade gracefully, where each tab still should work, instead the first tab is functioning.

Is this the normal behavior or am I doing something wrong ?

When I create tabs within Views, these tabs do not depend on javascript and function the same whether javascript is turned on/off.

yahoo main page uses tabs and when the javascript is turned off, the tabs directly links to a subsequent node.

Thanks for any clarification,

Comments

katbailey’s picture

You need to set your QT block to ajax mode, i.e. check "Yes: Tab content will be loaded at tab click." - that way only the first tab's content will be loaded on page load and clicking on the other tabs with js disabled will reload the page with the correct tab content loaded.

sbydrupal’s picture

Thanks for the great module. I also realized it this morning. With the patch for views argument passing with %, I will use it extensively.

pasqualle’s picture

Version: 6.x-2.0-rc2 » 6.x-2.0-rc3
Status: Active » Postponed (maintainer needs more info)

can you test the latest release? The issue should be fixed for ajax and non-ajax quicktabs also..

vannus’s picture

Status: Postponed (maintainer needs more info) » Fixed

im using 6.x-2.0-rc3

works fine in firefox 3.5.5 and opera 10.01

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.