Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prioritize text on the clipboard over files #13985

Closed
turt2live opened this issue Jun 10, 2020 · 2 comments · Fixed by matrix-org/matrix-react-sdk#4748
Closed

Prioritize text on the clipboard over files #13985

turt2live opened this issue Jun 10, 2020 · 2 comments · Fixed by matrix-org/matrix-react-sdk#4748
Assignees

Comments

@turt2live
Copy link
Member

turt2live commented Jun 10, 2020

Word on macOS apparently sends a bitmap, which is super unhelpful.

Windows:

{types: Array(3), files: FileList}
types: (3) ["text/plain", "text/html", "text/rtf"]
files: FileList {length: 0}
__proto__: Object

macOS:
image

@t3chguy
Copy link
Member

t3chguy commented Jun 10, 2020

I think this will cause a regression in a typical Linux screenshot app which puts a raw image in as text :'(

@t3chguy
Copy link
Member

t3chguy commented Jun 10, 2020

See #10795

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

Successfully merging a pull request may close this issue.

2 participants