https://bugs.kde.org/show_bug.cgi?id=375548
Bug ID: 375548 Summary: context menu not opened every other click (Mac) Product: frameworks-ktexteditor Version: 5.29.0 Platform: Compiled Sources OS: OS X Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: rjvber...@gmail.com Target Milestone: --- For a while now I've been seeing an issue in KDevelop on Mac where the context menu doesn't open every other right-click: - a right-click in a newly opened or switched-to document opens the context menu - dismiss the menu (e.g. with Escape), right-click again; menu doesn't open - right-click once more; menu opens. The context menu does open reliably in other views (and on Linux). I don't have this issue in Kate but I do notice that `KTextEditor::ViewPrivate::aboutToShowContextMenu()` is not called when I click and the context menu doesn't appear. That may make it a Qt issue (indeed I've been noticing in certain dialogs that I now need 2 left-clicks to activate the "next" button where before (and on Linux) I only need to click once); it's quite possible the issue started when I updated to Qt 5.7. If not a Qt issue, can it be the result of a change in the way Qt signals are being handled in KTextEditor? -- You are receiving this mail because: You are watching all bug changes.