Closed
Bug 1125604
Opened 10 years ago
Closed 4 years ago
No page scrollbar in right to left pages with body element wider than screen
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1102175
People
(Reporter: ysalimpour, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: rtl)
Attachments
(1 file)
324 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141126041045
Steps to reproduce:
Create an empty page with this css style assigned to body:
body {
direction: rtl;
min-width: 9000px;
}
here is a sample:
http://jsfiddle.net/xpn8ungu/
Actual results:
Page content width is 9000px as expected but no scroll bar is shown though the content is larger than viewport and it's being cut.
Expected results:
Page should have scroll bar since it's content is larger than viewport.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
OS: Windows 7 → All
Product: Firefox → Core
Version: 34 Branch → Trunk
Updated•5 years ago
|
Priority: -- → P3
Hardware: x86_64 → All
Updated•5 years ago
|
Summary: No page scrollbar in right to left pages with min-width larger than screen → No page scrollbar in right to left pages with body element wider than screen
Comment 2•4 years ago
|
||
I see the expected horizontal scrollbar with the jsfiddle testcase here (and also with the testcase in the dup'd bug 1547774).
mozregression --find-fix points to https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c5e6477c3a245a97d4c3cdd5d3e406f8abaf94ad&tochange=9afd613bcbee09992cd2537f4bf8ddc6d761e9cf
In particular, that includes bug 1102175, which I think must be what fixed this.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•