Closed bluepnume closed 7 years ago
If I create an iframe and call window.open('', 'iframename') it gets a window.opener and the frame then believes it's a popup.
window.open('', 'iframename')
window.opener
This causes xcomponent to crash in weird ways.
Found a live example of google tag manager doing this kind of window.open to get a handle on a window.
Fixed in post-robot.
If I create an iframe and call
window.open('', 'iframename')
it gets awindow.opener
and the frame then believes it's a popup.This causes xcomponent to crash in weird ways.
Found a live example of google tag manager doing this kind of window.open to get a handle on a window.