angular-split-pane
angular-split-pane copied to clipboard
Odd Behavior Depending on Content
I lose the ability to move the pane splitter if the content of one of the divs is an iframe with a website. If you try to resize, it's as if the website takes the focus of the mouse and loses the splitter.
Same thing happens here. If your mouse moves off the splitter while dragging then it's like iframe takes priority over mouse position
Sounds like an interesting problem. Anyone willing to submit a pull request until I have time to look into it?
I stopped doing iframes myself a long time ago ;-)
I was able to resolve this by following the steps here:
For some reason the line 100 in split.pane.js
$(document).on('touchmove mousemove', moveEventHandler);
was not firing when mouse was over an iframe