eclipsesource / eclipsesource/tabris
Grid based widgets should be able to indicate selection via swt style flag FULL_SELECTION
Open
enhancement
- Dominant language
- Java
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
In mobile it is not common to highlight the selected row. Therefore the default behavior for grid based widgets should be to not highlight the selected row when touched.
There are situations where that scenario could be interesting (eg left list, right side content) where you want to highlight the selected item.
The SWT.FULL_SELECTION flag could be used to activate highlighting on the grid, which would otherwise not show the current selection.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.