[webkit-reviews] review granted: [Bug 109907] Web Inspector: Redo in text editor should always collapse selection to end. : [Attachment 188498] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 06:09:54 PST 2013


Pavel Feldman <pfeldman at chromium.org> has granted Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 109907: Web Inspector: Redo in text editor should always collapse selection
to end.
https://bugs.webkit.org/show_bug.cgi?id=109907

Attachment 188498: Patch
https://bugs.webkit.org/attachment.cgi?id=188498&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
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.


More information about the webkit-reviews mailing list