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 35144 - a11y: default button does not work if focus in the tree
Summary: a11y: default button does not work if focus in the tree
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-25 12:36 UTC by bnv
Modified: 2008-12-23 10:52 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 bnv 2003-07-25 12:36:28 UTC
Product Version       = Sun ONE Studio, Native Edition
 (Build 030722)-- build 14                  
IDE Versioning        = IDE/1 spec=3.42.1 impl=030722
Operating System      = SunOS version 5.8 
Java; VM; Vendor = 1.4.1_02; Java
HotSpot(TM)Client VM 1.4.1_02-b06; Sun
Microsystems Inc.

1.Tools->Options->IDE Configuration->Server and
External Tools Settings->Diff Settings
2.Select 'Default Diff Engine' property editor
3.Wait for the 'Default Diff Engine' dialog
4.Focus is in the tree
5.Push the Enter key

The default button Ok does not work via pushing
Enter if focus in the tree
Comment 1 Marian Mirilovic 2003-07-25 12:55:50 UTC
It's because JTree "eats" event from Enter key, I think.
Comment 2 _ tboudreau 2003-07-28 14:31:27 UTC
I believe CTRL-Enter does work, and is standard behavior for
all dialogs that have components that provide their own
default response to the Enter key.  

If a dialog embeds a complex component (such as a property 
sheet or a tree table) which has its own standard behavior 
for pressing the Enter key, it should work as the user
has been trained to expect in other parts of the IDE.

Please check CTRL-Enter, and if it works, please close this issue as
invalid.
Comment 3 bnv 2003-07-29 07:51:31 UTC
It works fine with CTRL-Enter
Comment 4 Marian Mirilovic 2003-07-31 10:31:06 UTC
Ok, thanks verifying.