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 - Hover tip makes it impossible to double-click node
Summary: Hover tip makes it impossible to double-click node
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 22:31 UTC by kohsuke
Modified: 2016-11-09 10:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The screen shot when this happens. (113.36 KB, image/png)
2006-11-07 22:31 UTC, kohsuke
Details

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