Bug 109907 - Web Inspector: Redo in text editor should always collapse selection to end.
Summary: Web Inspector: Redo in text editor should always collapse selection to end.
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 00:29 PST by Vsevolod Vlasov
Modified: 2013-02-15 06:57 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.93 KB, patch)
2013-02-15 00:33 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

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