Per #466490: Backport Drupal 7 Vertical Tabs CSS:

I installed the 2009-05-18 dev build, but I'm still having a problem in IE7. Works fine in FF3. (See attached)

And a screenshot that the content overflows: http://drupal.org/files/issues/ie7_problem.jpg

CommentFileSizeAuthor
#2 ie7_problem-2.jpg60.86 KBatelier
#1 vt-ie7.png48.09 KBquicksketch

Comments

quicksketch’s picture

StatusFileSize
new48.09 KB

I'm not sure if this is tinyMCE specific or not, in IE7 I can't cause the same problem with normal fields (see attached).

atelier’s picture

StatusFileSize
new60.86 KB

I tested this with a fresh install of VT. It's not limited to tinyMCE as other field types display the same behavior.

I did try switching to Garland (previous screenshot was a custom Genesis sub-theme) and that fixed the Save/Preview button problem, but not the bounding box.

quicksketch’s picture

Are you sure you updated all the files in Vertical Tabs? It looks like vertical_tabs.js might be manually setting the height property on the tab panes, since the height of the pane (on the right) is exactly the same as the list of tabs (on the left). These two heights should now be completely independent of each other and controlled entirely by the browser, since there are no longer any height properties specified anywhere in the CSS or JS.

atelier’s picture

Status: Active » Closed (fixed)

I re-installed and now it works fine. Not sure what caused the problem. Sorry to trouble you and thanks for helping me with this.

quicksketch’s picture

Category: bug » support

Thanks for the update atelier!