WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
135570
Web Inspector: timeline overview view state is not saved with BackForwardEntry navigations
https://bugs.webkit.org/show_bug.cgi?id=135570
Summary
Web Inspector: timeline overview view state is not saved with BackForwardEntr...
Brian Burg
Reported
2014-08-04 12:55:46 PDT
Each back/forward entry currently represents a navigation + view state. Differing view states cannot create new back/forward entries. View states store the effects of user interaction within a content view, provided that the interaction doesn't create a new navigation. Saved view state is currently limited to scroll positions of elements nominated by ContentView.prototype.get_scrollableElements. But, some view state that's important to the user (namely, selection ranges in the timeline) are not implemented with DOM scrolling, so that view state is not handled. ContentViews should be able to
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-08-04 12:56:17 PDT
<
rdar://problem/17905858
>
Brian Burg
Comment 2
2014-08-04 12:56:40 PDT
.. provide custom save/restore functions. Importantly, these should not save into the BackForwardEntry's cookie, since that is for navigation state only.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug