Key events, window.open, and popup blockers
Recently, I was attempting to open a window/tab using JavaScript from a key handler and the popup blocker in Firefox prevented it from opening. This was slightly surprising since the same code was working from within an onclick handler and the domain of the window to be opened was identical. Here’s an example window.open: window.open(‘http://bustoutsolutions.com/’, [...]
Read More