HTML 无法在 firefox 中正确呈现(在 chrome 中效果很好)

HTML not rendering properly in firefox (working great in chrome)

如果您尝试在 google chrome 中打开 this link,您可以在几秒钟后看到 table 中出现的行。 (我正在使用 devextreme 的 dxDataGrid 和 angularjs)但是如果你在 firefox 浏览器中打开同样的东西,行永远不会出现,我检查了 firefox 开发工具中的元素,我可以看到 HTML那里有行,但我在浏览器中看不到它们,这怎么可能?请帮助我!

检查这个元素:

<div class="dx-datagrid-rowsview dx-datagrid-nowrap dx-scrollable dx-scrollable-customizable-scrollbars dx-scrollable-both dx-scrollable-simulated dx-visibility-change-handler" style="display: block; height: 0px;" tabindex="0">

如果删除 height: 0px 行将会出现。