This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186481

Summary: Tooltip panel stays displayed as greyed after finishing debugging session
Product: debugger Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Marian Mirilovic 2010-05-21 08:58:29 UTC
Created attachment 99293 [details]
screenshot

NB 6.9 (201005202201), JDK 6u20 x64, Ubuntu 9.10 x64

Steps to reproduce:
- run IDE
- open MemoryView project
- place some breakpoints into MemoryView.java
- Debug File
- show some expandable tooltip
- expand tooltip
- finish debugging session (red button in toolbar)
-> the whole tooltip frame is greyed out, but it stays visible in editor (see attached screenshot)
- switch editor tab
-> even after switching it stays visible and greyed out
.. the only way to close it is to click into some editor
Comment 1 Martin Entlicher 2010-05-21 09:09:38 UTC
The interactive tooltip should be closed when user clicks anywhere in th IDE IMHO.
It does not look good that it survives switching of editor tabs.
Comment 2 Vitezslav Stejskal 2010-06-04 10:26:56 UTC
With issue #187107 fixed the only problem remaining is that the debugger tooltip is emptied and grayed out when the debugger session finishes. IMO the debugger should simply close its tooltip (ToolTipSupport.setTooltipVisible(false)) when user stops debugging.
Comment 3 Martin Entlicher 2011-05-02 14:53:13 UTC
Fixed by changeset:   193293:08bd3acae429
http://hg.netbeans.org/main/rev/08bd3acae429
Comment 4 Quality Engineering 2011-05-03 05:26:06 UTC
Integrated into 'main-golden', will be available in build *201105030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/08bd3acae429
User: mentlicher@netbeans.org
Log: #186481 Interactive tooltip is closed when debugger session ends.