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 146252 - a11y: Down Arrow key does not traverse down from single-row palette category
Summary: a11y: Down Arrow key does not traverse down from single-row palette category
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-04 22:41 UTC by Peter Lam
Modified: 2011-01-25 06:07 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 Peter Lam 2008-09-04 22:41:37 UTC
build 20080904

When the palette category has more than one row of icons, the Down Arrow key can traverse down to the next category
fine. However, if there's only one row of icon in the category, the Down Arrow key will stop at the single-row icon and
will not traverse down to the next category. This applies to the modeling palette in any diagram type that has multiple
categories.

- from the class diagram palette, resize the palette width so that the icons are displayed on a single row within one
category.
- press Ctrl+Shift+8
- press the Tab key, the Basic category should be selected now
- press the Down Arrow key, the Lifeline icon should be selected now
- press the Down Arrow key again, the Lifeline icon is still selected now but it should move down to the Control category
Comment 1 Thuy.d Nguyen 2008-09-09 21:32:49 UTC
UML module is using NB common palette framework, so UML palette behaves the same way as other modules's palette, i.e
Java Form, Web Form palettes...  

Reassign the issue to appropriate party.
Comment 2 Stanislav Aubrecht 2011-01-24 13:24:34 UTC
core-main 381bfe9abada
Comment 3 Quality Engineering 2011-01-25 06:07:45 UTC
Integrated into 'main-golden', will be available in build *201101250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/381bfe9abada
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #146252 - down arrow key not working in a category with a single row