#1133 closed defect (done)
The ViewHost shows a cached View instead of the default View
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | MainForm.WindowsForms | Version: | 3.3.1 |
Keywords: | Cc: |
Description
This occurs when selecting another item that can be displayed with the actual view in a list control e.g., first selecting a double matrix and afterwards a data table.
Change History (11)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
Removed caching from the ViewHost with r4299. Please test these changes in great detail, because they can have different effects on different operating systems (e.g., CreateWindowHandleException).
comment:3 Changed 14 years ago by mkommend
Removed calls to the ClearCache method of the ViewHost with r4300.
comment:4 Changed 14 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from reviewing to assigned
comment:5 Changed 14 years ago by mkommend
- Status changed from assigned to accepted
comment:6 Changed 14 years ago by mkommend
Corrected bug in the ViewHost to handle contents without views correctly with r4314.
comment:7 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
Completely removed caching in the ViewHost => corrected bug showing a ghost view with r4344.
comment:8 Changed 14 years ago by gkronber
- Resolution set to done
- Status changed from reviewing to closed
comment:9 Changed 14 years ago by swagner
- Version changed from 3.3.0 to 3.3.1
comment:10 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
As the caching of views makes lots of problems we agreed to remove the caching of views.