Bug 70513 - [navigation] Lightweight inspect window doesn't close.
Summary: [navigation] Lightweight inspect window doesn't close.
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui, usability
Depends on:
Blocks:
 
Reported: 2004-07-21 03:19 EDT by Eero Saikku CLA
Modified: 2005-05-30 03:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.