Opened 16 years ago

Closed 15 years ago

#5138 closed defect (invalid)

Gesture support assumes fullscreen sized gestures

Reported by: stuartm Owned by: stuartm
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords: mythgesture mouse
Cc: Ticket locked: no

Description

Left gestures, including combos and diagonal gestures always result in an up gesture instead. Right and Up gestures work 100% of the time but Down can be unpredictable.

Change History (4)

comment:1 Changed 16 years ago by stuartm

Keywords: mythgesture mouse added

comment:2 Changed 16 years ago by stuartm

Milestone: unknown0.22
Owner: changed from Isaac Richards to stuartm
Status: newassigned

comment:3 Changed 15 years ago by Dibblah

It appears gestures have to transition across the center of the screen, otherwise they are not recognised correctly.

comment:4 Changed 15 years ago by Dibblah

Resolution: invalid
Status: assignedclosed
Summary: Left gestures are brokenGesture support assumes fullscreen sized gestures

This is actually working as designed. The gestures support currently is based on the idea that the screen has 9 blocks in a 3x3 grid. To give an example, a left gesture must transition between all 3 boxes of a horizontal row.

I'm therefore closing this ticket. This will hopefully be revisited, given developer time.

Note: See TracTickets for help on using tickets.