Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
miroljub1995
9 days agoNew Contributor
Memory leak with Chrome extension
We noticed that we have memory leak when using 1password extension in Chrome. Here is a minimal repro code. <!doctype html>
<html lang="en">
<body>
<button id="btn">Test the click and wait fo...
1P_Dave
Moderator
24 hours agoHello miroljub1995! 👋
Thank you for reporting this! I've done some testing and I'm not seeing the EasierToFindInShapshot being retained when I have 1Password in the browser enabled. Here are my reproduction steps:
- Saved your code as a HTML file and opened the file in Chrome.
- Opened the Memory tab in DevTools.
- Pressed the "Test the click and wait for removal" button.
- Took a heap snapshot.
- Waited for the button to disappear.
- Took a second heap snapshot.
Whether 1Password in the browser is enabled or disabled, the second snapshot doesn't contain reference to EasierToFindInShapshot.
Here are the versions that I'm using:
- Chrome version 133.0.6943.127
- 1Password in the browser version 8.10.62.27
Can you reproduce the issue using the same versions that I'm using? If you can then can you let me know if I got the reproduction steps wrong?
-Dave