Opened 13 years ago
Closed 13 years ago
#1587 closed defect (done)
ExperimentTreeView does not show current item when using the arrow keys
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Optimization.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description (last modified by mkommend)
If you use up/down arrow key to navigate in the experiment tree, the ViewHost will not be updated with the selected content. I admit it has the advantage to quickly navigate the tree (updating the details pane would take some time), but it'll probably lead to errors to have the selected item and details pane go out of sync.
Change History (6)
comment:1 Changed 13 years ago by swagner
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.6
- Owner changed from swagner to mkommend
- Status changed from new to assigned
comment:2 Changed 13 years ago by mkommend
- Status changed from assigned to accepted
comment:3 Changed 13 years ago by mkommend
comment:4 Changed 13 years ago by mkommend
- Description modified (diff)
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:5 Changed 13 years ago by abeham
- Status changed from reviewing to readytorelease
changes look good, thx for fixing this.
comment:6 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6573: Updated ViewHost after node selection with arrow keys and handled item move operations more efficiently.