krakenjs / zoid

Cross domain components
Apache License 2.0
2.03k stars 248 forks source link

Popup are not opening with Safari latest version 10.1(11603.1.30.0.34), It's opening as tab. #107

Closed NitinWabale closed 7 years ago

NitinWabale commented 7 years ago

I am using xcomponent 2.0.64

jmc265 commented 7 years ago

I had an issue like this recently in Chrome (not with xcomponent). It turned out that I was doing window.open with location=1 and for some reason a newer version of Chrome didn't like that. So it might be best to look at the status, toolbar and menubar options here: https://github.com/krakenjs/xcomponent/blob/master/src/component/parent/drivers.js#L191

Just a hunch though.

bluepnume commented 7 years ago

Do you see the problem on this test page when you click the button? http://bluesuncorp.co.uk/icv4/popup.htm

NitinWabale commented 7 years ago

I can not see problem on this test page when i click the button. http://bluesuncorp.co.uk/icv4/popup.htm

bluepnume commented 7 years ago

That's strange.

Can you share your xcomponent code? Are you specifying dimensions?

NitinWabale commented 7 years ago

we are specifying dimensions.

bluepnume commented 7 years ago

Weird. Running out of ideas here -- again would be great to see the xcomponent.create code to try and narrow this down.

Are you by any chance running safari in full-screen mode?

bluepnume commented 7 years ago

Any updates on this? Are people still seeing this, and if so do you have safari in full screen mode?