[Webkit-unassigned] [Bug 91829] New: FocusControllers's FocusScope::focusScopeOf(Node*) should handle distributed nodes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 00:44:09 PDT 2012


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

           Summary: FocusControllers's FocusScope::focusScopeOf(Node*)
                    should handle distributed nodes.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com, shinyak at chromium.org,
                    tasak at google.com
            Blocks: 91825


Current implementation of FocusScope::focusScopeOf(Node*) simply returns the given node's treeScope.
That is wrong if the given node is a distributed node. In such case, we should return a proper focus scope considering composed shadow tree.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list