Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Can't paste receiver's address via CMD+v into "To"-field on send view #459

Closed
bjornwgnr opened this issue Mar 6, 2019 · 6 comments
Closed

Comments

@bjornwgnr
Copy link

No description provided.

@bjornwgnr bjornwgnr changed the title Can't paste receiver's address via CMD+v Can't paste receiver's address via CMD+v into "To"-field on send view Mar 6, 2019
@Tbaut
Copy link
Collaborator

Tbaut commented Mar 6, 2019

wow, which version are you using? (from the release page I imagine, when did you download it)? Anything printed in the console? I can't reproduce on master on Linux but maybe a mac use (@amaurymartiny or @ltfschoen ) can check.

edit: Just tested the appimage (linux) frm the draft release and I don't have the problem either

@Tbaut Tbaut added the F2-bug label Mar 6, 2019
@Tbaut Tbaut added this to the 0.3-beta Mainnet milestone Mar 6, 2019
@bjornwgnr
Copy link
Author

bjornwgnr commented Mar 6, 2019 via email

@amaury1093
Copy link
Collaborator

Confirmed on mac. Right-click->Edit->Paste works, but CMD+v not. Also happens on other text fields, e.g. the copy/paste the 12-word phrase when creating an account.

@ltfschoen
Copy link
Contributor

Thanks for spotting this @bjornwgnr, previously we used { role: 'paste' } for Paste across all platforms, but with the context menu it only worked when it was changed to { label: 'Paste', click: () => fetherApp.win.webContents.paste() }, but it appears as though we'll need to use { role: 'paste' } specifically on macOS

@Tbaut
Copy link
Collaborator

Tbaut commented Mar 7, 2019

@bjornwgnr the new mac .dmg must have been generated following the fix (don't mind the timestamp printed on Github, it's not accurate, just get the last draft), can you download and check it? That's be great.

@bjornwgnr
Copy link
Author

bjornwgnr commented Mar 7, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants