Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2009 at 19:10 UTC
Updated:
17 Apr 2009 at 07:10 UTC
So, I kinda fixed this by modifying the vertical_tabs.css but I just upgraded to the latest dev version and have to fix again. I've got a content type with two taxonomies assigned to it, I'm about to add two more. This forces the tabs down, which wouldn't be a problem if the height of the container changed with it, but it doesn't. I'll have to manually change the css file again.
Comments
Comment #1
rsvelko commentedSaw the same on my sites.
When I leave taxonomy's forms out of the vert tabs all is ok...
A suggestion - try to think of a way to set the css height in the main theme's css at the bottom ... that way you can override v_tabs's css no matter the updates... You just need to find the class or id or sth that makes that v_tabs unique ... Maybe an !important declaration will be necessary...
Comment #2
rsvelko commentedSee here for a patch - it is not commited yet - #372217: Field area height problem - when multi CCK field "add another" used
It fixes (I tested it) the problem with the height of multi CCK fields - but not your problem with vocabs...
Comment #3
quicksketch#372217: Field area height problem - when multi CCK field "add another" used has been committed.