RESOLVED FIXED 19924
Disabled file input element updates its displayed file info when a file is dropped from the Finder.
https://bugs.webkit.org/show_bug.cgi?id=19924
Summary Disabled file input element updates its displayed file info when a file is dr...
Matt Cooper
Reported 2008-07-07 07:25:12 PDT
Summary: Disabled file input element updates its displayed file info when a file is dropped from the Finder. Steps to Reproduce: 1. Make a page with an input type="file" and disabled (I will attach one to this bug). 2. From the Finder, drag a file and drop it on the disabled input file element. 3. Notice that the element now displays the name of the dropped file when it shouldn't have changed at all since it is disabled. Expected Results: Nothing should have changed; the input file element should look the same as it did before the drag and drop. Actual Results: The element displays the icon and name of the dropped file.
Attachments
Test case mentioned in original bug details. (818 bytes, text/html)
2008-07-07 07:26 PDT, Matt Cooper
no flags
Matt Cooper
Comment 1 2008-07-07 07:26:21 PDT
Created attachment 22131 [details] Test case mentioned in original bug details.
Mark Rowe (bdash)
Comment 2 2008-07-07 08:29:58 PDT
Adele Peterson
Comment 3 2008-07-07 18:14:09 PDT
Committed revision 35052.
Matt Cooper
Comment 4 2008-07-09 09:51:41 PDT
Thank you, verified as fixed in today's WebKit nightly build (AppleWebKit/527+): r35067.dmg">http://builds.nightly.webkit.org/files/trunk/mac/WebKit-SVN-r35067.dmg
Note You need to log in before you can comment on or make changes to this bug.