kotelnik / plasma-applet-active-window-control

Plasma 5 applet for controlling currently active window.
GNU General Public License v2.0
119 stars 18 forks source link

Buttons get hidden and menu moves when you click on application menu items. #120

Closed Kishore96in closed 6 years ago

Kishore96in commented 6 years ago

I am using this plasmoid with the application menu enabled to show on hover, with window control buttons also hidden by default but shown if you mouse over the plasmoid. Recently, there was a slight change in behaviour which seems like a bug. When I move my mouse over the plasmoid, both the buttons and the global menu are shown, which is expected. however, if I click on any of the items in the menu, the buttons get hidden and the menu moves to the left. I then have to make another click to select the intended item.

For the button behaviour, I have enabled:

Position of buttons is

For application menu, the enabled settings are

I have checked with the plasmoid built from latest git, and the issue still persists.

Edit: My Plasma version is 5.11.5, and this is on Arch Linux.

trmdi commented 6 years ago

Try the git version on AUR.

Kishore96in commented 6 years ago

@trmdi Sorry, I forgot to mention in my original report that I am using the git version (https://aur.archlinux.org/packages/plasma5-applets-active-window-control-git/) from the AUR.

trmdi commented 6 years ago

Try forcing to reinstall, it might get a newer version.

Kishore96in commented 6 years ago

Issue still persists after a rebuild of the package.

FloEdelmann commented 6 years ago

I have the same issue using the latest cgit version on Plasma 5.12 (KDE Neon).

As a workaround, enabling the "Do not hide on mouse out" option works (of course it is a different user experience, but it stops clickable targets from moving around).

kotelnik commented 6 years ago

Hi, thanks for reporting the issue! I've just committed an update (to cgit). It should fix the problem mentioned here.

Just for info: I have also added an option "Do not hide on mouse out" for appmenu. Its behaviour should be on par with the same-named option for buttons.

Please reopen the issue if you find problems. Thanks! :)