[Webkit-unassigned] [Bug 212534] New: Event regions are wrong in the scrolled contents layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 11:08:01 PDT 2020


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

            Bug ID: 212534
           Summary: Event regions are wrong in the scrolled contents layer
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

The event region in the scrolled contents layer covers only the visible part, meaning that if you swipe then tap before we've done layout/rendering update, you get the wrong region types.

RenderBlock::paintObject() uses:
auto borderRect = LayoutRect(paintOffset, size());
which is obviously wrong for the contents of scrolled overflow.

-- 
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/20200529/797aa66c/attachment.htm>


More information about the webkit-unassigned mailing list