Closed
Bug 563378
Opened 15 years ago
Closed 15 years ago
Button overflows the promo module boundary in French locale
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.10
People
(Reporter: krupa.mozbugs, Assigned: potch)
References
()
Details
(Whiteboard: [z][button][regression])
Attachments
(4 files)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
steps to reproduce:
1.Go to https://preview.addons.mozilla.org/fr/firefox/#t-reference
2.Notice the install button for add-on-"Reframe it"
observed behavior:
Button overflows the promo module boundary in French locale
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → thepotch
Assignee | ||
Comment 1•15 years ago
|
||
Caused by wide localizations and the following CSS rule:
div.section-teaser .column .button * {
...
white-space:nowrap;
...
}
Comment 2•15 years ago
|
||
I'm okay with long text wrapping in the buttons. Just make sure we don't regress bug 555773.
Assignee | ||
Comment 3•15 years ago
|
||
this is how the buttons will look in the "bad case", where the text is long, and the browser is resized small enough to crush the featured module
Assignee | ||
Comment 4•15 years ago
|
||
This is the same bad case with the current style.
Comment 5•15 years ago
|
||
I prefer the wrapped version, though the icon should be vertically aligned in the middle.
Comment 6•15 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=443179) [details]
> With the change
Patch or it didn't happen.
Assignee | ||
Comment 7•15 years ago
|
||
still don't have commit.
Attachment #443248 -
Flags: review?(jbalogh)
Comment 8•15 years ago
|
||
(In reply to comment #5)
> I prefer the wrapped version, though the icon should be vertically aligned in
> the middle.
+1 for the vertical alignment.
Comment 9•15 years ago
|
||
Fixed in http://github.com/jbalogh/amo2009-css/commit/f8f52070c03, filed bug 563979 for the alignment.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•15 years ago
|
||
the button now wraps in French locale-https://preview.addons.mozilla.org/fr/firefox/#t-reference
.verified
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Attachment #443248 -
Flags: review?(jbalogh)
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•