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 85015 - A11Y: in Element Navigation dialog OK button is not default and has no mnemonic
Summary: A11Y: in Element Navigation dialog OK button is not default and has no mnemonic
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Trey Spiva
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-15 16:28 UTC by bugbridge
Modified: 2008-10-04 01:43 UTC (History)
2 users (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 bugbridge 2006-09-15 16:28:35 UTC
Description:
- 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

after fix of issue 83075 OK is not a default button.
And still has no mnemonic.
User has to use Ctrl-Tab to move the focus to it from the table.
Comment 1 Peter Lam 2006-11-13 17:26:21 UTC
workaround: use ctrl-tab to move focus out of table and tab traversal to button
Comment 2 George Vasick 2007-06-28 22:51:09 UTC
Targeted in drawing area redesign.
Comment 3 George Vasick 2007-07-04 00:56:09 UTC
Restoring original priority and using the standard NB waiver process.
Comment 4 George Vasick 2008-01-02 17:47:32 UTC
Diagram area bugs waived for 6.0 will also be waived for 6.1.
Comment 5 George Vasick 2008-06-10 17:12:28 UTC
Removing obsolete assignments.  Bugs will be reassigned for M2.
Comment 6 Peter Lam 2008-06-19 00:23:47 UTC
Pressing Enter or double-clicking on element is not currently working in 6.5 yet, so can't verify.
Comment 7 Trey Spiva 2008-09-24 17:58:41 UTC
Fixed

This fix does not add a mnemonic to the OK button.  We are using the DialogDisplayer to display the dialog.  The dialog displayer is responsible for adding 
the Ok and Cancel buttons.  Therefore we have not control over the look and feel of the buttons.  The good news is be behave the same as the rest of the 
IDE.

http://hg.netbeans.org/uml-main/rev/5a63fc4906ac
Comment 8 Trey Spiva 2008-09-26 18:26:38 UTC
Reviewed
Comment 9 Peter Lam 2008-10-04 01:43:14 UTC
verified