CUL-DigitalServices / avocet-ui

Open Academic Environment (OAE) Front-End
http://www.oaeproject.org
Educational Community License v2.0
1 stars 1 forks source link

Upload Drag & Drop does not work in IE9 #341

Closed oszkarnagy closed 9 years ago

oszkarnagy commented 10 years ago

In IE9 if I drag a file to the upload target area it IE9 opens the file instead of uploading it.

screen shot 2014-09-25 at 10 26 54

timdegroote commented 10 years ago

IE versions <= IE9 don't support file drag/dropping.

We could change the design for these browsers specifically to make it apparent that files can't be dropped.

bertpareyn commented 10 years ago

We should make use of the 'ie-lt10' class to change the wording and icon of the upload drop area. Assigning to @micheleidesmith for design feedback.

micheleidesmith commented 9 years ago

Did some designs which Anne-Sophie reviewed. I need to update the designs when I have 5 mins!

micheleidesmith commented 9 years ago

Design as below:

choose-file-button-no-drag-drop-v3

bertpareyn commented 9 years ago

Assigning to @Coenego

You can use the oae-hide-on-mobile class to hide certain things on mobile devices.

Coenego commented 9 years ago

Fix at https://github.com/CUL-DigitalServices/avocet-ui/pull/386

bertpareyn commented 9 years ago

Verified and merged #386