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 108711 - A11y report - stylesheet default dialog - no accessible name, no mnemonics
Summary: A11y report - stylesheet default dialog - no accessible name, no mnemonics
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-03 02:36 UTC by _ krystyna
Modified: 2007-07-11 01:53 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 _ krystyna 2007-07-03 02:36:28 UTC
NB trunk build 07020000
XP
JDK1.6.0_02

1. create a VW project, click on page background and open stylesheet property. 
2. click on reset to default. This clears the "/resources/stylesheet.css" value.
3. now open the property again to show a new dialog.

Running the A11y tool on this shows the following issues:

No Accessible name :
  Class: sun.swing.FilePane$3 {  |  }


No Accessible description :
  Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$2 {  Look in: |  }
  Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$4 {  File name: |  }
  Class: javax.swing.JComboBox {  Files of type: |  }
  Class: javax.swing.JToggleButton {  <html><center>Desktop</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Computer</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Documents</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Network Places</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Recent Documents</center></html> |  }
  Class: sun.swing.FilePane$3 {  |  }



Components with no mnemonic :
  Class: javax.swing.JButton {  Up |  Up One Level }
  Class: javax.swing.JToggleButton {  <html><center>Desktop</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Computer</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Documents</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Network Places</center></html> |  }
  Class: javax.swing.JToggleButton {  <html><center>My Recent Documents</center></html> |  }
  Class: javax.swing.JToggleButton {  Details |  Details }
  Class: javax.swing.JToggleButton {  List |  List }
Comment 1 Winston Prakash 2007-07-11 01:53:57 UTC
Actually this Panel (sun.swing.FilePanel) pops up after clicking the "browse" button. 
This Panel is FileChooser Panel from JDK. We have no control over it. 
So these can not be fixed. So marking it as will not fix.