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 31820 - OK does not close a dialog if focus is in the textfield
Summary: OK does not close a dialog if focus is in the textfield
Status: CLOSED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-03-10 12:59 UTC by ccv
Modified: 2003-04-03 06:16 UTC (History)
6 users (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 ccv 2003-03-10 12:59:51 UTC
Product Version = Sun ONE Studio 5, Standard
Edition (Build 030306)
IDE Versioning = IDE/1 spec=3.42 impl=030306
Operating System = SunOS version 5.8 running on
sparc
Java; VM; Vendor = 1.4.0; Java HotSpot(TM) Client
VM 1.4.0-b92; Sun Microsystems Inc.

- In the Explorer window select the pane "Runtime"
- Select node Servlet Registry/Installed
Servers/Tomcat 4.0/Internal JWSDP/localhost
- select "Add Context" in the context menu 

Initial focus is in the textfield "Select Web
Module".
OK is a default button. Pushing Enter does not
close the dialog. If push ALT-W, then closing
works fine.
Comment 1 _ rkubacki 2003-03-10 13:33:00 UTC
This is normal behaviour of JComboBox (you can get the same behaviour
in wizard for Java class too for instance). According to our UI team
this is not a problem for our product.

BTW: httpserver module is internal HTTP server used for RMI or applet
execution and similar purposes. Tomcatint is correct category for bugs
dealing with integration of Tomcat into IDE.
Comment 2 _ rkubacki 2003-03-10 13:34:03 UTC
Closing. See the reason in previous comment.