[Webkit-unassigned] [Bug 43689] Drag and drop text into input field with placeholder inserts text into placeholder
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 9 05:27:18 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43689
--- Comment #2 from Tim <tim at possibilogy.com> 2010-08-09 05:27:18 PST ---
This fails in Safari 5.0.1 (6533.17.8) and Version 5.0.1 (6533.17.8, r64889) webkit.
I have made a hopefully small example:
<form action='/none' method='post'>
<textarea placeholder='Enter text here' name='t' ></textarea>
<textarea name='t' >ABC</textarea>
<br><br>Select the ABC and drag it from the second form field to the first form field over the "Enter text here" in the textarea. When dropped it will be inserted into the placeholder.
</form>
This example is at
https://www.schellingpoint.com/wbb
Hope this helps.
Tim
--
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