I'm having trouble with input text that are readonly and have a placholder text. I cannot copy the text in chrome.
- If the text is selected with the mouse and then CTRL + C, the text is not copied
- If the text is double-clicked and then CTRL + C, the text is copied
- If the text with double click of mouse and in the context menu of the mouse is selected the option to copy, the text is copied
<p>If the text is selected with the mouse and then CTRL + C, the text is not copied</p>
<p>If the text is double-clicked and then CTRL + C, the text is copied</p>
<p>
If the text with double click of mouse and in the context menu of the mouse is selected the option to copy, the text is copied</p>
<form>
<input type="text" value="123" placeholder="123" readonly="readonly"/></form>
Fiddler: https://jsfiddle.net/sjtwdov3/26/
I tried searching for this problem but couldn't find any help. Have you encountered any of this? Is this a known chrome issue.