| Summary: | Key board navigation in file open dialogue. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | Andrew Clement <aclement> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | aclement, john.arthorne, mamacdon |
| Version: | 0.3 | ||
| Target Milestone: | 0.4 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Note you can use Tab to traverse through the list of matches. Up/Down arrows would be nicer I suppose. Pull request to implement this feature: https://github.com/eclipse/orion.client/pull/17 Given that tab navigation through results doesn't seem to work in some browsers (firefox), this seems quite an important issue to address. Note: For enter to correctly close the dialog when a selection is made the pull request attached to bug 344614 needs to be committed also. I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use. Oops, I see you don't want pull requests at the moment. All info in another way: git repo: git://github.com/aclement/orion.client.git branch: bug360977 commit id: 2f130011b2131007101b50de9c97b67549c5d1e3 full link: https://github.com/aclement/orion.client/commit/2f130011b2131007101b50de9c97b67549c5d1e3 I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use. (In reply to comment #3) > Oops, I see you don't want pull requests at the moment. All info in another > way: > > git repo: git://github.com/aclement/orion.client.git > branch: bug360977 > commit id: 2f130011b2131007101b50de9c97b67549c5d1e3 > full link: > https://github.com/aclement/orion.client/commit/2f130011b2131007101b50de9c97b67549c5d1e3 > > I wrote all this code and have the rights to contribute it to Eclipse under the > eclipse.org web site terms of use. Thanks, Andrew. I will look and push it today. (In reply to comment #3) > Oops, I see you don't want pull requests at the moment. All info in another > way: > > git repo: git://github.com/aclement/orion.client.git > branch: bug360977 > commit id: 2f130011b2131007101b50de9c97b67549c5d1e3 > full link: > https://github.com/aclement/orion.client/commit/2f130011b2131007101b50de9c97b67549c5d1e3 > > I wrote all this code and have the rights to contribute it to Eclipse under the > eclipse.org web site terms of use. Thanks, Andrew. I will look and push it today. Transferring to John as he will review all the code changes for openResourceDialog.js I have applied this to master: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a0706ccbe801638427790394c8668433a8b4cffb |