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 30762

Summary: Ctrl-PgDn does not move to next content pane
Product: platform Reporter: ccv <ccv>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: bnv, ccv, elenas, mbudris, vgorr
Priority: P3 Keywords: A11Y
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29447    
Bug Blocks:    

Description ccv 2003-02-06 13:19:54 UTC
1. It is impossible to move to any pane with the
Ctrl-PgDn key in the "Properties of ..." window if
focus is on any sheetbutton, not on tab's title.
It is very inconvenient for a user.

According to Java L&F the following keybord
operations should work for tabbed panes:
Ctrl-down (up) arrow
Ctrl-PgDn (PgUp)

2. It would be better to have mnemonics for a
tab's title and a user can navigate from tab to
tab using keyboard operations.

Product Version  = Sun ONE Studio 4 update 1,
Enterprise Edition (Build 030203_2)
IDE Versioning   = IDE/1 spec=3.32 impl=030203_2
Operating System  = SunOS version 5.8 running on
sparc
Java; VM; Vendor  = 1.4.0; Java HotSpot(TM) Client
VM 1.4.0-b92; Sun Microsystems Inc.
Comment 1 _ tboudreau 2003-02-06 16:54:17 UTC
Property sheet is being rewritten as a JTable (there is a prototype
in progress).  One of the main reasons is problems with keyboard
navigability.  This issue will be resolved as part of the rewrite.
Comment 2 _ tboudreau 2003-07-16 19:44:34 UTC
Fixed - new property sheet committed.  Tabs eliminated by
default;  once Form editor implements tabs, can be tested
there, but no reason it shouldn't work - we're using standard
JDK components now, not SheetButton.
Comment 3 Marian Mirilovic 2003-07-18 14:53:16 UTC
verified in [nb_dev](20030718)