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 147595 - Long thread names in debugging view are ugly on mouse-over
Summary: Long thread names in debugging view are ugly on mouse-over
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-18 13:48 UTC by Petr Cyhelsky
Modified: 2010-05-19 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (222.99 KB, image/jpeg)
2008-09-18 13:49 UTC, Petr Cyhelsky
Details
The same on jdk 1.6/nimbus - even more ugliness (189.88 KB, image/jpeg)
2008-09-18 14:28 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-09-18 13:48:02 UTC
Product Version: NetBeans IDE Dev (Build 200809180201)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

See the attached screenshot - when the debugging view isn't width-wise fully stretched, the more is the horizontal
scrollbar scrolled to the right the more are thread and stack frame names sticking out of NB window on mouse-over.

Steps to reproduce: have not fully maximized NB window with debugging session stopped on some breakpoint -> make sure
the debugging view is width-wise smaller than its longest content (so that the scrollbar appears) -> shift the scrollbar
to the middle -> mouse over some threads/stack frames
Comment 1 Petr Cyhelsky 2008-09-18 13:49:36 UTC
Created attachment 70091 [details]
Screenshot
Comment 2 Martin Entlicher 2008-09-18 14:21:42 UTC
Dane, can you please look at this? On Linux it's displayed correctly.
Comment 3 Petr Cyhelsky 2008-09-18 14:28:01 UTC
Created attachment 70094 [details]
The same on jdk 1.6/nimbus - even more ugliness
Comment 4 Daniel Prusa 2009-10-08 15:54:59 UTC
This issue is not related purely to the tree view in Debugging window, it is also reproducible in other views, e.g. in
Navigator. It seems like a standard Swing behavior. It might look ugly in some cases, on the other hand, it only extends
the visible area in both directions when it is possible. It does not occur when NB window is maximized, since there is
not any space available to extend the visible area to the left. The result is that only the right hidden part of the
thread name appears, while the left hidden part remains unreadable.
Comment 5 Marian Mirilovic 2010-05-19 13:41:48 UTC
v/c