【问题标题】:How can I drag selected text from iframe to input/textarea?如何将选定的文本从 iframe 拖动到输入/文本区域?
【发布时间】:2019-06-08 23:55:16
【问题描述】:

考虑这个简单的例子:

<input type="text">
<br />
<p>test text</p>
<br />
<iframe src="//wikipedia.org/">

我可以将选定的文本从页面拖动到输入,但不能从 iframe:


问题是 - 我怎样才能让它发挥作用? (js、css、浏览器扩展等)

我无权访问 iframe 的内部内容。

【问题讨论】:

标签: javascript html iframe drag-and-drop draggable


【解决方案1】:

iframe 上的鼠标事件不会在父文档中触发,因此没有可中继的内容。通常的解决方法是在iframe 上添加一个透明的div,以便div 接收事件。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-08-11
    • 1970-01-01
    • 2015-06-08
    相关资源
    最近更新 更多