[webkit-reviews] review requested: [Bug 48132] Long lines in non-white-space-pre editable documents show cursor in wrong place : [Attachment 73265] Using LogicalLayoutOverflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 12:25:06 PST 2010


Levi Weintraub <leviw at google.com> has asked  for review:
Bug 48132: Long lines in non-white-space-pre editable documents show cursor in
wrong place
https://bugs.webkit.org/show_bug.cgi?id=48132

Attachment 73265: Using LogicalLayoutOverflow
https://bugs.webkit.org/attachment.cgi?id=73265&action=review

------- Additional Comments from Levi Weintraub <leviw at google.com>
This bug happen because RenderText::localCaretRect snaps the caret rect to its
containing RenderBlock's logicalLeft and logicalRight when in autoWrap content.
logicalLeft and Right don't take into account overflow, so the caret is clipped
to the logical bounds.


More information about the webkit-reviews mailing list