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 213357 - MouseCursor Tool Tip Jumps Away From Cursor
Summary: MouseCursor Tool Tip Jumps Away From Cursor
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 04:20 UTC by MackSix
Modified: 2013-01-09 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (316.50 KB, image/png)
2012-06-01 04:20 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2012-06-01 04:20:27 UTC
Created attachment 120174 [details]
Screenshot

When sizing a component on a JFrame, if the mouse cursor is moved off the designer window, the size tool tip box jumps away from the mouse cursor and can be completely off the Application. 

See attached screenshot.

Product Version: NetBeans IDE Dev (Build 201205300001)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 1 Jan Stola 2013-01-09 11:26:15 UTC
Reproducible and interesting. The ToolTipManager seems to be confused when we are forcing it to show a tooltip when the mouse cursor is out of the HandleLayer, see HandleLayer.showToolTip.