AdminLTE icon indicating copy to clipboard operation
AdminLTE copied to clipboard

data-widget="fullscreen" does not work if onTabClick() of IFrame.js is called

Open zxo102 opened this issue 3 years ago • 1 comments

If the code below is imported $('.content-wrapper').IFrame({ onTabClick(item) { return item }, ... })

data-widget="fullscreen" inside <div class="content-wrapper ...> does not wok any more.

If $('.content-wrapper').IFrame({ onTabClick(item) { return item }, ... }) is commented, data-widget="fullscreen" inside <div class="content-wrapper ...> works fine.

zxo102 avatar Nov 02 '22 07:11 zxo102

IFrameFix Call IFrame method again can temporarily fix the problem. And declared event action would still work fine , it's just weird.

qwe2206601 avatar Nov 11 '24 02:11 qwe2206601