mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-06-25 06:50:28 +01:00
Clicking on inputs closes Popup in Firefox on OSX #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abhijithvijayan on GitHub.
This weird behaviour is due to a bug in Firefox on OSX.
Related issues:
Workaround:
(ref: https://stackoverflow.com/questions/40339951/clicking-on-label-not-working-in-html/40340000)
@abhijithvijayan commented on GitHub:
I guess this might work
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