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 30709 - [A11Y] Servlet wizard: mnemonic needed for "Order" label
Summary: [A11Y] Servlet wizard: mnemonic needed for "Order" label
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: All All
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-06 01:48 UTC by Jason Rush
Modified: 2003-04-03 05:25 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 Jason Rush 2003-02-06 01:48:21 UTC
Description: 
 Build Sierra EE RC1 build (020901).
In the Servlet Deployment Configuration window, the "Order" label does not have
mnemonics.

Steps to reproduce:
- Create a web module
- Highlight <web_module>/WEB-INF/Classes
- File -> New -> JSP & Servlet -> Servlet
- Enter <web_module_name>, press <Next>
- In the Servlet Deployment Configuration, the "Order" field does not have the
mnemonic key.

Evaluation: 
Missing mnemonic key for Order field in Servlet Wizard (deployment step).

A comment.
Comment 1 Jason Rush 2003-02-06 01:58:16 UTC
Transferred from BugTraq 4740926.
Comment 2 akemr 2003-02-06 12:12:57 UTC
Fixed in trunk.

There was bad mnemonics, "0" (zero char) was used  insted of capital O :-)

Diff:
web/core/src/org/netbeans/modules/web/dd/wizards/Bundle.properties, 
rev 1.2
Comment 3 Jason Rush 2003-04-03 05:25:57 UTC
Verified in Nevada build 030401.