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 139913 - A11Y: No Accessible description in "SQL History" dialog
Summary: A11Y: No Accessible description in "SQL History" dialog
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-14 18:07 UTC by Roman Mostyka
Modified: 2008-08-04 11:32 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 Roman Mostyka 2008-07-14 18:07:15 UTC
Results of Accessibility test, window with title "SQL History"
No Accessible description :
  Class: javax.swing.JButton {  Apply |  } 
  Class: javax.swing.JButton {  Search matching SQL in matchbox |  } 
  Class: javax.swing.JTextField {  |  } 
  Class: javax.swing.JTextField {  |  } 
  Class: org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$2 {  |  }
Comment 1 John Baker 2008-07-31 00:02:57 UTC
this had been fixed previously but had assigned the wrong bundle property to Accessibility Name

http://hg.netbeans.org/main/rev/bf10f0a0374a
Comment 2 Quality Engineering 2008-07-31 04:24:05 UTC
Integrated into 'main-golden', available in build *200807310201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/bf10f0a0374a
User: John Baker <jbaker@netbeans.org>
Log: #139913 A11Y: No Accessible description in "SQL History" dialog - fixed previously but applied the wrong bundle property
Comment 3 Roman Mostyka 2008-07-31 10:32:51 UTC
I see the changes from the changeset, but a11y-tool still reports accessibility issues. Moreover, with this changeset I
see issue with accessible names and therefore I reopened issue #139912.
John, return accessible names back! :)
Comment 4 John Baker 2008-08-01 18:45:27 UTC
Fixed. 

The JTable inside the JPanel was missing the A11y name and description.
5dbeae65ad66
Comment 5 Roman Mostyka 2008-08-04 11:32:15 UTC
Verified with build 080804.