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 42819 - [GTK] Document Area isn't repainted after closing all documents
Summary: [GTK] Document Area isn't repainted after closing all documents
Status: CLOSED DUPLICATE of bug 42640
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: GTK
: 43019 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-05 10:17 UTC by Marian Mirilovic
Modified: 2008-12-22 16:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (211.20 KB, image/png)
2004-05-05 10:18 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-05-05 10:17:36 UTC
[JDK1.5.0](b49)

Steps to reproduce:
- run IDE with -J-DuseGtk=true 
- push from main menu "Close All Documents"
-> it seems like Welcome is closed , BUT Docuemtn
Area isn't repainted (see attached screenshot)

it works fine with JDK1.4.2_04
Comment 1 Marian Mirilovic 2004-05-05 10:18:08 UTC
Created attachment 14714 [details]
screenshot
Comment 2 Marian Mirilovic 2004-05-10 16:56:59 UTC
*** Issue 43019 has been marked as a duplicate of this issue. ***
Comment 3 Jesse Glick 2004-05-10 17:00:24 UTC
I consider this P2 for its confusion value.
Comment 4 _ tboudreau 2004-05-11 01:44:07 UTC
It's some kind of revalidation issue specific to GTK.  The hard part is finding the culprit.
Comment 5 _ tboudreau 2004-07-21 13:34:51 UTC
This is very likely a validation problem in GTK's UI delegate for JSplitPane, but I have not 
yet tried to isolate it in a test app.  I've seen some similar problems in various dialogs that 
use JSplitPane and change one component on the fly.

GTK L&F will not be supported for promo D -> Future.
Comment 6 _ tboudreau 2004-07-21 14:23:50 UTC
Same issue as issue 42640

*** This issue has been marked as a duplicate of 42640 ***
Comment 7 Marian Mirilovic 2004-07-29 13:38:36 UTC
verified duplicate