We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QLineEdit = url in navigation bar in qt.py example. This issue occurs only in PyQt5. PySide and PyQt4 do work fine.
Version information:
[qt.py] CEF Python 57.0 [qt.py] Python 3.6.3 32bit [qt.py] PyQt 5.9 (qt 5.9.1)
Initially reported on the Forum: https://groups.google.com/d/topic/cefpython/2kM7foVHlJw/discussion
The text was updated successfully, but these errors were encountered:
Hello, this issue happened in PySide2 example too. Is there a workaround for this? :)
[qt.py] CEF Python 66.0 [qt.py] Python 3.7.0 64bit [qt.py] PySide2 5.12.0 (qt 5.12.0)
Sorry, something went wrong.
There are multiple focus issues in CEF on Linux and this is tracked via Issue #284. See the comments in that issue for possible resolutions.
Fix focus issues in qt.py example (#404).
a314559
Fix QLineEdit focus issues in qt.py example on Windows (#404).
181588c
Revert previous commit.
Fixed in commi 181588c. Fixed it by calling self.cef_widget.setFocus() in FocusHandler.OnGotFocus.
self.cef_widget.setFocus()
FocusHandler.OnGotFocus
No branches or pull requests
QLineEdit = url in navigation bar in qt.py example. This issue occurs only in PyQt5. PySide and PyQt4 do work fine.
Version information:
Initially reported on the Forum:
https://groups.google.com/d/topic/cefpython/2kM7foVHlJw/discussion
The text was updated successfully, but these errors were encountered: