Opened 7 years ago
Closed 6 years ago
#2880 closed defect (done)
RunCollectionBoxPlotView axis-selection bug with DropDown
Reported by: | fholzing | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Optimization.Views | Version: | trunk |
Keywords: | Cc: |
Description
RunCollectionBoxPlotView has minor issues with the selection of a Combobox-Item (xAxis, yAxis).
Once the Combobox shows the DropDown-View and an entry is selected with arrow up/arrow down + enter, the Chart/Matrix won't update properly.
Change History (17)
comment:1 Changed 7 years ago by fholzing
- Summary changed from RunCollectionBoxPlotView to RunCollectionBoxPlotView axis-selection Bug with DropDown
comment:2 Changed 7 years ago by fholzing
- Summary changed from RunCollectionBoxPlotView axis-selection Bug with DropDown to RunCollectionBoxPlotView axis-selection bug with DropDown
comment:3 Changed 7 years ago by fholzing
comment:4 Changed 7 years ago by fholzing
r15622: Removed now unnecessary workaround
comment:5 Changed 7 years ago by fholzing
r15623: Added additional null/empty-check (otherwise an error would occur if all runs are removed)
comment:6 Changed 7 years ago by fholzing
- Status changed from new to accepted
Next time I'll remember to accept before I commit anything
comment:7 Changed 7 years ago by fholzing
- Owner changed from fholzing to mkommend
- Status changed from accepted to reviewing
comment:8 Changed 7 years ago by fholzing
- Version set to trunk
comment:9 Changed 7 years ago by mkommend
This ticket must be released after #2876 as both tickets affect the boxplot.
comment:10 Changed 7 years ago by fholzing
r15672: Content-check prefixed in method
comment:11 Changed 7 years ago by mkommend
- Owner changed from mkommend to fholzing
- Status changed from reviewing to assigned
comment:12 Changed 7 years ago by fholzing
r15754: Changed behavior to match BubbleChart (SelectedIndexChanged)
comment:13 Changed 7 years ago by fholzing
r15755: Changed Image-ressource
comment:14 Changed 7 years ago by fholzing
- Owner changed from fholzing to mkommend
- Status changed from assigned to reviewing
comment:15 Changed 7 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:16 Changed 6 years ago by mkommend
comment:17 Changed 6 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
r15621: Changed event from SelectedIndexChanged to SelectionChangeCommitted