You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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...
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: