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 140775 - A11Y - Attach Debugger dialog
Summary: A11Y - Attach Debugger dialog
Status: VERIFIED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 16:30 UTC by Alexander Pepin
Modified: 2008-07-23 15:12 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 Alexander Pepin 2008-07-18 16:30:51 UTC
Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |   }
   Class: javax.swing.JButton {  OK |   }
   Class: javax.swing.JComboBox {  Connector: |   }
   Class: javax.swing.JComboBox {  Debugger: |  Type of the debugger to connect }
   Class: javax.swing.JTextField {  Host: |  Insert H&ost: Argument }
   Class: javax.swing.JTextField {  Port: |  Insert &Port: Argument }
   Class: javax.swing.JTextField {  Timeout [ms]: |  Insert T&imeout [ms]: Argument }
   Class: javax.swing.JTextField {  Transport: |   }
Comment 1 _ gordonp 2008-07-22 21:56:34 UTC
The 1st 2 of these is owned by the debugger core. The Rest are owned by the JPDA debugger.
None of these can be resolved in the gdb debugger module.

The attach dialog is owned by the debuggercore and individual debuggers provide a panel
which gets displayed when the Debugger combo box selects that debugger type. For instance,
the gdb panel gets displayed when Debugger is set to "Gdb Debugger". The 1st 2 fields are
part of the general dialog and the latter are parts of the JPDA sub-panel.
Comment 2 Martin Entlicher 2008-07-22 22:34:32 UTC
Hmm, strange, it works fine for me. Did you try this manually? Tab cycles through all displayed components for me.
Comment 3 _ gordonp 2008-07-23 04:57:49 UTC
> Did you try this manually?

Sorry, no. I saw that none of the components were mine and reassigned. I have a similar
issue on the new Breakpoints window and did discover that the report was in error (and
told my QA group so :-)
Comment 4 Petr Cyhelsky 2008-07-23 07:28:52 UTC
Dialogs belonging to debuggerjpda were already A11Y tested - see Issues #140031 #140151 etc. It is necessary to always
try the tab traversal manually - the A11Y testing tool has problems with testing of tab traversal.
Comment 5 Petr Cyhelsky 2008-07-23 07:33:09 UTC
the tab traversal works seems to work fine in Attach Debugger dialog
Comment 6 Alexander Pepin 2008-07-23 15:12:21 UTC
It seems that it was fault of A11Y checking tool. Everything is OK while manual testing.