Bug 69340

Summary: Web Inspector: saving JavaScript after live edit resets scroller position.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, me, ossy, paulirish, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Pavel Feldman
Reported 2011-10-04 08:24:11 PDT
1. Start editing 2. Hit Ctrl+Save (Cmd+Save) scrol top is set to 0
Attachments
Patch (11.73 KB, patch)
2011-10-06 10:14 PDT, Pavel Podivilov
no flags
Pavel Podivilov
Comment 1 2011-10-06 10:14:04 PDT
Yury Semikhatsky
Comment 2 2011-10-07 02:00:03 PDT
Comment on attachment 109971 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109971&action=review > Source/WebCore/inspector/front-end/UISourceCode.js:81 > + contentChanged: function() Looking at the current implementation, it seems that we can pass new content as a parameter here and avoid additional requestContent later. > Source/WebCore/inspector/front-end/UISourceCode.js:84 > + this._contentLoaded = false; this._content should also be cleared
Pavel Podivilov
Comment 3 2011-10-10 05:39:53 PDT
Csaba Osztrogonác
Comment 5 2011-10-10 06:24:27 PDT
Comment on attachment 109971 [details] Patch remove r+ from landed patcg
Csaba Osztrogonác
Comment 6 2011-10-10 08:08:05 PDT
Pavel Feldman
Comment 7 2011-10-11 07:54:33 PDT
*** Bug 69842 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.