Free cookie consent management tool by TermsFeed Policy Generator

Opened 6 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 6 years ago by fholzing

  • Summary changed from RunCollectionBoxPlotView to RunCollectionBoxPlotView axis-selection Bug with DropDown

comment:2 Changed 6 years ago by fholzing

  • Summary changed from RunCollectionBoxPlotView axis-selection Bug with DropDown to RunCollectionBoxPlotView axis-selection bug with DropDown

comment:3 Changed 6 years ago by fholzing

r15621: Changed event from SelectedIndexChanged to SelectionChangeCommitted

comment:4 Changed 6 years ago by fholzing

r15622: Removed now unnecessary workaround

Last edited 6 years ago by fholzing (previous) (diff)

comment:5 Changed 6 years ago by fholzing

r15623: Added additional null/empty-check (otherwise an error would occur if all runs are removed)

comment:6 Changed 6 years ago by fholzing

  • Status changed from new to accepted

Next time I'll remember to accept before I commit anything

Last edited 6 years ago by fholzing (previous) (diff)

comment:7 Changed 6 years ago by fholzing

  • Owner changed from fholzing to mkommend
  • Status changed from accepted to reviewing

comment:8 Changed 6 years ago by fholzing

  • Version set to trunk

comment:9 Changed 6 years ago by mkommend

This ticket must be released after #2876 as both tickets affect the boxplot.

comment:10 Changed 6 years ago by fholzing

r15672: Content-check prefixed in method

comment:11 Changed 6 years ago by mkommend

  • Owner changed from mkommend to fholzing
  • Status changed from reviewing to assigned

Reviewed r15621, r15622, r15623, r15672.

During test I observed that although tab changes the selected axis the boxplot is not updated.

comment:12 Changed 6 years ago by fholzing

r15754: Changed behavior to match BubbleChart (SelectedIndexChanged)

comment:13 Changed 6 years ago by fholzing

r15755: Changed Image-ressource

comment:14 Changed 6 years ago by fholzing

  • Owner changed from fholzing to mkommend
  • Status changed from assigned to reviewing

comment:15 Changed 6 years ago by mkommend

  • Status changed from reviewing to readytorelease

Reviewed r15754 and r15755.

comment:16 Changed 6 years ago by mkommend

r16048: Merged r15621, r15622, r15623, r15672, r15754, r15755 into stable.

comment:17 Changed 6 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.