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 - a11y: Enter button does not work for Element Navigation dialog
Summary: a11y: Enter button does not work for Element Navigation dialog
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-21 10:29 UTC by Alexandr Scherbatiy
Modified: 2006-09-15 16:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Results of Accessibility test, window with title "Element Navigation" (1.50 KB, text/html)
2006-08-21 10:30 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: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.