#1031 closed defect (done)
Ghost view appears after resizing the container
Reported by: | abeham | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | MainForm.WindowsForms | Version: | 3.4 |
Keywords: | Cc: |
Description
After resizing a window with a details group box that has contained a view before, the view suddenly becomes visible again.
Follow these steps to reproduce the problem:
- Start the HeuristicLab optimizer
- Create a new Traveling Salesman Problem
- Click the Evaluator parameter to view the details.
- Click into the white space of the parameters list to hide the view again
- Resize the window
You should be able to see the details view from before in disabled state.
Change History (6)
comment:1 Changed 14 years ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from new to assigned
comment:2 Changed 14 years ago by mkommend
- Component changed from ### Undefined ### to MainForm.WindowsForms
comment:3 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from assigned to new
comment:4 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
corrected resizing of ViewHostPanel to avoid re-appearing of invisible controls r3899. The whole bug was caused by suspending and resuming the repainting mechanism of the control.