angular-ui/ui-grid

Grid in an invisible iframe fails to initialize - Firefox only

Open

#5.784 geöffnet am 2. Nov. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
Browser Firefoxhelp wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide