touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #94590
[Bug 1481680] [NEW] Mouse attached property is missing "contains" property
Public bug reported:
At the moment if we want to track if a component contains the mouse pointer we need to set Mouse.hoverEnabled: true and then manually track Mouse.onEntered and Mouse.onExited to update some internal boolean property.
It would be nice to have a property called "contains" or "containsMouse" that behaves like MouseArea.containsMouse and does the tracking for us.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Wishlist
Status: Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1481680
Title:
Mouse attached property is missing "contains" property
Status in ubuntu-ui-toolkit package in Ubuntu:
Confirmed
Bug description:
At the moment if we want to track if a component contains the mouse pointer we need to set Mouse.hoverEnabled: true and then manually track Mouse.onEntered and Mouse.onExited to update some internal boolean property.
It would be nice to have a property called "contains" or "containsMouse" that behaves like MouseArea.containsMouse and does the tracking for us.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481680/+subscriptions
Follow ups