[Webkit-unassigned] [Bug 177953] New: RenderSVGRoot should check the renderers inside its visualOverflowRect for hit testing if the overflow is visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 5 11:09:42 PDT 2017


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

            Bug ID: 177953
           Summary: RenderSVGRoot should check the renderers inside its
                    visualOverflowRect for hit testing if the overflow is
                    visible
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Created attachment 322862

  --> https://bugs.webkit.org/attachment.cgi?id=322862&action=review

test case

1. Open the attached test case.
2. Click on the green rectangle.

Result: no alert messages.
Expected: an alert message comes up when clicking the green rectangle.

NOTES: The green rectangle is an SVGRectElement inside an SVGSVGElement. The SVGRectElement positioned outside the rectangle of the root element. The SVGRectElement is drawn only because the overflow of the SVGSVGElement is set to be visible. Since the SVGRectElement is drawn, it should be accessible through elementFromPoint() and the hit testing.

-- 
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/20171005/a53cdb6b/attachment.html>


More information about the webkit-unassigned mailing list