-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.1
-
None
Environment
- Device: Raspberry Pi 4
- Image: Boot2Qt 6.8.1
- Qt version: 6.8.1
- Platform plugin:
-
- QT_QPA_PLATFORM=wayland → issue occurs
-
- QT_QPA_PLATFORM=eglfs → no issue
- Browser: quicknanobrowser (built with Boot2Qt toolchain)
- QtWebEngine: 6.8.1
Steps to Reproduce
- Flash and boot a Raspberry Pi with Boot2Qt image 6.8.1.
- Log in via SSH.
- Stop the demo launcher:
systemctl stop demolauncher.service
- Start Weston:
systemctl start weston
- Use the Boot2Qt toolchain to build quicknanobrowser, then copy the binary to the Raspberry Pi.
- Run the browser with sandbox disabled:
QTWEBENGINE_DISABLE_SANDBOX=1 ./quicknanobrowser https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
- On the test page, try to use the dropdown <select> element on the right side.
Actual Result:
-
- The dropdown opens, but other items cannot be selected.
Expected Result:
-
- It should be possible to select a different option from the dropdown.