Forum Discussion

Linaori's avatar
Linaori
New Contributor
1 month ago

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 amount of inputs, in fact I have to increase the amount of inputs due to how the system works.

Every time I click on an input, the focus is delayed by ~200ms or so. The next time I select the same input field it's instant. 1password seems to do something that slows down the focus event.

I made a performance recording in firefox. I selected 3 inputs and after the 3rd on selected the same 3 in the same order with no slowdown. I've tried adding data-1p-ignore and autocomplete="off" but it didn't solve anything.

 

3 Replies

  • Hi Linaori​ ,

    Thanks for writing in, could you share a bit more information about which platforms and versions of the App, Browser Plugin you are using?  also has anyone on your team experienced it testing?

    Thanks!
    Phil

    • Linaori's avatar
      Linaori
      New Contributor
      • Firefox 145.0.1 (64-bit)
      • Fedora 43, KDE Plasma 6.5.3
      • 1password browser extension version: 8.11.16.35

      Nobody else on my team has this issue (yet) because I'm still developing the page. For now I've disabled 1password on my local env, but that's obviously not a permanent solution.

      Here's a list of the input amounts:

      document.querySelectorAll(`input[type="text"]`).length;
      2989
      document.querySelectorAll(`input[type="checkbox"]`).length;
      609
      document.querySelectorAll(`textarea`).length;
      1
      document.querySelectorAll(`select`).length;
      427
      document.querySelectorAll(`option`).length;
      5708 

       

      • Benjiman's avatar
        Benjiman
        New Contributor

        I am experiencing a very similar issue and am also interested in the solution