History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14647
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Eric Neilsen
Votes: 2
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Class to import", doesn't put the focus on the popup "class to import" window

Created: 30 Aug 07 20:42   Updated: 08 Oct 07 01:07
Component/s: Editor. Code Completion

File Attachments: None
Image Attachments:

1. Screenshot.jpg
(95 kb)
Environment:
Linux 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686 i686 i386 GNU/Linux

Linux quadlinux 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686 i686 i386 GNU/Linux

gnome 2.18

Build: 7,241
Severity: Medium


 Description  « Hide
FYI this works on the windows version of IDEA, just not the Linux version. This has been a bug on the Linux version for a long time! You can test it on almost any version out there.

In my test case I typed List a; and IDEA asks to import List, and since there are multiple choices it pops up a window asking me to choice which package to import. The problem is the focus isn't on the new window. So I can't simply select the package and hit enter on it. Instead I have to use the mouse to select the correct one.

Test Case

public class Test {
public static void main(String[] args) { List a; }
}



 All   Comments   Work Log   Change History      Sort Order:
Alexander Strotzky - 30 Aug 07 21:38
Yes, please fix this.
I recently switched to Ubuntu this is really annoying, having to use the mouse every time I need to import some class.
This is one of those small issues that really destroys the "Develop with pleasure" slogan...

Eric Neilsen - 24 Sep 07 21:17
This has been fixed in 7291
I'm using java 1.6.0_02

Eric Neilsen - 25 Sep 07 01:30
This is fixed; however it introduced a new bug. After you import the class the focus is returned to IDEA but the cursor isn't present so I can't type anything. I see that there is a new build but I haven't gotten around to test it. I'll give it a shot in the next day or two.

Eric Neilsen - 25 Sep 07 20:26
I just checked it on the latest build, 7294 and it's same as 7291. After you import the class the focus is returned to IDEA but the cursor isn't present so I can't type anything. The row is highlighted, so I know which row i'm on. I can even move up and down. I just can't type anything.

Eric Neilsen - 28 Sep 07 20:11
This is confirmed and fixed in build 7312

Alexander Strotzky - 04 Oct 07 00:57
I've just tested with 7323 and the bug is still there.

Alexander Strotzky - 08 Oct 07 01:07
The bug is in 7330 also.

Now that we're testing release candidates, is there any chance this will be fixed before release?