Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
5 years agoCopy Password doesn't work
Hi Team,
when I click in the Early Access version on Copy Password it doesn't work, even if it shows that it copied the password.
I need to enter the Edit Mode and Copy the Password with the Con...
Former Member
5 years agoI believe this issue is due to the way the 1Password Beta app copies the password into the clipboard.
Using NirSoft's InsideClipboard, I can see that 1Password only sets the CF_UNICODETEXT value but doesn't replace any previous values on the clipboard such a CF_TEXT and any images which are on the clipboard.
I believe the solution would be to ensure the app replaces the entirety of the clipboard as well as setting the CF_TEXT value with the thing copied, not just CF_UNICODETEXT
I noticed the issue because I can paste things into Notepad and search bars just fine, it's just when I have anything previous on the clipboard and paste into an app that can read those previous rich values, it doesn't read the text the 1Password app put in the clipboard.