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 215856 - expandable tooltip does not expand
Summary: expandable tooltip does not expand
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-07-24 09:13 UTC by Ondrej Vrabec
Modified: 2012-08-08 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (985.88 KB, text/plain)
2012-07-24 09:13 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2012-07-24 09:13:01 UTC
Product Version = NetBeans IDE Dev (Build 20120724-89b9517172ab)
Operating System = Linux version 3.1.10-1.9-desktop running on amd64
Java; VM; Vendor = 1.7.0_04
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.0-b21

While debugging i wanted to display the value of a local variable directly in the editor. Hovering over the var name displayed the expandable tooltip. I wanted to expand the value (the var happened to be a list) so i clicked on the expand icon. However instead of expanding the tooltip disappeared. Happend over and over and the tooltip does not seem to work.
Comment 1 Ondrej Vrabec 2012-07-24 09:13:10 UTC
Created attachment 122287 [details]
IDE log
Comment 2 Martin Entlicher 2012-07-24 09:35:38 UTC
Reproduced.
Comment 3 Martin Entlicher 2012-08-07 12:41:55 UTC
It's a regression caused by new BraceMatchingSidebarComponent.

Fixed by changeset:   227827:d434ec540ff7
http://hg.netbeans.org/main/rev/d434ec540ff7
Comment 4 Quality Engineering 2012-08-08 02:34:56 UTC
Integrated into 'main-golden', will be available in build *201208080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d434ec540ff7
User: mentlicher@netbeans.org
Log: #215856: Do not alter closing logic of other editor tooltips.