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 94660 - a11y report - page1 - background , RGB subdialog
Summary: a11y report - page1 - background , RGB subdialog
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Ch Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-06 16:08 UTC by bugbridge
Modified: 2007-07-27 00:17 UTC (History)
1 user (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 bugbridge 2007-02-06 16:08:51 UTC
Original status: 3-Accepted; Suggested Status: NEW

These items should be added to the Keywords: A11Y

Original submitter: krystyna

Description:
Shortfin 1023_12 (nb release #10/17)

XP
JDK1.6
Java EE5 project

1. select Page1 in outline and select Background property to surface 
   page1 - background dialog
2. select RGB tab and press ctrl+F11 to run netbeans a11y report:


Results of Accessibility test, window with title "Page1 - Background"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JSlider {  Blue |  } 
   Class: javax.swing.JSlider {  Green |  } 
   Class: javax.swing.JSlider {  Red |  } 
   Class: javax.swing.JTabbedPane {  RGB |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JTabbedPane {  RGB |  } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

Description (Entry 2):
Adding another subdialog from same backround dialog : AWT Palette

Results of Accessibility test, window with title "Page1 - Background"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTabbedPane {  |  } 


 No Accessible description :
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JList {  AWT Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

Description (Entry 3):
adding report for subdialog Swing Palette

Results of Accessibility test, window with title "Page1 - Background"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTabbedPane {  |  } 


 No Accessible description :
   Class: javax.swing.JList {  Swing Palette |  } 
   Class: javax.swing.JList {  Swing Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Swing Palette |  } 
   Class: javax.swing.JList {  Swing Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

Description (Entry 4):
Adding report for System Palette subdialog:

Results of Accessibility test, window with title "Page1 - Background"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTabbedPane {  |  } 


 No Accessible description :
   Class: javax.swing.JList {  System Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  System Palette |  } 
   Class: javax.swing.JTabbedPane {  |  } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

Evaluation:
Background dialog doesn't belong to the designer, it is a propery editor, which
is provided by NB. Passing to platform.

Evaluation (Entry 2):
This is a part of this NB issue
http://www.netbeans.org/issues/show_bug.cgi?id=87912 and per Martin Balin's
comments P3 is appropriate for this bug:

Martin Balin wrote:
> 

>> >We were able to evaluate two of them since now:
>> >87912 - P3 is appropriate
>> >88199 - will be closed
>> >87907 - being evaluated.
>> >Martin

Krys, can you lower the severity of this,  so it can reflect truely the severity
of the bug?
Comment 1 Ch Nguyen 2007-07-27 00:17:20 UTC
As pointed out in this issue 87912, this is provided by the JDK.