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

Key: IDEA-13631
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Alexander Strotzky
Votes: 2
Watchers: 3
Operations

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

Broken keyboard use in "Select Path" dialog

Created: 07 Jul 07 01:39   Updated: 08 Jul 07 00:14
Component/s: User Interface

Build: 7,051
Severity: Medium


 Description  « Hide
Occurs in any "Select Path" dialog with the path edit field shown.
Typing the DOWN key makes the autocompletion list appers.
The problem is that the first item is NOT selected even though pressing one more time DOWN, the selection will be the second item in the list.

 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 07 Jul 07 02:04 - edited
There are other problems as well with this feature.

For example, if I type some characters while the completion popup menu is active, filtering is applied. So far so good.
When there is only one matching completion suggestion left, I should be able to simply complete it with "Enter". But that doesn't work, I have to press "Down" once first.

Then there's this strange large white border around the completion menu for paths.

In general completion in such "Path" fields should work and look exactly as code completion works and looks in the Java editor.