dalekjs/dalek

Nameless popup window supported?

ghguy opened this issue · 2 comments

In the test with multiple pop ups, we noticed that toWindow() does not work with a window opened with target set to _blank. In this case, what would the parameter to toWindow(????) be?

We tried toWindow('_blank'), toWindow() and toWindow(''), all to no avail.

Thanks!

I was facing this myself & couldn't find a way to get around this. Maybe an option might be to set the name using the execute method with javascript. Thats what I did (but doesn't work in all situations).

Thanks for your comment :)