[MGNLSTK-1473] IE11: Dialog hidden behind embedded video Created: 17/Dec/14  Updated: 11/Aug/15  Resolved: 16/Apr/15

Status: Closed
Project: Magnolia Standard Templating Kit (closed)
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Zdenek Skodik Assignee: Sang Ngo Huu
Resolution: Workaround exists Votes: 0
Labels: 5.3.9, support
Remaining Estimate: 0d
Time Spent: 1d
Original Estimate: Not Specified

Attachments: PNG File video.png    
Issue Links:
relation
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

At least two workarounds exist:



 Comments   
Comment by Sang Ngo Huu [ 16/Apr/15 ]

Hi Zdenek,

After investigated, I saw that: by default, the Window Media Player Embeded in IE11 will be floated to the top of frames which set the position and z-index. So, there are the way to fix this:

Add <param name="windowlessVideo" value="true" > in the <object> tag and windowlessVideo="true" in the <embed> tag. Not have to specify the wmode parameter. Here is the HTML that worked:

<object width="100%" height="377" type="application/x-oleobject">
      <param name="uiMode" value="full" />
      <param name="AutoStart" value="FALSE" />
      <param name="AllowChangeDisplaySize" value="TRUE" />
      <param name="AutoSize" value="TRUE" />
      <param name="Volume" value="100" />
      <param name="URL" value=mms://bstreamlivewm.fplive.net/bstreamlive-live/bstream2 />
          <!-- Be careful with opaque.  The adobe documentation isn't clear about what it does for layering -->
          <!-- Documentation about OBJECT and EMBED at http://kb2.adobe.com/cps/127/tn_12701.html -->
          <!-- param name="wmode" value="opaque" / -->
      <param name="windowlessVideo" value="true" />
      <embed windowlessVideo="true" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="MediaPlayer" src=mms://bstreamlivewm.fplive.net/bstreamlive-live/bstream2 width="100%" height="377" showcontrols="1"  showtracker="1" autostart="0" volume="100" />              
</object>

I think it should be handled by user, depending on their purpose.

Please let me know if you want to add javascript code to admincentral to handle this case.

Thanks,
Sang Ngo

Comment by Sang Ngo Huu [ 16/Apr/15 ]

I marked ticket as workaround exists. Please reopen it if you think have to fix it on AdminCentral UI

Comment by Zdenek Skodik [ 11/Aug/15 ]

Hi Sang,

nice catch, imho it'd be nice if that given STK component could make use of that so editors can enjoy a smooth UX. It's a quick fix, STK is still quite popular, although getting deprecated, so that we should make sure its components, written back in the 4.x days, are compliant with 5.x UI.

Cheers,
-z

Generated at Mon Feb 12 07:36:54 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.