Bug 361629 - No feedback when clicking on clipboard history item
Summary: No feedback when clicking on clipboard history item
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.5.5
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 12:55 UTC by Alexander Potashev
Modified: 2016-11-20 14:59 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2016-04-11 12:55:43 UTC
See Steps to Reproduce below.

Reproducible: Always

Steps to Reproduce:
1. Select some text in a GUI application window (using Xorg server).
2. Open Clipboard Plasma widget popup by clicking Clipboard icon in the system tray.
3. Click on the clipboard history item containing the text you just copied.

Actual Results:  
Nothing happens, visually

Expected Results:  
One of these:
 1. Close the Clipboard widget popup (this would be the same behaviour as with Klipper from KDE SC 4.x). By closing the popup, you make the user believe that an action [of changing text in  clipboard] is performed.
 2. Visualize copying in another way: showing a popup/tooltip, highlighing the history item, etc.

I consider this as a regression w.r.t. KDE SC 4.x's Klipper.
Comment 1 Marco Martin 2016-04-13 09:20:46 UTC
Git commit edd301531af3a97b57bd8104bc4fabc9dd25a104 by Marco Martin.
Committed on 13/04/2016 at 09:20.
Pushed by mart into branch 'master'.

close popup upon item select

klipper follows the pattern of a menu, in order to be consistent
with other applets that use this pattern (like launchers or
device notifier) close the menu after cliching on an item
to show the user something happened

M  +4    -1    applets/clipboard/contents/ui/ClipboardItemDelegate.qml

http://commits.kde.org/plasma-workspace/edd301531af3a97b57bd8104bc4fabc9dd25a104
Comment 2 Marco Martin 2016-04-13 09:20:46 UTC
Git commit ddcf590f968f9b11c392208bf05f4b2072c6e334 by Marco Martin.
Committed on 13/04/2016 at 09:18.
Pushed by mart into branch 'Plasma/5.6'.

close popup upon item select

klipper follows the pattern of a menu, in order to be consistent
with other applets that use this pattern (like launchers or
device notifier) close the menu after cliching on an item
to show the user something happened

M  +4    -1    applets/clipboard/contents/ui/ClipboardItemDelegate.qml

http://commits.kde.org/plasma-workspace/ddcf590f968f9b11c392208bf05f4b2072c6e334
Comment 3 richlv 2016-11-20 14:59:20 UTC
looks like this might have fixed bug #343519