New issue
Advanced search Search tips

Issue 923130 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: 2019-01-17
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Extensions: reading from the clipboard is flakey on copy

Project Member Reported by dtseng@chromium.org, Jan 17 (5 days ago)

Issue description

- see
https://chromium-review.googlesource.com/c/chromium/src/+/1415690

where an extension tries to read from the clipboard
(via document.execCommand('paste')).
- run this code quickly after copying a large amount of text (e.g. from a large webpage via ctrl+a, ctrl+c)

result:
the paste is empty. Subsequent pastes (or an initial paste after some delay) are non-empty and correct.

expected:
the initial paste should contain the right text even if done quickly after copy

 

Sign in to add a comment