[Webkit-unassigned] [Bug 48132] Long lines in non-white-space-pre editable documents show cursor in wrong place

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


https://bugs.webkit.org/show_bug.cgi?id=48132


Levi Weintraub <leviw at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73265|                            |review?
               Flag|                            |




--- Comment #1 from Levi Weintraub <leviw at google.com>  2010-11-08 12:25:06 PST ---
Created an attachment (id=73265)
 --> (https://bugs.webkit.org/attachment.cgi?id=73265&action=review)
Using LogicalLayoutOverflow

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list