This is not really a true bug report, so I'm marking this as a support request, although it isn't one of these, either... Feel free to change Category and/or Status as you see fit :-).
I'm using Panels 2 and have some Mini panels with the tabs panel style. In lines #1206 and #1218 of supernav.module, it Supernav uses the selector parent.frames['supernav_right'].$('.tabs').html(); to remove the navigation tabs and move them to its own frame. Now, the panels tabs style uses the css class "tabs" to mark its own panel tabs, and consequently supernav removes these tabs, too.
My own short term solution is to change the selector in supernav.module to '#content-header .tabs', as I'm using a theme based on the Zen theme, and this selector will target the right tabs for the theme. But this means that I'll have to hack/adjust each new version of Supernav (which I love, BTW, and plan to continue using, so: thanks for this very fine module!).
So I'm wondering if it would be possible/desirable to make this selector configurable in the globals Supernav settings.
Comments
Comment #1
chrisshattuck commentedGood call, ugerhard, thanks for pointing that out.
I'll go ahead and plan on adding this feature as an option in the next release.
Thanks!
Chris
Comment #2
chrisshattuck commentedI have added this option in the latest Drupal 5 dev version.
Thanks!
Chris
Comment #3
chrisshattuck commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.