devoidfury
modal scroll bug - can't select text and jumps to top when clicked.
(rather than scaffolding out a whole extra model/relationmanager, I just added the existing one twice, but the bug is identical to what I'm seeing with different ones)
And just to repeat for clarity; only seems to happen in Chrome browsers, but the selection is kinda wonky in FF too.
16 replies
modal scroll bug - can't select text and jumps to top when clicked.
ah, got it. only seems to happen when there is more than one relationmanager.
https://github.com/devoidfury/filament-relationmanager-viewaction-repro/tree/relationmanager_issue
16 replies
modal scroll bug - can't select text and jumps to top when clicked.
Heya! Little late here but it's happening for me too, trying to work it out, considered a high priority issue by a stakeholder.
I was poking at it a bit - seems to be something in a
focusin
handler somewhere in livewire.js but lost the plot. Trying to set up a repro16 replies