Lines 1-3
Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-05-25 Hironori Bono <hbono@chromium.org> |
2 |
|
3 |
Move contents left when a vertical scrollbar is shown at the left side of an RTL element. |
4 |
https://bugs.webkit.org/show_bug.cgi?id=85856 |
5 |
|
6 |
Reviewed by NOBODY (OOPS!). |
7 |
|
8 |
When a vertical scrollbar is shown at the left side of an RTL element, this |
9 |
change increases the clientLeft value by the width of the scrollbar as written |
10 |
in <http://www.w3.org/TR/cssom-view> and move contents left. |
11 |
|
12 |
Test: scrollbars/rtl/rtl-div.html |
13 |
|
14 |
* rendering/RenderBlock.cpp: |
15 |
(WebCore::RenderBlock::paintObject): Move contents left when a vertical scrollbar is shown at the left side. |
16 |
* rendering/RenderBox.h: |
17 |
(WebCore::RenderBox::clientLeft): Add the width of the vertical scrollbar when it is shown at the left side. |
18 |
|
1 |
2012-05-25 Jan Keromnes <janx@linux.com> |
19 |
2012-05-25 Jan Keromnes <janx@linux.com> |
2 |
|
20 |
|
3 |
Web Inspector: Resource object has no methods getContent and setContent |
21 |
Web Inspector: Resource object has no methods getContent and setContent |