| Summary: | Web Inspector: Sidebar and sometimes ContentView scroll position is lost when switching between tabs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aestes, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2015-06-02 21:43:32 PDT
Created attachment 254144 [details]
[PATCH] Proposed Fix
Comment on attachment 254144 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=254144&action=review > Source/WebInspectorUI/ChangeLog:3 > + Web Inspector: Sidebar and sometimes ContentView scroll position is lost when switching between tabs How does this fix content view scroll position? I only see sidebar code being changed. Comment on attachment 254144 [details] [PATCH] Proposed Fix Clearing flags on attachment: 254144 Committed r185141: <http://trac.webkit.org/changeset/185141> All reviewed patches have been landed. Closing bug. (In reply to comment #3) > Comment on attachment 254144 [details] > [PATCH] Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=254144&action=review > > > Source/WebInspectorUI/ChangeLog:3 > > + Web Inspector: Sidebar and sometimes ContentView scroll position is lost when switching between tabs > > How does this fix content view scroll position? I only see sidebar code > being changed. In Timelines the sidebar / content view are linked. So scrolling the sidebar just made everything work. |