Bug 81896 - Web Inspector: breakpoints should shift when line break is inserted in the middle of the line.
Summary: Web Inspector: breakpoints should shift when line break is inserted in the mi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 05:24 PDT by Pavel Feldman
Modified: 2012-03-22 05:52 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.68 KB, patch)
2012-03-22 05:25 PDT, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>