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 136635 - [GTK] Debugging view's background is not drawn large enough
Summary: [GTK] Debugging view's background is not drawn large enough
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: GTK, L&F, UI
Depends on:
Blocks:
 
Reported: 2008-06-06 10:49 UTC by Antonin Nebuzelsky
Modified: 2010-04-29 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Debugging view (9.93 KB, image/png)
2008-06-06 10:50 UTC, Antonin Nebuzelsky
Details
Files view (7.27 KB, image/png)
2008-06-06 10:51 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2008-06-06 10:49:56 UTC
See the two attached screenshots for comparison. Files view and Debugging view.

In Gnome the background of the Debugging view is painted correctly (white in the case of my theme) only directly under
the items of the tree. The background (white) should be drawn in the whole area of the view.
Comment 1 Antonin Nebuzelsky 2008-06-06 10:50:31 UTC
Created attachment 62459 [details]
Debugging view
Comment 2 Antonin Nebuzelsky 2008-06-06 10:51:04 UTC
Created attachment 62460 [details]
Files view
Comment 3 Daniel Prusa 2008-06-06 16:24:38 UTC
Size of the tree view needs to be adjusted or the background color set on a proper component.
Comment 4 Martin Entlicher 2008-09-25 15:09:45 UTC
This can be reproduced on JDK 1.6.0_10-rc-b26 with com.sun.java.swing.plaf.gtk.GTKLookAndFeel
However, on JDK 1.7.0-ea-b35 the background looks consistent. Due to this, I consider this issue as a defect of GTK L&F
on JDK 6, which is already fixed in JDK 7.
Due to that this will not be fixed in NetBeans.

I've found http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5089821
Comment 5 Antonin Nebuzelsky 2008-09-29 16:47:35 UTC
Simple adjustment of the component size to fill the whole panel is not possible?
Comment 6 Quality Engineering 2010-04-29 09:39:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.