Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M2, 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M2, 6.2.0 CE M3
-
Component/s: DM, DM > Document Library Display, UI > JavaScript & CSS, WCM > Util > Flash
-
Environment:Any browser with HTML5 support, but no Flash installed
-
Similar Issues:
Description
We need to change the logic on whether or not to show the "Multiple Uploads" menu item in the Document Library Portlet. Users who have an HTML5-supported browser, but did not opt to install Flash are unable to use this piece.
Update logic so that the following Use Cases would allow the user to see the "Multiple Uploads" menu item:
- HTML5 + Flash Version 9
- HTML5 + Flash Version 8
- HTML5 Only
- Flash Version 9 Only
...but preventing these Use Cases from seeing the "Multiple Uploads" menu item:
- Flash Version 8 Only
- iPad
The logic will change from
show if flash version is at least 9
to
show if the browser is not iOS AND (either flash version is at least 9 OR the browser supports html5)
testing this logic in the above 6 use cases: http://jsfiddle.net/marcistheman/qDdn2/6/

Committed on:
Portal 6.2.x GIT ID: f7639444ee663234d7a08acc588832c36f6d45d9.