Re: [pointerevents] setPointerCapture should say something about iframes

In the Edge implementation (I tested with IE11) another frame can 
indeed steal the input from the outer frame. Particularly in this 
sample you can see that another iframe is stealing the mouse input 
(knowing the id is always 1 for mouse or I guess it could have 
randomly tests thousands ids as you suggested) from the outer frame in
 IE 11.

http://output.jsbin.com/nadoxi

All you need to do is clicking outside of the iframe. Beside the 
stealing there are other issues as well like although the click is 
released the pointer is captured but they are not related to the issue
 of stealing the input.



-- 
GitHub Notification of comment by NavidZ
Please view or discuss this issue at 
https://github.com/w3c/pointerevents/issues/16#issuecomment-214496688 
using your GitHub account

Received on Monday, 25 April 2016 19:47:22 UTC