Possible incompatibility between latest PyQt5 and QScintilla wheels
Detlev Offenbach <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <2101597.oW3XPmIhpC@neptun> |
Hi, I just observed a strange issue when using eric6. The focus handling does not work correctly when a calltips boy is shown. I suspect that this is caused by some incompatibility between QScintilla (compiled agains Qt 5.12.x) and PyQt5 (compiled against Qt 5.13.1). All was installed via pip install. The issue here is, that the focus is stolen by the calltips box without QScintilla receiving a focusOut event. When the calltips box is closed, QScintilla doesn't get a focusIn event. After reverting PyQt5 to 5.13.0 everything worked again as it did for years. Maybe a QScintilla compiled against Qt 5.13.1 could fix it. Maybe there is an issue in Qt 5.13.1. Sorry for not being able to specify what is the root cause. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ PyQt mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/pyqt