document.onmousemove 未在嵌入的 pdf 对象上触发

发布于 2024-12-05 18:05:58 字数 179 浏览 0 评论 0原文

我有一个 PDF 文档嵌入在页面的 div 中。该页面还具有可调整大小的区域,可以根据需要使一列比另一列更小/更大。

调整区域大小时,当鼠标悬停在 pdf 上时,不会触发 onmousemove 事件,从而破坏了许多调整大小功能。

有什么方法可以获取这些 onmousemove 事件吗?

谢谢!

I have a PDF document embedded in div in a page. The page also has re-sizable regions to make one column smaller/larger than another on demand.

When re-sizing the regions, onmousemove events are not fired when the mouse is over the pdf, thus breaking a lot of the re-size functionality.

Any way to get these onmousemove events?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

病女 2024-12-12 18:05:58

据我所知没有。

一种选择是在拖动过程中将嵌入的 PDF 替换为占位符(例如

,尺寸与嵌入的 PDF 相同)。因此,当 mousedown 事件触发时,隐藏 PDF,显示占位符。当用户完成拖动后,再次显示 PDF。

Not that I know of.

One option is to replace the embedded PDF with a placeholder (a <div> for example, same dimensions as embedded PDF) during dragging. So, when the mousedown event fires, hide the PDF, show the placeholder. When the user has finished dragging show the PDF again.

眼睛会笑 2024-12-12 18:05:58

最终在 PDF 上覆盖了一个 div。

Ended up overlaying a div on top of the PDF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文