[Webkit-unassigned] [Bug 146928] New: Programmatic scrolling in RTL documents is no longer compatible with other browsers in WK2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 13 22:18:56 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146928
Bug ID: 146928
Summary: Programmatic scrolling in RTL documents is no longer
compatible with other browsers in WK2
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
Created attachment 256756
--> https://bugs.webkit.org/attachment.cgi?id=256756&action=review
Testcase
A programmatic document scroll in a RTL document behaves differently between WK2 and WK1, and between WK2 and Firefox. So WK2 broke compat with other browsers.
After:
window.scrollTo(-50, 0);
window.scrollX is -870 in WK2, but -50 in WK1 and other browsers.
rdar://problem/21770741
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150714/7a70b5ed/attachment.html>
More information about the webkit-unassigned
mailing list