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 - [GTK L&F] Open project customizer splitter cannot be moved
Summary: [GTK L&F] Open project customizer splitter cannot be moved
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-05-11 10:49 UTC by _ rkubacki
Modified: 2008-12-22 18:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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