Closed
Bug 143344
Opened 23 years ago
Closed 14 years ago
Download progress meter is left-to-right when UI is right-to-left
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: smontagu, Unassigned)
References
Details
(Keywords: rtl)
Description: when the interface is aligned to the right, e.g. when using a RTL
language (like hebrew or arabic), the progress meter in the download manager
should move from right to left.
Steps to reproduce:
1. aligning the interface to the right: add these lines to the file intl.css, in
the locale\en-US\global, in the en-US.jar file (the language pack file, in the
chrome folder):
window,dialog,wizard,page {
direction: rtl;
}
menu { direction: rtl; }
tree { direction: rtl; }
2. Download a file in Mozilla
3. Watch the progress meter in the download manager.
Actual results: the bar moves from left to right.
Expected results: the bar should move from right to left.
The progress meter in the status bar doesn't have this problem, btw.
Comment 2•23 years ago
|
||
hmm, this probably makes our product unusable for some users.
Nominating for buffy.
Keywords: nsbeta1
Comment 4•23 years ago
|
||
i could not reproduce this on my hebrew-localised mozilla 1.0.0. for me, the
progress bar moves from right to left correctly.
Comment 5•23 years ago
|
||
I tried current mozilla trunk and 1.0 build and I still see progress meter to
move from left to right.
I have this in my userChrome.css file:
tree {
direction: rtl;
}
Are you sure you checked progress meter in download manager ?
It's not opened by default in 1.0 build.
Comment 6•23 years ago
|
||
i saw it in the dialog that opens when you download a file, the one that shows
you the file name, size, elapsed time and time left. isn't that the download
manager?
did you have the dialoge in RTL? try adding the other lines Simon wrote here:
window,dialog,wizard,page {
direction: rtl;
}
menu { direction: rtl; }
(although you know better than me what they mean).
Comment 7•23 years ago
|
||
Do you mean Tools -> Download manager ?
Comment 8•23 years ago
|
||
oh, that download manager :o
well, umm, oops..
<crawling under the carpet in embaressment>
Comment 9•21 years ago
|
||
I'll check this soon...
Comment 10•21 years ago
|
||
This will be solved when the patch for bug 140759 will be checked in, adding
dependence
Depends on: 140759
Reporter | ||
Updated•21 years ago
|
Assignee: varga → romano_a
Updated•19 years ago
|
Assignee: bugs.mano → nobody
Status: ASSIGNED → NEW
QA Contact: zach → layout.bidi
Comment 12•18 years ago
|
||
Fixed as bug 297780?
Comment 13•18 years ago
|
||
Er, that bug is for undetermined progress-meter.
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: layout.bidi → layout.fonts-and-text
Updated•17 years ago
|
Component: Layout: Text → XUL Widgets
Keywords: rtl
Product: Core → Toolkit
QA Contact: layout.fonts-and-text → xul.widgets
Reporter | ||
Comment 14•14 years ago
|
||
FIXED, presumably by 140759 as comment 10 says
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•