Search and Top Navigation
#14687 closed bug (notabug)
Opened October 07, 2015 11:37PM UTC
Closed October 09, 2015 01:48PM UTC
jQuery UI and input type="file"
Reported by: | alasdairm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm a relatively inexperienced JS/jQ writer so I'll do the best I can with this. You can see my code here: http://vzaarsupport.com/alasdair/demos/api_uploader_H5_dev/
on line 116 i have an input: <input type="file" name="file" id="file" value="">
when the file is chosen, the text “No file chosen” remains. if i check the value after i choose a file (see lines 188-190) the value of the input is the chosen file. but it does not display!
if i remove the jQuery UI code, it works as expected. I don't have enough experience to be able to troubleshoot beyond that but maybe somebody here can work out what's happening?
Attachments (0)
Change History (1)
Changed October 09, 2015 01:48PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
It's not clear that this is a bug in jQuery UI. Please use the forums, Stack Overflow, or IRC if you need help reducing this. We don't debug third party plugins, so until we have a reduced test case showing that jQuery UI is actually causing the issue, we can't do much.
If you can reduce this to show that there is a bug in jQuery UI, please just leave a comment with the details and a link to the reduced test case and we'll reopen the ticket.