Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Slicer drop downs not displaying properly in embedded Iframe in IE11

Steps to reproduce the issue:

  1. Open Internet Explorer 11 (11.1.17134.0 )
  2. Copy below code in a txt file and rename the extension to .html. 
  3. Open the .html by using IE 11 and Expand the embedded report to fullscreen
  4. Note drop down boxes to not display

<html>

<head> A test HTML Page </head>

<body><p>Text before Iframe</p>

<iframe width="800" height="600" src="https://msit.powerbi.com/view?r=eyJrIjoiY2M4ZDEzOTMtN2I2OC00N2VhLWFmMDUtYmQ1ZmUzMWZiYzdlIiwidCI6Ijcy..." frameborder="0" allowFullScreen="true"></iframe>

<p>Text after iframe</p>

</body>

</html>

 

A workaround:  If we specify to use IE 10, then it works. 

<html>

<head> A test HTML Page

<meta http-equiv="X-UA-Compatible" content="IE=10" />

</head>

<body><p>Text before Iframe</p>

<iframe width="800" height="600" src="https://msit.powerbi.com/view?r=eyJrIjoiY2M4ZDEzOTMtN2I2OC00N2VhLWFmMDUtYmQ1ZmUzMWZiYzdlIiwidCI6Ijcy..." frameborder="0" allowFullScreen="true"></iframe>

<p>Text after iframe</p>

</body>

</html>

 

Status: Accepted
Comments
v-qiuyu-msft
Community Support

Hi @yuhua_halin,

 

I have reported this issue internally: CRI 71306996. Will update here once I get any information. 

 

Best Regards,
Qiuyun Yu

Vicky_Song
Impactful Individual
Status changed to: Accepted