[Webkit-unassigned] [Bug 124685] New: Web Inspector: assertion when reloading page after selecting resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 15:54:57 PST 2013


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

           Summary: Web Inspector: assertion when reloading page after
                    selecting resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Stack trace attached (can't copy it out of console.. :()

Steps to reproduce:

1. Open a single frame webpage
2. Open web inspector
3. Select any resource in the resources sidebar panel, or switch away from the DOM tree content view.
4. Reload the page


This doesn't happen if reloading when the main frame resource's DOM tree content view is displayed, or if selecting a resource and navigating to a different page. I think there is something causing the same content view to be entered into the backForwardList twice, or more than one content view thinks it is displayed at the same time.

A brute force fix is to simply hide all visible content views before disassociating from them (rather than only hiding the content view associated with the 'current' history entry), but this feels like ignoring the root cause.

-- 
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