angular-deckgrid icon indicating copy to clipboard operation
angular-deckgrid copied to clipboard

In Safari, inside Angular UI modal, No CSS config error

Open metalaureate opened this issue 10 years ago • 2 comments

Thanks for deckgrid. I use it in two scenarios. The first is inside a ui-router view. This works fine in Safari. The second is inside a modal view spawned by https://github.com/angular-ui/bootstrap/tree/master/src/modal

This second scenario causes the angular-deckgrid: No CSS configuration found error.

Both work fine in Chrome with the exception of Chrome on iOS - same problem seems to happen there.

I'm currently re-designing this part of my site to not use deckgrid, but at some cost in ideal user experience. I'd be grateful for any pointers.

metalaureate avatar Aug 09 '15 15:08 metalaureate

Actually, I tracked this down to an incompatibility with using deckgrid inside the ui-bootstrap tabset control.

metalaureate avatar Aug 09 '15 17:08 metalaureate

After more than one and half year... Was the modal hidden via display: none? Safari has troubles with getComputetStyle on the elements that are hidden this way.

zdenekhatak avatar Apr 12 '17 13:04 zdenekhatak