[Webkit-unassigned] [Bug 203497] New: scrollIntoView doesn't work in the inline axis if the element is partially visible.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 28 11:54:20 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=203497
Bug ID: 203497
Summary: scrollIntoView doesn't work in the inline axis if the
element is partially visible.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Scrolling
Assignee: webkit-unassigned at lists.webkit.org
Reporter: emilio at crisal.io
CC: simon.fraser at apple.com
STR:
* Open https://bugzilla.mozilla.org/attachment.cgi?id=9104711
* Call `child.scrollIntoView()`.
Expected: Child is in view in both axes (i.e., a green square)
Actual: Child is only scrolled in the block axis.
Per https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview I think Firefox is right.
This is also https://bugs.chromium.org/p/chromium/issues/detail?id=916631, I think.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191028/be3cc3ee/attachment.htm>
More information about the webkit-unassigned
mailing list