fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Python shell autocomplete popups don't close when parent introspection form is closed using Esc. #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start DeVIDE, add any module (e.g. vtkTIFFWriter)
2. Double-click the module to open its view.
3. In the introspection shell, type "obj."; the autocomplete popup opens
4. Press the escape key

What is the expected output? What do you see instead?
The module's view closes, leaving the popup on the screen.
Expected output would be one of two things:
* Ideally, the first press of escape would close the autocomplete popup. 
Pressing escape again would close the view dialog.
* Alternatively, the view dialog should close *together* with the popup.

Original issue reported on code.google.com by stef.bus...@gmail.com on 29 Oct 2008 at 3:37

GoogleCodeExporter commented 9 years ago
I experiences the same issue and this issue is a bit more general than describe 
in
the report. The autocomplete popup also stays in front when switching tasks.

So:
1a open an application in full screen
1 - 3 follow the first three steps from the report above
4. switch application (alt-tab or mouse)

the popup menu remains in front of the new application. 

Original comment by happiem...@gmail.com on 20 Jan 2009 at 2:42

Attachments:

GoogleCodeExporter commented 9 years ago
I'm definitely going to look at this, but it might not be in time for the 9.1
release, which REALLY HAS to go out the door in January. :)

Original comment by cpbotha on 21 Jan 2009 at 8:16