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 29592 - a11y: accessibility issues in the panel Basic Recipe Properties
Summary: a11y: accessibility issues in the panel Basic Recipe Properties
Status: CLOSED DUPLICATE of bug 31086
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-12-17 09:43 UTC by David Kaspar
Modified: 2008-12-23 11:50 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 David Kaspar 2002-12-17 09:43:20 UTC
Product Version: Sun ONE Studio 4 update 1, EE
(Build 021213_1)
IDE Versioning:  IDE/1 spec=3.23 impl=021213_1
OS: SunOS 5.8, sparc

Select Jar Archives/JAR Recipe in Wizard window.
Go to step Basic Recipe Properties:

bug #1:  Selected non-empty textfield  should be
highlighted.

            The textfield <Recipe  Name> is
highlighted by default,  it is correct.
            If you tab to the next textfield
<Generated JAR Name>, this  textfield is not 
highlighted.

bug  #2:  We could not move to the next window via
press <Enter>.

             The button  <Next> is bold bordered,
 but  we could not move to the next window via
press <Enter>.
             If  to push  Alt-L or Alt-J  first, 
<Enter> works fine.

bug  #3:  Field  <Generated Jar Location > should
be edtable.
    
             Mnemonics for the field  <Generated
Jar Location> supposes  that field is editable. We
can enter a new path by Browse  button and
             should be able to type.
Comment 1 Ondrej Rypacek 2003-02-05 12:37:09 UTC
fixed.

modified:
 org/netbeans/modules/jarpackager/wizard/RecipeNamePanel.java
 org/netbeans/modules/jarpackager/wizard/RecipeNamePanel.form
Comment 2 David Kaspar 2003-02-12 14:32:03 UTC
Reopening because of part 1.

When I creating new JAR Recipe using New From Template Wizard and I
enter to "Basic Recipe Properties" step, "Recipe Name" field does not
have focus (and text is not highlighted).
Comment 3 Ondrej Rypacek 2003-02-13 16:58:35 UTC
It looks like it is not a problem of Jarpackager. The jarpackager
panel is coded fine, but the focus is initially on the "Finish"
button. Moreover, it is the there for EVERY WIZARD in Netbeans 

=> forwarding to core.
Comment 4 Jiri Rechtacek 2003-02-19 17:18:16 UTC
It should be investigate in 3.5
Comment 5 Jiri Rechtacek 2003-02-24 16:40:31 UTC
The problem with focus on Name is duplicate of issue 31086 (should be
fixed now by Tim, Davide pls. verify it, thanks).

*** This issue has been marked as a duplicate of 31086 ***
Comment 6 Marian Mirilovic 2003-07-22 14:16:13 UTC
verified, closed - it's duplicate.