Actions
Improvements #13163
closedWTableView touch selection behavior
Start date:
10/29/2024
Due date:
% Done:
100%
Estimated time:
Description
When scrolling WTableView contents on mobile, it changes selection before touch is released.
According to WTableView.js, current implementation only waits 0.5-1 sec between start end end of a touch. Of course it works when user uses kinetic scroll - gives some acceleration to a scroll area with one fast swipe. But when trying to scroll slowly, selection changes when it shouldn't.
I wonder why Signal<WModelIndex, WMouseEvent>& clicked() is not used for selection instead. I connected a simple logger to it, and I didn't see any false activations while scrolling.
Updated by Matthias Van Ceulebroeck 12 months ago
- Target version set to 4.11.3
 
Hey Andrey,
thanks for the report. We'll take a look at it soon!
Updated by Romain Mardulyn 12 months ago
- Status changed from New to InProgress
 - Assignee set to Romain Mardulyn
 
Updated by Romain Mardulyn 12 months ago
- Status changed from InProgress to Review
 - Assignee deleted (
Romain Mardulyn) 
Updated by Matthias Van Ceulebroeck 10 months ago
- Assignee set to Matthias Van Ceulebroeck
 
Updated by Matthias Van Ceulebroeck 9 months ago
- Target version changed from 4.11.3 to 4.11.4
 
Updated by Matthias Van Ceulebroeck 7 months ago
- Target version changed from 4.11.4 to 4.12.0
 
Updated by Matthias Van Ceulebroeck 6 months ago
- Status changed from Review to Implemented @Emweb
 - Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
 - % Done changed from 0 to 100
 
Updated by Matthias Van Ceulebroeck 4 months ago
- Status changed from Implemented @Emweb to Implemented @Test
 
Updated by Matthias Van Ceulebroeck 3 months ago
- Status changed from Implemented @Test to Closed
 
Actions