You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2017/10/19 03:13:55 UTC

[GitHub] jaylindquist commented on issue #3387: 0.19.1 Markup chart type does not display on I.E.

jaylindquist commented on issue #3387: 0.19.1 Markup chart type does not display on I.E.
URL: https://github.com/apache/incubator-superset/issues/3387#issuecomment-337787752
 
 
   @mistercrunch We are running into a similar issue -- we are in an enterprise environment and management uses Internet Explorer by default.
   
   This feature isn't related to the contents of the Markup slice -- it has to do with the implementation.
   
   When the markup slice changed to use an iframe, the contents of the iframe are now populated using the `srcdoc` attribute: https://github.com/apache/incubator-superset/blob/144f516700b7c6d0d4a0db3d4f53e077f6109cc8/superset/assets/visualizations/markup.js#L28
   
   Unfortunately, `srcdoc` is not support in the latest IE: https://www.w3schools.com/TAgs/att_iframe_srcdoc.asp
   
   Is it possible to replace the contents of the iframe using jQuery instead of embedding it in the `srcdoc` attribute? Something similar to the following? https://stackoverflow.com/questions/13214419/alternatives-to-iframe-srcdoc

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services