Bug 496475 - Floating clipboard doesn't remember its size
Summary: Floating clipboard doesn't remember its size
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (show other bugs)
Version: 6.2.3
Platform: Manjaro Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-19 20:31 UTC by medin
Modified: 2024-11-20 17:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2024-11-19 20:31:50 UTC
Steps:

1. Press Meta+V
2. Try to resize clipboard floating's window (Press Meta+Mouse Right Click)
3. Logout then relogin

Expected result:
Clipboard floating window should retain its previous size like how the clipboard widget does it.

Observed result:
Clipboard floating window doesn't remember its previous size.
Comment 1 Fushan Wen 2024-11-20 14:36:44 UTC
Not sure if the behavior should be supported because the popup size is based on the current screen size
Comment 2 medin 2024-11-20 16:24:36 UTC
(In reply to Fushan Wen from comment #1)
> Not sure if the behavior should be supported because the popup size is based
> on the current screen size

Isn't it the same case with clipboard widget in system tray, but once the user changes its size it persists across different sessions.

The problem is that both the widget and the popup are viewers to the same data but they don't share the same dimension.
Comment 3 Nate Graham 2024-11-20 17:37:46 UTC
Indeed, I'd say this is intentional. Resizing is officially supported for the tray version; we've opted not to do so for the popup version.