Closed
Description
Some unrelated elements are hidden when a plot is created in Chrome.
I've tried to make as minimal test case as possible: https://jsfiddle.net/r5uzc7rd/3/
In the fiddle after 2 seconds js-plotly-tester is removed from the DOM and an element becomes visible.
This element is only hidden when using Chrome (I'm on version 50).
A possible workaround is to put z-index:1 on js-plotly-tester but I don't know if that has other consequences. I think #393 may be related.