[webkit-reviews] review requested: [Bug 65027] Inserting text into scrolled out text controls should bring them into the center of the view, not on an edge : [Attachment 103684] Added tests for caret revealing in multiline edit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 15:26:29 PDT 2011


Mikhail Naganov <mnaganov at chromium.org> has asked  for review:
Bug 65027: Inserting text into scrolled out text controls should bring them
into the center of the view, not on an edge
https://bugs.webkit.org/show_bug.cgi?id=65027

Attachment 103684: Added tests for caret revealing in multiline edit
https://bugs.webkit.org/attachment.cgi?id=103684&action=review

------- Additional Comments from Mikhail Naganov <mnaganov at chromium.org>
Behaviour of caret in multiline input and contenteditable now match caret
behaviour in TextEdit:
 - when caret is scrolled out of visible area and you start typing, the caret
is brought to the center of the visible area -- this is achieved with the
patch, tests added;
 - when you have just reached the bottom of the input, and continue typing,
caret will stay at the bottom -- this behaviour has been left intact.


More information about the webkit-reviews mailing list