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 57376 - all Ctrl-Tabs are consumed by Keyboard Document Switching
Summary: all Ctrl-Tabs are consumed by Keyboard Document Switching
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: A11Y, REGRESSION
Depends on:
Blocks:
 
Reported: 2005-04-02 22:29 UTC by Jesse Glick
Modified: 2008-12-22 19:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch for release41 branch (3.15 KB, patch)
2005-04-04 03:27 UTC, Martin Krauskopf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-04-02 22:29:48 UTC
The Options dialog is no longer KB accessible. If you are in the tree view and
you wished to move into the property sheet, you used to be able to press
Ctrl-Tab and it would switch focus out of the tree. Now (dev sources) this does
not work; instead it pops up the document switcher, even though a dialog has focus!
Comment 1 Jan Chalupa 2005-04-03 08:49:41 UTC
Works in #20050328, broken in #20050330.

Martin, probably a result of fix of issue #56848. Please look at it.
Comment 2 Martin Krauskopf 2005-04-04 03:06:12 UTC
As well as for Find, Setup Wizard, ... every dialog.
Comment 3 Martin Krauskopf 2005-04-04 03:09:45 UTC
Fixed in trunk.

Checking in
core/windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java;
new revision: 1.10; previous revision: 1.9
Checking in
core/windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java;
new revision: 1.13; previous revision: 1.12
Comment 4 Martin Krauskopf 2005-04-04 03:23:43 UTC
I'm just reading mail about release41 branch... reopened, adding patch for 4.1
reviewers....
Comment 5 Martin Krauskopf 2005-04-04 03:27:05 UTC
Created attachment 21324 [details]
patch for release41 branch
Comment 6 Jan Chalupa 2005-04-04 06:11:42 UTC
TM = 4.2 until merged into release 4.1.
Comment 7 Jesse Glick 2005-04-04 17:29:00 UTC
It's still FIXED in 4.2 (the trunk); when merged it becomes FIXED in 4.1.

I guess we have no keyword 41_HR_FIX this release cycle??
Comment 8 Jan Chalupa 2005-04-04 17:32:52 UTC
I've added it.
Comment 9 Jaromir Uhrik 2005-04-05 12:27:31 UTC
I verified the fix in dev build #200504041820 and I agree with integration to
release 4.1 branch. Leaving RESOLVED FIXED until integrated.
Comment 10 Martin Krauskopf 2005-04-05 12:41:28 UTC
Fixed in release41 branch as well.

core/windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java;
new revision: 1.9.2.1; previous revision: 1.9
core/windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java;
new revision: 1.12.2.1; previous revision: 1.12
Comment 11 Jaromir Uhrik 2005-04-07 10:57:27 UTC
Verified in 4.1 build #200504062223.