-
24 Mar 2011 8:18 PM #1
[FNR] FileUploadField bug under Firefox 3.6.15?
[FNR] FileUploadField bug under Firefox 3.6.15?
hi,
i am just wondering if this issue is specfic to Firefox (version 3.6.15)...
steps to reproduce:
1. create a Window;
2. create a FormPanel;
3. insert a FileUploadField;
4. add the FormPanel to Window;
5. Window.setVisible(true);
6. select a file in FileUploadField;
7. call FileUploadField.setValue(null);
>> it seems that you can no longer select a file in FileUploadField (the select button works, but after selection, no text is displayed in FileUploadField, and the value of FileUploadField is still null)
in IE it works fine.
is there anyone stumbling into this problem?
-
25 Mar 2011 3:08 AM #2
I had the same problem.
Using fileUploadField.reset() instead that setting the value to null fix the problem.
Regards,
Michel.
-
13 Sep 2011 5:21 AM #3
Fixed in SVN as of revision 2428
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Empty $_FILES in Firefox when using fileuploadfield
By SchattenMann in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 20 Oct 2009, 8:42 AM -
FileUploadField: Firefox, result handling etc.
By arthy in forum Ext GWT: DiscussionReplies: 2Last Post: 21 Sep 2009, 10:42 PM -
fileuploadfield in firefox browsers
By monya in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 20 Apr 2009, 8:10 PM -
FileUploadField FireFox 2.0 mouse over pointer
By emredagli in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 22 Oct 2008, 5:13 PM


Reply With Quote