thedevs-network/kutt-extension

Clicking on inputs closes Popup in Firefox on OSX

abhijithvijayan opened this issue · 1 comments

This weird behaviour is due to a bug in Firefox on OSX.

Related issues:

Workaround:

I guess this might work

  • wrap the input in the label element
  • absolute position input
  • block position label
  • create another div with text input appearance that just shows the input value(this is to hide the input with z-index: -1)

So user can only click on the label which distributes the focus to input so that the user is able to type and the input value in the state is shown through the input lookalike div