Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 412677

Summary: FireFox: Find file dialog does not highlight selected file when using arrow keys.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: maciej.bendkowski, mamacdon
Version: 3.0   
Target Milestone: 4.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2013-07-10 09:12:29 EDT
Use CTRL+F to popup the file name search dialog.
Using up or down arrow keys to move selections in the search result.
You will find that the selection is not changing visually but if you hit enter key it will bring you to the editor though.
Comment 1 Mark Macdonald CLA 2013-07-10 09:32:36 EDT
This may be my fault, in bug 411146 I removed a lot of favorites-related code from the Find Files dialog. There was code in there that handled keyboard focus, maybe it broke Firefox somehow.
Comment 2 libing wang CLA 2013-07-10 15:10:48 EDT
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7fffcdfdc2b2fb24f819aee9423bc47480562953.

There is a fireFox bug :
https://bugzilla.mozilla.org/show_bug.cgi?id=689500

But here I fixed it so that when the link gets focus it uses a specific css class for the outline, as used in the explorer navigation grid.
Now the focus gesture in the find file dialog will have the consistent visualization across browsers.