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 82558 - a11y: WSDL Editor Exception window - a11y issues
Summary: a11y: WSDL Editor Exception window - a11y issues
Status: RESOLVED DUPLICATE of bug 82560
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
Depends on:
Blocks:
 
Reported: 2006-08-12 00:06 UTC by jchieu
Modified: 2008-12-22 21:55 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot showing exception dialog with details showing. (2.93 MB, application/octet-stream)
2006-09-21 19:27 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jchieu 2006-08-12 00:06:44 UTC
Create a new WSDL File.
Select the Messages folder.
Right Mouse Button Click and Add Messages.
Right Mouse Button and select Go To Source.
In the "<part name"  change to <part n ame"
Click on the WSDL icon on the top.
It'll bring up an error window.
Close the Error window.
Click on the Source icon on the top.
Fix the error that you made:  "<part n ame" to "<part name"
Click on the WSDL Icon on the top.
Select the Part1 and right mouse button to Delete it.
You get an Exception message:  java.lang.reflect.InvocationTargetException

In the Exception Window.

 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.core.NotifyException$1 {  N/A |  N/A }
Comment 1 jchieu 2006-08-12 00:08:36 UTC
Make sure you have Show Details enabled to see the A11Y issues.
Comment 2 Jaromir Uhrik 2006-09-11 16:05:32 UTC
I don't know how to reproduce this issue. Could you please write steps how to
reproduce and explain when the exception appears.
Thanks in advance.
Comment 3 Shivanand Kini 2006-09-13 01:05:55 UTC
This error doesnt occur anymore.
Comment 4 pushpa 2006-09-21 10:20:40 UTC
this bug is no more seen :060919 build
Comment 5 pushpa 2006-09-21 13:40:10 UTC
1
Comment 6 pushpa 2006-09-21 13:41:44 UTC
this bug was closed, but moving it back to "fixed " state.
It will be verified with a proper Exception dialog.
Comment 7 jlautz 2006-09-21 19:25:05 UTC
This issue addresses a problem in the exception dialog itself, so any uncaught
exception will do. (Hopefully, they're getting harder to find!)

On Windows XP with 20060920, I produced an exception dialog as described in
issue 85645, ran the accessibility (a11y) test tool, and saw the same problem
described by the original reporter.

The a11y report for the exception dialog displaying the exception details
includes the following:

 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.core.NotifyException$1 {  N/A |  N/A }

I will attach a screen shot of the exception dialog to avoid confusion. 
Comment 8 jlautz 2006-09-21 19:27:14 UTC
Created attachment 34332 [details]
Screen shot showing exception dialog with details showing.
Comment 9 Shivanand Kini 2006-09-21 20:16:49 UTC
As mentioned, this can be reproduced on any exception window thrown in Netbeans 5.5
And if you run the a11y tester (http://a11y.netbeans.org/Instructions.html) on
that window, you will see the mentioned output.

On second thoughts, since there are no labels on the error window, this seems to
be a case where the a11y testers output should be ignored.

assigning to core dialog for resolution.
Comment 10 Jiri Rechtacek 2006-09-25 09:45:38 UTC

*** This issue has been marked as a duplicate of 82560 ***