sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Multiple iframe - Getting error Uncaught TypeError: Cannot read property 'opener' of undefined #302

Open Rameshtm opened 7 years ago

Rameshtm commented 7 years ago

Hi,

When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).

I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser. Please help me to solve this issue. error

Many thanks!

Ramesh