dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

Nameless popup window supported? #136

Closed ghguy closed 9 years ago

ghguy commented 9 years ago

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!

asciidisco commented 9 years ago

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).

ghguy commented 9 years ago

Thanks for your comment :)