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 45329 - No accessible description for Customize Breakpoint dialog
Summary: No accessible description for Customize Breakpoint dialog
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-06-22 09:16 UTC by _ lcincura
Modified: 2006-03-24 10:09 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 _ lcincura 2004-06-22 09:16:04 UTC
NetBeans IDE 200406201800 on java 1.4.2_04

No Accessible description :
  Class:
org.netbeans.core.windows.services.NbDialog { 
Customize Breakpoint |  }
Comment 1 Jan Jancura 2004-06-23 16:40:25 UTC
There is no way how to set Accessible description for DialogDescriptor.
Comment 2 _ ttran 2004-06-24 09:38:18 UTC
Is this really a P1?
Comment 3 _ lcincura 2004-06-24 09:41:22 UTC
Accodring to A11Y bug priority guidelines, this is P1. See
http://qa.netbeans.org/processes/a11y_bug_priority_guidelines.html
Comment 4 Jan Chalupa 2004-06-28 09:27:07 UTC
P1->P2. A serious accessibility issue that should be fixed for the
release, but not necessarily immediately.
Comment 5 Jiri Rechtacek 2004-06-29 10:54:50 UTC
Hanz, you can set a accessible description in DialogDescriptor if you
set the parameter innerPane implements javax.accessibility.Accessible
in DD constructor.
Comment 6 Maros Sandor 2004-07-13 16:47:39 UTC
Added accessible description to breakpoints customizers.

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/
BreakpointsActionsProvider.java,v  <--  
BreakpointsActionsProvider.java
new revision: 1.7; previous revision: 1.6
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/
Bundle.properties,v  <--  Bundle.properties
new revision: 1.14; previous revision: 1.13
Comment 7 _ lcincura 2004-10-19 11:40:41 UTC
Verified on build 200410181800