RESOLVED FIXED 103078
Web Inspector: ctrl+end in editor does not select the last symbol.
https://bugs.webkit.org/show_bug.cgi?id=103078
Summary Web Inspector: ctrl+end in editor does not select the last symbol.
Pavel Feldman
Reported 2012-11-22 09:19:28 PST
Fix and a test attached.
Attachments
Patch (11.00 KB, patch)
2012-11-22 09:21 PST, Pavel Feldman
no flags
Patch (11.69 KB, patch)
2012-11-23 00:37 PST, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-11-22 09:21:24 PST
Vsevolod Vlasov
Comment 2 2012-11-22 13:12:23 PST
Comment on attachment 175687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=175687&action=review > Source/WebCore/inspector/front-end/DefaultTextEditor.js:2012 > + var textOffset = (node._chunk && offset === 1) ? text.length : offset; This looks like the only actual change in the file but I can not find this place in the code. The patch doesn't apply also. Is rebaseline needed?
Pavel Feldman
Comment 3 2012-11-23 00:37:35 PST
Pavel Feldman
Comment 4 2012-11-23 02:15:11 PST
Note You need to log in before you can comment on or make changes to this bug.