Summary: | context menu not opened every other click (Mac) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | ||
Version: | 5.29.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | side-ways related: possible optimisation for KTextEditor::ViewPrivate::contextMenu() |
Description
RJVB
2017-01-25 15:07:27 UTC
Created attachment 103634 [details]
side-ways related: possible optimisation for KTextEditor::ViewPrivate::contextMenu()
This is a change I tested to see if the repeated reconnecting (disconnect/connect) in `KTextEditor::ViewPrivate::contextMenu()` caused clicks to get lost. Apparently it doesn't, but maybe it's a good idea to make this change anyway, despite the fact it naughtily violates the methods "const" qualifier?
Hi, is that still an issue with the current version? For the optimization: no idea if that is good idea, if in doubt, would not touch that code. Sorry, no idea, I'm stuck at 5.60.0 for now. That version does still have issues with the context menu in KTextEditor views, especially in KDevelop. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |