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 16578 - No KB traversability in NFT wizard
Summary: No KB traversability in NFT wizard
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-10-15 18:56 UTC by Jesse Glick
Modified: 2008-12-22 17:40 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 Jesse Glick 2001-10-15 18:56:40 UTC
[dev oct 15] I noticed in recent builds that the Tab key in the New From
Template wizard no longer moves you from the Template chooser tree in the first
panel to the Buttons (Next etc.). This is not so bad once you realize that after
pressing Tab to lose KB focus on the tree you can press Enter to continue
(default button is Next).

However I find in today's build that sometimes even after hitting Tab and there
is no tree KB focus, Enter does nothing (just beeps), and hitting Tab again also
just beeps. [Linux 2.2.12 Enlight. + Gnome, JDK 1.3.1] This makes it impossible
to continue with the keyboard.

Switching to a different Enlight. virtual desktop and back makes it possible to
continue with Enter. Perhaps something about losing and then regaining window
focus controls this.
Comment 1 Jesse Glick 2001-10-15 18:59:02 UTC
Note that *only* using Ctrl-Alt-Right (i.e. KB shortcuts) to switch
Enlightenment desktops gives you back KB abilities in NFT wizard.
Giving another window focus (by moving mouse, sloppy focus) or moving
the mouse into another virtual desktop does not work.
Comment 2 jrojcek 2001-11-05 17:36:48 UTC
The problem is that JEditorPane, which displays template description,
gets focus without any indication. It consumes Enter and Tab, so for
moving focus to next component press Ctrl+Tab (just like for moving
focus from editable text area) or press Ctrl+Enter to invoke default
button.
I agree that non editable editor pane should not consume Enter and Tab
key. But that is JDK problem and we will not workaround it.
Comment 3 Quality Engineering 2003-07-01 15:45:14 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:11:11 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.