This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
uploadTemplate produces hidden result row. #2654
Closed
Description
I am trying to implement the jQuery UI version in an "XSLT" environment, so I have to resort to this alternative template solution:
https://github.com/blueimp/jQuery-File-Upload/wiki/Template-Engine
Everything seems to work fine - besides one essential thing. The
<tr class="template-upload fade">
...from the uploadTemplate shortly appears and then disappears again (flickers). Firebug tells me that it has an inline style of ''display:none''. It seems as if it fades in, and then gets hidden. Is this a bug, or a bad configuration?
FYI, in case it is relevant, the fileContainer variable points to the tbody in:
<table role="presentation">
<tbody class="files" id="upload_files_container"></tbody>
</table>
Help would be much appreciated.
Metadata
Metadata
Assignees
Labels
No labels