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 67151 - Tool tip for overly long tree node label does not paint over border of scrollpane
Summary: Tool tip for overly long tree node label does not paint over border of scroll...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
: 68680 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-19 19:49 UTC by Jesse Glick
Modified: 2008-12-22 18:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (10.28 KB, image/png)
2005-10-19 19:50 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-10-19 19:49:16 UTC
See screenshot of AU wizard. Cursor is over "Teamware Profile for Generic VCS".
Since this label is too long for the viewport of the tree, the label is painted
over the scrollbar, which is fine - but the border is still painted through the
'C' which makes it harder to read.

Mustang, Linux.
Comment 1 Jesse Glick 2005-10-19 19:50:43 UTC
Created attachment 26148 [details]
Screenshot
Comment 2 Petr Nejedly 2005-10-20 08:40:32 UTC
Huh, works perfectly for explorer, yet has some off-by-one in AU window.
Easily reproduced on linux/JDK1.5.0_04 as well.
Comment 3 Petr Nejedly 2005-11-15 10:11:54 UTC
*** Issue 68680 has been marked as a duplicate of this issue. ***
Comment 4 Petr Nejedly 2005-11-15 14:51:14 UTC
Applied some magic to (non)overlap rectangles computations so it should take
into account several kinds of borders.
openide/explorer/src/org/openide/explorer/view/ViewTooltips.java,v1.2
Comment 5 Tomas Bilka 2006-04-03 14:31:47 UTC
verified in NetBeans IDE Dev (Build 200603292200)