[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-04 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #17 from Eike Hein  ---
Fixed in
http://commits.kde.org/plasma-desktop/46919b609d0d6fc148d5c211e0ec5c41208f2b10

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

Eike Hein  changed:

   What|Removed |Added

 CC||fufu...@outlook.com

--- Comment #16 from Eike Hein  ---
*** Bug 366384 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #15 from Eike Hein  ---
Apparently your Flows behave differently from mine. This is technically nice
because yours is being less stupid than mine, but makes us have the problem of
handling both behaviors.

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #14 from Kai Uwe Broulik  ---
I have the same with regular Task Manager: launcher tasks do not glow (IconItem
active) on hover. When I start to drag a task it starts to glow and then stays
this way indefinitely.

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread David Rosca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #13 from David Rosca  ---
Qt 5.7.0

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #12 from Eike Hein  ---
What Qt version?

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread David Rosca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #11 from David Rosca  ---
Created attachment 100434
  --> https://bugs.kde.org/attachment.cgi?id=100434=edit
icons-only task manager

Yes, of course hover, sorry.

Hmm, not sure what more I can say, all tasks on the screenshot are launchers
and hover works only on first task (firefox).

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #10 from Eike Hein  ---
David, by focus you mean hover? Do you have any more steps to reproduce, info
about panel arrangement, ...?

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-08-03 Thread David Rosca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

David Rosca  changed:

   What|Removed |Added

 CC||now...@gmail.com

--- Comment #9 from David Rosca  ---
This patch broke the hover for me (icons-only task manager). Only the first
task reacts on focus now.

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

Eike Hein  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/605d34e3ff800737
   ||1e013a2a68647b9f3d8b5bac
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Eike Hein  ---
Git commit 605d34e3ff8007371e013a2a68647b9f3d8b5bac by Eike Hein.
Committed on 27/07/2016 at 21:13.
Pushed by hein into branch 'Plasma/5.7'.

Disable hover event handling until Flow positions delegate.

Delegates pop up at 0,0 until Flow positions them, which can
cause containsMouse to become true, following by the item
being moved out from below the cursor and containsMouse never
going false, because Qt Quick's famously broken hover event
handling can't cope.

We already wait for initial-positioning to signal the task
geometry to the WM, so only start hover event handling then,
too.

M  +1-1applets/taskmanager/package/contents/ui/Task.qml

http://commits.kde.org/plasma-desktop/605d34e3ff8007371e013a2a68647b9f3d8b5bac

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

Eike Hein  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---

--- Comment #7 from Eike Hein  ---
Ah, figured it out!

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #6 from Eike Hein  ---
I can't reproduce this at all so far. We'll have to nail down more details of
when/how it happens.

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread pitlochry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #5 from pitlochry  ---
Created attachment 100334
  --> https://bugs.kde.org/attachment.cgi?id=100334=edit
video of described behaviour

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread pitlochry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #4 from pitlochry  ---
Created attachment 100333
  --> https://bugs.kde.org/attachment.cgi?id=100333=edit
after mouse over: window icons are fixed and become inactive if they are
actually inactive

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread pitlochry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

--- Comment #3 from pitlochry  ---
Created attachment 100332
  --> https://bugs.kde.org/attachment.cgi?id=100332=edit
before mouse over: all window icons have same colors as if they are active

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

Eike Hein  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Eike Hein  ---
Screenshot/video please, "active" is muddy here.

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


[plasmashell] [Bug 366153] All Window Icons Are Intermittently Become "Active" on Task Manager Falsely

2016-07-27 Thread pitlochry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366153

pitlochry  changed:

   What|Removed |Added

 CC||pitloc...@gmx.net

--- Comment #1 from pitlochry  ---
I can confirm this behaviour. It is shown since Plasma 5.7.

It is always reproducible if you have several launchers (kept separate) in the
Task Manager and you open them one after the other. Then all window icons have
same colors as if they are active.
After mouse over, window icons are fixed and become inactive if they are
actually inactive.

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