Summary: | Copying/Pasting is broken on Save As... file name input field on macOS | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | SprawlsSoupier <sprawls_soupier_03> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | Git | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
SprawlsSoupier
2024-10-09 16:41:53 UTC
Same as https://bugs.kde.org/show_bug.cgi?id=468433 I am not sure who is in the wrong though, Qt or KTextEditor/Kate Paste per menu works but the shortcut of the main window wins. Confirmed with latest nightmake. https://doc.qt.io/qt-6/macos-issues.html#menu-bar Other standard menu items such as Cut, Copy, Paste and Select All are applicable both in your application and in some native dialogs such as QFileDialog. It's important that you create these menu items with the standard shortcuts so that the corresponding editing features will be enabled in the dialogs. At this time there are no MenuRole identifiers for them, but they will be auto-detected just like the application menu items when the QAction has the default TextHeuristicRole. Looks like that is a known problem, not sure how to fix that best to have right actions there. |