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 150498 - There is no standard API to setup accsessibility context for the multiview editor toolbar
Summary: There is no standard API to setup accsessibility context for the multiview ed...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 09:58 UTC by Vitaly Bychkov
Modified: 2012-04-13 09:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2008-10-17 09:58:24 UTC
In general editor toolbar doesn't required ACSN and ACSD because it is not available without mouse.
But in case multiview editor e.g. bpel, form... editors the buttons to switch editor views are placed in toolbar and 
availble through the CTRL+F10 then arrows left/right to change views.

i.e. in case multiview editor some toolbar components are availble but there is no way to setup toolbal ACSN/D accept 
walking up throught the component hierarchy.

MultiviewElement provides method getToolbarRepresertation but it is for the internal toolbar:

 ----------------------------------------
| ------   -------   ------------------  |
||SOURCE| |DESIGN | | Internal Toolbar | |
| ------   -------   ------------------  |
 ----------------------------------------