https://bugs.kde.org/show_bug.cgi?id=456440
--- Comment #6 from Nate Graham <n...@kde.org> --- So the problem appears to be related to the highlight and index semantics in Qt's GridView component. Right now we're making use of its highlight: property, which causes the highlight effect to automatically follow the current index, which is changed by hover. But when you right-click, currentIndex gets reset to -1, so the highlight effect disappears. Not sure if this is actually a bug or not, but it's certainly undesirable. Will try to find a way to avoid this without ripping out the bugs and rewriting the highlight code. -- You are receiving this mail because: You are watching all bug changes.