[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2022-12-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382081

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2022-11-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382081

--- Comment #9 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.

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2022-11-07 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=382081

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-08-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=382081

Christoph Feck  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #7 from Christoph Feck  ---
*** Bug 383033 has been marked as a duplicate of this bug. ***

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-07-10 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382081

--- Comment #6 from Eike Hein  ---
Can we move MouseHelper somewhere generic then so we can reuse this in Dash?

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

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

--- Comment #5 from Kai Uwe Broulik  ---
See https://phabricator.kde.org/D5490

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-07-09 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382081

--- Comment #4 from Eike Hein  ---
Kai: How did you solve it in KRunner? I can cache and compare the coordinates
locally but holy fuck writing "did the position actually change in this
onPositionChanged" code is frustrating.

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-07-08 Thread lctrgk
https://bugs.kde.org/show_bug.cgi?id=382081

--- Comment #3 from lctrgk  ---
Thanks a lot for your answers. If you need for me to do anything that can help
you just tell me.

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-07-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=382081

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #2 from Kai Uwe Broulik  ---
I think this is a deliberate change in Qt so mouse position / hover state is
re-evaluated if the item changes underneath the mouse without the mouse moving.
I had the same issue in KRunner where suddenly it would select results under
the mouse as you typed.

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

[kdeplasma-addons] [Bug 382081] Selection should only follow the mouse cursor when you move it.

2017-07-08 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382081

--- Comment #1 from Eike Hein  ---
This must be a bug either in MouseEventListener or in Qt - it's happening
because after every keyboard event, MouseEventListener.onPositionChanged fires
(with unchanged coordinates).

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