Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7, ICEfaces 4 trunk r42481. ios7.
Description
Safari- ios7 - Dynamic byte array value test, video player does not function. Player is rendered as non-functional.
To reproduce:
Test app located at http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/videoPlayer.
On an ios device navigate to ace:videoPlayer dynamic byte array value test.
Observe that Player is not useable.
To reproduce:
Test app located at http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/videoPlayer.
On an ios device navigate to ace:videoPlayer dynamic byte array value test.
Observe that Player is not useable.
Fixed the test application by associating the mime-type to the provided byte-array. type="video/mp4" attribute was added to the ace:videoPlayer component.