-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.3
-
None
-
Windows 10 64bit. MSVC 2017 compiler. Qt 5.9.3.
QWebEngineView does not call focusInEvent() function as it is supposed for QWidget descendants...
I create form with 2 QWidgets and promote them to QWebEngineView descendants (WebView). I do this in order to know when focus is moved from one WebView to another (I must know this as I want make speech synthesise last focused web page in my learning app).
But after short tests I discovered there is not call QWebEngineView::focusInEvent() function. I consider it as a bug. So I report it.