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 89027 - a11y: Enter key does not properly work on Select Methods to Redefine dialog
Summary: a11y: Enter key does not properly work on Select Methods to Redefine dialog
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-11-09 14:36 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:06 UTC (History)
1 user (show)

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-11-09 14:36:22 UTC
Steps to reproduce:

- Create a Class diagram
- Put a Class element on the diagram and name it 'A'
- Insert 'void op1()' and 'void op2()' operations
  into the Class element
- Put a Class element on the diagram and name it 'B'
- Draw a Generalization link from 'B' to 'A'
  'Select Methods to Redefine' dialog appears
 
a)
  - Press Enter key
    All operations are selected
  - Press Enter key again
    The default OK button is not pressed, the dialog is not closed

b) - Go to the operations tree
   - Select only 'void op2()' operation
   - Press Enter key
    The default OK button is not pressed, the dialog is not closed
Comment 1 Yang Su 2006-11-13 21:25:14 UTC
made OK the default button.
Comment 2 Alexandr Scherbatiy 2006-11-17 10:24:20 UTC
verified