You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Wayland (Hyprland), clicking some HTML <select>/combobox controls in QtWebEngine clients can:
Misplace the pop-up far from the anchor element, and/or
Crash the client with a fatal Wayland protocol error.
Important
This bug is not Fiery-specific. The same behavior is reproducible in Angelfish, pointing to an upstream Qt/QtWebEngine Wayland/XWayland pop-up geometry issue.
Steps to reproduce the bug
Start Fiery in Wayland session.
Open a page with HTML <select> controls (for example, packagecloud/debian pages with distribution selectors).
Click a combobox repeatedly, including after tab switches and with larger window geometries.
Observe either:
pop-up drawn in the wrong screen region, or
Wayland protocol crash.
Expected behavior
Fiery works fine on Wayland.
Screenshots
Additional context
Native Wayland path: intermittent crash when opening some combobox pop-ups.
XWayland path (QT_QPA_PLATFORM=xcb): no immediate crash, but pop-ups can be detached/mispositioned.
Pop-up may become visible only after a work-area geometry change (for example, panel/dock reconfiguration that resizes usable window area).
Mitigations
Run via XWayland (QT_QPA_PLATFORM=xcb) to reduce crash frequency.
Geometry nudges/work-area changes can temporarily make hidden/misplaced pop-ups visible.
Issue Description
Describe the bug
Under Wayland (Hyprland), clicking some HTML
<select>/combobox controls in QtWebEngine clients can:Important
This bug is not Fiery-specific. The same behavior is reproducible in Angelfish, pointing to an upstream Qt/QtWebEngine Wayland/XWayland pop-up geometry issue.
Steps to reproduce the bug
<select>controls (for example, packagecloud/debian pages with distribution selectors).Expected behavior
Fiery works fine on Wayland.
Screenshots
Additional context
QT_QPA_PLATFORM=xcb): no immediate crash, but pop-ups can be detached/mispositioned.Mitigations
QT_QPA_PLATFORM=xcb) to reduce crash frequency.OS version and Desktop information
Nitrux 6.1.0
Fiery 4.0.3 master/5e25499