[Webkit-unassigned] [Bug 140024] New: focus event listener on arbitrary SVGElement makes it focusable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 1 06:56:54 PST 2015


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

            Bug ID: 140024
           Summary: focus event listener on arbitrary SVGElement makes it
                    focusable
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mail at rodneyrehm.de
                CC: zimmermann at kde.org

Created attachment 243863
  --> https://bugs.webkit.org/attachment.cgi?id=243863&action=review
Test Case

Any SVG element (e.g. <text>, <svg>, …) is focusable once a focus event listener is attached to that element.

Steps to Reproduce:

1. addEventListener('focus', …) to any SVG element
2. focus() that element
3. observe document.activeElement changed to the SVG element

live test case: http://medialize.github.io/ally.js/tests/browser-bugs/blink-svg-focus-event.html

This failure also exists in Blink.

-- 
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/20150101/dd92e29f/attachment-0002.html>


More information about the webkit-unassigned mailing list