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 78259 - [a11y] Checkbox enables textfield above it
Summary: [a11y] Checkbox enables textfield above it
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-19 15:16 UTC by Jiri Kovalsky
Modified: 2007-07-24 22: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 Jiri Kovalsky 2006-06-19 15:16:10 UTC
Development build #200606190200 of NetBeans 5.5
Windows XP, RC build #87 of JDK 1.6.0

Description:
============
If this is as designed then I am probably not NetBeans target user. If I want to
create new method breakpoint just for one method, I need to uncheck "All Methods
for Given Classes" checkbox which is _below_ textfield where I can type the
method name. I am sure these two components should be exchanged as it does not
follow common accessibility principles.

Steps to reproduce:
===================
1. Invoke "Run|New Breakpoint..." from main menu.
2. Select "Method" as breakpoint type.
3. Uncheck "All Methods for Given Classes" option.
4. "Method Name" textfield above the option will get enabled.
Comment 1 Martin Entlicher 2006-06-19 16:43:51 UTC
Right, thanks for the notice. This should be changed.
Comment 2 Martin Entlicher 2006-06-19 17:12:06 UTC
Fixed in trunk:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.java,v
 <--  MethodBreakpointPanel.java
new revision: 1.14; previous revision: 1.13

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.form,v
 <--  MethodBreakpointPanel.form
new revision: 1.5; previous revision: 1.4
Comment 3 Jiri Kovalsky 2006-07-24 13:22:27 UTC
Verified in development build #200607181800 of NetBeans 6.0.