[Webkit-unassigned] [Bug 166484] New: A shadow host does not delegate focus to its shadow root

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 26 14:17:13 PST 2016


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

            Bug ID: 166484
           Summary: A shadow host does not delegate focus to its shadow
                    root
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: damiaan at me.com
                CC: cdumez at apple.com

Created attachment 297772
  --> https://bugs.webkit.org/attachment.cgi?id=297772&action=review
A web page to reproduce the problem

Overview: As specified in the shadow dom specification (http://w3c.github.io/webcomponents/spec/shadow/#focus): "A shadow host can delegate focus to its shadow root by assigning a boolean delegatesFocus flag to be true in ShadowRootInit dictionary". But this feature is not working.

Steps to Reproduce:
 - open the attached file (delegateFocus.html) in the latest nightly build
 - click on the text "Hello world"

Actual Results: nothing happens

Expected Results: The input field should receive focus.

Build date: December 20, 2016 5:14 PM GMT
Platform: macOS Sierra 10.12.2 (16C67)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161226/d2db8119/attachment.html>


More information about the webkit-unassigned mailing list