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 149278 - a11y: qualifiers are not selectable for editing using keyboard
Summary: a11y: qualifiers are not selectable for editing using keyboard
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ jyothivasa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-10-06 18:37 UTC by Peter Lam
Modified: 2008-10-11 01:25 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 Peter Lam 2008-10-06 18:37:36 UTC
build 20081006

- create a class diagram
- create and name 2 classes on the diagram
- create an association between the classes
- right click on one end of the association and select Add Qualifier
Tab traversal, or Shift+Up/DownArrow only traverse through link labels but not qualifier. So, there's no way to edit the
qualifier.
Comment 1 _ jyothivasa 2008-10-07 21:28:50 UTC
Fixed.
Use Shift LEFT/Right arrows to traverse through qualifiers
http://hg.netbeans.org/uml-main/rev/c43863540197
http://hg.netbeans.org/uml-main/rev/16cfb208bfc3
Comment 2 Trey Spiva 2008-10-08 18:06:17 UTC
Reviewed
Comment 3 Quality Engineering 2008-10-09 05:59:39 UTC
Integrated into 'main-golden', will be available in build *200810090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c43863540197
User: jyothivasa@netbeans.org
Log: Fix for #149278 Association qualifiers can now be traversed using Shift-Left/Right arrows
Comment 4 Peter Lam 2008-10-11 01:25:26 UTC
verified in build 20081010.
Shift+Left/Right Arrow works. Once the qualifier is selected, pressing ctrl+arrows popped up NPE. Issue 149845 has been
filed to track the NPE.