Closed
Bug 349176
Opened 18 years ago
Closed 16 years ago
[RTL] About Firefox
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
People
(Reporter: zwnj, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.9.1, l12y, rtl)
Attachments
(4 files)
(deleted),
image/png
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
"About Firefox" dialog needs better RTL support.
I'm going to attach screenshots of current problems.
Reporter | ||
Comment 1•18 years ago
|
||
- "Powered by GeckoTM" has RTL direction.
- Copyright note has RTL direction and right align.
- Trademark and US EU notes are not localizable.
- US EU note is useless for non-US users.
Reporter | ||
Comment 2•18 years ago
|
||
Some pixels of first words of each line are out of drawing box.
Assignee | ||
Updated•17 years ago
|
Blocks: Persian-Fx3.5
Assignee | ||
Updated•17 years ago
|
Blocks: fx35-l10n-fa
Assignee | ||
Updated•17 years ago
|
No longer blocks: Persian-Fx3.5
Assignee | ||
Comment 3•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Reporter | ||
Updated•16 years ago
|
Blocks: Persian-Fx3.5
Comment 4•16 years ago
|
||
I can reproduce the "Powered by GeckoTM" thing on Hebrew Firefox 3.1b2pre. The fastest solution would be to add LRM character to the string.
Assignee | ||
Comment 5•16 years ago
|
||
(In reply to comment #1)
> - "Powered by GeckoTM" has RTL direction.
This happens because the HTML container element is LTR, we need to fix this.
> - Copyright note has RTL direction and right align.
This does happen on trunk, which we need to fix.
> - Trademark and US EU notes are not localizable.
I think they are intentionally left English. Is that right, Axel?
> - US EU note is useless for non-US users.
Axel should provide feedback here.
Assignee: nobody → ehsan.akhgari
Status: NEW → ASSIGNED
Target Milestone: Firefox 2 → ---
Version: 2.0 Branch → Trunk
Assignee | ||
Comment 6•16 years ago
|
||
This is a trivial patch to make sure that all translatable text pieces appear RTL for RTL locales in credits.xhtml.
Attachment #355114 -
Flags: review?(gavin.sharp)
Comment 7•16 years ago
|
||
No idea about the trademark piece. Harvey?
Comment 8•16 years ago
|
||
What determines whether an element should have a dir attribute set? I'm not sure I really understand why it's needed on some elements but not others, or why you can't just set it on the document body.
Assignee | ||
Comment 9•16 years ago
|
||
This page includes some English text, which is LTR, so if I set the dir on the body element, that text would also be made LTR. (There is also some markup responsible of showing the graphics on that page, which I wasn't sure how it would turn up in RTL mode -- but I didn't test that).
In this patch, I have set the direction attribute only on the elements which have translatable link. This way, only those elements which are actually translated will get the RTL direction for RTL locales.
Updated•16 years ago
|
Attachment #355114 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 10•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 11•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-litmus?
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.2a1
Assignee | ||
Updated•16 years ago
|
Attachment #356667 -
Attachment description: For check-in → Checked in
Attachment #356667 -
Flags: approval1.9.1?
Comment 12•16 years ago
|
||
Comment on attachment 356667 [details] [diff] [review]
Checked in
a191=beltzner
Attachment #356667 -
Flags: approval1.9.1? → approval1.9.1+
Assignee | ||
Comment 13•16 years ago
|
||
Keywords: fixed1.9.1
Assignee | ||
Updated•16 years ago
|
No longer blocks: fx35-l10n-fa
Assignee | ||
Updated•15 years ago
|
Attachment #356667 -
Flags: review?(ehsan.akhgari)
Assignee | ||
Updated•15 years ago
|
Attachment #356667 -
Flags: review?(ehsan.akhgari)
Assignee | ||
Updated•15 years ago
|
Attachment #356667 -
Flags: review?(ehsan.akhgari)
Assignee | ||
Updated•12 years ago
|
Flags: in-litmus?
You need to log in
before you can comment on or make changes to this bug.
Description
•