nexa / qira

Automatically exported from code.google.com/p/qira
0 stars 0 forks source link

Greenlet outputs error if you attempt to delete a fork more then once #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a program through qira
2. Make a fork
3. select the fork in the fork frame and press delete
4. press delete again without selecting another fork

You are then unable to delete forks until you refresh the browser window.

Printout of the error in the console window:

http://pastebin.com/DFmDcS5N

Original issue reported on code.google.com by Godo...@gmail.com on 3 Aug 2014 at 12:11

GoogleCodeExporter commented 8 years ago
Deleting forks is quite buggy, in fact fork management could use some 
refactoring. You are technically supposed to drag the forks to delete, but it's 
shit. Want to add an (x) below each fork to fix this problem?

Original comment by geo...@gmail.com on 3 Aug 2014 at 12:21

GoogleCodeExporter commented 8 years ago
Did not know that the drag to delete thing was the correct way of doing it.
Seemed it would be easy to do a check for /tmp/qira_logs/# before you issue the 
command. But you could disable the clickable function of the delete button also?

Original comment by Godo...@gmail.com on 3 Aug 2014 at 12:24

GoogleCodeExporter commented 8 years ago
Fixed in trunk to not error, will refactor forks soon.

Original comment by geo...@gmail.com on 4 Aug 2014 at 10:11