In Plasma 5 this worked as expected. In Plasma 6, you need to click on an area of the list item that isn't covered by the label item. Apparently the label is eating clicks now, so they never make it to the list item underneath.
No button of clicpbaord applet works on neon unstable. Also I can't open the applet settings.
Can confirm clicking on text items in the clipboard doesn't make them the current contents to paste elsewhere. I can however use all the buttons in the Clipboard applet including settings.
I get the same behavior as Justin with current git master.
So the problem appears to be that the visual content items eat clicks in Qt 6. We do want this for the interactive hover buttons, but not the non-interactive labels and preview images. Adding a TapHandler doesn't work because those elements span the full width and get faded out when the buttons are visible, so we can't apply it easily to just the area to the left of the buttons. I think we need to find a way to make the non-interactive parts of the delegate stop eating clicks.
Wonder if that’s the same root cause that broke KRunner. They’re both ListItems afaik
*** Bug 474007 has been marked as a duplicate of this bug. ***
> No button of clipboard applet works on neon unstable. Also I can't open the applet settings. > Can confirm clicking on text items in the clipboard doesn't make them the current contents to paste elsewhere. I can however use all the buttons in the Clipboard applet including settings. The buttons for cleaning the clipboard and accessing the settings still don't work on Neon. I'm using the ISO released on Sept. 10th, which should include the most recent changes.
That would be a separate issue, then. Possibly a Qt 6 regression. Please submit a new bug report that includes the output of `journalctl -f` when you click on each of the broken buttons.
(In reply to Patrick Silva from comment #1) > No button of clicpbaord applet works on neon unstable. Also I can't open the > applet settings. I can't reproduce on neon unstable after today's updates.
I suspect it was fixed by https://invent.kde.org/neon/kde/plasma-workspace/-/commit/ba1707be286555afd995e559601579e041a8e566.
(In reply to Nate Graham from comment #10) > I suspect it was fixed by > https://invent.kde.org/neon/kde/plasma-workspace/-/commit/ > ba1707be286555afd995e559601579e041a8e566. Do you know when will be possible to test this fix in Neon Unstable? BTW. Today happened again "unmet dependencies:" error (Bug: 474533)
*** This bug has been marked as a duplicate of bug 475800 ***