海纳百川

mousemove遇到iframe丢失监听绑定的document

2019-10-23  本文已影响0人  凛冬已至_123

最近在写一个可拖动div边框改变宽度的功能, div内嵌iframe,当鼠标mousemove监听到div边界时,可拖动边框.这时监听的是document,当鼠标移入iframe时,触发了iframemousemove事件,丢失document

iframe {
  pointer-events: none;
}
iframe {
  pointer-events: auto;
}
上一篇下一篇

猜你喜欢

热点阅读