RESOLVED FIXED 57229
Web Inspector: execution line is displayed incorrectly after source editing.
https://bugs.webkit.org/show_bug.cgi?id=57229
Summary Web Inspector: execution line is displayed incorrectly after source editing.
Pavel Podivilov
Reported 2011-03-28 06:18:28 PDT
Web Inspector: execution line is displayed incorrectly after source editing. 1. Pause on a breakpoint 2. Edit source above the execution line 3. Editor execution line decoration is moved while gutter decoration is not.
Attachments
Patch (4.32 KB, patch)
2011-03-29 08:04 PDT, Andrey Adaikin
no flags
Patch (8.98 KB, patch)
2011-03-30 02:42 PDT, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2011-03-29 08:04:12 PDT
Pavel Feldman
Comment 2 2011-03-29 08:37:54 PDT
Comment on attachment 87331 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87331&action=review > Source/WebCore/inspector/front-end/SourceFrame.js:188 > + if (this._executionLineNumber !== undefined) { I often use typeof this._executionLineNumber === "number" in such cases
Andrey Adaikin
Comment 3 2011-03-30 02:39:19 PDT
Comment on attachment 87331 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87331&action=review >> Source/WebCore/inspector/front-end/SourceFrame.js:188 >> + if (this._executionLineNumber !== undefined) { > > I often use typeof this._executionLineNumber === "number" in such cases done
Andrey Adaikin
Comment 4 2011-03-30 02:42:52 PDT
Pavel Podivilov
Comment 5 2011-03-31 04:31:28 PDT
Comment on attachment 87489 [details] Patch Clearing flags on attachment: 87489 Committed r82560: <http://trac.webkit.org/changeset/82560>
Pavel Podivilov
Comment 6 2011-03-31 04:31:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.