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 140544 - Tab traversal is "consumed" in copy class dialog
Summary: Tab traversal is "consumed" in copy class dialog
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 15:03 UTC by Petr Dvorak
Modified: 2008-07-22 13:01 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 Petr Dvorak 2008-07-17 15:03:56 UTC
NB: 200807170007
OS: Ubuntu 8.04
JDK: 1.6.0._10

1. Create a new Java Application
2. Create class myclass.java in a package packageA
3. Create class myclass.java in a package packageB (the name of the class is the same as before)
4. Drag&Drop the packageA.myclass to packageB
-> dialog shows up with a warning ("...class already exists...") - this is OK
-> you cannot use Tab to navigate among controls in the dialog, tab traversal is "consumed"...
Comment 1 Jan Becicka 2008-07-22 10:14:41 UTC
http://hg.netbeans.org/main/rev/ddd702a21c63
Comment 2 Petr Dvorak 2008-07-22 13:01:43 UTC
Verified