Closed (fixed)
Project:
File Resumable Upload
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2014 at 09:49 UTC
Updated:
24 Dec 2014 at 14:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ckngComment #2
ckngAttached patch solves the issue
- changed js to not target input only
- changed widget to load the file_resup.js
file_resup.min.js should be removed, IMHO, not very useful in d.o.
Comment #3
ckngComment #4
anrikun commentedCore
modules/file/file.jsexpects file upload and remove buttons to be input elements:So does
file_resup.js.Comment #5
ckngExactly why we look for better upload alternative. Fixing the core is as simple as add addition js to bind to the correct button. We could do the same for this case as well. However, it would be way better if it works out of the box.
Overall this is tiny change which would provide wider module/theme support, especially HTML5. So I don't understand why it is turned down.
Comment #6
anrikun commented@ckng: another user requested your change in JS at #2397075: Add support for the Bootstrap theme so I guess I will commit it after all.
Comment #7
anrikun commentedThis is now committed, thanks!