| Summary: | FireFox: Find file dialog does not highlight selected file when using arrow keys. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | 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
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. 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. |