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 176578 - A11Y: Plugins form should conform to accessibility/JLF requirements
Summary: A11Y: Plugins form should conform to accessibility/JLF requirements
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: A11Y
: 211042 (view as bug list)
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-11-11 11:06 UTC by ingwarr
Modified: 2012-06-13 09:14 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 ingwarr 2009-11-11 11:06:29 UTC
Java Accessibility:
1) Can we add mnemonics for all tabs presented on "Plugin" form. It makes ease to access them. 
2) When focus is on one of a tab's title it's possible to move by arrows keys only once. Cyclic moving through the tabs is required.
3) Main form should have a default button which responds to the "Enter" key.  
   It can be Install/Uninstall button.

This issues is found on JavaME SDK3.0, but Plugins UI is provided by NetBeans platform.
Comment 1 Marian Mirilovic 2012-06-12 06:28:59 UTC
All A11Y bugs needs to be resolved for 7.2
Comment 2 Libor Fischmeistr 2012-06-12 14:22:10 UTC
*** Bug 211042 has been marked as a duplicate of this bug. ***
Comment 3 Libor Fischmeistr 2012-06-13 09:14:55 UTC
(In reply to comment #0)
> Java Accessibility:
> 1) Can we add mnemonics for all tabs presented on "Plugin" form. It makes ease
> to access them. 
> 2) When focus is on one of a tab's title it's possible to move by arrows keys
> only once. Cyclic moving through the tabs is required.

Now it's possible to move between tabs using CTRL + PageUp/Down. It works over whole NetBeans, so it doesn't make sense to do it other way in Plugin form.

You probably tried it in some older version where Ctrl + PageUp/Down didn't work. I think this solutions resolves your problem as well.


> 3) Main form should have a default button which responds to the "Enter" key.  
>    It can be Install/Uninstall button.

This is maybe good point, but you can easily select action by ALT+ selected mnemonic...


> 
> This issues is found on JavaME SDK3.0, but Plugins UI is provided by NetBeans
> platform.


Thank you for your ideas.