-
21 Feb 2013 5:00 AM #1
Disabling FileUploadField
Disabling FileUploadField
Hi Sven,
I am trying to disable the FileUploadField, so I tried to use fileUpload.setEnabled(false); but it just makes it gray but the click event still works, and when I tried to use fileUpload.setReadOnly(true); the click event still works.
Can you please suggest how I can solve the problem?
Thank you,
Alon
-
21 Feb 2013 5:16 AM #2
This sounds like a bug. I will move this thread to the bugs forum so it can be investigated. Probably the disabled state is not correctly setup on the file input
-
21 Feb 2013 5:19 AM #3
-
6 Mar 2013 3:04 AM #4
Is there a Sencha bug number assigned for this ?
-
6 Mar 2013 4:43 AM #5
-
30 May 2013 12:56 PM #6
The bug is now fixed and will go out in our next release. Alternatively, you can build from SVN or grab a nightly build at https://support.sencha.com/index.php#nightlies.
Brandon
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2855
in
3.0.5.


Reply With Quote