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 83075

Summary: a11y: Enter button does not work for Element Navigation dialog
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: Diagram ClassAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker CC: mbudris
Priority: P1 Keywords: A11Y
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Results of Accessibility test, window with title "Element Navigation"

Description Alexandr Scherbatiy 2006-08-21 10:29:13 UTC
Steps to reproduce:

- Create 2 Class diagrams
- Create a Class element and name it
- Put the Class element on the first diagram
- Put the Class element on the second diagram
- Select a Class element on the Model tree and press Enter
  'Element Navigation' dialog appears

- Press Enter button
  Nothing happens ( Ok button is not pressed )
Comment 1 Alexandr Scherbatiy 2006-08-21 10:30:09 UTC
Created attachment 33109 [details]
Results of Accessibility test, window with title "Element Navigation"
Comment 2 Thuy.d Nguyen 2006-09-11 05:26:56 UTC
Modified the code to use NB dialog and NB form editor to build the GUI
components on the dialog.  The default behaviour is... if a table is in focus,
the Enter key does not act on the default button (i.e the OK button in this
case). You need to do a Ctrl-Tab to move the focus out of the table, then hit
Enter (to execute the OK button).  Also addressed the A11y issues listed in the
attachment.
Comment 3 Andrew Korostelev 2006-09-15 16:29:11 UTC
verified in build 060913.
new issue 85015 was filed.