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 146113 - a11y: link labels are not selectable with tab traversal
Summary: a11y: link labels are not selectable with tab traversal
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ jyothivasa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-04 00:01 UTC by Peter Lam
Modified: 2008-09-11 17:48 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-09-04 00:01:39 UTC
build 20080903

Using tab traversal in the diagram, elements and links are selectable but link labels could not be selected. So, moving
label to a desired location is not possible.
Comment 1 Peter Lam 2008-09-08 23:21:08 UTC
workaround: label can be edited from properties window using Ctrl+Shift+7 to focus on the properties window. 

There's no workaround for moving the labels on the the diagram. Raising it to a P2.
Comment 2 _ jyothivasa 2008-09-09 08:47:56 UTC
We don't want to traverse edge labels using Tab. Hence, added a new shortcut (shift+UP/Down arrows) for traversing
through edge labels.
http://hg.netbeans.org/uml-main/rev/5a90a7a01abf

Moving them still has some issues.
Comment 3 _ jyothivasa 2008-09-09 23:47:42 UTC
Fixed
http://hg.netbeans.org/uml-main/rev/d01fcf693fc0
Comment 4 Peter Lam 2008-09-10 01:18:17 UTC
Per Jyothi, separate this issue to issue 146728 because sequence diagram is very different from all other diagrams.
Comment 5 Quality Engineering 2008-09-10 06:15:59 UTC
Integrated into 'main-golden', will be available in build *200809100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5a90a7a01abf
User: jyothivasa@netbeans.org
Log: Partial fix for #146113 - We can now cycle through edge labels using Shift-UP/Down arrows
Comment 6 Trey Spiva 2008-09-10 18:13:37 UTC
Reviewed
Comment 7 Peter Lam 2008-09-10 23:27:52 UTC
verified in build 20080910. The feature's implemented and working. I just opened a new issue 146861 to track the problem
when moving the label with shortcut, the diagram is shifting instead of label being moved. 
Comment 8 Quality Engineering 2008-09-11 17:48:26 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d01fcf693fc0
User: jyothivasa@netbeans.org
Log: Fix for #146113 We can now select & move edge labels