Closed
Bug 875469
Opened 10 years ago
Closed 10 years ago
XUL filepicker's checkbox to show hidden files and directories has bogus left align attribute
Categories
(Toolkit :: XUL 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•10 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•10 years ago
|
Attachment #753454 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/59054375b00b
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/59054375b00b
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•