Closed
Bug 1420027
Opened 7 years ago
Closed 7 years ago
Clear form button result remains after the populated fields are cleared
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox58 | --- | unaffected |
firefox59 | --- | affected |
People
(Reporter: ralin, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [form autofill:V2])
STR:
1. Add an address profile in preferences
2. go to https://luke-chang.github.io/autofill-demo/basic.html
3. auto-fill the profile
4. click on a filled field, and select "Clear Form"
5. Press arrow-down key or click on the field again
Actual result:
still see "Clear Form" in dropdown
Expected result:
show suggestion profiles accordingly
(This affect credit card profile as well)
Comment 1•7 years ago
|
||
Clicking outside the text field and back in will produce the suggestion list (on the second click in the field), but that shouldn't be necessary.
Reporter | ||
Comment 2•7 years ago
|
||
The issue no longer occurs with fix in Bug 1419724.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•7 years ago
|
||
(In reply to B.J. Herbison from comment #1)
> Clicking outside the text field and back in will produce the suggestion list
> (on the second click in the field), but that shouldn't be necessary.
Hi B.J.
I can't reproduce that in latest nightly, would you mind to verify again if the issue is still? Thanks.
Flags: needinfo?(bj)
Comment 4•7 years ago
|
||
With the second Nightly from 28 November and a clean profile I have the same behavior. When I click in a field on https://luke-chang.github.io/autofill-demo/basic.html all that happens is the field gets focus. I need to click in the field a second time to get an autofill popup.
If I tab into a field, I can then click once to get the autofocus menu, which is consistent (clicking in a field with focus gets the menu).
The base problem still exists, but the commit was only ten hours ago so I'll try again with the next Nightly (and only report if there is still a problem).
Flags: needinfo?(bj)
You need to log in
before you can comment on or make changes to this bug.
Description
•