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 18337 - OutPane.getAccessibleContext() throws InternalError
Summary: OutPane.getAccessibleContext() throws InternalError
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-12-04 15:10 UTC by jrojcek
Modified: 2008-12-22 19:54 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 jrojcek 2001-12-04 15:10:00 UTC
Thus it is not possible to set accessible name/description to OutPane and use
screen reader in NotifyException dialog.

Stack trace:
java.lang.InternalError
        at
org.netbeans.core.output.OutPane$PaneWriter.addListDataListener(OutPane.java:564)
        at javax.swing.JList$AccessibleJList.<init>(JList.java:1724)
        at javax.swing.JList.getAccessibleContext(JList.java:1696)
Comment 1 akemr 2001-12-10 11:47:59 UTC
I changed NotifyException to use term instead of
old OutPane, so marking as WONTFIX.

OutPane.java won't be used anymore.
(see my TASK #18495)
Comment 2 Quality Engineering 2003-07-01 15:46:03 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:34:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.