Postponed (maintainer needs more info)
Project:
Tabbed Block
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2007 at 17:18 UTC
Updated:
4 Jul 2007 at 06:31 UTC
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
Comments
Comment #1
joetsuihk commentedok, 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~