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 221896 - TreeView: Hovering over a truncated node will show truncated tooltip
Summary: TreeView: Hovering over a truncated node will show truncated tooltip
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-11 13:56 UTC by markiewb
Modified: 2013-05-30 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Showing the truncated "tooltip" (89.05 KB, image/png)
2012-11-11 13:59 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-11-11 13:56:43 UTC
[ JDK VERSION : 1.6.37 ]

* open hierarchy view for a complex subtype scenario
* dock the hierarchy view to the right of the mainwindow
* enable FQN
* Hover above an hierarchy entry which is to long to be displayed

ACTUAL:
a truncated "tooltip" is displayed - see screenshot

EXPECTED:
a non-truncated "tooltip" is displayed
Comment 1 markiewb 2012-11-11 13:59:30 UTC
Created attachment 127551 [details]
Showing the truncated "tooltip"
Comment 2 markiewb 2012-11-11 14:00:38 UTC
Additional info.
* ...
* dock the hierarchy view to the right of the MAXIMIZED mainwindow
* ...
Comment 3 Tomas Zezula 2012-11-12 17:20:59 UTC
The code for it is generic in platform/explorer.
Comment 4 Jaroslav Tulach 2012-11-20 14:35:58 UTC
UI related issue, Stando, please help me.