Bug 81896

Summary: Web Inspector: breakpoints should shift when line break is inserted in the middle of the line.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Description Pavel Feldman 2012-03-22 05:24:09 PDT
There is a bug that collapses selection prior to exiting change mode, we should never collapse edit area prior committing.
Comment 1 Pavel Feldman 2012-03-22 05:25:38 PDT
Created attachment 133232 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-22 05:41:27 PDT
Comment on attachment 133232 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=133232&action=review

> Source/WebCore/inspector/front-end/TextViewer.js:-71
> -    this.element.addEventListener("dblclick", this._doubleClick.bind(this), true);

poor merge
Comment 3 Pavel Feldman 2012-03-22 05:52:50 PDT
Committed r111675: <http://trac.webkit.org/changeset/111675>