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 88883 - a11y: focus is lost after dismissing Resize Element dialog
Summary: a11y: focus is lost after dismissing Resize Element dialog
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-11-08 01:20 UTC by Peter Lam
Modified: 2006-11-13 13:19 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-08 01:20:51 UTC
Once the dialog is dismissed, focus is not transferred directly to the immediate
or previous object (in this case it's element) and focus is lost even though the
element is still displayed as it's selected. So, can't get back to the last
selected element for bringing up the dialog.

Repro steps:
- create a class diagram
- create and name a class element
- right click on the class element and select Edit->Set Dimensions...
- press Cancel or Ok button to dismiss the dialog
Result: no idea where the focus is now so keyboard access to the diagram is no
longer possible.
Comment 1 Craig Conover 2006-11-09 22:00:04 UTC
requestFocus call was skipped for Esc out of dialog.
Comment 2 Alexandr Scherbatiy 2006-11-13 13:19:01 UTC
verified