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 17181 - Main window workspace tabs not focusable, tab-able
Summary: Main window workspace tabs not focusable, tab-able
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-10-31 23:59 UTC by Jan Benway
Modified: 2008-12-23 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A ComboSwitcher.jar module (6.66 KB, application/octet-stream)
2001-11-05 18:14 UTC, Jaroslav Tulach
Details
A screenshot showing how the switcher looks & status line looks like (8.90 KB, image/png)
2001-11-06 08:31 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Benway 2001-10-31 23:59:54 UTC
For accessibility, users should be able to use standard keys to move among the
different workspaces.

The standard keys as defined in JLF are here:
http://java.sun.com/products/jlf/ed2/book/Appendix.A15.html#36080

This problem has recently been addressed for the explorer. See also bugs:
http://openide.netbeans.org/issues/show_bug.cgi?id=16192
http://openide.netbeans.org/issues/show_bug.cgi?id=16402
Comment 1 _ ttran 2001-11-01 07:32:28 UTC
decreased prio to P3, deferred to 3.3.1 release 
Comment 2 Jaroslav Tulach 2001-11-05 18:13:26 UTC
I have created a module that replaces the workspace tabs with a combo,
maybe it could be used to solve this problem.
Comment 3 Jaroslav Tulach 2001-11-05 18:14:38 UTC
Created attachment 3265 [details]
A ComboSwitcher.jar module
Comment 4 Jaroslav Tulach 2001-11-06 08:31:04 UTC
Created attachment 3272 [details]
A screenshot showing how the switcher looks & status line looks like
Comment 5 Peter Zavadsky 2001-11-15 11:06:37 UTC
Adjusting subcomponent.

I think its similar like the bug it was fired for Explorer and is
similar also for SourceEditor TC. The explorer tabs has overrided
requestFocus method the way it delegates the focus to some inner
component. Therefor even clicking on the tab don't get the focus there.

I guess this scenario was/is wrong. The requestFocus method shouldn't
be overriden (I see it as usual problem in NB). And if we want to
programatically move the focus to the tab pane, the way some default
inner component gets the focus, there is a method
requestDefaultFocus() on each JComponent, i.e. also on the tab pane.
Comment 6 _ ttran 2001-11-22 21:10:22 UTC
I don't even consider this is a bug.  The funtionality "switching
workspace" is accessble from menu View | Workspaces.  There is no
reason why the keyboard-only user must use the same UI control to
invoke a command as the user who prefers mouse
Comment 7 Jesse Glick 2002-02-13 17:03:38 UTC
Note also Ctrl-Sh-Up and Ctrl-Sh-Down are convenient ways to move
between workspaces.
Comment 8 Quality Engineering 2003-07-01 16:06:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

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