psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
404 stars 55 forks source link

plasma panel:close button does not work when the cursor is on the right border #121

Closed a1d4r closed 3 years ago

a1d4r commented 3 years ago

The close button is active but does not work. It happens while hovering the mouse pointer right on the right border (including top right corner). Video: https://youtu.be/dzRcAE3H0JU

Both left and right margins are set to 0px.

Windows Buttons Applet 0.8.1 KDE Plasma 5.21.1

krikoCodeCook commented 3 years ago

I can confirm the same issue on my machine. It started to happen after upgrading to KDE Plasma 5.21.

psifidotos commented 3 years ago
  1. Have you tested with master version?
  2. Are you using Latte or plasma panel?
krikoCodeCook commented 3 years ago
  1. I've just tested with the master version, same behaviour
  2. I'm using the widget inside of plasma panel
psifidotos commented 3 years ago

Please report it to plasmashell at: https://bugs.kde.org/enter_bug.cgi?product=plasmashell this is not only window buttons related, add instead of the window buttons an application launcher at the most right position of the panel, you will see that same problem appears.

UPSTREAM

psifidotos commented 3 years ago

https://bugs.kde.org/enter_bug.cgi?product=plasmashell

a1d4r commented 3 years ago
  1. Yes, it happens with master version
  2. I'm using Latte Dock but it is located at the bottom of the screen.

I've just tested the most right position with an application launcher, it works as expected. Here is a video: https://youtu.be/52gEWDo_Muw

psifidotos commented 3 years ago

Because two different people aren't describing different issues probably.

@a1d4r describe in one sentence your problem with details please.

psifidotos commented 3 years ago

and that is the proof, 2px gap on the right side:

εικόνα

psifidotos commented 3 years ago

I added the bug report for you, you can follow it at: https://bugs.kde.org/show_bug.cgi?id=434315

a1d4r commented 3 years ago

Because two different people aren't describing different issues probably.

@a1d4r describe in one sentence your problem with details please.

The problem is already described in the title. I see a bug report, thanks.

My previous message was a reply to your statement: "this is not only window buttons related, add instead of the window buttons an application launcher at the most right position of the panel, you will see that same problem appears."

That's not true for me, I switched "window buttons applet" with "application launcher". With the application launcher there is no such problem at the most right position. I recorded the video: https://www.youtube.com/watch?v=52gEWDo_Muw

psifidotos commented 3 years ago

The two different issues are:

A. At the right most part the close button does not work but when someone clicks inside the close button the window closes

B. When someone clicks the close button the window does not close

A is a plasma panel bug and responsibility to fix, personally I use latte panels and I am fine. I dont know why your application launcher works in my system even the systray doea not pop up. Plasma panels in 5.21 have updated their padding mechanism so they can have bugs.

B. Is not related to A my guess is that the specific window that is not closing is defining that it is not Closable, it could be a client side decorated window or something else... No idea, in any case as the window defines that it is not clozable the window buttons wont close it.