[Webkit-unassigned] [Bug 210778] New: EventHandler::selectCursor() has broken resize over coordinate conversion code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 20 19:46:49 PDT 2020


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

            Bug ID: 210778
           Summary: EventHandler::selectCursor() has broken resize over
                    coordinate conversion code
           Product: WebKit
           Version: WebKit Nightly Build
          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

This looks really wrong, and is broken:

                if (FrameView* view = m_frame.view())
                    inResizer = layer->isPointInResizeControl(view->windowToContents(roundedIntPoint(result.localPoint())));

Why windowToContents() on the localPoint from a HitTestResult?

-- 
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/20200421/654c7889/attachment.htm>


More information about the webkit-unassigned mailing list