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
Comment #1
katbailey commentedYou 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.
Comment #2
sbydrupal commentedThanks for the great module. I also realized it this morning. With the patch for views argument passing with %, I will use it extensively.
Comment #3
pasquallecan you test the latest release? The issue should be fixed for ajax and non-ajax quicktabs also..
Comment #4
vannus commentedim using 6.x-2.0-rc3
works fine in firefox 3.5.5 and opera 10.01