angular-ui/ui-grid

Grid in an invisible iframe fails to initialize - Firefox only

Open

#5,784 建立於 2016年11月2日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
Browser Firefoxhelp wanted

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

As the title says, I have a grid in an iframe, that starts as invisible via ng-show set to a false condition. In Chrome, this works, and once the iframe becomes visible, it works as it should. In Firefox, gridUtil.getStyle() in the grid's controller fails on initialization, with the result that the whole grid is unuseable. I didn't try with other browsers

relevant plunkr: http://plnkr.co/edit/yn47FW6X1ZrxAAkG1KCJ

貢獻者指南