Opened 12 years ago
Closed 4 years ago
#2028 closed defect (done)
Viewhost does not propagate readonly state when switching views
Reported by: | abeham | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.17 |
Component: | MainForm.WindowsForms | Version: | 3.3.7 |
Keywords: | Cc: |
Description
When you create an algorithm and run it the view is readonly and parameters cannot be changed. However when you use the ViewHost-icon to switch the view to a ParameterizedNamedItemView you can edit the parameters while the algorithm is running.
Change History (6)
comment:1 Changed 11 years ago by mkommend
- Priority changed from medium to high
comment:2 Changed 4 years ago by mkommend
- Status changed from new to accepted
comment:3 Changed 4 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:4 Changed 4 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.17
comment:5 Changed 4 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
I looked at r17585 and tested it. As discussed, let's wait and see if any issues pop up.
comment:6 Changed 4 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r17585: Synchronized readonly state in ViewHost and its actively shown view.