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 216443 - CPU Profiler Toolbar: "View:" combo box component is inaccessible using keyboard
Summary: CPU Profiler Toolbar: "View:" combo box component is inaccessible using keyboard
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 14:39 UTC by bma
Modified: 2014-03-13 16:01 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 bma 2012-08-06 14:39:55 UTC
CPU Profiler Toolbar.

1. Set focus on toolbar buttons using "TAB" key
2. Then navigate through the buttons using either "RIGHT ARROW" or "LEFT ARROW" keys.

"View:" combo box component won't get focus after "Save Current View to Image" button. Because navigation to the left after "Find in Results..." also disabled then "View:" combo box component becomes inaccessible.

Reprodicible with Netbeans 7.2, Windows 7, JDK7u5 x64
Comment 1 Jiri Sedlacek 2012-08-10 16:54:47 UTC
"View:" combo box component is inaccessible using keyboard - not true, the component is accessible using TAB key without any problems.
Comment 2 Jiri Sedlacek 2012-08-10 16:58:30 UTC
Left/Right arrow key focus traversal fixed by http://hg.netbeans.org/profiler-main/rev/59b312f3a78c.
Comment 3 Quality Engineering 2012-08-17 01:27:50 UTC
Integrated into 'main-golden', will be available in build *201208170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/59b312f3a78c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #216443 - minor ProfilerToolbar focus traversal tweaks