Bug 531867 - Regression: Find file dialog no longer works when typing enter in text field
Summary: Regression: Find file dialog no longer works when typing enter in text field
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 18.0   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2018-03-01 11:44 EST by Carolyn MacLeod CLA
Modified: 2018-03-01 11:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2018-03-01 11:44:15 EST
- type Ctrl+Shift+F to open the Find File dialog.
- type the first few characters of a file name (the list populates)
- type Enter

Nothing happens. This used to work. Users expect it to work, because it's how text fields with autocomplete lists usually work.
Comment 1 Eclipse Genie CLA 2018-03-01 11:53:42 EST
GitHub Pull Request 307 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/307
Comment 2 Carolyn MacLeod CLA 2018-03-01 11:56:17 EST
Fixed by commit in comment 1.
Also added aria-autocomplete="list" to the text field to tell AT that there's an autocomplete list below the field so that users know to use enter or down arrow.