-
1 Mar 2012 11:07 AM #1
The Browse button is disabled in the File Upload Field
The Browse button is disabled in the File Upload Field
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.0-beta-3
- IE9
- Chrome
- The Browse button in the File Upload Field cannot be clicked. This worked in beta-2.
- Open the example from ext-4.1.0-beta-3\examples\form\file-upload.html. None of the Browse buttons can be clicked.
Debugging already done:
The problem is that the input of type="file" gets an attribute disabled="false" which is equivalent to just 'disabled'. It should not be there.
HTML Code:<input name="filefield-1012-inputEl" disabled="false" class="x-form-file-input" id="filefield-1012-fileInputEl" type="file" size="1"/>
-
1 Mar 2012 12:48 PM #2
Thanks for the report!
That is very familiar
The fix for this should already be in the nightly builds and will be in the next release.Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote