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 160155 - There is a loss of focus during closing file/path choosers.
Summary: There is a loss of focus during closing file/path choosers.
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-03-12 08:57 UTC by bukh
Modified: 2009-04-07 15:46 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 bukh 2009-03-12 08:57:25 UTC
1) Open "Options" dialog. Open "Miscellaneous"/"Ant" pane. "Options" dialog is focused
2) Apply "Add directory..." OR "Add JAR/ZIP...". Apply "Cancel" on opened filechooser/pathchooser.
3) Main window is being focused. 
"Options" dialog should become focused after closing "child" windows.

P.S. A11Y is incorrect working after loss of focus (duplicates of mnemonic exist).
Comment 1 Jesse Glick 2009-03-12 16:46:44 UTC
Can't reproduce on Ubuntu, but can guess at a fix: core-main #b0140755ceab
Comment 2 Quality Engineering 2009-03-17 08:24:47 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b0140755ceab
User: Jesse Glick <jglick@netbeans.org>
Log: #160155: setting proper parent when showing JFileChooser dialog.