rugk/offline-qr-code

Text is not always selected when clicking into the input field

rugk opened this issue · 1 comments

rugk commented

Bug description

Steps to reproduce

When you click inside of the input field, it does not always select the whole text automatically:
gifSelectionIssue

moved from #199 (review)

Actual behavior:

Often text is not Ctrl+A'ed…

Expected behavior:

Always Ctrl+A…

System

Operation system and version: Linux/Fedora 30/GNOME
Browser and version: Firefox 69
Add-on version: 1.6

Additional references

There is an event listener that should force it to select all the text then: https://github.com/rugk/offline-qr-code/pull/199/files#diff-817dd83d26bd35283a14722780bb8481R516

I'll take this up...