[Webkit-unassigned] [Bug 156954] New: [Win] The function findTopLevelParent should return the first window which is not a child.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 09:30:19 PDT 2016


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

            Bug ID: 156954
           Summary: [Win] The function findTopLevelParent should return
                    the first window which is not a child.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peavo at outlook.com

The function findTopLevelParent is used when the active state of the browser is determined. It usually works very well, but when there is a window with the style WS_POPUP in the hierarchy which has a parent, the function will not return this window, but keep walking the hierarchy. A window with the WS_POPUP style cannot have the WS_CHILD style, and is a type of top level window, even though it can have a parent/owner.

-- 
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/20160423/49f05b2f/attachment.html>


More information about the webkit-unassigned mailing list