Closed Bug 558011 Opened 15 years ago Closed 14 years ago

RTL horizontal scrollbar bad default position

Categories

(Core :: XUL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: emmanuel, Assigned: smontagu)

References

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 With the following code, the richlistbox horizontal scrollbar is still ltr (left positioned per default) although it should be right positioned. <?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" dir="rtl"> <hbox flex="1" style="direction: rtl;"> <richlistbox style="width: 100px; direction: rtl;"> <item>this is a really really really really long test sentence.</item> </richlistbox> <splitter/> <browser flex="1" src="" type="content-primary"/> </hbox> </window> Reproducible: Always Steps to Reproduce: 1. Cut&paste the give XUL code in a file. 2. Open it with FF (for example) 3. Play with the splitter Actual Results: Richlistbox horizontal scrollbar is left positioned. Expected Results: Richlistbox horizontal scrollbar right positioned.
Depends on: 508816
Fixed by bug 508816. Ehsan, do you think this is covered by the existing tests, or does it need its own testcase?
Assignee: nobody → smontagu
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
(In reply to comment #1) > Fixed by bug 508816. Ehsan, do you think this is covered by the existing tests, > or does it need its own testcase? Let's get a specific test for this, since otherwise we'd be relying on implementation details... Do you want me to write the test?
Flags: in-testsuite?
(In reply to comment #2) > Do you want me to write the test? That would be awesome :)
Attached patch Test case (deleted) — Splinter Review
Attachment #510795 - Flags: review?(smontagu)
Comment on attachment 510795 [details] [diff] [review] Test case smart move removing the "." from the <item> text to ensure that the test fails without bug 508816.
Attachment #510795 - Flags: review?(smontagu) → review+
Flags: in-testsuite? → in-testsuite+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: