Can't paste using the context menu on Google Docs
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Not tracked)
People
(Reporter: evilpie, Unassigned)
References
()
Details
(Keywords: webcompat:contact-ready, Whiteboard: [webcompat:needs-knowledgebase])
User Story
platform:windows,mac,linux impact:feature-broken configuration:general affects:all
Even after adding support for navigator.clipboard.readText
and navigator.clipboard.read
Google Docs still doesn't support pasting using the custom context menu.
STR:
- Copy some text
- Go to https://docs.new
- Right click
- Click on "Paste"
Actual result:
A dialog with a message like the following opens:
These actions are unavailable using the Edit menus, but you can still use:
Expected result:
Text is pasted
Comment 1•8 months ago
|
||
Dear webcompat team,
clipbaord.read & readText() have been enabled in nightly and early beta. However, this issue is still there. Can you help us investigate this a bit further and potentially will have to reach out to gsuite team to change their code accordingly? Thank you.
Comment 2•8 months ago
|
||
Redirecting to Ksenia as she has a bit more bandwidth at the moment. :)
Updated•8 months ago
|
Updated•8 months ago
|
Comment 3•8 months ago
|
||
I did some diagnosis in https://bugzilla.mozilla.org/show_bug.cgi?id=1640222#c20. To summarize, Google Docs is using document.execCommand('paste')
+ content_capabilities
property in a built-in extension allowing execCommand
to run and paste from webcontent.
Updated•6 months ago
|
Updated•4 months ago
|
Description
•