Closed
Bug 986506
Opened 11 years ago
Closed 10 years ago
[system] Offline warning when downloading updates looks broken with longer text
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(b2g-v2.0 fixed)
VERIFIED
FIXED
2.0 S2 (23may)
Tracking | Status | |
---|---|---|
b2g-v2.0 | --- | fixed |
People
(Reporter: flod, Assigned: flod)
Details
(Keywords: l12y)
Attachments
(3 files)
Noticed by chance today (forgot to enable Wi-Fi): one update available, but no network.
Image has Italian on the left, English on the right.
Dialog is not completely broken, since I can scroll and display the missing text, but considered the amount of space available the UI just looks broken, and I'm not sure I expect users to try scroll.
Assignee | ||
Comment 1•11 years ago
|
||
Unfortunately I can't try a patch directly on my Keon (bug 985975), so I'm stuck with Developer Tools on an older build.
Current: line-height is huge (3rem), section has a fixed height of 6rem
This screenshot is made by removing height (replaced by max-height), increasing vertical padding from 0.5rem to 1rem, and reducing line-height to 2.2rem
#updates-download-dialog p {
padding: 1rem 1.8rem;
line-height: 2.2rem;
max-height: 6.6rem;
}
Would it be acceptable?
Attachment #8394820 -
Flags: feedback?(firefoxos-ux-bugzilla)
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8394820 -
Flags: feedback?(firefoxos-ux-bugzilla)
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8395568 [details] [review]
Pull request on Github
Since it's been almost two months and I couldn't get any feedback from UX, trying to get a review.
Attachment #8395568 -
Flags: review?(timdream)
Updated•10 years ago
|
Attachment #8395568 -
Flags: ui-review?(ofeng)
Comment 4•10 years ago
|
||
Flagging Omega on ui-review? but also setting a ni? for Eric Pang, as I'm not sure this is really in Omega's wheelhouse.
Flags: needinfo?(epang)
Comment 5•10 years ago
|
||
Comment on attachment 8395568 [details] [review]
Pull request on Github
This is trivial enough for not needing a UX review, IMHO.
However the asymmetrical position of the button below is UGLY we should fix it in another bug.
Attachment #8395568 -
Flags: review?(timdream) → review+
Updated•10 years ago
|
Attachment #8395568 -
Flags: ui-review?(ofeng) → ui-review+
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → francesco.lodolo
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-b2g-v2.0:
--- → fixed
Flags: needinfo?(epang)
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S2 (23may)
Assignee | ||
Comment 7•10 years ago
|
||
Finally manage to verify this on Flame.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•