Closed
Bug 289886
Opened 20 years ago
Closed 17 years ago
Arrows on buttons in Import dialog not flipped in rtl-language localized build
Categories
(Firefox :: Shell Integration, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: smontagu, Assigned: asaf)
References
(Blocks 2 open bugs)
Details
(Keywords: rtl, Whiteboard: fixed by bug 427021)
Attachments
(3 files)
12.35 KB,
image/png
|
Details | |
11.66 KB,
image/png
|
Details | |
3.25 KB,
patch
|
benjamin
:
review+
caillon
:
superreview-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; he-IL; rv:1.8b2) Gecko/20050411 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; he-IL; rv:1.8b2) Gecko/20050411 Firefox/1.0+
The "back" and "next" buttons in a he-IL localized build of Firefox show arrows
pointing in the wrong directions, so "back" looks like "next" and "next" looks
like "back"
Reproducible: Always
Steps to Reproduce:
1. File
2. Import
Actual Results:
Arrows are the same as in an en_US build
Expected Results:
Arrows should be reversed
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
Reporter | ||
Updated•20 years ago
|
Assignee: bugs → bugs.mano
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Firefox1.1
Assignee | ||
Updated•20 years ago
|
Blocks: rtl-themes
Depends on: 233461
Assignee | ||
Comment 3•20 years ago
|
||
Attachment #180358 -
Flags: review?(benjamin)
Comment 4•20 years ago
|
||
Comment on attachment 180358 [details] [diff] [review]
patch
I want caillon's review of this also, just to make sure that the Gnome stock
icons are generally reversible, or there is not a better way to do this.
Attachment #180358 -
Flags: superreview?(caillon)
Attachment #180358 -
Flags: review?(benjamin)
Attachment #180358 -
Flags: review+
Reporter | ||
Comment 5•20 years ago
|
||
For the record, I confirm that the patch fixes the bug.
Assignee | ||
Comment 6•20 years ago
|
||
...ccing caillon
Comment 7•20 years ago
|
||
Comment on attachment 180358 [details] [diff] [review]
patch
Basically, you want to call gtk_icon_set_render_icon() instead of
gtk_widget_render_icon() in nsIconChannel.cpp and you can pass the direction of
the icon there.
Attachment #180358 -
Flags: superreview?(caillon) → superreview-
Reporter | ||
Comment 8•20 years ago
|
||
The arrows in menu items with submenus also point in the wrong direction. Is
that a similar problem?
Comment 9•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Comment 10•17 years ago
|
||
This is fixed on trunk by bug 427021, and since Firefox 1.5 is no longer maintained, I don't think we need to keep this open.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Depends on: 427021
Resolution: --- → FIXED
Whiteboard: fixed by bug 427021
You need to log in
before you can comment on or make changes to this bug.
Description
•