QWebEngineView problems with <select> fields
Unsolved
QtWebEngine
-
When i use an WebEngineView in FullScreen and there are some <select> fields on the page, I can click on them but the options won't expand. Respectively I cannot see the expanded options.
To be sure I used the SimpleBrowser Example to verify the error with the following website: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
When I open the Browser normaly the options expand by clicking on the <select> field, but when i change mainWindow.show() to mainWindow.showFullScreen() in browser.cpp and then open the Browser they won't.
I'm having this problems on a Windows 10 x64 machine. I didn't tried it on linux.
I don't know if this is a known issue, but i searched for hours and didn't find something related.