Bug 1890194 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Segun Famisa [:segun] from comment #12)
> Hey :dimi, thank you.
> 
> I have attached 3 recordings to the bug that demonstrate the current behavior in those different scenarios.
> 

Thanks, that is very helpful!
The problem is that right now we only send the list when users focus on the input field.
What we can do from the gecko side is sending an event whenever the list is updated. However, I'll need your help to design the API in [GeckoViewAutocomplete.sys.mjs](https://searchfox.org/mozilla-central/rev/113b09cdd5282b39db65b2f62abe843558b9471a/mobile/shared/modules/geckoview/GeckoViewAutocomplete.sys.mjs#545) so we can call it when the list is changed. Does that sound good to you?
(In reply to Segun Famisa [:segun] from comment #12)
> Hey :dimi, thank you.
> 
> I have attached 3 recordings to the bug that demonstrate the current behavior in those different scenarios.
> 

Thanks, that is very helpful!
The problem is that right now we only send the list when users focus on the input field.
What we can do from the gecko side is sending an the updated list whenever users change the content of the <input>. However, I'll need your help to design the API in [GeckoViewAutocomplete.sys.mjs](https://searchfox.org/mozilla-central/rev/113b09cdd5282b39db65b2f62abe843558b9471a/mobile/shared/modules/geckoview/GeckoViewAutocomplete.sys.mjs#545) so we can call it when the list is changed. Does that sound good to you?

Back to Bug 1890194 Comment 13