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 38939 - A11Y: mnemonic issues for Edit and Replay dialog
Summary: A11Y: mnemonic issues for Edit and Replay dialog
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 17:19 UTC by L Martinek
Modified: 2004-02-27 13:36 UTC (History)
0 users

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 L Martinek 2004-01-16 17:19:32 UTC
===============================================
 Tested Window title : Edit and replay
===============================================

Components with potential mnemonics conflict:
 - components with mnemonic 'C' :
   Class: javax.swing.JButton {  Cancel |  Cancel }
   Class: javax.swing.JLabel {  Cookies |  HTTP
headers }


===============================================
 Tested Window title : Edit and replay - Query Tab
=============================================== 

 Components with no mnemonic :
   Class:
org.netbeans.modules.web.monitor.client.SortButton
{   |  Unsorted. }


===============================================
 Tested Window title : Edit and replay - Headers Tab
===============================================

Components with no mnemonic :
  Class:
org.netbeans.modules.web.monitor.client.SortButton
{   |  Unsorted. }
Comment 1 Ana.von Klopp 2004-02-02 17:50:16 UTC
Will fix for 3.6
Comment 2 Milan Kuchtiak 2004-02-26 16:18:53 UTC
- accessible description added for Edit and Replu dialog.
- the mnemonic conflict resolved.

I think we can live without the mnemonic for sort button.
Adding the mnemonic would require to add the label and this would
spoil the aesthetics of the panel.

The importance of sort button in Save and Reply dialog is minimal.
Comment 3 L Martinek 2004-02-27 13:36:30 UTC
verified