Ran into an issue with the quicktabs/js/qt_accordion.js accordion file. The selectors for the h3 tags assume that there will be no other h3's on the page. In my case I had nodes within the tabs with h3's within them, and so it would appear that clicking on the headers would not work, when actually what was happening was that clicking on the 5th tab header would open the 2nd tab instead. The attached patch simply makes the h3 selector more selective.

CommentFileSizeAuthor
quicktabs_qt_accordion.patch703 byteskrayz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bhavikshah9’s picture

@krays Thnx. It is helpful...

4kant’s picture

Thanks krayz, I had the same issue:
I have some Views with h3-titles in them. Those tabs didn´t open, but do now with your patch.
But still they do not close ;-)
Can you help with this one too?
Thanks in advance!