-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: WEBUI-1.0.0, 9.2
-
Fix Version/s: WEBUI-1.0.1, 9.3
-
Component/s: Web UI
-
Tags:
-
Sprint:nxGang Sprint 9.3.2
-
Story Points:2
nuxeo-data-list has selectOnTap property set to true by default.
However it should be false by default, which is done by https://jira.nuxeo.com/browse/ELEMENTS-372.
though this bug is only reproduceble on 9.2 (web ui 1.1.2) as described below, the fix on the element should be backported to 1.0.0 as well to keep it consistent
Reproduce
- Do a search with list view
- tap/click on an item will result in selection
- On the select arrow icon => is selected
- On title => navigates to asset
- On any other part of the item => is selected => not ok (depends on the mode)
Expected
- When there isn't any selected item
- for case 3 => results in navigation to assethttps://jira.nuxeo.com/browse/ELEMENTS-372* When there is selected items
- for case 3 => results in selection
- is related to
-
ELEMENTS-372 turn selectOnTap flag on nuxeo-data-list to false by default
- Resolved