lockbox-extension
lockbox-extension copied to clipboard
Can't copy Entry Details' Name or Website Address values by triple-clicking and Cmd+C
Steps to reproduce:
- Open Lockbox Entries manager.
- Select some entry.
- In the "Entry Details" pane, triple-click on the entry's "Name" or "Website Address" values to select all the entire string.
- Copy the selected text using Cmd+C (or right-click and select "Copy" from the popup menu). (I'm using a Mac.)
- Try to paste the selected name or website address somewhere else.
Result: Nothing is pasted because no text was copied.
If I triple-click the entry's "Username" value, I can successfully copy it with Cmd+C. If I single-click and drag to select the "Name" or "Website Address" values, I can successfully copy them with Cmd+C. So there is something different about triple-clicking the "Name" or "Website Address" values than triple-clicking the "Username" value.
This behavior is reproducible on Win10, Firefox Nightly as well.
Works for me (Linux/Nightly)
Woooooo this is a fun one. I get similar behavior but found some caveats:
- I can copy "Name" if its one word, no spaces
- I cannot copy "Website Address" with spaces
- I cannot copy "Website Address" with periods
- I can copy "Username" with periods
- I can copy "Username" with spaces
For example, I can copy "Example" from both Name and Website fields successfully but not "example.com". I can copy both "example" and "example.com" from Username.
I attempted to remove the classes and disabled styles to see if it was CSS related. Same problem. I attempted to change the spans to paragraphs and other elements, same problem... I think something is cascading related to the button stack that I'm not seeing? or something else entirely. That's about where my troubleshooting comes to a dead end right now...