https://bugs.kde.org/show_bug.cgi?id=499637
--- Comment #12 from fhortner <fhort...@yahoo.de> --- Well, I do understand "the mouse to enter" as being moved activly into the MouseArea. But I would definitely say that "enter" does not mean "find itself in the MouseArea upon creation". It makes sense to fire a QEvent::HoverEnter event. But does it make sense to emit a positionChanged signal? I would say the positionChanged signal should only be emitted in case the mouse was actually moved and changed it's position. This is not the case when the system is idle and a new MouseArea is created. That's why I see it as a Qt regression. -- You are receiving this mail because: You are watching all bug changes.