


We've noticed that password autofill is not working well in recent Firefox Nightly using the 1Password classic extension (guid The fix is fairly simple, it would be a matter of replacing ev = document.createEvent("KeyboardEvent") + ev.initKeyEvent(.) with ev = new window.KeyboardEvent(.). (In reply to Philipp Kewisch from comment #19) Nice! That sounds like that developers of addons which are maintained frequently will fix this by their side!
#1PASSWORD CHROME AUTOFILL NOT WORKING CODE#
(this detail will have to be part of the communication we are planning to send to the extension developers, the ones that would be affected based on our code scan on the extensions already submitted to AMO, in a few days). I'm afraid that some extensions' users complain about this change and leave from Firefox. Would be there any issue with that as the timeline for unshipping the legacy API also from the extensions' content scripts globals? Thank you for the information, I didn't know the policy. Per Firefox WebExtensions Deprecation Policy ( ) there would be 3 Firefox releases from when the deprecation lands in nightly for the developers to be able to handle the changes needed on their extensions side. So, 1Password classic should fix it as soon as possible. It's just putting off to unship the legacy API. (In reply to Bobby Holley (:bholley) from comment #15) (In reply to Masayuki Nakano (he/him)(JST, +0900) from comment #16) (In reply to Luca Greco from comment #17)
