[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/ubuntu-ui-toolkit

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1603+15.10.20150812-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1603+15.10.20150812-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Use grid units in Icons in the showcase gallery. Fixes LP: #1481489
  * Disable header buttons when the header is animating. Fixes LP: #1478147
  * Add ActionBar examples to the gallery.
  * Make the default MainView background plain white. Fixes LP: #1481834

  [ Zsombor Egri ]
  * Fixing swiping over active components. Fixes LP: #1479688.
  * Fixing broken BottomEdgeHint gallery page.

  [ Zoltán Balogh ]
  * Fix packaging question marks / issues. Fixes LP: #1481584

  [ Loïc Molinari ]
  * UbuntuShape - Added support drop shadow aspect support to UbuntuShapeOverlay
Fixes LP: #1480197.
  * UbuntuShape - Removed content orientation work around.
The shape was using a workaround to make it render correctly when the
content orientation was not the native one. This was perfect for the
OrientationHelper shipped with the toolkit but now that the Shell
implements the rotation, this is not needed anymore and causes some
rendering issues. Note that the shape will still needs to support
correct rendering when rotated using the rotation property of the Item,
but that is a different issue. Fixes LP: #1466656.
  * UbuntuShape - Added a DropShadow aspect. Fixes LP: #1478129.
  * Renamed ShellIcon to ProportionalShape.
  * UbuntuShape - Added an ShellIcon item. Fixes LP: #1478130

  [ Nick Dedekind ]
  * Added LiveTimer.

  [ Christian Dywan ]
  * Grab focus when Dialog is shown.
  * Set Qt.IBeamCursor on text component MouseArea's. Fixes LP: #1483823
  * Make automaticOrientation on MainView a no-op. Fixes LP: #1470258
  * Fix warnings on undefine theme.name in gallery
examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml:48:
  TypeError: Cannot read property of null.

  [ Ken VanDine ]
  * Don't fail if MainView doesn't have a useDeprecatedToolbar property
Fixes LP: #1451243

  [ CI Train Bot ]
  * Resync trunk. added: examples/ubuntu-ui-toolkit-gallery/po/uk.po

 -- CI Train Bot ci-train-...@canonical.com  Wed, 12 Aug 2015 17:31:20
+

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-07 Thread Femma
Zsombor, if a mouse is plugged in then a user should be able to perform
both swipe on the list item as well as right click for contextual menu.
This is what I've been informed from stakeholders.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-07 Thread Femma
Great :)

On Fri, Aug 7, 2015 at 10:14 AM, Zsombor Egri 1479...@bugs.launchpad.net
wrote:

 Yes, and this is what we are aiming for.

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/1479688

 Title:
   ListItem does not swipe with custom MouseAreas

 Status in Ubuntu UX:
   Fix Committed
 Status in ubuntu-ui-toolkit package in Ubuntu:
   Fix Committed

 Bug description:
   Expected:
   ListItem with user avatar an an image/attachment. I want to be able to
 detect the click on the avatar or the image, so I need to place MouseAreas
 within the list view. This used to work with the old
 ListViewItemWithActions.

   Actual:
   ListItem does not allow a swipe when it starts on one of those mouse
 areas. Meaning, you have to look for free space where you can drag the
 item, which is not intuitive and clearly a UX annoyance.

   UX Fix:

   When a mouse is plugged in, the leading and trailing actions should be
   available in the contextual menu. Please look at

 https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
   pages 106-109.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions


-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-07 Thread Zsombor Egri
Yes, and this is what we are aiming for.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-06 Thread Zsombor Egri
So as  of stakeholders meeting clarified, there should be no distinction
between touch and mouse handling. Whatever can be done with touch should
be doable with mouse. This policy stays the same, therefore the
implementation we have is right and will stay as is.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress = Fix Committed

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-05 Thread Femma
Zsombor, we aren't swiping leading/trailing actions using a mouse, it
will be a right click contextual menu with a mouse.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-05 Thread Zsombor Egri
We don't, but users will! If Joe average will get a phone in his hand
first, he will swipe on the lists, right? Then he will see the desktop,
the same UI, and will try to swipe as well. That won't work there, but
then (s)he will realise it'll be right click... then (s)he will be
confused, kicks the whole baggage into the trash bin and will use
Mac/Windows/whatever.

Of course user won't swipe with mouse, will drag. And I know it will be
a right click, it is already a right click.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-05 Thread Femma
There aren't many apps on desktop with leading and trailing list items,
so I think that situation will be few and far between.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-04 Thread Zsombor Egri
I'm sorry to be a pain here, but how about testing it during
development? We do not have any ways to run an application on desktop to
test touch behaviour, and developers may not have a device on their
disposal, and using the emulator is anything but easy... so I'd still
like to challenge the idea of not swiping leading/trailing actions using
mouse.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-08-03 Thread Femma
Then if you touch the screen you should be able to get the leading and
trailing actions, if you use a mouse you should get the contextual menu.
Depends on the input of choice.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Zsombor Egri
Femma, what if I have both touch and mouse?

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Zsombor Egri
Not even with active components, like Buttons.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Critical

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

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

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Zsombor Egri
So the swipe should only happen with touch?

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-
toolkit/swipeListItemWithActiveChild

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Femma
Yes, the swipe should only happen with touch. When a mouse is plugged
in, the options will be displayed in the contextual menu.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Femma
Pages 106-109:
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr

** Changed in: ubuntu-ux
   Status: Triaged = Fix Committed

** Description changed:

  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.
  
  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.
+ 
+ UX Fix:
+ 
+ When a mouse is plugged in, the leading and trailing actions should be
+ available in the contextual menu. Please look at
+ 
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
+ pages 106-109.

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

  UX Fix:

  When a mouse is plugged in, the leading and trailing actions should be
  available in the contextual menu. Please look at
  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#heading=h.y7e1o2x66nvr
  pages 106-109.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Zsombor Egri
Swiping implies the ListItem being highlighted. Should we have the same
when the swipe is initiated above an active component placed in the
ListItem?

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

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

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1479688] Re: ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Olga Kemmet
Wouldn't the above stated issue be solved with a right click on the list item, 
especially in a pointer environment?
We shouldn't have swipe active on pointer anyways.

** Changed in: ubuntu-ux
 Assignee: (unassigned) = Femma (femma)

** Changed in: ubuntu-ux
   Importance: Undecided = High

** Changed in: ubuntu-ux
   Status: New = Triaged

-- 
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/1479688

Title:
  ListItem does not swipe with custom MouseAreas

Status in Ubuntu UX:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Expected:
  ListItem with user avatar an an image/attachment. I want to be able to detect 
the click on the avatar or the image, so I need to place MouseAreas within the 
list view. This used to work with the old ListViewItemWithActions.

  Actual:
  ListItem does not allow a swipe when it starts on one of those mouse areas. 
Meaning, you have to look for free space where you can drag the item, which 
is not intuitive and clearly a UX annoyance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1479688/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp