Closed
Bug 447749
Opened 17 years ago
Closed 15 years ago
text area scrolls to strange position on changing direction
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nir123, Unassigned)
References
Details
(Keywords: regression, rtl, testcase)
Attachments
(3 files)
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a1pre) Gecko/2008072303 Minefield/3.1a1pre
When switching page direction, div displays an empty area instead of the text.
See the attached testcase fore more details.
This bug occurs on <textarea>s as well (using switch text direction)
![]() |
||
Comment 1•17 years ago
|
||
Regression is between 2006-03-15 04:00 and 2006-03-16 04:00. http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-03-15+04%3A00&maxdate=2006-03-16+04%3A00&cvsroot=%2Fcvsroot
Either bug 318116 or bug 192767 might be related.
I don't have a "Switch Page Direction" item in the context menu.
![]() |
||
Comment 3•17 years ago
|
||
"Switch Page Direction" appears in the context menu when bidi.browser.ui is set to true in about:config.
Flags: wanted1.9.1?
![]() |
||
Comment 4•17 years ago
|
||
This version of Nir's testcase exhibits the bug on load without requiring bidi.browser.ui to be reset.
Flags: wanted1.9.1? → wanted1.9.1+
Comment 5•16 years ago
|
||
I can reproduce this on Linux machines, while having <input type="text"> field overlapping the field size, and than switching text direction using ctrl-shift-x.
![]() |
||
Comment 6•15 years ago
|
||
Fixed in the range http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=120667a01fd2&tochange=a43e2f7eda8f, most likely by bug 526394
Status: NEW → RESOLVED
Closed: 15 years ago
Depends on: 526394
Flags: in-testsuite?
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Attachment #509950 -
Flags: review?(smontagu)
![]() |
||
Comment 8•15 years ago
|
||
Comment on attachment 509950 [details] [diff] [review]
Tests
Heh, you beat me to it. Thanks!
Attachment #509950 -
Flags: review?(smontagu) → review+
Updated•15 years ago
|
Whiteboard: [needs landing]
Comment 9•15 years ago
|
||
Test case landed as:
http://hg.mozilla.org/mozilla-central/rev/025a5df65801
Flags: in-testsuite? → in-testsuite+
Whiteboard: [needs landing]
You need to log in
before you can comment on or make changes to this bug.
Description
•