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)

x86
macOS
defect

Tracking

()

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. :/
Does autocomplete wait for onload or something?
Component: Layout: Form Controls → Autocomplete
Product: Core → Toolkit
That's what it seems like to me, but I didn't dig into it. :/
It gets hooked up on the pageshow event.
Component: Autocomplete → Form Manager
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.