Closed
Bug 1112977
Opened 10 years ago
Closed 8 years ago
The p element not displayed from right right size of the body in vertical-rl
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1102175
People
(Reporter: siqinbilige, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141217030202
Steps to reproduce:
access p element sample page.
http://www.mongolfont.com/test/firefox/p.html
Actual results:
the p element not start from right size of body in vertical-rl.
incorrect.png
Expected results:
like correct.png on IE.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
It is better to put scroll bar to on left size of the window.
These few line of text no need to have a scroll bar.
Comment 3•10 years ago
|
||
The alignment issue here is bug 1102175.
In principle, I think it makes more sense to specify the writing-mode on the <html> element than on <body> in a case like this -- although at this point, that still won't make it behave correctly here, until we fix 1102175.
The position of the window's scroll bar is determined by the directionality of the browser's overall UI, rather than by the content of the window. You can change this by setting the pref "layout.scrollbar.side" to 1 in about:config, I think.
Updated•10 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 4•8 years ago
|
||
The
http://www.mongolfont.com/test/firefox/p.html
test is covered in the provided 24 tests in bug 1102175. Therefore, I am resolving this bug as a DUPLICATE of bug 1102175.
> The position of the window's scroll bar is determined by the directionality
> of the browser's overall UI, rather than by the content of the window.
I wanted to address specifically this issue but
"
The position of the scrollbar is not dictated by CSS, so is out-of-scope for testing.
"
Re: [css-writing-modes-3] Position of vertical scrollbar in documents where principal writing-mode is 'vertical-rl' or 'sideways-rl'
http://lists.w3.org/Archives/Public/public-css-testsuite/2016Sep/0002.html
> You can change this by setting the pref "layout.scrollbar.side" to 1 in about:config
Yes.
Possible layout.scrollbar.side values and their effects
0
Place the scrollbar at the end (right in LTR languages, left in RTL) of
the content, based on the UI's direction. (Default)
1
Place the scrollbar at the end (right in LTR languages, left in RTL) of
the content, based on the document/content's direction.
2
Place the scrollbar on the right side of the content.
3
Place the scrollbar on the left side of the content.
coming from
http://kb.mozillazine.org/Layout.scrollbar.side#Possible_values_and_their_effects
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•