[Webkit-unassigned] [Bug 173185] New: Web Inspector: REGRESSION(r217749): Event listeners are removed even if they haven't been added

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 9 15:01:31 PDT 2017


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

            Bug ID: 173185
           Summary: Web Inspector: REGRESSION(r217749): Event listeners
                    are removed even if they haven't been added
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

The event listeners are only applied in the ResourceDetailsSidebarPanel after it has initialLayout().  If the panel is created without ever being shown, each time it is hidden() it will attempt to remove the event listeners.  Since it has not been initialLayout(), these event listeners would not have already been added.

-- 
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/20170609/73a5deb8/attachment.html>


More information about the webkit-unassigned mailing list