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 82560 - a11y: Exception Window - missing A11Y on general and details panel
Summary: a11y: Exception Window - missing A11Y on general and details panel
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
: 82558 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-12 00:13 UTC by jchieu
Modified: 2008-12-22 21:56 UTC (History)
3 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 jchieu 2006-08-12 00:13:43 UTC
Follow the steps to http://www.netbeans.org/issues/show_bug.cgi?id=82558
The only thing different is that the when Exception window is up, it should 
state that the Exception message does not show details.  It has the "Show 
Details" button enabled.

 No Accessible description :
   Class: javax.swing.JTextArea {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Unexpected Exception 
|  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }
Comment 1 Shivanand Kini 2006-08-25 18:33:39 UTC
a11y on the ErrorWindow.
Comment 2 Jaromir Uhrik 2006-09-11 16:07:52 UTC
Could you please write more detailed steps to reproduce. I probably missed
something and I am not able to reproduce this issue.
Thanks in advance.
Comment 3 Shivanand Kini 2006-09-21 20:13:08 UTC
this can be reproduced on any exception window . Whenever you get a exception
window in netbeans 5.5 run the A11Y tester (instructions are at
http://a11y.netbeans.org/Instructions.html)
Comment 4 Jiri Rechtacek 2006-09-22 07:30:46 UTC
I see the problem, I'll try to fix it in NB6/m4.
Comment 5 Jiri Rechtacek 2006-09-25 09:45:37 UTC
*** Issue 82558 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2006-10-02 09:53:31 UTC
Most of problem is fixed, the exception dialog is designed w/ no label thus no
label points to message area.

Checking in core/src/org/netbeans/core/Bundle.properties;
/shared/data/ccvs/repository/core/src/org/netbeans/core/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.423; previous revision: 1.422
done
Checking in core/src/org/netbeans/core/NotifyExcPanel.java;
/shared/data/ccvs/repository/core/src/org/netbeans/core/NotifyExcPanel.java,v 
<--  NotifyExcPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in openide/dialogs/src/org/openide/Bundle.properties;
/shared/data/ccvs/repository/openide/dialogs/src/org/openide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in openide/dialogs/src/org/openide/NotifyDescriptor.java;
/shared/data/ccvs/repository/openide/dialogs/src/org/openide/NotifyDescriptor.java,v
 <--  NotifyDescriptor.java
new revision: 1.7; previous revision: 1.6
done