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 85003 - A11Y Import Customizer dialog Enter key opens files instead of importing them
Summary: A11Y Import Customizer dialog Enter key opens files instead of importing them
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
: 85013 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-15 15:12 UTC by jlautz
Modified: 2006-10-03 01:53 UTC (History)
1 user (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 jlautz 2006-09-15 15:12:54 UTC
Seen on Windows XP with NB Build 060914:

1. Create or open a WSDL file.
2. In the WSDL graphical editor outline view, choose the top node and open the
context menu.
3. Click Add->Import Schema. (ALSO SEEN for Import WSDL)
4. In Import Customizer dialog, select the file to be imported, and hit Enter key.
==> The selected file is opened in the WSDL editor, but not imported. The Enter
key should perform the action of the default button, which is OK.
Comment 1 Shivanand Kini 2006-09-17 20:16:18 UTC
nathan, can you look into this?
Comment 2 bhate 2006-09-20 00:12:30 UTC
This is happening because the explorer tree view is intercepting the keyboard
enter action. The bug 85013 is similar and caused by the same problem. Marking
that as dup of this 85003
Comment 3 bhate 2006-09-20 00:13:07 UTC
*** Issue 85013 has been marked as a duplicate of this issue. ***
Comment 4 bhate 2006-09-20 00:29:17 UTC
we will disable default action on enter key, pressing enter will invoke the OK
action on the dialog.
fix invloved changes to schemacomponentselectionpanel and
externalreferencecustomizers
Comment 5 jlautz 2006-09-28 01:41:43 UTC
Verified on Windows XP with NB Build 060927_5 with JDK 1.5.0_07:

Enter performs the action of OK for the Import Customerizer dialog when the
schema or wsdl document is selected for import.