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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 13:36:35 PDT 2007


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

           Summary: REGRESSION: Often can't drag text out of textareas.
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adele at apple.com


In the attached test case, select the word "test" and try to drag it out of the
textarea and into the text field.  

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.

<rdar://problem/5426557>


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