#904 closed defect (done)
TypeSelector stalls application on certain search input
Reported by: | abeham | Owned by: | swagner |
---|---|---|---|
Priority: | highest | Milestone: | HeuristicLab 3.3.0 |
Component: | Core.Views | Version: | 3.3 |
Keywords: | Cc: |
Description
Here are the steps to reproduce:
- Open a new user defined algorithm
- Add a new parameter
- Select a value parameter of T
- Click the "+" to set the generic type of the parameter
- In the search box enter "aI"
- Delete the "a"
- The application stalls in line 285 in TypeSelector.cs where it says "typesTreeView.ExpandAll()". At this time there are 13 items in the typeTreeView. Is it time to become superstitious?
There may be more inputs on which it stalls. This was tested on Win7 (x86) with r2994
Change History (4)
comment:1 Changed 15 years ago by abeham
comment:2 Changed 15 years ago by swagner
- Resolution set to fixed
- Status changed from new to closed
Fixed in r3516.
comment:3 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.
epitzer also reports: searching for "prog" in the operator pane and using backspace twice => program hangs