Defender
15 years agoContributor
Tree view resets the selected item after loosing focus
Steps to reproduce:
1. Select request in Navigator tree view
2. Double click the selected request to open it.
3. Click F2 to rename the requst. Verify the Rename modal window details.
Expected result: the Rename window contains the details of item selected on step 1.
Actual result: the window contains the Workspace element details (the tree view's root element) but selection visually remains on the item from step 1.
Preferred way to fix: tree view should memorize the selected item or (if keyboard event is processed not from tree view) the event processor should read corresponding information from the tree view without insertion some default item.
1. Select request in Navigator tree view
2. Double click the selected request to open it.
3. Click F2 to rename the requst. Verify the Rename modal window details.
Expected result: the Rename window contains the details of item selected on step 1.
Actual result: the window contains the Workspace element details (the tree view's root element) but selection visually remains on the item from step 1.
Preferred way to fix: tree view should memorize the selected item or (if keyboard event is processed not from tree view) the event processor should read corresponding information from the tree view without insertion some default item.