|
Lines 1-3
Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2011-04-22 Levi Weintraub <leviw@chromium.org> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
REGRESSION: left property broken with position:fixed elements in RTL documents |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=59204 |
| 7 |
http://code.google.com/p/chromium/issues/detail?id=80216 |
| 8 |
|
| 9 |
Test: fast/block/positioning/rtl-fixed-positioning.html |
| 10 |
fast/block/positioning/vertical-rl/fixed-positioning.html |
| 11 |
|
| 12 |
Returning the proper scroll offsets for fixed position content in RTL documents. |
| 13 |
We regressed to X and Y offsets not updating while scrolling when we clamped to zero, |
| 14 |
but RTL documents scroll in negative space. |
| 15 |
|
| 16 |
* page/FrameView.cpp: |
| 17 |
(WebCore::FrameView::scrollXForFixedPosition): Properly handling RTL documents where |
| 18 |
the scroll origin and offsets are negative. |
| 19 |
(WebCore::FrameView::scrollYForFixedPosition): Properly handling vertical writing- |
| 20 |
mode RTL documents, like above. |
| 21 |
* platform/ScrollView.h: |
| 22 |
(WebCore::ScrollView::scrollOrigin): Changing this accessor to const. |
| 23 |
|
| 1 |
2011-04-21 MORITA Hajime <morrita@google.com> |
24 |
2011-04-21 MORITA Hajime <morrita@google.com> |
| 2 |
|
25 |
|
| 3 |
Reviewed by Dimitri Glazkov. |
26 |
Reviewed by Dimitri Glazkov. |