Opened 18 years ago
Closed 17 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 by , 18 years ago
| Keywords: | mythgesture mouse added |
|---|
comment:2 by , 18 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 18 years ago
comment:4 by , 17 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
| Summary: | Left gestures are broken → Gesture 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.

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