Closed
Bug 1421641
Opened 7 years ago
Closed 7 years ago
After you use the "Clear Form" button on a credit card field form, the form becomes unresponsive
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
VERIFIED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | verified |
People
(Reporter: Ovidiu, Assigned: ralin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [form autofill: V2])
Attachments
(1 file)
Affected versions]:
Tested on Nightly 59.0a1(2017-11-29)
[Affected platforms]:
Tested on Mac OS X 10.13, Windows 10
[Steps to reproduce]:
Prerequisites:
Make sure you have at least two saved credit cards.
STR:
1. Navigate to Amazon.com and login with a valid account.
2. From the right corner hover Account &Lists and select account
3. Select "Payment Options"
4. Double click on "Name on card" field and select a credit card from the drop-down.
5. Click again on "Name on card" or "Card number" fields
6. Click on "Clear Form"
7. Click again on "Name on card" or "Card number" fields
[Expected result]:
A drop down with your credit cards is shown
[Actual result]:
Nothing happens.
Note: Even if I change the focus of the field the drop down doesn't work.
Reporter | ||
Updated•7 years ago
|
Blocks: fx-form-autofill
Whiteboard: [form autofill: V2]
Assignee | ||
Comment 2•7 years ago
|
||
Sure, I first suspect it might related to event listener conflict with Amazon, and we should handle in another path like mozSystemGroup to get rid of any interference from client. I'll see more to that. Thanks.
Flags: needinfo?(ralin)
Assignee | ||
Comment 3•7 years ago
|
||
will attach a patch in minutes :D
Assignee: nobody → ralin
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8933223 [details]
Bug 1421641 - Handle event listeners in mozSystemGroup and do full field states reset when clearing populated form.
https://reviewboard.mozilla.org/r/204166/#review210242
Looks good.
Attachment #8933223 -
Flags: review?(lchang) → review+
Assignee | ||
Comment 6•7 years ago
|
||
Thanks for review :D, since bug 1415073 is landing, I'll rebase the patch on top of it in case conflict.
Comment hidden (mozreview-request) |
Pushed by ralin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d4e6ca9ed4da
Handle event listeners in mozSystemGroup and do full field states reset when clearing populated form. r=lchang
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Reporter | ||
Comment 10•7 years ago
|
||
I verified this issue on Mac OS X 10.13, 10.11, Windows 10,7 and Ubuntu 16.04 and we can't reproduce it. I will mark it as verified fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•