The attached picture shows that publishing options is not expanding to fit the entire available width as done by the all of the other tabs.

In addition, this causes the "Save" & "Preview" buttons to be placed on the top right side of the vertical tabs.

I have only seen this affect the Publishing Options tab.

CommentFileSizeAuthor
ie_problems.png11.12 KBthekevinday

Comments

quicksketch’s picture

I can't reproduce this particular issue. Does it occur in core themes like Garland or BlueMarine?

thekevinday’s picture

hmm, I didn't think to test it against the core themes.

It does seem to work in IE 7 with Garland.

So i take it that I need to do something to my custom theme css then.

thekevinday’s picture

Status: Active » Closed (fixed)

I am closing this.

It seems that I completely forgot I had applied a fix to the themes css for vertical tabs for IE.

I get so used to having to deal with IE breaking things that I forgot that I apply IE specific workarounds.

For the record, here is what I had done that breaks against beta3:

div.vertical-tabs{
  display: block;
  position: relative;
  float: left;
}

ul.vertical-tabs-list{
  display: block;
  position: relative;
  float: left;
}