bestprotop / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

Filename does not show when tinyMCE is loaded on the same page #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When tinyMCE is loaded on the same page, the filename list doesn't show 
filenames, only the 'delete' button.

This error was solved after changing line 314 of multifile.js to:
                // Insert label
                MultiFile.list.append(
                    r.append(a)
                    );
                MultiFile.list.append(
                    r.append(' ')
                    );
                MultiFile.list.append(
                    r.append(b)
                    );
instead of:

   MultiFile.list.append(
                    r.append(a , '', b)
                    );

No idea why, but it worked after this.

Original issue reported on code.google.com by shandof...@gmail.com on 15 Jul 2010 at 10:32

GoogleCodeExporter commented 9 years ago
The project has been dormant for over a year and many of the support requests 
have been resolved and/or are invalid. So we're going to archive them all, 
pending review.

If you're still having a problem with the plugin, please visit the project page 
and re-open the issue. We do apologize for any inconvenience this may cause, 
but please bear with us...  we'll be making improvements to the plugin and its 
documentation over the coming weeks.

Stay tuned; and thanks for your support!

The Fyneworks Team
http://twitter.com/fyneworks

Original comment by fyneworks on 26 Jan 2012 at 1:37