Windows 8.1 - UI only partially loads - ':popover-open' is not a valid selector
Environment
- OS: Windows 8.1
- Framework: Laravel11/Filament3
- Livewire version: 3
- PHP version: 8.3
- Browser: Chrome,Edge, Firefox
Symptoms
- UI only partially loads
- Menu links are not functional
- Interface stops loading halfway
Questions
1. Has anyone encountered similar issues with Filament on older systems?
2. Are there any known workarounds for the popover functionality in Windows 8.1?
3. Are there any configuration settings that could help bypass this problem?
Any help or guidance would be greatly appreciated. Thank you in advance!
---
Note: I understand Windows 8.1 is no longer supported, but upgrading the system is not an option in my current situation.
Error form browser console
popover.js:3
Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Element': ':popover-open' is not a valid selector.
at Wn (https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:85:79)
at https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:85:3547
at https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:11:38320
at NodeList.forEach (<anonymous>)
at Un (https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:11:38274)
at https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:85:3534
at ka (https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:85:4204)
at https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:85:3521
at G.<computed>.whenFinished (https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:11:37066)
at Mn (https://gmina-drobin.softpublica.pl/livewire/livewire.min.js?id=38dc8241:11:36836)
1 Reply
Subject: Request to Update Livewire Dependency to v3.5.13 (or later)
Hi Team,
I hope this message finds you well.
I noticed that the current version of filament/support (v3.2.133) requires livewire/livewire (v3.5.12) as a dependency. Unfortunately, there's a known issue in Livewire v3.5.12 that has been resolved in v3.5.13.
https://github.com/livewire/livewire/discussions/8941
https://github.com/livewire/livewire/discussions/9002
Would it be possible to update the dependency to allow for Livewire v3.5.13 (or later) in a future release of Filament? This would enable users to benefit from the fixes in the newer Livewire version while maintaining compatibility with Filament.
Thank you for all your hard work and for continually improving this amazing package!
Best regards,
GitHub
DOMException: Element.querySelectorAll: ':popover-open' is not a va...
Livewire version v3.5.12 Laravel version v11.28.0 Which PHP version are you using? PHP 8.3 Steps To Reproduce Load any Livewire component Repository or Wirebox URL Additional information No respons...
GitHub
uncaught (in promise) DOMException: Element.querySelectorAll: ':pop...
Livewire version v3.5.12 Laravel version v11.30.0 Which PHP version are you using? PHP 8.3 Steps To Reproduce Firefox version is 115.4.0esr (on MS Edge the same error) After last update on filament...