devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

broken html5 addEventListener (for case with postMessage usage) #13

Closed DjComandos closed 11 years ago

DjComandos commented 11 years ago

This problem is reproducible only in Fire Fox: when I trying to send message via Html5 postMessage from iframe (opened e.g. from domain auth.site.com) to main page (on domain site.com) main page didn't get message due to the replacement of the native "addEventListener" method. In case if i comment out this library\remove addEventListener replacement everything works fine.

Please check this case out. Thanks in advance.

devote commented 11 years ago

Hi,

I will check and fix it soon.

Thanks for the post

devote commented 11 years ago

fixed