Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Linaori
3 months agoNew Contributor
1password input focus lag with lots of inputs
I'm running into an issue where 1password seems to significantly slow down interaction with the webpage I'm working on. There's a ton of input fields of which most are hidden, I cannot lower the amou...
dsine
6 days agoNew Member
We have the same problem, even without many input fields.
Seems like the browser plugin searches for elements near text input fields as soon as they are being focussed (manually by clicking into the text input field or programmatically through JavaScript, or by the `autofocus` HTML attribute in `popover` elements) if the element was not shown before/on page load (like in popover elements or any hidden content).
Windows & Mac, Firefox & Chrome... doesn't matter, the plugin seems to do really heavy things as soon as a input is focussed - a browser plugin should really not cause such issues with standard code.
At least there should be a HTML attribute to completely disable the plugin code.
Here is a JSFiddle that shows the issue:
https://jsfiddle.net/dsine/dj4afgws/
Without the plugin, the button click takes 50 ms, and with 1200 ms.