Closed (duplicate)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 14:07 UTC
Updated:
3 Apr 2009 at 07:14 UTC
tab area overlaps other items when longer than vertical tabs list height.
Check it by entering multi-value cck fields and keep adding "add another" value ..
Same behavior in other long content... e.g the location tab (location module)
It would be better if every tab longer than the tab list could move below those areas after main content, as the original add page behaviour.
It seems to be a css issue, it may be a calculated value that stops .vertical-tabs .vertical-tabs-div height in tab list height and not a dependent "auto" like
.vertical-tabs .vertical-tabs-div {
height:auto;}
Is that right?
Comments
Comment #1
les limI think the patch I posted for 6.x.dev in #372217: Field area height problem - when multi CCK field "add another" used will fix this. Want to give it a test?
Comment #2
les limComment #3
quicksketchFixed in #372217: Field area height problem - when multi CCK field "add another" used.