nengo-1.4 icon indicating copy to clipboard operation
nengo-1.4 copied to clipboard

Import and rename: "cancel" bug

Open hunse opened this issue 12 years ago • 0 comments

  1. Create a network
  2. Import a network into it (eg. File->Open integrator.py)
  3. Repeat step 2 to import the sub-network again
  4. Nengo will ask you to rename the subnetwork, choose "cancel"

This results in very strange behaviour. Dragging the network around causes repeated demands to rename, and deselecting the network causes it to disappear.

Really, adding a network should be an atomic operation, and cancelling during the rename should simply cancel this whole operation.

hunse avatar Nov 13 '12 22:11 hunse