Summary: | While in Panel Edit Mode, close per-widget hover pop-up on Esc keypress | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Benjamin Flesch <benjaminflesch> |
Component: | Edit Mode | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | daninshed, dmatteo002, duha.bugs, fanzhuyifan, jbeard565, kde, nate, niccolo.venerandi, niccolo |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.93.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Benjamin Flesch
2024-02-08 15:10:51 UTC
X11? wayland Can't reproduce on wayland -- ESC correctly exits the edit mode for me. I can reproduce. 1 Monitor + Wayland KDE Plasma Version: 6.0.80 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 Kernel Version: 6.7.2-arch1-1 (64-bit) Can also reproduce in a VM running Neon unstable. I also had a situation earlier where if you habe closed the edit mode and right click on the panel on another monitor, the context menu still shows "exit edit mode" instead of enter edit mode. On my single and dual-screen setups--all on Wayland with Qt 6.6.0--when I execute those steps, the first Esc keystroke closes the panel config window, and the second Esc keystroke exits from global edit mode. For me the situation is as follow after entering "panel edit mode" with windows behind: 1. if i don't exit the panel (still hover on it) i cannot exit using ESC 2. if i hover on the middle part and press ESC a. the first ESC, bring me with "panel edit mode" open and windows behind b. the second ESC: the top bar with "edit mode" option remain but is under the other windows and the panel has still blue bar and config buttom on the left to re-enter panel mode c. pressing extra ESC, does nothing. To fix i need to switch to another virtual desktop and back. SOFTWARE/OS VERSIONS: Operating System: Arch Linux KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 Kernel Version: 6.8.7-arch1-1 (64-bit) Graphics Platform: Wayland Graphics Processor: AMD Radeon Graphics Ok, I can confirm this. The per-applet hover overlay blocks the Esc key from closing Edit Mode while it's open. Probably Esc should close it, so that subsequent Esc keypresses can close other things. The per-widget hover popup is correctly closed by a ESC press on Plasma 6.5. |