letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

[Known Bug] Qt6: Drop-down menu not shown #187

Open letsfindaway opened 2 weeks ago

letsfindaway commented 2 weeks ago

With Qt 6.6.3, drop down menus on web widgets are not shown.

I'm still able to select the dropdown (orange border) and to use arrow keys to select an entry, but the menu is not shown.

This works perfect on Qt5.

Tested with some interactivities and with https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select.

With the Flatpak version and Qt 6.7 I have the already reported crash when clicking on the dropdown field.

letsfindaway commented 6 days ago

For the crash we now have a working workaround (non-transparent background), The other problem is related to QTBUG-109068.