[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2021-03-25 Thread arne anka
https://bugs.kde.org/show_bug.cgi?id=373958

arne anka  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from arne anka  ---
seems to be fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2021-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373958

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2021-03-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373958

Nate Graham  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |Panel

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2021-03-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373958

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO
 CC||n...@kde.org

--- Comment #6 from Nate Graham  ---
I'm not able to reproduce this issue in Plasma 5.21. Can you please re-check?
Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2017-08-10 Thread PK
https://bugs.kde.org/show_bug.cgi?id=373958

--- Comment #5 from PK  ---
I am the one who filed bug 376239 (marked as duplicate of this bug).
I can see clearly that since then there has been made progress but still it is
far from perfect. E.g. (I use a panel on top of my screen with global menu
widget,) when I open Krusader the menu always appears spontaniously. This
should not happen because it confugured to auto hide.
And then, when I close Krusader, the menu stays.
Also somtimes the menu appears for no reason (e.g. when I use kate)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2017-02-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373958

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #4 from Kai Uwe Broulik  ---
*** Bug 376239 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2017-01-03 Thread arne anka
https://bugs.kde.org/show_bug.cgi?id=373958

--- Comment #3 from arne anka  ---
(In reply to Kai Uwe Broulik from comment #1)
> you have a non-maximized panel, I suppose?

no, both panels are at maximum width

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2017-01-01 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=373958

--- Comment #2 from Martin Gräßlin  ---
> When the panel changes its geometry (you have a non-maximized panel, I
> suppose?) because windows come and go, KWin will show the panel.
> 
> There's an explicit call in client.cpp
> m_edgeRemoveConnection = connect(this, ::geometryChanged,
> this,
> [this](){
> ScreenEdges::self()->reserve(this, ElectricNone);
> });
> 
> I don't know what purpose it has, though.

The general idea is to ensure the window can still be shown through the 
screen edge. That is if the geometry changes in a way that it cannot be 
triggered anymore it goes out of show.

This could probably be relaxed to only go out of the auto-hidden state 
if the geometry changed in a way that the window no longer borders the 
screen edge.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 373958] panel/taskmanager: constant "notifications" keep panel visible

2017-01-01 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373958

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de,
   ||mgraess...@kde.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kai Uwe Broulik  ---
When the panel changes its geometry (you have a non-maximized panel, I
suppose?) because windows come and go, KWin will show the panel.

There's an explicit call in client.cpp
m_edgeRemoveConnection = connect(this, ::geometryChanged, this,
[this](){
ScreenEdges::self()->reserve(this, ElectricNone);
});

I don't know what purpose it has, though. I tried having plasmashell restore
auto hide in resizeEvent but that's too late and will cause a panel animation.

-- 
You are receiving this mail because:
You are watching all bug changes.