eclipsesource / eclipsesource/tabris
Modal shells on Android should close when touch goes outside the shell
Open
- Dominant language
- Java
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
- Open a new shell with
Shell result = new Shell(alphaShell, SWT.APPLICATION_MODAL);
- This opens a shell that grays out the background that it doesn't cover.
- Touch the background - nothing happens
- Expected: the shell should close
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.