Bug 146254

Summary: Web Inspector: TextEditor scroll position not correctly restored when switching tabs
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: 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 Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-06-23 15:33:14 PDT
* SUMMARY
TextEditor scroll position not correctly restored when switching tabs.

* STEPS TO REPRODUCE
1. Load <http://apple.com>
2. Show page source (Web Inspector, Resources Tab, Main Resource selected)
3. Scroll down the text editor
4. Switch to the Elements tab
5. Switch back to the Resources tab
  => correct resource is showing, but scroll position is now (0,0) instead of what it was before switching
Comment 1 Joseph Pecoraro 2015-06-23 15:33:25 PDT
<rdar://problem/21176592>
Comment 2 Joseph Pecoraro 2015-06-23 15:50:33 PDT
Created attachment 255443 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-06-23 17:28:18 PDT
Comment on attachment 255443 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 255443

Committed r185891: <http://trac.webkit.org/changeset/185891>
Comment 4 WebKit Commit Bot 2015-06-23 17:28:21 PDT
All reviewed patches have been landed.  Closing bug.