5a00101169
The issue is caused by the fact that the MouseArea returns containsMouse as true even when the item is not hovered. The issue is reproduced when the model changes dynamically in the StatusChatList, thus causing the StatusChatListItem to be recreated and this is when the containsMouse remains true even though the item is not hovered. I see a bunch of issues in the QT bug list with regards to the containsMouse property but are still open. A solution to this is to use HoverHandler which is a more reliable way getting hovered events for an item. |
||
---|---|---|
.. | ||
StatusQ | ||
app | ||
fonts | ||
i18n | ||
imports | ||
shared/status | ||
generate-rcc.go | ||
main.qml | ||
nim-status-client.pro |