This is a migrated thread and some comments may be shown as answers.

IE - Upload control - UI issue

1 Answer 55 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Uchitha
Top achievements
Rank 1
Uchitha asked on 09 Sep 2011, 04:34 AM
Guys,

Here's a UI issue we notice with the upload controller only in IE (6 & 7).

1. User selects & upload a file  - All good
2. Upon completion user selects another file. - All good
3. Upload control correctly removes the first file from the list and adds the second one to the list. However the display position i of the new file is incorrect as shown in attachment.

http://i56.tinypic.com/2cmlxdv.png

Could you please advice if this is a known issue of the upload controller? 

Also could you please provide me any hints as to which css classes I should be interested in adjusting?

Thanks,
Uchitha.

1 Answer, 1 is accepted

Sort by
0
Uchitha
Top achievements
Rank 1
answered on 28 Sep 2011, 05:22 AM
A workaround was implemented for IE as the solution.

As soon as user selects the second file the first file is explicitly removed from the upload controller so that the issues in alignment does not occur.

setTimeout('$("ul.t-upload-files").remove();', 10);
//removes all the currently associated files from the upload control. 
Tags
Upload
Asked by
Uchitha
Top achievements
Rank 1
Answers by
Uchitha
Top achievements
Rank 1
Share this question
or