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 88554 - roseimport: can't return focus to Rose Model Import dialog without mouse
Summary: roseimport: can't return focus to Rose Model Import dialog without mouse
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-11-03 06:47 UTC by bugbridge
Modified: 2006-11-17 13:39 UTC (History)
2 users (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-11-03 06:47:27 UTC
These items should be added to the Keywords: A11Y
Original submitter: akorostelev

Description:
after Rose importing process is finished, Rose Model Import dialog looses foces.
To press 'Done' button and close this dialog, user has to move focus on it.
But it can't be done without mouse.

How to reproduce:
- create 'imported rose model' project.
- after importing process is finished, 'Rose Model Import' dialog looses focus.

And there is no ability to switch focus to it using keyboard.

Description (Entry 2):
Inability to swich focus is common problem for such dialogs.
But it is critical for this case, because RI dialog always looses focus.

Evaluation:
We need to re-write the progress dialog to make it a netbeans dialog, and this
is not planned for coco.
Comment 1 Yang Su 2006-11-14 20:14:05 UTC
Got rid of progress dialog, use NB progress status bar instead, log only status
messages and exception messages to the output window. The logic to update
progress remains the same, which is using parsed token text position in relative
to the entire import file length, not an accurate measurement, but provides some
sort of visual indication.
Comment 2 Andrew Korostelev 2006-11-17 13:39:55 UTC
verified in ide-coco-061116_7-ml
new issue 89542 is filed