javascript - Iframe obstructing the mousemove event from occuring -
i attached event on body. transparent iframe appears on body behind popup. want call mousemove event on body, popup disappears mousemove occurs on iframe.
i've had issue before. happens when add iframe
body
events sent body mousemove being obstructed iframe.
i've fixed adding absolute positioned div
100% height , width on iframe, whenever popup opens. div
should have higher z-index iframe
.
instead of listening mousemove on body
listen div
. remove div
whenever closing popup.
Comments
Post a Comment