Open
Bug 1424931
Opened 8 years ago
Updated 3 years ago
autocomplete feature do not work anymore once the tab with opening popup is crashing.
Categories
(Toolkit :: Form Manager, defect, P3)
Tracking
()
NEW
People
(Reporter: selee, Unassigned)
References
Details
The autocomplete feature do not work anymore once the tab with opening popup is crashing. Applying the following command in console can reproduce this:
$ sleep 5; kill -9 <ContentPID>
`setTimeout` workaround (see bug 1406585 comment16) can solve this issue. It looks like the autocomplete feature needs to wait for a specific timing of content page to connect autocomplete module again.
We need to find out the specific timing and reconnect autocomplete module.
Updated•3 years ago
|
Severity: normal → S3
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•