Bug 109907

Summary: Web Inspector: Redo in text editor should always collapse selection to end.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Vsevolod Vlasov 2013-02-15 00:29:11 PST
Patch to follow.
Comment 1 Vsevolod Vlasov 2013-02-15 00:33:49 PST
Created attachment 188498 [details]
Patch
Comment 2 Pavel Feldman 2013-02-15 06:12:12 PST
Comment on attachment 188498 [details]
Patch

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

> Source/WebCore/inspector/front-end/TextEditorModel.js:507
> +        return range ? range.collapseToEnd() : null;

Consider moving this to the call site.
Comment 3 WebKit Review Bot 2013-02-15 06:57:33 PST
Comment on attachment 188498 [details]
Patch

Clearing flags on attachment: 188498

Committed r142994: <http://trac.webkit.org/changeset/142994>
Comment 4 WebKit Review Bot 2013-02-15 06:57:36 PST
All reviewed patches have been landed.  Closing bug.