Bug 70513

Summary: [navigation] Lightweight inspect window doesn't close.
Product: [Eclipse Project] Platform Reporter: Eero Saikku <esaikku>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: cocoakevin
Version: 3.0Keywords: ui, usability
Target Milestone: 3.1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Eero Saikku CLA 2004-07-21 03:19:14 EDT
I'm not sure if this bug is in Platform or JDT.

In the Debug Perspective I opened Display, entered a statement and chose 
Inspect from the context menu. A lightweight window opened. After that I closed 
Display and the lightweight window stayed. It would't go away until I restarted 
Eclipse. "Ctrl + Shift + I" binding didn't work anymore after closing Display.

I tried this with the Editor view in the Debug Perspective and the result was 
same.

Seems like closing the parent window doesn't close the lightweight windows 
opened by it. Maybe somebody finds that useful, but you have to put at least 
some kind of closing option to the lightweight window.

This might apply for all LightWeight windows.
Comment 1 Darin Wright CLA 2004-07-21 11:46:27 EDT
I was able to close the pop-up by placing the cursor in the pop-up an pressing 
ESC. However, the pop-up should close when its parent view/editor is closed. 
(I notice that the outline pop-up in the editor closes when its editor is 
closed).
Comment 2 Kevin Barnes CLA 2004-07-21 15:13:09 EDT
Same is true for DisplayPopups.
InformationPresenter is responsible for closing the shell. Moving to TEXT for comment.
Code which creates the Inspect Popup is in PopupInspectAction.showPopup(...)
Comment 3 Dani Megert CLA 2005-05-30 03:56:26 EDT
This has been fixed a while ago.