https://bugs.kde.org/show_bug.cgi?id=475696
Bug ID: 475696
Summary: Enter/Return is broken in the clipboard widget
Classification: Plasma
Product: plasmashell
Version: master
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Keywords: qt6, regression
Severity: minor
Priority: NOR
Component: Clipboard
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
It still uses the nonexistent get method.
switch(event.key) {
case Qt.Key_Enter:
case Qt.Key_Return: {
if (clipboardMenu.view.currentIndex >= 0) {
var uuid =
clipboardMenu.model.get(clipboardMenu.view.currentIndex).UuidRole
if (uuid) {
clipboardSource.service(uuid, "select")
if (main.hideOnWindowDeactivate) {
main.expanded = false;
}
}
}
break;
}
--
You are receiving this mail because:
You are watching all bug changes.