Bug 103078

Summary: Web Inspector: ctrl+end in editor does not select the last symbol.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch vsevik: review+

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.