Actions
Feature #4656
openTouch event handling in Wt widgets
Start date:
01/11/2016
Due date:
% Done:
0%
Estimated time:
Description
Fully support mobile browsers in built-in widgets and functions:
- multi-select in table-view, tree-view
- drag and drop
- drag events where used (e.g. splitter moving, resize of WDialog, etc...)
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Yoika Ghysens
Updated by Koen Deforche over 8 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 8 years ago
- Status changed from Resolved to Closed
Updated by Roel Standaert about 8 years ago
- Status changed from Closed to Resolved
- Target version changed from 3.3.6 to 3.3.7
This was not released in Wt 3.3.6. It was merged into master recently, but there are some issues:
- drag and drop does not work for WAbstractItemViews
- multi item select in table views and tree views does not work entirely as expected: pinch-to-zoom can select items, and selecting one of the currently selected items causes only that item to be selected, whereas maybe it should be deselected instead?
- issue with const reference to temporary in WDropEvent implementation
Updated by Roel Standaert about 8 years ago
- Status changed from Resolved to InProgress
- Assignee changed from Yoika Ghysens to André Jacobs
Updated by Roel Standaert over 7 years ago
- Assignee changed from André Jacobs to Michiel Derhaeg
- Priority changed from Normal to Low
Actions