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 83074 - a11y: Unable to select/deselect checkboxes by keys on Select Methods to Redefine dialog
Summary: a11y: Unable to select/deselect checkboxes by keys on Select Methods to Redef...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-21 10:12 UTC by Alexandr Scherbatiy
Modified: 2006-10-10 15:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Results of Accessibility test, window with title "Select Methods to Redefine" (1.15 KB, text/html)
2006-08-21 10:13 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-08-21 10:12:21 UTC
Steps to reproduce:

- Create a Class diagram
- Put a Class element on the diagram and name it 'Class1'
- Insert 3 operations into 'Class1' class
- Put a Class element on the diagram and name it 'Class2'
- Draw 'Generalization' from 'Class2' to 'Class1'

  'Select Methods to Redefine' dialog appears.
   
 Unable to select/deselect checkboxes for operations by keys on 
  the dialog
Comment 1 Alexandr Scherbatiy 2006-08-21 10:13:32 UTC
Created attachment 33105 [details]
Results of Accessibility test, window with title "Select Methods to Redefine"
Comment 2 Thuy.d Nguyen 2006-08-30 01:17:53 UTC
Fixed and integrated.  
To select/deselect a particular checkbox node on the tree, use TAB to traverse
the focus to the tree, use mouse up/down to locate the node (mouse left or mouse
right to collapse or expand a node), then press SPACE BAR to check/uncheck the node.

Also fixed assibility issues mentioned in the attachment.
Comment 3 Alexandr Scherbatiy 2006-10-10 15:43:13 UTC
verified