Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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:

  1. Open a new user defined algorithm
  2. Add a new parameter
  3. Select a value parameter of T
  4. Click the "+" to set the generic type of the parameter
  5. In the search box enter "aI"
  6. Delete the "a"
  7. 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 14 years ago by abeham

epitzer also reports: searching for "prog" in the operator pane and using backspace twice => program hangs

comment:2 Changed 14 years ago by swagner

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3516.

comment:3 Changed 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.