I am using Views Field View(http://drupal.org/project/views_field_view) which allows me to embed a view as a field in a view.
I applied tab style to child view. each tab is getting same id "quicktabs-tabpage-view____page_1-0" and hence the javascript is not working.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TechNikh’s picture

Issue summary: View changes

ending quotes "

olofbokedal’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
626 bytes

The ID is based of the $qt_name variable which is based on the view name and display. We should call drupal_html_id() to ensure that the ID will be unique.

Patch implements the suggested change.

Max_Headroom’s picture

Version: 7.x-3.0 » 7.x-3.6
Status: Needs review » Reviewed & tested by the community

I made the change manually. Works fine.

ShaneOnABike’s picture

Also tested and resolves my issue of not being able to inject multiple tab sets! Please commit!!

ShaneOnABike’s picture

This is still an issue actually. Can we roll this into the latest dev and even into the D8 version since it's such a minor fix that just makes it work!