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 43068

Summary: [GTK L&F] Open project customizer splitter cannot be moved
Product: platform Reporter: _ rkubacki <rkubacki>
Component: Window SystemAssignee: _ tboudreau <tboudreau>
Status: CLOSED INVALID    
Severity: blocker Keywords: GTK
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2004-05-11 10:49:36 UTC
dev build from May11, jdk1.5.0b50, GTK

There is a splitter in Open project dialog between
table of files and (checkboxes + list of projects)
that can be dragged but the layout is not changed
when mouse is released.
Comment 1 _ tboudreau 2004-05-11 12:31:46 UTC
If you resize the window, does it then repaint correctly?  This could be exactly the same 
problem as the main window not repainting correctly after all open documents have been 
closed.  I suspect GTK's split pane UI is not repainting when it should.
Comment 2 _ tboudreau 2004-07-21 14:37:29 UTC
The bug is in GTK L&F, and is easily reproducible:  The JFileChooser UI puts the directory 
and the file chooser in two sides of a JSplitPane.  If you tell it to show only directories, it 
simply hides the files list, but leaves the JSplitPane there with one half empty.

Filed JDK bug 5076494
Comment 3 Marian Mirilovic 2004-07-29 13:43:46 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5074846

verified invalid