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 89425 - a11y: no direct way to select link labels for moving using keyboard
Summary: a11y: no direct way to select link labels for moving using keyboard
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ jyothivasa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-11-16 01:30 UTC by Peter Lam
Modified: 2007-02-13 23:25 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 Peter Lam 2006-11-16 01:30:57 UTC
no direct shortcut to select link label - have to do the following sequence of
steps which result in doing a hide and show label name.

   1. select the link
   2. Shift+F10 to bring up context menu 
   3. select Labels->Name (to hide label)
   4. Shift+F10 to bring up context menu 
   5. select Labels->Name (to show label again) - label is now in edit mode
   6. press Enter key to accept default or original label name or Esc to
deselect the edit mode - now label is selected
Comment 1 _ jyothivasa 2006-11-16 03:45:23 UTC
Labels are accessible thru the properties sheet.
We do not want to provide a shortcut way to select labels on the diagram as they
are accesible thru the properties sheet. If we want to tab thru all the lables
along with nodes and edges, it would take a lot more tabs to traverse to the
next node which is NOT desirable.
Hence marking the bug as fixed.
Comment 2 Peter Lam 2006-11-16 04:25:07 UTC
I should made it a bit clearer for the purpose of selecting the label instead of
just editing it. Even though one is editing the label from the property sheet,
it's not selected for other purpose like moving it. Sometimes users want to move
the link labels because they are not created at the desired location so they
should be able to select them for moving. I'm reopening this bug because
accessing it thru property sheet is not showing the problem here. I already
marked it as waive-able for coco since there's a workaround.
Comment 3 Sergey Petrov 2006-11-16 10:44:22 UTC
there are some uneditable labels without corresponding properties, which can't
be selected at all even with suggested workaround (see comments in more common bug).
Comment 4 Trey Spiva 2007-02-13 23:21:48 UTC
There is a keystroke to access labels.
Comment 5 Peter Lam 2007-02-13 23:25:58 UTC
Shift-PgDn & Shift-PgUp have already been implemented to navigate through link
labels.