[Webkit-unassigned] [Bug 165744] New: Web Inspector: content views are not restored on reload if its tree element is filtered out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 11 16:05:56 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165744
Bug ID: 165744
Summary: Web Inspector: content views are not restored on
reload if its tree element is filtered out
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: bburg at apple.com, joepeck at webkit.org,
mattbaker at apple.com, nvasilyev at apple.com,
timothy at apple.com, webkit-bug-importer at group.apple.com
STEPS TO REPRODUCE:
1. Go to a website
2. Open Resources Tab
3. Select some resource tree element
4. Enter some jibberish into "Filter Resource List" at the bottom of the sidebar
5. Reload
=> Content view is restored as expected despite no tree element visible
6. Reload
=> Content view is not restored, shows the main resource
My hunch is that we are unable to correctly serialize the current content view / represented object the second time because its corresponding tree element was never created. State restoration code is based on the selected tree element, so if nothing is selected then we won't restore anything either.
--
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/20161212/5a1216eb/attachment-0001.html>
More information about the webkit-unassigned
mailing list