[Webkit-unassigned] [Bug 55552] Text selection changes unexpectedly when dragging out of the <input>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 17:57:57 PDT 2011


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


Alice Boxhall <aboxhall at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aboxhall at chromium.org




--- Comment #3 from Alice Boxhall <aboxhall at chromium.org>  2011-03-17 17:57:57 PST ---
I've been digging around this a little, and it seems like the problem might be related to the fact that the contentHeight and contentWidth of the input field are (incorrectly?) set to 0 and 1008, respectively. This causes RenderBox::positionForPoint to incorrectly calculate the relative position of the mouse cursor once the mouse drags out of the input field.

-- 
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