protonscr

Superfluous focus-out and focus-in for each mouseclick.

steamclosed reviewed
ValveSoftware/steam-for-linux#12 · opened 2012-12-20 by ghost · updated 2014-06-09 · 6 comments · github
?ghost 2012-12-20 github

I have KDE set up to make unfocused windows somewhat transparent, and whenever I click inside Steam window (anywhere, even on an empty gray space on the side), I see the whole window get transparent for a split second. This indicates the window loses and regains focus during a mouse click event.

SSTrRedWolf 2012-12-20 github

Focusing by itself is bad. If you have a notice pop up over anything, you will loose focus; the popup will steal it.

?ghost 2012-12-20 github

That's actually not true for ALL popups within Steam client. About half of them are done right, e.g. those on individual games in Store section, central part, but not those in Store section, "Specials" part on the right. I opened a separate issue report (https://github.com/ValveSoftware/steam-for-linux/issues/14) for that.

Uuntitaker 2012-12-20 github

This bug makes it impossible for me to click most dropdown menus. They close immediately while the main window gains focus again. At rare random occasions it works though.

Xmonad on Arch Linux, no desktop environment.

Sscottlu 2012-12-22 github

I see the bug. We have 2 other focus related issues we're working on right now, this will get added to the list. Thanks.

Sscottlu 2012-12-23 github

The unfocusing bug is fixed and will be in the next update (after New Years). Also the focus stealing by notification windows is fixed too.

?ghost 2013-01-08 github

This is indeed fixed in today's update. Thanks!