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 88872

Summary: Hover tip makes it impossible to double-click node
Product: profiler Reporter: kohsuke <kohsuke>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: The screen shot when this happens.

Description kohsuke 2006-11-07 22:31:22 UTC
When you are looking at deeply nested element, hover tip often shows up, and it
makes it impossible for you to double-click the node to expand it. I have to
manually scroll the tree to right and then double-click. Very annoying.

The tip should be always left-aligned, even if that causes some text to go
beyond the right edge of the screen.
Comment 1 kohsuke 2006-11-07 22:31:47 UTC
Created attachment 35864 [details]
The screen shot when this happens.
Comment 2 Jiri Sedlacek 2006-11-08 12:46:23 UTC
This happens for heavyweight popups (tooltip is partially displayed outside the 
application window) which consume mouse events. Should be fixed for 6.0.

I don't agree with aligning the tooltip to left by default - it should fit the 
original text whenever possible, swing popup logic ensures that it's moved to 
left to fit the screen area if too long.
Comment 3 Tomas Hurka 2009-04-08 10:07:32 UTC
Target milestone cleanup.
Comment 4 Tomas Hurka 2009-04-08 12:55:55 UTC
Milestone cleanup: future->next
Comment 5 Jiri Sedlacek 2016-11-09 10:25:40 UTC
Fixed.