Closed
Bug 777565
Opened 13 years ago
Closed 13 years ago
Bugzilla bugs parsed for reader mode don't remove div overflow
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(firefox16- verified)
VERIFIED
FIXED
Firefox 17
People
(Reporter: bnicholson, Assigned: lucasr)
References
Details
Attachments
(1 file)
|
879 bytes,
patch
|
bnicholson
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
STR:
1) Go to https://bugzilla.mozilla.org/show_bug.cgi?id=54321
2) Click reader button
Expected result:
Comments are wrapped to screen
Actual result:
Comment divs horizontally overflow the screen, and each comment can be individually scrolled
| Assignee | ||
Comment 1•13 years ago
|
||
We need to enable line wrapping on pre/code elements in reader.
Assignee: nobody → lucasr.at.mozilla
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #651607 -
Flags: review?(bnicholson)
| Assignee | ||
Updated•13 years ago
|
tracking-firefox16:
--- → ?
| Assignee | ||
Comment 3•13 years ago
|
||
This patch fixes pre/code behavior in reader mode.
| Reporter | ||
Updated•13 years ago
|
Attachment #651607 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
we don't need to track every edge case and polish for reader mode, just bugs that would block us from shipping reader mode in 16. please nominate patches for uplift though, when they are ready.
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 651607 [details] [diff] [review]
Don't overflow pre/code elements in reader, wrap them
[Approval Request Comment]
User impact if declined: Pre/code elements will completely break reader layout.
Testing completed (on m-c, etc.): Landed a few days ago, no regressions.
Risk to taking this patch (and alternatives if risky): Very low, just a css change.
String or UUID changes made by this patch: None.
Attachment #651607 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
Attachment #651607 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 8•13 years ago
|
||
Pushed to mozilla-aurora: https://hg.mozilla.org/releases/mozilla-aurora/rev/fe1c94dbee7b
Updated•13 years ago
|
status-firefox16:
--- → fixed
Comment 9•13 years ago
|
||
Verified fix on: Firefox Mobile 16 beta 2, Nightly 18.0a1 2012-09-04 and Aurora 17.0a2 2012-09-05 on Samsung Galaxy Tab 2 7.0 (Android 4.0.4).
All text is wrapped and everything looks as it should.
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•