Closed
Bug 1009583
Opened 11 years ago
Closed 11 years ago
UI element label in russian language don't match elements size
Categories
(Webmaker Graveyard :: Thimble, defect)
Webmaker Graveyard
Thimble
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thesilentimp, Assigned: jon)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36
Steps to reproduce:
Open https://thimble.webmaker.org/ru and click «Размер» button
Actual results:
I get option label which don't match element size
Expected results:
Label text may match element size
Use text-overflow: ellipsis; or change dropdown width;
Assignee | ||
Comment 1•11 years ago
|
||
Hi Silent Imp, thanks for reporting this bug!
I've confirmed that this is the case for Russian, and probably other languages as well. We'll have this fixed shortly.
Assignee: nobody → jon
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 2•11 years ago
|
||
This patch makes the font size selection menu variable width, by removing the explict CSS width declaration.
Attachment #8421736 -
Flags: review?(cade)
Updated•11 years ago
|
Attachment #8421736 -
Flags: review?(cade) → review+
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/thimble.webmaker.org
https://github.com/mozilla/thimble.webmaker.org/commit/5219ec035023ee0d72f8eae7c8bd0df1a718e488
Fix bug 1009583 - Font size menu is now variable width
This patch makes the font size selection menu variable width,
by removing the explict CSS width declaration.
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•11 years ago
|
||
Silent Imp, this is now fixed on production: https://thimble.webmaker.org/ru
Thanks for reporting this bug!
Reporter | ||
Comment 5•11 years ago
|
||
Thank you! It was FAST.
You need to log in
before you can comment on or make changes to this bug.
Description
•