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 80800 - Unable to select/deselect check boxes on compartment|customize dialog
Summary: Unable to select/deselect check boxes on compartment|customize dialog
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-07-21 10:51 UTC by Alexandr Scherbatiy
Modified: 2006-08-31 02:36 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 Alexandr Scherbatiy 2006-07-21 10:51:13 UTC
NetBeans 5.5 Dev (Build 200607170000)

Steps to reproduce:

- Create a Class Diagram.
- Put class to the diagram and name it 'Class1'.
- Select 'Class1' element, right-click and choose 'Compartment|Customize...'
   from the pop-up menu.
- Try to clear 'Attributes' or 'Operations' check boxes on 'Customize' dialog.

  Nothing happens.
Comment 1 Alexandr Scherbatiy 2006-07-21 11:31:58 UTC
It is reproduced with Java 1.6.0-beta2, not Java 1.5
Comment 2 Thuy.d Nguyen 2006-07-28 00:11:39 UTC
Investigating to see if this is JKD 1.6-related issue.
Comment 3 Thuy.d Nguyen 2006-07-31 19:03:42 UTC
Modified the code to call updateUI after the tree model has been changed in
ActionPerformed.

Also, the tree L&F has been altered slightly to have similiar L&F to the
checkbox tree of Netbeans's palette manager.
Comment 4 Alexandr Scherbatiy 2006-08-03 10:51:29 UTC
Verified in NetBeans 5.5 Beta 2 (Build 200607190830, Ent. Pack 2006.08.02 )