Closed
Bug 735149
Opened 13 years ago
Closed 13 years ago
inflated font selection forces newline and covers up text behind divs
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tchung, Assigned: jwir3)
References
()
Details
(Keywords: mobile, Whiteboard: readability)
Attachments
(2 files)
When inflating the text on this site, the headline in the <marquee> tag gets covered up by the div.
See screenshots for both font inflation set to 0 and 120.
Repro:
1) launch fennec 03-12-2012 nightly build, HTC Sensation.
2) visit URL
3) set font inflation to tiny and medium.
4) Verify when set to Med, you can't see the font in the marquee scroll because of the Div covering it.
Expected:
- Marquee font is visible, not div covering up text
ActuaL:
- Div covers up medium font readability
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
The div with id="alert" (which is wrapped around the marquee) has height: 22px set with overflow: hidden.
As soon as the font is inflated, the text gets covered up.
So I don't see a solution for this. The only solution would be to not inflate here, I guess.
Blocks: font-inflation
Reporter | ||
Comment 3•13 years ago
|
||
yeah, its not a marquee issue, its the covered up text with overflow:hidden. fixing title.
Summary: Text in <marquee> gets hidden behind Div when inflated → inflated font selection forces newline and covers up text behind divs
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sjohnson
Assignee | ||
Updated•13 years ago
|
Component: General → Layout
Product: Fennec Native → Core
QA Contact: general → layout
Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
(In reply to Martijn Wargers [:mw22] (QA - IRC nick: mw22) from comment #2)
> The div with id="alert" (which is wrapped around the marquee) has height:
> 22px set with overflow: hidden.
> As soon as the font is inflated, the text gets covered up.
>
> So I don't see a solution for this. The only solution would be to not
> inflate here, I guess.
That's what we're supposed to do when there's a constrained height, though. (Not inflate, that is.)
I don't see how this relates to bug 707195, so removing dependency.
No longer depends on: 707195
Updated•13 years ago
|
Priority: P3 → --
Comment 6•13 years ago
|
||
P3 per font inflation scrub. Need to boil down a test case.
Keywords: testcase-wanted
Priority: -- → P3
Comment 7•13 years ago
|
||
Is this still a problem? It seems to be wfm here.
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Martijn Wargers [:mw22] (QA - IRC nick: mw22) from comment #7)
> Is this still a problem? It seems to be wfm here.
Gah. I didn't retest it before requesting a test case. I'm sorry to waste your time, Martijn. You're right, it is WFM.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•