Open
Bug 942209
Opened 12 years ago
Updated 3 years ago
text field autocomplete fails if I type while CSS is loading
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
NEW
People
(Reporter: groovecoder, Unassigned)
Details
Running Firefox Nightly 28.0a1 (2013-11-14) ... not sure which "Version" this should be? 28 Branch or Trunk?
STR:
1. Go to a page with a form for which Firefox has autocomplete values stored.
2. While the CSS assets of the page are still loading, start typing into an auto-completable field
Expected:
Auto-complete values show up under the field
Actual:
No auto-complete values show up. I have to wait for the CSS to load and apply, change focus to another input, and then change focus back to see the auto-complete values. :/
Comment 1•12 years ago
|
||
Does autocomplete wait for onload or something?
Component: Layout: Form Controls → Autocomplete
Product: Core → Toolkit
| Reporter | ||
Comment 2•12 years ago
|
||
That's what it seems like to me, but I didn't dig into it. :/
Comment 3•12 years ago
|
||
It gets hooked up on the pageshow event.
Updated•7 years ago
|
Component: Autocomplete → Form Manager
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•