← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1484545] [NEW] [listitem] swiping doesn't work when a mousearea on top doesn't accept the mouse event

 

Public bug reported:

staging r1603

ListItem { MouseArea { onPressed: mouse.accepted = false } }

When a MouseArea doesn't accept a mouse event, the ListItem becomes non-
swipable.

After discussing this with kalikiana, we agreed that this behaviour is not intended and should be fixed. 
Not accepting a mouse event from within the listitem shouldn't stop the swiping mechanism from activating.

The same applies to ListItem highlight or click, they should not be
stopped by a MouseArea which is inside the listitem if that mouse area
doesn't accept the mouse event

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1484545

Title:
  [listitem] swiping doesn't work when a mousearea on top doesn't accept
  the mouse event

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  staging r1603

  ListItem { MouseArea { onPressed: mouse.accepted = false } }

  When a MouseArea doesn't accept a mouse event, the ListItem becomes
  non-swipable.

  After discussing this with kalikiana, we agreed that this behaviour is not intended and should be fixed. 
  Not accepting a mouse event from within the listitem shouldn't stop the swiping mechanism from activating.

  The same applies to ListItem highlight or click, they should not be
  stopped by a MouseArea which is inside the listitem if that mouse area
  doesn't accept the mouse event

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1484545/+subscriptions


Follow ups