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

cannot paste content in cryptpad #6029

Closed
parisni opened this issue Jan 10, 2021 · 3 comments
Closed

cannot paste content in cryptpad #6029

parisni opened this issue Jan 10, 2021 · 3 comments
Labels
status: can't reproduce Issues which can't be reproduced. status: needs triage Issues/PRs which need some deeper investigation.

Comments

@parisni
Copy link

parisni commented Jan 10, 2021

Version info:

qutebrowser v1.14.1
Git commit: 2e65f731b on master (2020-12-04 21:13:36 +0100)
Backend: QtWebEngine (Chromium 83.0.4103.122)
Qt: 5.15.2

Does the bug happen if you start with --temp-basedir?:
yes

Description
I cannot paste content within the textarea of the online cryptpad

How to reproduce

go on this url https://cryptpad.fr/code/#/2/code/edit/gs6knAkQeKumfiyGGPgVc2KT/

and try to paste something into the text-area : this will raise an error “element is not editable” unless you use right click copy/paste

@The-Compiler
Copy link
Member

Works fine here. How exactly are you pasting?

@The-Compiler The-Compiler added status: can't reproduce Issues which can't be reproduced. status: needs triage Issues/PRs which need some deeper investigation. labels Jan 10, 2021
@parisni
Copy link
Author

parisni commented Jan 10, 2021

hey !

I am pasting this way:

config.bind('<Ctrl+y>', 'insert-text {clipboard}', mode='insert')

@The-Compiler
Copy link
Member

This is essentially the same issue as #2545 I think. You should have better luck if you use a way which doesn't involve :insert-text: Either :fake-key <Ctrl+v> or :debug-webaction Paste (semi-public at the moment, also see #6037).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: can't reproduce Issues which can't be reproduced. status: needs triage Issues/PRs which need some deeper investigation.
Projects
None yet
Development

No branches or pull requests

2 participants