-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Consider following scenario with instant-submit option enabled:
- User inputs a search query and the page reloads to show search results.
- On the loaded page the search field is prefilled with the current search query.
- User clicks mic button to enter a new query.
- Case 1: Chrome blocks device access.
- Expected behavior: nothing happens.
- Actual behavior: the auto-submit feature submits the form, and the page is reloaded.
- Case 2: mic access is granted successfully.
- Expected behavior: the input is cleared before the recognition starts.
- Actual behavior: the new (recognized) query is appended to the previous one, and the search starts with the concatenation, providing incoherent results.
Metadata
Metadata
Assignees
Labels
No labels