[Webkit-unassigned] [Bug 43689] New: Drag and drop text into input field with placeholder inserts text into placeholder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 8 09:08:06 PDT 2010


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

           Summary: Drag and drop text into input field with placeholder
                    inserts text into placeholder
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL:
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tim at possibilogy.com


If you copy text, click on a input field with a placeholder and then paste, the placeholder text is replaced as expected. 

However if text is selected from somewhere else and dragged into an input text field over the placeholder text, the dragged text is "inserted" into the placeholder text and the entire string is now content in the form. 

For example if 'abc' is selected text, and it is dragged into a input form text field with the placeholder "Enter text here", with the "drop" (mouseup=end of drag) occurring in between the x and t in "text" then the form field now reads "Enter texabct here" instead of expected "abc". The placeholder text goes from greyed out to black and is now part of the "input".

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