https://bugs.kde.org/show_bug.cgi?id=455674

--- Comment #8 from Noah Davis <noaha...@gmail.com> ---
(In reply to Artem Grinev from comment #7)
> (In reply to Noah Davis from comment #4)
> > Bug 398151 is unrelated since it's a different menu. I'm mainly curious if
> > it could be related to a recent change where we tried to switch to a more
> > performant way of detecting when a mouse was hovering over an item.
> 
> Yep, it seems it is. For whatever reason an "entered" signal is being emited
> even if there was not enter at all, and only for the first item in case of
> current view or for any item in case of moving to different view. Not sure
> if it's a Qt bug or some Kickoff design flaw, but something tells me
> "entered" should not work like that.

Technically, it is being entered, just not by moving the mouse to the item.
Rather, it is the item that is being moved to the mouse and detecting the
presence of the mouse. The worse performing onPositionChanged signal handler
that we were using happened to not detect the mouse unless the mouse was moved,
but I'm not advocating for switching back unless it's impossible to fix this
otherwise.

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

Reply via email to