RESOLVED FIXED Bug 8283
REGRESSION: File's path doesn't appear after dragging file into input field
https://bugs.webkit.org/show_bug.cgi?id=8283
Summary REGRESSION: File's path doesn't appear after dragging file into input field
Chris Petersen
Reported 2006-04-09 19:24:11 PDT
After I drag n drop a image file to a input field, the file path doesn't appear in the field. However, the Edit menu does indicate the drag was successful since the Edit menu shows "Undo Paste" Note: I'm only able to reproduce this image (GIF, JPEG, PNG, TIFF) or PDF files. STEPS TO REPRODUCE 1. With TOT Webkit , open test case "sample_input.html" 2. Drag a image file so that is hovers over the input field. Notice you should see a caret as you hover over the input field. When this occurs, mouse up. 3. Instead of displaying the file's path in the field, nothing is displayed. RESULTS File path for image file should be displayed in the field. Instead, no file path is displayed. REGRESSION Yes, the only occurs with native text fields.
Attachments
Sample input field (166 bytes, text/html)
2006-04-09 19:25 PDT, Chris Petersen
no flags
Chris Petersen
Comment 1 2006-04-09 19:25:34 PDT
Created attachment 7608 [details] Sample input field
Chris Petersen
Comment 2 2006-04-09 19:28:02 PDT
This has been filed as <rdar://problem/4507837>
mitz
Comment 3 2006-04-09 22:17:36 PDT
See also bug 8276.
mitz
Comment 4 2006-04-10 06:39:44 PDT
For non-image items, the paste result is incorrect as well: instead of the file path, a file: URL is being pasted.
Adele Peterson
Comment 5 2006-04-10 13:55:00 PDT
While this is a native text field regression, we think the symptom is mild, so we're moving it to P2.
Note You need to log in before you can comment on or make changes to this bug.