[Webkit-unassigned] [Bug 8715] REGRESSION: Caret to the right of an image is a big black rectangle.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue May 9 09:07:11 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8715


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |darin at apple.com
                   |unassigned at opendarwin.org   |
           Keywords|                            |EasyFix, Regression




------- Comment #2 from darin at apple.com  2006-05-09 09:07 PDT -------
The bug is in RenderBox::caretRect.

There's a line of code that says:

    rect.setWidth(m_width - caretWidth)

which should instead say:

    rect.move(IntSize(m_width - caretWidth, 0))


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list