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 129567 - Text in dialog not fully displayed
Summary: Text in dialog not fully displayed
Status: RESOLVED INCOMPLETE
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-07 17:20 UTC by Joanne Lau
Modified: 2009-05-25 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Deleting package dialog snapshot (13.93 KB, image/png)
2008-03-07 17:21 UTC, Joanne Lau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joanne Lau 2008-03-07 17:20:55 UTC
Build: 080306 (latest version)

1) Create 2 package elements
2) In the project tree, select both packages 
3) Click Delete key
4) Click Yes at "Confirm Multiple Object Deletion"
5) Dialog "Deleting a Package" appears,  only "[" and Yes button are displayed
   See attached snapshot
Comment 1 Joanne Lau 2008-03-07 17:21:43 UTC
Created attachment 57987 [details]
Deleting package dialog snapshot
Comment 2 Joanne Lau 2008-03-07 17:51:31 UTC
Looks like it happens on the Mac OS platform only,  I couldn't reproduce it on WinXP.
Comment 3 Viktor Lapitski 2008-03-11 09:29:49 UTC
have no macos, so need to ask - is it 6.1 or meteora?
Comment 4 Joanne Lau 2008-03-11 16:29:01 UTC
It's a Meteora issue
Comment 5 Joanne Lau 2008-07-02 18:01:23 UTC
This issue applies randomly to few dialogs,  possible workarounds are close and reopen dialogs a few times or
hover/click the mouse to 'repaint' for the text to come up.
Comment 6 Thuy.d Nguyen 2008-08-04 21:18:24 UTC
I can also reproduce this issue on Windows Vista.
Comment 7 Trey Spiva 2008-08-15 21:21:41 UTC
Since thuy can reproduce this on windows I have marked the OS as All.
Comment 8 _ jyothivasa 2008-08-21 23:41:38 UTC
This is a JDK issue. It displays fine on JDK6.* but doesn't on JDK5. 
Comment 9 Peter Lam 2008-08-22 00:28:36 UTC
yes, the problem seems to occur on jdk 1.5 and not jdk 1.6. When I followed the scenario, there are 2 dialogs of the
same since 2 packages were deleted. Only the 1st dialog has this problem. The 2nd dialog has full text displayed correctly.
Comment 10 _ jyothivasa 2008-08-22 01:57:14 UTC
This happens on NB6.1 as well. Root cause is JDK5. It is fixed in JDK6.
Partial fix from UML code : made the dialog to be a Netbeans dialog.. so resizing the dialog shows its contents correctly.
http://hg.netbeans.org/uml-main/rev/8e8ae580ed80
Comment 11 Quality Engineering 2008-08-26 06:01:47 UTC
Integrated into 'main-golden', available in build *200808260201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/8e8ae580ed80
User: jyothivasa@netbeans.org
Log: Partial Fix for #129567 Text in dialog not fully displayed. Root cause is JDK5. Works with JDK6.
Comment 12 Peter Lam 2008-09-03 23:27:02 UTC
The jdk bug is 6744462 which can be viewed from the following link.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6744462