Active
Project:
SWFUpload
Version:
6.x-2.0-beta8
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 20:58 UTC
Updated:
1 Feb 2012 at 01:20 UTC
Checked with beta 7 and 8, in IE8 on two different sites, can't always drag images upwards, but can always drag them downwards. No issues in Firefox.
Also, maybe someone else could look at this too - it seems that when a user with the administration menu module enabled is working on an SWFUpload page in IE, it causes extreme lag and notices from IE that a script is causing the page to stop responding. Remove the admin menu, and the lag goes away. Again, no issues in Firefox.
Image highlighting also does not appear to function well in IE - very little different between selected item and other rows.
Comments
Comment #1
sansui commentedAlso receiving reports from some site users that reordering does not work for them in IE9, but I cannot confirm as I do not have it installed.
Comment #2
sansui commentedNew information on IE8 issues.
If there are more than 10 images, there are serious problems with reordering in IE8. If you have 20 images, you can drag and drop around the last 10 images. If you have 50 images, you can drag and drop around the last 25 images. Cannot move the first half of the images at all.
Try it in IE. Upload 20 images and you'll see you can only drag the lower half of the images.
I have noticed that double clicking a row and using the keyboard still allows for reordering, but drag and drop just doesn't work with larger numbers of images.
Comment #3
sansui commentedI think I've found the cause for the issue in IE8.
There is a class for "hidden" that hides the loading animation table row for swfupload. When this attribute is removed, the loading animation obviously displays at the top of the table... but also reordering finally works properly again in IE8.
A fix that seems to work is changing the "hidden" class to this:
If someone could please test this in IE8 with their configuration and confirm if the fix works for them too.
Comment #4
chilligroup commentedStill having issues in IE8 with this one... any updates?