ActiveState Community

bug: extremely many dialog boxes

Posted by codejumper on 2009-11-02 04:42

I've found a bug in Komodo (Komodo IDE, version 5.2.0, build 33832, platform linux-libcpp6-x86).

Steps to reproduce:
- open some files all saved except the one unsaved (just press "New file" button and type something)
- select tab with any saved file
- press Ctrl+W and hold it for some time

Results:
I have extremely many dialog boxes "Save changes to FILENEME? Yes/No/Cancel" (I've attached a screenshot)

AttachmentSize
komodo.jpg189.64 KB

ericp | Mon, 2009-11-02 11:35

I'll file a bug for it. This aspect of window handling
is async on Linux, which is why you're seeing that problem.
We'll need to figure out a way to filter out the extra "Ctrl-W"s.

- Eric