(In reply to Hani Yacoub, Desktop QA from comment #5) > Hi Dimi, just the clear autofill form works as expected if we set that pref to true. Triggering autofill from “Name” field is only autofilling “Name” field. Yes, that is this the expected behavior after setting `extensions.formautofill.heuristics.autofillSameOriginWithTop` to `true`. The reason is that when you trigger autofill from the main-frame, we will not autofill a cross-origin iframe, which in this case is `cc-number` and `cc-exp`
Bug 1813526 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Hani Yacoub, Desktop QA from comment #5) > Hi Dimi, just the clear autofill form works as expected if we set that pref to true. Triggering autofill from “Name” field is only autofilling “Name” field. Thank you for the quick reply! Yes, This the expected behavior after setting `extensions.formautofill.heuristics.autofillSameOriginWithTop` to `true`. The reason is that when you trigger autofill from the main-frame, we will not autofill a cross-origin iframe, which in this case is `cc-number` and `cc-exp`