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 21148 - CVS Checkout UI is blank
Summary: CVS Checkout UI is blank
Status: CLOSED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: -FFJ-
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 21224 22896 23313 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-04 17:37 UTC by kbatizy
Modified: 2007-01-04 17:14 UTC (History)
3 users (show)

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 kbatizy 2002-03-04 17:37:28 UTC
Forte is luanched using the following switches:
-ui com.apple.mrj.swing.MacLookAndFeel
-fontsize 11
When a CVS source is mounted, the final dialog for checkout is blank.
When a CVS mount is selected and you click "CVS Client" then "Checkout" the
"Advanced Options for the Checkout Command" dialog is blank.
Comment 1 Milos Kleint 2002-03-06 09:06:28 UTC
*** Issue 21224 has been marked as a duplicate of this issue. ***
Comment 2 Milos Kleint 2002-03-06 09:14:44 UTC
trying to find a fix within Netbeans, if possible..
Comment 3 Milos Kleint 2002-03-06 10:36:29 UTC
fixed in main trunk, possible candidate for 3.3.2

BUG also appear in version : FFJ30

RCS file:
/cvs/javacvs/src/org/netbeans/modules/cvsclient/FsCommandFactory.java,v
retrieving revision 1.64
retrieving revision 1.63
diff -r1.64 -r1.63
348c348
<             dd.setModal(true);
---
>             dd.setModal(false);
384c384
< //            dial.setModal(true);
---
>             dial.setModal(true);
Comment 4 Jiri Kovalsky 2002-03-07 14:49:23 UTC
Verified as fixed on our Mac box. If you verify it yourself in latest
development builds of NetBeans 3.4, we would really appreciate it.
Should you see it still does not work, don't hesitate to reopen the
issue with further details. Thanks.
Comment 5 Peter Werno 2002-03-17 16:14:08 UTC
Tested the Q-Build from 15-Mar-2002 and it works fine for me 
now (Mac OS X 10.1.2)
Thanks, Peter
Comment 6 Tomas Hurka 2002-04-04 17:53:32 UTC
The bug occurs only with Java 1.3.1 update 1 (build
1.3.1-root-020219-20:07). Mac OX 10.1.2 has older JDK version and is
not affected.
Comment 7 Jiri Kovalsky 2002-04-11 07:41:29 UTC
Confirming as fixed in Forte for Java 3.0 CE build #010817 with JP 3.3.
Comment 8 Martin Entlicher 2002-04-18 10:55:55 UTC
Fix merged into orion_fcs branch.
Comment 9 Milos Kleint 2002-04-29 07:07:26 UTC
*** Issue 22896 has been marked as a duplicate of this issue. ***
Comment 10 Milos Kleint 2002-05-10 08:36:38 UTC
*** Issue 23313 has been marked as a duplicate of this issue. ***
Comment 11 Quality Engineering 2003-07-01 12:49:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.