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 29975 - <OK> button does not work in the dialog Executor
Summary: <OK> button does not work in the dialog Executor
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-01-13 05:02 UTC by ccv
Modified: 2008-12-23 10:47 UTC (History)
5 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-01-13 05:02:47 UTC
To reproduce the bug:

1. Create JarRecipe, select it in the Explorer,
call Properties window, Execution tab.
2. Push "Executor" sheet button. 
3. Push "..." button, the dialog "Executor"
appears.
    
#1. <OK> does not work, if focus is in the list. 
#2. There are no mnemonics for "Choose and
Configure Service Type"
    
Product Version    = NetBeans IDE Dev(Build030107)
IDE Versioning     = IDE/1 spec=3.23 impl=030107
Operating System   = SunOS version 5.8 running on
sparc
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed
mode)
Comment 1 Ondrej Rypacek 2003-02-04 13:36:42 UTC
Jarpackager uses org.openide.loaders.ExecutionSupport , which provides
the whole property sheet and the property editors there.
No customization from jarpackager's side.
Comment 2 Jiri Rechtacek 2003-02-19 17:27:44 UTC
It's not dialog problem I think but a problem in Executor property
editor. Tim, pls. could you look an it? Optionally assign back if it's
a dialog's problem. Thanks
Comment 3 Jiri Rechtacek 2003-02-19 17:28:31 UTC
It's not dialog problem I think but a problem in Executor property
editor. Tim, pls. could you look an it? Optionally assign back if it's
a dialog's problem. Thanks
Comment 4 _ tboudreau 2003-02-26 19:46:54 UTC
I assume that "<OK> does not work, if focus is in the list" means
that pressing enter does not work?

Re mnemonics for instructions, please come to a consensus with the
HIE team regarding this globally - it is inconsistent throughout
the IDE, and should be answered one way or the other for all 
instructions.  Then those dialogs in violation can be identified
tasks created to fix them.  I do not want to fix a bunch of dialogs
one way only to have a decision made later that they should be
globally the other way.  I recommend bringing the subject up on
nbui@netbeans.org
Comment 5 _ tboudreau 2003-09-09 01:26:58 UTC
When focus is in a dialog component which uses ENTER, CTRL-Enter
is the correct keystroke to close the dialog.
Comment 6 _ tboudreau 2003-09-09 01:28:34 UTC
Sorry, didn't finish my comment - I fixed the mnemonics.

Checking in src/org/netbeans/beaninfo/editors/ServiceTypePanel.java;
/cvs/core/src/org/netbeans/beaninfo/editors/ServiceTypePanel.java,v  
<--  Servic
eTypePanel.java
new revision: 1.23; previous revision: 1.22
done
Checking in src/org/netbeans/beaninfo/editors/ServiceTypePanel.form;
/cvs/core/src/org/netbeans/beaninfo/editors/ServiceTypePanel.form,v  
<--  Servic
eTypePanel.form
new revision: 1.7; previous revision: 1.6
done
Processing log script arguments...
Mailing the commit message to cvs@core.netbeans.org (from 
tboudreau@netbeans.org
Comment 7 Marian Mirilovic 2004-08-17 08:40:05 UTC
verified