[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-04-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #31 from Nate Graham  ---
Those are different issue; please don't re-open existing bug reports for them.

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-04-21 Thread Fernando M. Muniz
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #30 from Fernando M. Muniz  ---
2) Horizontally aligned***

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-04-21 Thread Fernando M. Muniz
https://bugs.kde.org/show_bug.cgi?id=479084

Fernando M. Muniz  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|FIXED   |---
 Ever confirmed|1   |0

--- Comment #29 from Fernando M. Muniz  ---
Sorry, but I found leftovers of this issue:

1) If you have some of folders vertically aligned, then delete one, and press
the left/right arrow keys; You no longer can use the up/down arrow keys to
select the other folders.

2) The same happens if you indeed have a folder on the left/right, but it's not
vertically aligned with the folder you just deleted.

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/libplasma/-/commit/6794a |ma/libplasma/-/commit/abad7
   |e6ab7c2c50f5ac57d7f32f5db1f |a55865f8ad2e936b34b33ffa5c2
   |7347201c|fe7d5598

--- Comment #28 from Nate Graham  ---
Git commit abad7a55865f8ad2e936b34b33ffa5c2fe7d5598 by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 25/03/2024 at 19:10.
Pushed by ngraham into branch 'Plasma/6.0'.

Do not activate containment when one of its applet is activated

Reasoning is that some applets use "activated" when they would to trigger
their action, e.g. the show desktop applet. If the containment (here, the
panel) also gets activated as a result, it will get mouse input and a blue
line will appear. Previously this was avoided by some hacky code that (a)
apparently was not working for some people and (b) broke auto-hide and
dodge windows after clicking on "Minimize all".

This will also allow us to delete the hack in plasma-desktop.
Related: bug 483941
FIXED-IN: 6.0.3
(cherry picked from commit 6794ae6ab7c2c50f5ac57d7f32f5db1f7347201c)

M  +0-1src/plasma/containment.cpp

https://invent.kde.org/plasma/libplasma/-/commit/abad7a55865f8ad2e936b34b33ffa5c2fe7d5598

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #27 from Nate Graham  ---
Git commit e53fd6b066d569ae8247e5565c51560ace7af078 by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 25/03/2024 at 19:06.
Pushed by ngraham into branch 'Plasma/6.0'.

Revert "Panel: Don't take keyboard focus when one of its widgets is activated"

This reverts commit 5909ac488df5fa469174387be4bb1ffe23578d0a.

This is a companion to
https://invent.kde.org/plasma/libplasma/-/merge_requests/1082, which
removes need for this hack
Related: bug 483941


(cherry picked from commit 6203530a48a46e276d8e59452d23861118c1e362)

c2994876 Revert "Panel: Don't take keyboard focus when one of its widgets is
activated"

M  +1-4desktoppackage/contents/views/Panel.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/e53fd6b066d569ae8247e5565c51560ace7af078

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #26 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2143

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #25 from Nate Graham  ---
Git commit 6203530a48a46e276d8e59452d23861118c1e362 by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 25/03/2024 at 19:06.
Pushed by ngraham into branch 'master'.

Revert "Panel: Don't take keyboard focus when one of its widgets is activated"

This reverts commit 5909ac488df5fa469174387be4bb1ffe23578d0a.

This is a companion to
https://invent.kde.org/plasma/libplasma/-/merge_requests/1082, which
removes need for this hack
Related: bug 483941

M  +1-4desktoppackage/contents/views/Panel.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/6203530a48a46e276d8e59452d23861118c1e362

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.0.2   |6.0.3
  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/-/commit/ |ma/libplasma/-/commit/6794a
   |a98f5f84098723a8c0dffeeb4de |e6ab7c2c50f5ac57d7f32f5db1f
   |75f6f240a3671   |7347201c
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #24 from Nate Graham  ---
Git commit 6794ae6ab7c2c50f5ac57d7f32f5db1f7347201c by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 25/03/2024 at 19:05.
Pushed by ngraham into branch 'master'.

Do not activate containment when one of its applet is activated

Reasoning is that some applets use "activated" when they would to trigger
their action, e.g. the show desktop applet. If the containment (here, the
panel) also gets activated as a result, it will get mouse input and a blue
line will appear. Previously this was avoided by some hacky code that (a)
apparently was not working for some people and (b) broke auto-hide and
dodge windows after clicking on "Minimize all".

This will also allow us to delete the hack in plasma-desktop.
Related: bug 483941
FIXED-IN: 6.0.3

M  +0-4src/plasma/containment.cpp

https://invent.kde.org/plasma/libplasma/-/commit/6794ae6ab7c2c50f5ac57d7f32f5db1f7347201c

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=479084

Niccolò Venerandi  changed:

   What|Removed |Added

 CC||panospolychro...@gmail.com

--- Comment #23 from Niccolò Venerandi  ---
*** Bug 484417 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-25 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #22 from Niccolò Venerandi  ---
(In reply to Michał Dybczak from comment #21)
> I've seen the commits pushed to 6.0.2 and yet the bug is still present in
> 6.0.3. Am I missing something?
> I can reproduce the bug at any time 100% reliably.

The bugfix is accidentally missing from 6.0 where it should've been, but since
it also caused some other issues we're investigating a better approach directly

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-24 Thread Michał Dybczak
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #21 from Michał Dybczak  ---
I've seen the commits pushed to 6.0.2 and yet the bug is still present in
6.0.3. Am I missing something?
I can reproduce the bug at any time 100% reliably.

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-24 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=479084

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-24 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=479084

Niccolò Venerandi  changed:

   What|Removed |Added

 CC||michal.dybc...@gmail.com

--- Comment #20 from Niccolò Venerandi  ---
*** Bug 484339 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=479084

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479084

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #19 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/libplasma/-/merge_requests/1082

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-21 Thread Hanabishi
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #18 from Hanabishi  ---
Ok, I just pointed out the pattern. But yeah, it explains simply by most early
adopters being from Arch.

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-21 Thread Edip
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #17 from Edip  ---
(In reply to Hanabishi from comment #15)
> I noticed that all reporters use Arch btw. So much at this point it does not
> look like a coincedence.

Someone reproduced it on opensuse tumbleweed and neon testing, it's not from
arch only

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-21 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=479084

Niccolò Venerandi  changed:

   What|Removed |Added

 CC||nicc...@venerandi.com

--- Comment #16 from Niccolò Venerandi  ---
I checked just for sure that Arch packaged the fix correctly and they do, so
it's most likely a coincidence (or, rather, most new Plasma 6 users are from
Arch).

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-19 Thread Hanabishi
https://bugs.kde.org/show_bug.cgi?id=479084

--- Comment #15 from Hanabishi  ---
I noticed that all reporters use Arch btw. So much at this point it does not
look like a coincedence.

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

   Severity|minor   |normal
   Priority|NOR |HI

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

 CC||medip...@gmail.com

--- Comment #14 from Nate Graham  ---
*** Bug 483928 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479084

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REPORTED
Summary|"Peek at Desktop" and   |Standalone "Peek at
   |"Minimize all" widgets  |Desktop", "Minimize all",
   |inappropriately transfers   |and "Keyboard Layout"
   |focus to its parent Panel   |widgets inappropriately
   |when activated  |transfer focus to their
   ||parent Panel when activated
   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=482653|
 Ever confirmed|1   |0

--- Comment #13 from Nate Graham  ---
Re-opening as we have multiple reports of this still happening in Plasma 6.0.2,
on both X11 and Wayland. I still can't reproduce those issues unfortunately.

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