Closed
Bug 527343
Opened 16 years ago
Closed 16 years ago
Switch about:crashes to use :-moz-locale-dir
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
INVALID
mozilla1.9.3a1
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(1 file)
|
1.81 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Apparently crashes.xhtml was written before :-moz-locale-dir, but landed after it, so it didn't get changed over when all the other chromedir things were replaced.
Attachment #411059 -
Flags: review?(dao)
Updated•16 years ago
|
Attachment #411059 -
Flags: review?(dao) → review+
Comment 1•16 years ago
|
||
Comment on attachment 411059 [details] [diff] [review]
Fix
> th {
> text-align: left;
> white-space: nowrap;
> }
>-th[chromedir="rtl"] {
>+th:-moz-locale-dir(rtl) {
> text-align: right;
> }
This should just use text-align:start.
| Assignee | ||
Comment 2•16 years ago
|
||
Heh. I didn't even look at what I was changing.
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Comment 4•16 years ago
|
||
Except that -moz-locale-dir is only implemented for XUL documents, so this will break rtl for this page.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•16 years ago
|
||
Yes, this should probably be backed out and WONTFIXed.
| Assignee | ||
Comment 6•16 years ago
|
||
Yup, backed out in http://hg.mozilla.org/mozilla-central/rev/729e58272fb1
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•