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 83268 - a11y: Diagram Editor.Class compartments.Customize window - resize issue with Cancel button
Summary: a11y: Diagram Editor.Class compartments.Customize window - resize issue with ...
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-23 12:45 UTC by Andrew Korostelev
Modified: 2006-11-14 10:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
problem with buttons in compartment customize dialog (5.02 KB, image/png)
2006-09-28 15:37 UTC, Andrew Korostelev
Details
cancel is partly not visible (5.37 KB, image/png)
2006-11-13 12:41 UTC, Andrew Korostelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2006-08-23 12:45:11 UTC
Steps to reproduce:
- create UML Project;
- create diagram (e.g. Class diagram);
- add Class; 
- add attributes;
- open class context menu and choose Compartment-->Customize.
Customize window appears.
A11y: resize issue with Cancel button - button text not visible completely.
Comment 1 Andrew Korostelev 2006-08-23 12:48:41 UTC
This issues has been fixed. 
*** 2006-08-21 20:29:51 

Will wait for the next build to verify.
Comment 2 Thuy.d Nguyen 2006-08-23 16:49:32 UTC
I have fixed issue 80800 which also resolved this problem. 
Comment 3 Thuy.d Nguyen 2006-08-23 16:52:20 UTC
Changing the status to FIXED.
Comment 4 Andrew Korostelev 2006-09-28 15:35:24 UTC
problem is still reproducible with uml nbms from 20060927.
look at attached screenshot.
Comment 5 Andrew Korostelev 2006-09-28 15:37:21 UTC
Created attachment 34666 [details]
problem with buttons in compartment customize dialog
Comment 6 Kris Richards 2006-11-10 23:18:42 UTC
converted dialog to NB dialog. 
Comment 7 Andrew Korostelev 2006-11-13 12:40:55 UTC
checked in ide-coco-061112_2-ml
look at new cancel_out_of_dialog.PNG attachment.
Now 'Cancel' button is incorrectly layouted - it is partly outside of container.
Comment 8 Andrew Korostelev 2006-11-13 12:41:26 UTC
Created attachment 36005 [details]
cancel is partly not visible
Comment 9 Peter Lam 2006-11-13 17:19:32 UTC
This issue seems to happen only when the dialog is resized too small.
Workaround: Do not resize dialog too small.
Comment 10 Kris Richards 2006-11-13 20:13:14 UTC
this is a Netbeans Dialog issue not a UML issue. The dialog in question gets its layout (and handles resize) 
from the DialogDescriptor/Displayer. Notice the CVS-Checkout menu option or any other standard NB 
dialog; they all behave this way.

Needs to be filed for Netbeans UI.
Comment 11 Peter Lam 2006-11-13 20:21:23 UTC
NB Find dialog has the same behavior.
Comment 12 Andrew Korostelev 2006-11-14 10:04:11 UTC
will file NB issue and mark this one as 'depends on' instead of verifying simply
it as INVALID (later).