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 133540 - Ctrl-PageUp/Down cycle only within one row of OW tabs
Summary: Ctrl-PageUp/Down cycle only within one row of OW tabs
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL:
Keywords: A11Y
: 137339 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-21 21:29 UTC by Jesse Glick
Modified: 2008-12-22 14:44 UTC (History)
0 users

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 2008-04-21 21:29:49 UTC
JDK 6, Ocean. If you have a number of OW tabs open, sufficient to make two rows, Ctrl-PageUp and Ctrl-PageDown will
cycle between tabs only within a single tab row. There is no apparent way to switch to a tab in a different row without
using the mouse.
Comment 1 t_h 2008-04-22 15:38:29 UTC
It is JDK (JTabbedPane) issue.
Comment 2 Jesse Glick 2008-04-22 16:42:49 UTC
OK. You just need to look up the bug (or file it) in Bugster, then close as INVALID with jdk_bug_nnnnnnn in the Status
Whiteboard field.
Comment 3 t_h 2008-06-17 14:29:01 UTC
*** Issue 137339 has been marked as a duplicate of this issue. ***
Comment 4 t_h 2008-10-20 15:49:41 UTC
I think cycling in one row via Ctrl+PageUp/Down is JTabbedPane intended behavior (not a bug). To cycle between all tabs
in OW is possible via Ctrl+Alt+PageUp/Down.
Comment 5 Jesse Glick 2008-10-24 23:03:01 UTC
I see. Would never have guessed that.