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 173873 - Code coverage actions not reachable via keyboard
Summary: Code coverage actions not reachable via keyboard
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-10-06 14:25 UTC by Tomas Danek
Modified: 2009-10-27 11:02 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 Tomas Danek 2009-10-06 14:25:10 UTC
on mac os, where are no mnemonics, is impossible to access items in code coverage bar (test, all test, report,...) by
keyboard. This violates basic a11y rule -> P2 :(
Comment 1 Erno Mononen 2009-10-06 14:39:37 UTC
Needs to be fixed in the common code coverage api. I guess nobody really owns it, so I'll fix this.
Comment 2 Erno Mononen 2009-10-26 12:39:00 UTC
Fixed in f1766423497e. Ctrl-Shift-F12 puts the focus on the coverage side, then you can tab through the buttons. I 
didn't introduce mnemonics for the buttons as they would mask other menus (though I did add mnemonics for the result 
panel).
Comment 3 Erno Mononen 2009-10-26 12:41:19 UTC
> Ctrl-Shift-F12 

Make that Ctrl-Shift-F11
Comment 4 Quality Engineering 2009-10-27 11:02:29 UTC
Integrated into 'main-golden', will be available in build *200910270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f1766423497e
User: Erno Mononen <emononen@netbeans.org>
Log: #173873: Code coverage actions not reachable via keyboard