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 164033 - [A11Y] Issues with Edit Global Filters dialog
Summary: [A11Y] Issues with Edit Global Filters dialog
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-29 11:09 UTC by Ivan Sidorkin
Modified: 2009-05-07 09:10 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 Ivan Sidorkin 2009-04-29 11:09:21 UTC
Results of Accessibility test, window with title "Edit Global Filters"

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Edit Global Filters |  } 
   Class: org.netbeans.modules.profiler.ui.GlobalFiltersPanel$2 {  List of defined global filters. |  } 

 Components with no mnemonic :
   Class: javax.swing.JButton {  Edit |  Edit selected global filter. } 
   Class: javax.swing.JButton {  OK |  }
Comment 1 Jiri Sedlacek 2009-05-04 16:54:59 UTC
 - IMO context is obvious from accessible names, see http://a11y.netbeans.org/a11yDevGuide.html
 - mnemonic for Edit button cannot be set, see http://www.netbeans.org/issues/show_bug.cgi?id=116514
 - fixed mnemonic for OK button: http://hg.netbeans.org/profiler-main/rev/f163a5baff05
Comment 2 Quality Engineering 2009-05-07 08:05:13 UTC
Integrated into 'main-golden', will be available in build *200905070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f163a5baff05
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #164033 - mnemonic for OK button
Comment 3 Ivan Sidorkin 2009-05-07 09:10:53 UTC
verified with NetBeans IDE Dev (Build 200905070201)