[Webkit-unassigned] [Bug 15073] REGRESSION: Often can't drag text out of textareas.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 17:06:50 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15073





------- Comment #2 from mitz at webkit.org  2007-08-24 17:06 PDT -------
(In reply to comment #0)
> I think this is caused by the change in hit testing for text controls.  Now we
> get the inner div as the hit test result, and when
> EventHandler::shouldDragAutoNode gets called (eventually on the textarea
> itself), it fails because the textarea isn't a leaf node.

I agree. I think the special hit-testing should be reserved to text controls
while they're actually displaying placeholder text. I am going to make that
patch.


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



More information about the webkit-unassigned mailing list