Test case: Go to: https://alpha.iodide.io/notebooks/4874/ Run the notebook, then type "1234" in the bugzilla frame. Expected: bugzilla looks up bug '1234' Actual: nothing happens, no console error, no nothing -- One possible explanation is that iodide's code execution happens in an iframe (https://iodide-project.github.io/docs/server-admin-overview/) -- a similar test case with codepen (which I'm guessing doesn't use an iframe) works fine: https://codepen.io/wlach/pen/KKVxbyV -- however, I see no reason why opening a new tab/window inside an iframe would be forbidden based on my read of these docs: https://developer.mozilla.org/en-US/docs/Web/API/Window/open This is reproducible in both Firefox and Chrome Can't click buttons after opening bugzilla via window.open
Bug 1652980 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Test case: Go to: https://alpha.iodide.io/notebooks/4874/ Run the notebook, then type "1234" in the bugzilla frame. Expected: bugzilla looks up bug '1234' Actual: nothing happens, no console error, no nothing -- One possible explanation is that iodide's code execution happens in an iframe (https://iodide-project.github.io/docs/server-admin-overview/) -- a similar test case with codepen (which I'm guessing doesn't use an iframe) works fine: https://codepen.io/wlach/pen/KKVxbyV -- however, I see no reason why opening a new tab/window inside an iframe would be forbidden based on my read of these docs: https://developer.mozilla.org/en-US/docs/Web/API/Window/open This is reproducible in both Firefox and Chrome