Doesn't work properly inside panels (2) + same block on the page
Amitaibu - July 3, 2007 - 17:18
| Project: | Tabbed Block |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | joetsuihk |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hi,
Very handy module - thanks!
* Install Panels 2
* create a tabbed block ('Recent comments' and 'Who is new')
* Enable the new Tabbed Block on the left Nav bar.
* Create a panel with the New Tabbed Block (so actually the same block appears twice)
Sometimes (not every time) the content doesn't appear. After clicking on refresh it works ok - but then again disappears.
Cheers,
Amitai

#1
ok, i duplicated the error successfully, thx for your help and fine description!
but it is some kind of "by design"
as every tabbed block is unique, we use "id" to find the right tab content to display.
if you display the same tabbed block twice,
1. invalid w3c standard(double id)
2. jquery only finds the first tabbed block, which is on the left-nav bar, to appear.(the quoted error)
I do not change the state of this issue to "by design" because, i want to know,
if someone need the same block appear twice on the same page, and why?
if the reason is reasonable i will made the change later on.
thx for using the module~