Sami Vänttinen

Results 677 comments of Sami Vänttinen

That explains some because it's still one version number lower than the latest. Microsoft validation takes days.

Please test this with https://github.com/keepassxreboot/keepassxc-browser/releases/tag/1.7.0-beta1 Instructions: https://github.com/keepassxreboot/keepassxc-browser/wiki/Loading-the-extension-manually

You'll also have to modify the JSON script to include the temporary extension's ID. Did you do that?

Ok. Thank you for testing. I would need to setup an identical page for testing it myself.

Switching back and forth with a temporary extension can cause that sometimes. Making reloads doesn't sound normal with the stable version.

Ah. The sleep causes this. For some reason it cannot recover from that situation without a reload.

@oliversalzburg I know where the bug is but still haven't figured out how to fix it properly. Have you already tried the new 1.7.0 update? It included one more change...

The 1.7.0 is already officially released. It should update to your browser very soon.

If you want to debug it quickly, put a breakpoint here before you close the password dialog and see how many mutations there are, and where it goes, if possible:...

So the line 1621 is where it triggers? This problem might be related to this issue: https://github.com/keepassxreboot/keepassxc-browser/issues/850 And thanks for the help!