And... Fixed! (Again.)
So... After I confirmed that the original 'bug' was in all 3 implementations (tested in Chrome 27 (sic), Firefox 21 and Opera 12.14), and that min-width only 'fixed' it in Chrome, I started looking elsewhere...
Turns out that Firefox and Opera not only need the min-width hack, but they also need the contents to be devoid of any inline blocks.
And it just turns out that Wedge's implementation of .bbc_pre is an inline block.
Turning it back into a regular block makes it behave correctly in all three browsers. (Removing min-height breaks it again, so I had to leave it in.)
Now, the only issue is to determine whether it's thinkable to get rid of all inline-blocks that might overflow the post box...?
It may be 'only' due to some inline-block + nowrap combination, mind you. I haven't seen any issues with other inline blocks in the post area. (Buttons, etc.)
Still... Is it 'ready for prime time'..? I don't know. I'll test with my gallery previews, too.
Posted: February 27th, 2013, 05:25 PM
Nope, gallery items don't get cut off when overflowing, but apparently it's also the case in the regular CSS table style, so... I may have been wrong about that one. Same for videos... :-/
I don't know if it's best to cut them off on the side or have them overflow. I mean, it's less elegant, but it's probably more elegant than a scrollbar... I don't know.
@Pete> Ah, well, me too actually... (Well, not much, I just had four lines of custom code...)
Makes me think I should re-add it locally.
Anyway.
I'll be posting the update here in a few minutes... The website might break for you at that point, of course. Just refresh a few seconds later and it should be okay.
Posted: February 27th, 2013, 07:40 PM
It's up :)
Hack away!