In latest versions of color picker history cannot be used again. There was a list of color codes when color in history was clicked before. It would be enough if clicking on color in history would copy color code to clipboard.
Crap. Confirmed. Clicking the color should actually bring up a menu where you could copy them to clipboard.
As a workaround click the small blue highlighted frame around the color rather than the color itself.
Great! Thanks.
Git commit 04fa11b7bbb12b3aeb9eb5621c6c063158d17dc2 by Kai Uwe Broulik. Committed on 30/06/2016 at 09:43. Pushed by broulik into branch 'Plasma/5.7'. [Color Picker] Use Qt's Drag capabilities instead of KDeclarative DragArea Our DragArea steals clicks from the MouseArea so you could drag colors from the color picker but not actually click to reveal the copy to clipboard menu. Qt's Drag is attached to the very same MouseArea so this way it just works. CHANGELOG: Copying colors from color picker history works as expected now FIXED-IN: 5.7.0 M +8 -9 applets/colorpicker/package/contents/ui/main.qml http://commits.kde.org/kdeplasma-addons/04fa11b7bbb12b3aeb9eb5621c6c063158d17dc2