Bug 442557

Summary: Cannot edit size by typing on Wayland
Product: [Plasma] plasmashell Reporter: Thiago Sueto <herzenschein>
Component: PanelAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR    
Version: git-master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.23

Description Thiago Sueto 2021-09-16 20:14:43 UTC
On the X11 session, when editing the panel, I'm able to manually edit the numbers in the spinbox for the panel size, even if the cursor doesn't show up.

On Wayland, I cannot.

I'm unsure if it's by design and the behavior on X11 is a bug or if it's not by design and the behavior on Wayland is a bug. Regardless: IMO, this inconsistency indicates a bug somewhere.
Comment 1 Bug Janitor Service 2021-09-17 23:44:08 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1069
Comment 2 David Edmundson 2021-09-18 13:18:02 UTC
Git commit 89edf22e80026377f5a1e22a52efedf00e7f3674 by David Edmundson.
Committed on 17/09/2021 at 23:43.
Pushed by davidedmundson into branch 'master'.

[shell/panel] Fix ability to type in textfield

On wayland the setFlags call does nothing, metadata for interaction is
set through the ShellSurface, by default this does not have focus for
panels.

M  +1    -0    shell/panelconfigview.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/89edf22e80026377f5a1e22a52efedf00e7f3674
Comment 3 David Edmundson 2021-09-18 13:18:27 UTC
Git commit 078626cdc2aa9fe7d95d671c5ea8d8d2da8d5306 by David Edmundson.
Committed on 18/09/2021 at 13:18.
Pushed by davidedmundson into branch 'Plasma/5.23'.

[shell/panel] Fix ability to type in textfield

On wayland the setFlags call does nothing, metadata for interaction is
set through the ShellSurface, by default this does not have focus for
panels.


(cherry picked from commit 89edf22e80026377f5a1e22a52efedf00e7f3674)

M  +1    -0    shell/panelconfigview.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/078626cdc2aa9fe7d95d671c5ea8d8d2da8d5306