-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP44, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X
-
Component/s: Frontend Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Description
The user should not be able to select an item and then search for another item. This behavior may lead to a big cognitive load for the user who might not remember exactly which items are currently selected after several iterations.
This behavior is reproducible only in 7.0.x due to the fact that in master the search field is moved to the secondary navbar. When a user selects an item in master, the search field is removed and so not able to reproduce.
Steps to reproduce
1. Content > Web Content and create two web contents with title 'aaa' and 'bbb'
2. Select web content 'aaa' and search for web content 'bbb'
Actual result: The search will bring up web content 'bbb' with 1 item selected.
Expected result: The search bar and search buttons should be disabled.