1

読み取り専用で、プレースホルダ テキストを含む入力テキストに問題があります。クロムでテキストをコピーできません。

  • マウスでテキストを選択してから CTRL + C を押すと、テキストはコピーされません
  • テキストをダブルクリックしてから CTRL + C を押すと、テキストがコピーされます
  • マウスをダブルクリックし、マウスのコンテキストメニューでテキストをコピーするオプションを選択すると、テキストがコピーされます

<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>

フィドラー: https://jsfiddle.net/sjtwdov3/26/

この問題を検索しようとしましたが、ヘルプが見つかりませんでした。これに遭遇したことがありますか?これはクロムの既知の問題ですか。

4

1 に答える 1