Closed
Bug 350611
Opened 18 years ago
Closed 18 years ago
RTL Address-bar
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 2
People
(Reporter: zwnj, Assigned: asaf)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.8.1, l12y, rtl, Whiteboard: [Fx2 theme change])
Attachments
(2 files, 3 obsolete files)
2.95 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
19.72 KB,
image/png
|
Details |
Current solution in intl.css causes the drop-down button goes on the right side, which is not like the LTR case.
Mano suggested to use:
#urlbar > hbox > .textbox-input-box, #urlbar > hbox > .autocomplete-result-popupset { direction: ltr !important; }
[the .autocomplete... one doesn't work]
The popupset should be set RTL, as the scrollbar of popupset should be on the left side, just under the drop-down button. But it makes another problem, which is the suggested URL (first column) will goes on the left, but that's better to be on the right (between the scrollbar and title column) to be just under the typed URL.
I'm going to attach the screenshot with Mano's suggestion
Reporter | ||
Comment 1•18 years ago
|
||
Note that the order of two columns of popupset should remain LTR.
Comment 2•18 years ago
|
||
did this get broken in version 2.0?
in the Hebrew version of 1.5.0.6 it seems to be completly ok.
you can see a screenshot at:
http://www.mozilla.org.il/images/classic-1.5-toolbar.png
Reporter | ||
Comment 3•18 years ago
|
||
NewTheme's look of "Go" button deeply depends on the drop-down button, which is currently on the right side. It's much better to move it to the left side.
Assignee | ||
Comment 4•18 years ago
|
||
I'm going to fix this in Winstripe, #urlbar { direction: ltr; } and similar autocomplete rules should be removed from RTLish intl.css files.
Assignee: tsahi_75 → bugs.mano
Component: he-IL / Hebrew → Location Bar and Autocomplete
OS: Linux → All
Product: Mozilla Localizations → Firefox
QA Contact: linxspider → location.bar
Target Milestone: mozilla1.8final → Firefox 2
Version: unspecified → 2.0 Branch
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Flags: blocking-firefox2?
Priority: -- → P2
Assignee | ||
Comment 5•18 years ago
|
||
A side-effect of this patch is a LTR autocomplete in the searchbar. I'm not going to fix that here because:
* We've shipped Fx1.x HE with the same issue.
* This probably hides some RTL tress bug (see bug 140759 in particular).
* To fix this, we need to separate the autocomplete popups, this is not doable for 2.0 at the very least.
Attachment #235942 -
Attachment is obsolete: true
Attachment #236200 -
Flags: review?(mconnor)
Comment 6•18 years ago
|
||
if it's going to look like the screen shot (attachement 235942) then i think it's a bad idea. you don't want people to have to move the mouse across the screen to get from the drop marker to the scroll bar. and i think the favicon should be right where it was, behind the url, so the association between them is clear.
i other words, the way it was in FF 1.5 was just fine IMO.
Comment 7•18 years ago
|
||
not a blocker, would take patch (and will review!)
Flags: blocking-firefox2? → blocking-firefox2-
Assignee | ||
Comment 8•18 years ago
|
||
Real screenshot coming.
Assignee | ||
Comment 9•18 years ago
|
||
Updated•18 years ago
|
Attachment #236200 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #236200 -
Flags: approval1.8.1?
Assignee | ||
Updated•18 years ago
|
Whiteboard: [Fx2 theme change]
Assignee | ||
Comment 10•18 years ago
|
||
Attachment #236200 -
Attachment is obsolete: true
Attachment #236249 -
Attachment is obsolete: true
Attachment #236285 -
Flags: review?(mconnor)
Attachment #236200 -
Flags: approval1.8.1?
Assignee | ||
Comment 11•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Blocks: NewThemeRTL
Reporter | ||
Comment 12•18 years ago
|
||
Thanks Mano, the last shot looks perfect.
Comment 13•18 years ago
|
||
Comment on attachment 236285 [details] [diff] [review]
put the scrollbar under the dropmarker
r=me, thanks
a=mconnor on behalf of drivers for 1.8 branch checkin
Attachment #236285 -
Flags: review?(mconnor)
Attachment #236285 -
Flags: review+
Attachment #236285 -
Flags: approval1.8.1+
Assignee | ||
Comment 14•18 years ago
|
||
mozilla/browser/base/content/browser.xul 1.268.2.62
mozilla/browser/themes/winstripe/browser/browser.css 1.17.2.51
Keywords: fixed1.8.1
Comment 15•18 years ago
|
||
Can this bug be RESOLVED FIXED, or is the trunk currently broken?
Assignee | ||
Comment 16•18 years ago
|
||
I need to check-in the browser.xul part on trunk first.
Assignee | ||
Comment 17•18 years ago
|
||
browser.xul part landed on trunk:
mozilla/browser/base/content/browser.xul 1.321
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 18•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
You need to log in
before you can comment on or make changes to this bug.
Description
•