[Webkit-unassigned] [Bug 194433] Compute fixed position rect based on scrolling tree view of the current scroll position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 07:39:17 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194433

--- Comment #11 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Comment on attachment 361515
  --> https://bugs.webkit.org/attachment.cgi?id=361515
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=361515&action=review

> Source/WebCore/ChangeLog:14
> +        Test by Frederic Wang.

@Antii: Now that you fixed bug 194886, please don't forget to import the three remaining tests from programmatic-scroll-iframe.html, attachment 359723:

// This checks scrolling behavior for position "fixed" and "sticky".
document.getElementById("positionFixed").contentWindow.window.scrollTo(100, 100);
document.getElementById("positionStickyBegin").contentWindow.window.scrollTo(0, 50);
document.getElementById("positionStickyEnd").contentWindow.window.scrollTo(0, 150);

-- 
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/20190221/2250b0c8/attachment.html>


More information about the webkit-unassigned mailing list