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 38936 - A11Y: mnemonic issues for monitor window
Summary: A11Y: mnemonic issues for monitor window
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: Ana.von Klopp
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 17:06 UTC by L Martinek
Modified: 2006-01-18 13:53 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 L Martinek 2004-01-16 17:06:11 UTC
===============================================
 Tested Window title : HTTP Monitor
===============================================

 Components with no mnemonic :
   Class: org.openide.awt.ToolbarButton {   | 
Reload all records }
   Class: org.openide.awt.ToolbarToggleButton {  
|  Show/Hide time stamp }
   Class: org.openide.awt.ToolbarToggleButton {  
|  Sort records alphabetically }
   Class: org.openide.awt.ToolbarToggleButton {  
|  Sort records by timestamp (ascending) }
   Class: org.openide.awt.ToolbarToggleButton {  
|  Sort records by timestamp (descending) }

Components with potential mnemonics conflict:
 - components with mnemonic 'E' :
   Class: javax.swing.JLabel {  Servlet context |
 Servlet context }
   Class: javax.swing.JLabel {  Session properties
|  Session properties. }

 - components with mnemonic 'R' :
   Class: javax.swing.JLabel {  Request |  Request }
   Class: javax.swing.JLabel {  Server  |  Server }

 - components with mnemonic 'C' :
   Class: javax.swing.JLabel {  Client |  Client }
   Class: javax.swing.JLabel {  Context attributes
|  Context attributes }
Comment 1 Ana.von Klopp 2004-02-02 17:53:21 UTC
Will fix
Comment 2 Jaromir Uhrik 2004-05-26 16:04:57 UTC
Increasing the priority - this is at least P3(see a11y bug priorities
guidelines:
http://qa.netbeans.org/processes/a11y_bug_priority_guidelines.html ).
Comment 3 Sherold Dev 2004-06-22 17:02:10 UTC
"Components with potential mnemonics conflict" are NOT in conflict
(each one is located on different tab)
Comment 4 Sherold Dev 2004-06-25 10:01:57 UTC
Contextual menuitems added to the All Records node, instead of
mnemonics for toolbar buttons.

Snippet from email from Ann: "since i don't think of any toolbar in
the IDE having mnemonics (the main toolbar has keyboard shortcuts
associated with them). It does point out that we do not have any other
method at getting to these functions though, which I would file as a
separate bug. The best way around this probably is to add a contextual
menuitems on the All Records node."

-- CVS log --

RCS file:
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/ReloadAction.java,v
done
Checking in ReloadAction.java;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/ReloadAction.java,v
 <--  ReloadAction.java
initial revision: 1.1
done

RCS file:
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/ShowTimestampAction.java,v
done
Checking in ShowTimestampAction.java;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/ShowTimestampAction.java,v
 <--  ShowTimestampAction.java
initial revision: 1.1
done

RCS file:
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/SortAction.java,v
done
Checking in SortAction.java;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/SortAction.java,v
 <--  SortAction.java
initial revision: 1.1
done

Checking in NavigateNode.java;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/NavigateNode.java,v
 <--  NavigateNode.java
new revision: 1.4; previous revision: 1.3
done

Checking in TransactionView.java;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/TransactionView.java,v
 <--  TransactionView.java
new revision: 1.23; previous revision: 1.22
done

Checking in Bundle.properties;
/cvs/monitor/src/org/netbeans/modules/web/monitor/client/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.19; previous revision: 1.18
done
Comment 5 Jaroslav Pospisil 2006-01-18 13:53:52 UTC
VERIFIED