jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.82k stars 1.08k forks source link

[BUG] iFrame Mode functionality generates a bug with Livewire (v3) #1222

Closed eduardo-de-carvalho-couto closed 2 months ago

eduardo-de-carvalho-couto commented 1 year ago

Using iFrame mode, when I navigate from one page to another, the previous page remains.

Captura de tela de 2023-09-27 13-44-56 Captura de tela de 2023-09-27 13-43-22 Captura de tela de 2023-09-27 13-43-30

Ps.: I'm using Filamentphp v3(TALL STACK).

I greatly appreciate everyone!

Item Version
Laravel 10
dfsmania commented 1 year ago

Hi @eduardo-de-carvalho-couto I doubt we can fix anything from here since iFrame mode is implemented on the underlying AdminLTE package, from this package it's just used as provided by the AdminLTE package, . On the other side, you are mixing it with Livewire and Filament and maybe it's a compatibility problem with they. If you can track an error on the browser's console, I suggest you to open a detailed issue on the AdminLTE package. Maybe you can get some help from the community there...

EugenVarz commented 1 year ago

Hi all Unfortunately, the error is also present in pure AdminLTE/Laravel in iframe mode. Conflicts with other packages are not confirmed.

This tabs bug is reproduced from bootstrap 5

SMEWebify commented 7 months ago

Hi @EugenVarz

Is this a livewire update that you carried out?

migrating from v2 to 3 is really not easy.

for me the Iframe mode works with livewire 3

Regards

Kévin

dfsmania commented 2 months ago

Closed, seems to be a problem of integration with other frameworks. If anyone finds this same error on a standalone Laravel-AdminLTE package please reopen with the details to reproduce the problem.