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 83299 - A11Y: class diagram element Compartment customiser - missing a11y features
Summary: A11Y: class diagram element Compartment customiser - missing a11y features
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-23 15:52 UTC by bugbridge
Modified: 2006-11-21 12:48 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 bugbridge 2006-08-23 15:52:33 UTC
Steps to reproduce:
-create UML project 
- create class diagram
- puic class on diagram
- invoke 'Compartment -> Customise' for class element on diagram
'Customise' window appears

A11y issues:
- default button 'Cansel' has mnemonic
- textarea with compartments tree has no mnemonic to access it
- can't operate with compartments tree using keyboard (select/deselect checkboxes)
Comment 1 Thuy.d Nguyen 2006-09-30 02:20:04 UTC
I've fixed this issue in coco branch and ported the fix to release5.5
Comment 2 Thuy.d Nguyen 2006-09-30 02:25:45 UTC
Reopen the issue. I mistakenly change the status and added the comment in the
wrong issue. This bug has not been fixed.
Comment 3 Kris Richards 2006-11-09 18:05:01 UTC
pnemonic has been removed and items are now accessible by key board
Comment 4 Kris Richards 2006-11-09 18:05:59 UTC
pnemonic has been removed and items are now accessible by key board
Comment 5 Andrew Korostelev 2006-11-20 15:35:03 UTC
verified in verified in ide-coco-061119_3

the following is still reproducible:
- textarea with compartments tree has no mnemonic to access it
Comment 6 Andrew Korostelev 2006-11-21 12:48:25 UTC
verified in ide-coco-061121

not sure lack of mnemonic for textarea with tree is a problem.
Looks like we do not add mnemonics in other similar dialogs (with textareas
containing tree). 
We usually have them only for tables...

Textarea is accessible with Tab.
mark as verified.