Open
Bug 1366953
Opened 7 years ago
Updated 2 years ago
Handle showing the autocomplete popup before storage/savedFieldNames is initialized
Categories
(Toolkit :: Form Autofill, enhancement)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
Details
(Whiteboard: [form autofill])
See bug 1364477 comment 55 and bug 1364477 comment 56.
We init storage on focus but if the user tries to open the autocomplete popup before that completes they will get:
> TypeError: FormAutofillContent.savedFieldNames is undefined
in startSearch.
Probably the simplest thing is to have startSearch wait for the response from the parent in this case.
Updated•7 years ago
|
Component: Form Manager → Form Autofill
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•