Closed
Bug 266285
Opened 20 years ago
Closed 20 years ago
commonDialog trim long text instead of wrapping (info.icon is too big)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 240704
People
(Reporter: mdalco, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.3) Gecko/20041026 Firefox/1.0 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; it-IT; rv:1.7.3) Gecko/20041021 Firefox/1.0 As you can see in this screenshot: http://dalcorso.it/m/osx-dialog-problem.png in OsX, Firefox (it-IT) trim long text in the close window dialog box (a commonDialog object that warn about closing windows with multiple tabs open). This problem seems derived by the too big info icon that in Windows is 32px x 32px only. In the it-IT language pack I resolved this problem resizing the icon via global/intl.css file, adding this style: dialog#commonDialog image { max-width: 32px; max-height: 32px; } but I think this problem should fixed better. Reproducible: Always Steps to Reproduce:
| Reporter | ||
Updated•20 years ago
|
Flags: blocking-aviary1.0-L10N?
Comment 1•20 years ago
|
||
I think this is a dup of Bug 240704.
Comment 2•20 years ago
|
||
Request blocking in bug 240704 if it's still wanted. *** This bug has been marked as a duplicate of 240704 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Flags: blocking-aviary1.0-L10N?
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•