View Issue Details

IDProjectCategoryView StatusLast Update
0016328MMW 5Track Browserpublic2020-10-15 11:02
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionreopened 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0016328: Touch mode: Tap-hold selection requires release
DescriptionIn touch mode, the user normally has to Tap-hold an item --> context menu appears

In MM, the user has to Tap-hold an item, and then release the item before selection is activated. This non-standard behavior leads the user to believe that the tap-hold action isn't working.
TagsNo tags attached.
Fixed in build2270

Activities

petr

2020-05-14 20:55

developer   ~0058009

I've tried on my surface and even in system context menu appear after release (also in explorer item is selected after release).

rusty

2020-05-18 16:17

administrator   ~0058086

It's true that explorer only shows the context menu on release, however:
- Most touch-enabled apps e.g. Skype, Groove, Alarms/Clock, Maps, show the context menu on hold.
- Apps that don't show the context menu on hold (Explorer / Edge / Photos), gives visual feedback that the tap-hold action was recognized (e.g. in Explorer, the cursor changes to a square; in Edge, the selected URL becomes underlined)

I'd prefer the first approach as it's more intuitive, but at a minimum, MM needs to give the user some feedback that the hold action has been initiated.

petr

2020-07-28 12:52

developer   ~0059163

Implemented hold indicator

rusty

2020-10-08 19:45

administrator   ~0059775

Tested 2269. The Hold indicator works to solve the original problem, but it has a couple of implementation problems (related to it being too 'sticky'):
1) If the user tap-drags (e.g. to scroll through a list of albums)
--> the hold indicator doesn't go away resulting in it appearing over a different track, and sometimes selecting that different track.
2) If the user taps on an item (e.g. a GenreName or an AlbumName) causing a new view with the Genre or Album to appear, then the hold indicator remains in the new view and doesn't disappear until the user taps elsewhere on the screen.

petr

2020-10-15 11:02

developer   ~0059870

Fixed