You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Open a page with some text that you can do Find Next or Find Prev.
Hit Ctrl/Cmd+F to bring up the Find bar.
Type some text that has multiple instances in the current document.
Hit Tab keys three times.
Result: Find bar closes.
Expected: Tab key should cycle through all elements in the Find bar. That is, if the focus is on the last element, Tab should set focus to the first one. And if the focus is in the search field and Shift-Tab keys are pressed, then the focus should go to the last element in the Find bar.
The text was updated successfully, but these errors were encountered:
Before the prev and next buttons were added, this was the behavior when hitting tab in Find text field. I assumed this was by design, so I just submitted pull request #5848 for #5766 that restores this behavior to the text field.
Since the Find, Replace, and Find in Files dialogs will be totally rewritten soon, I don't think this is a Medium Priority, and I don't think we should spend time on this.
Result: Find bar closes.
Expected: Tab key should cycle through all elements in the Find bar. That is, if the focus is on the last element, Tab should set focus to the first one. And if the focus is in the search field and Shift-Tab keys are pressed, then the focus should go to the last element in the Find bar.
The text was updated successfully, but these errors were encountered: