
This will be even more of a problem in situations where we have lots of tabs (like in contrib admin screens). The tabs are absolutely positioned, so they're taken out of the flow, and the header text has no idea they're there, so it doesn't wrap around them.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | overlay-titlebar2.patch | 7.25 KB | casey |
| #5 | FF-long-single-word-title.png | 15.15 KB | casey |
| #5 | FF-long-multi-word-title.png | 14.84 KB | casey |
| overlay title covered by tabs | 19.35 KB | ksenzee |
Comments
Comment #1
ksenzeeOops. Try this screenshot:
Comment #2
horncologne commentedSubscribing.
Comment #3
kiphaas7 commentedSetting a padding-right on the title dynamically with javascript should solve that issue. Allthough, I don't know what happens when multiple lines are involved.
Comment #4
casey commentedJust to not lose the code; the CSS is pretty nifty. Looks fabulous in modern browsers though. Unfortunately needed lots of IE6/IE7 adjustments. I guess a Javascript solution would be simpler.
Comment #5
casey commentedScreenshots FF.
Comment #6
Jeff Burnz commentedYes, tricky CSS, at least it highlights one fix we need as well - the whitespace nowrap causes a horizontal scroll for long titles.
Comment #7
Jeff Burnz commentedassuming this needs a re-roll...
Comment #8
Bevan commentedRelated; #1159586: Long titles make the overlay too wide.
Comment #9
Bevan commentedThis bug does exist anymore.