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

sansui’s picture

Also 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.

sansui’s picture

Priority: Normal » Major

New 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.

sansui’s picture

I 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:

table.swfupload tr.hidden {
  position:absolute;
  left:-9000px;
}

If someone could please test this in IE8 with their configuration and confirm if the fix works for them too.

chilligroup’s picture

Still having issues in IE8 with this one... any updates?