[Webkit-unassigned] [Bug 135965] New: Web Inspector: Inspector frequently restores wrong view when opened (often Timelines instead of Resource)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 18:06:55 PDT 2014


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

           Summary: Web Inspector: Inspector frequently restores wrong
                    view when opened (often Timelines instead of 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: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


* SUMMARY
Inspector frequently restores wrong view when opened (often Timelines instead of Resources / DOM Tree)

* STEPS TO REPRODUCE
1. Inspect bogojoker.com
2. Select Timelines sidebar
3. Select Network timeline
4. Close Inspector
5. Develop > Show Web Inspector (inspector opens to Timelines View, good)
6. Select Resources sidebar
7. Select an Image resource in the sidebar
8. Close Inspector
9. Develop > Show Web Inspector
  => Inspector opens to Timelines view instead of the images view in Resources sidebar

* NOTES
- Inspector listens for window "pagehide" events to save the state of the last view you had open. Unfortunately this does not get called until you re-open the inspector. This is way late and we re-ran a restore of the previous, wrong state.

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