Closed
Bug 875469
Opened 12 years ago
Closed 12 years ago
XUL filepicker's checkbox to show hidden files and directories has bogus left align attribute
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
967 bytes,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce problem:
1. Build on Linux
2. Set ui.allow_platform_file_picker to false
3. Open or save a file
Expected result: checkbox has theme's default rendering.
Actual result: checkbox and its text are misaligned.
Assignee | ||
Comment 1•12 years ago
|
||
Seems to be a bogus align="left" attribute. (Not sure how that's even achieving vertical alignment...)
Just noticed that the problem is particularly bad if your fonts are large enough to make the text overflow to a second line (or you can resize the dialog).
Don't know who a good reviewer for this is so defaulting to module owner for now.
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #753454 -
Flags: review?(dtownsend+bugmail)
Updated•12 years ago
|
Attachment #753454 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•