https://bugs.kde.org/show_bug.cgi?id=472501
hong <hong7...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|QListview.setCurrentIndex |QListview processes 's' and |sometimes does not work |'c' characters by selecting | |the next item. --- Comment #2 from hong <hong7...@gmail.com> --- Described problem in SUMMARY was due to my eventFilter returning False instead of True when 's' was processed. QListview then moved to the next item; I was expecting item 72 but 73 was selected by QListview. This led me to believe .setCurrentIndex() was not working properly. So, of course, when I return true in eventFilter, my program worked as expected. My question is: is this processing of 's' (actually also 'c') by QListview documented? It seems like a bug to me. -- You are receiving this mail because: You are watching all bug changes.