Feed Link Mess When Applying Tabs Panel Style in Panels
| Project: | Tabs panel style |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Problem: A panel page created by two tabbed mini-panels using customized views of feedapi. http://arisey.com/rssfeed The feed link goes to the right external website in mini-panel view. However in the combined panel view, the feeds went wild and pointed to non-existing internal links, i.e /rssfeed#ui-tabs-124. The html source code seems point to the right link path, but the feeds do not behave right. Drupal modules used are tabs, tabs panel style, feedapi, aggregator, panels and mini-panels.
Likely Cause & Solution identifed by googletorp @ stackoverflow: This problem is purely a js problem. It seems highly likely that it's the javascript used to generate the tab effect that caused this. With js disabled all the links work just fine. Looking at what the links are being recreated to, it looks very much like the work of jQuery UI tabs, look http://docs.jquery.com/UI/Tabs#option-idPrefix. It seems like too many of links are being targeted by the script, so script/markup is to be fixed so that only the right links are being made into "tabs".
A code patch to solve this issue is needed. Thanks in advance

#1
First i have to say, that this part is not generated by this module.
And you also duplicated the issue.
http://drupal.org/node/591998
It would help if you disable your js aggregation, so js debugging is possible.