[Webkit-unassigned] [Bug 157666] New: window.scroll() without arguments should throw an error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 23:03:08 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157666
Bug ID: 157666
Summary: window.scroll() without arguments should throw an
error
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: enmi.lee at navercorp.com
CC: cdumez at apple.com
Safari can not scroll to the bottom area in the https://members.chosun.com/cms_subscribe/application/index.jsp which has <body onScroll="scroll()">,
because scroll() with no arguments treats as scroll(0, 0) in the WebKit.
It is regression of r100163, and IE 11, Firefox 46.0.1 and Chrome 50 can scroll this web page.
(Chrome can scroll after this patch: https://codereview.chromium.org/59863003/)
--
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/20160513/8c3baba1/attachment.html>
More information about the webkit-unassigned
mailing list