Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.3
-
929a32bd8def11c0d7abec173189272e7c4366e3 (qt-extensions/qttreeview/master)
Description
TreeView doesn't ignore any of the key events even if it doesn't handle them, preventing them from being propagated.
Steps to reproduce the problem:
- Click on the treeview and press any button => only treeview logs the key press, parent does not
- In comparison click on the tableview and press any button => both the parent and tableview log the key press