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 105610 - GTK L&F: missing borders around some UI components
Summary: GTK L&F: missing borders around some UI components
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: GTK, L&F
Depends on:
Blocks:
 
Reported: 2007-06-04 16:40 UTC by Antonin Nebuzelsky
Modified: 2008-12-22 13:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
New Project dialog (48.20 KB, image/png)
2007-06-04 16:42 UTC, Antonin Nebuzelsky
Details
Java Platform Manager dialog (39.04 KB, image/png)
2007-06-04 16:43 UTC, Antonin Nebuzelsky
Details
Servers dialog (7.90 KB, image/png)
2007-06-04 16:44 UTC, Antonin Nebuzelsky
Details
Documents dialog (15.05 KB, image/png)
2007-06-04 16:44 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2007-06-04 16:40:03 UTC
Ubuntu Linux, JDK 6.0u2, custom theme (Simple controls, Metabox window borders)

Some components in the UI are missing borders, for example:
* lists of Categories and Projects in New Project wizard
* list of Platforms in Java Platform Manager
* list of Servers in Tools/Server dialog
* list of Documents in Window/Documents... dialog
Comment 1 Antonin Nebuzelsky 2007-06-04 16:42:36 UTC
Created attachment 43194 [details]
New Project dialog
Comment 2 Antonin Nebuzelsky 2007-06-04 16:43:44 UTC
Created attachment 43195 [details]
Java Platform Manager dialog
Comment 3 Antonin Nebuzelsky 2007-06-04 16:44:16 UTC
Created attachment 43196 [details]
Servers dialog
Comment 4 Antonin Nebuzelsky 2007-06-04 16:44:51 UTC
Created attachment 43197 [details]
Documents dialog
Comment 5 Antonin Nebuzelsky 2007-06-26 14:59:11 UTC
To be fixed soon, TM = 6.0beta1.
Comment 6 David Simonek 2007-07-11 10:49:33 UTC
fixed in main trunk:

Checking in core/swing/plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java;
/cvs/core/swing/plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java,v  <--  GtkLFCustoms.java
new revision: 1.21; previous revision: 1.20
done
Checking in projects/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java,v  <--  TemplatesPanelGUI.java
new revision: 1.47; previous revision: 1.46
done
Checking in openide/explorer/src/org/openide/explorer/view/TreeView.java;
/cvs/openide/explorer/src/org/openide/explorer/view/TreeView.java,v  <--  TreeView.java
new revision: 1.24; previous revision: 1.23
done
Comment 7 Antonin Nebuzelsky 2007-07-12 11:40:18 UTC
Verified for the components I listed in the report.