Opened 12 years ago
Closed 12 years ago
#2046 closed defect (done)
The Scatterplot in the ClusterVisualizationView does not have a name
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.8 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The Name property must be filled, because otherwise if the view is opened separately (double-click on the ViewHost icon), the ErrorProvider steals the focus and the whole HL instance does not respond to inputs anymore.
Change History (5)
comment:1 Changed 12 years ago by gkronber
- Owner changed from abeham to gkronber
- Status changed from new to accepted
comment:2 Changed 12 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by abeham
I also removed a useless parameter in the cluster visualization view in r9455.
comment:4 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
Thx for fixing this issue.
comment:5 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9454: set the instance name and description to the item name and description if it is not explicitly set by the caller.