no good... btw - FF is doing fine with addEvent. haven't tested on ie8 yet though.
On Tue, Jun 15, 2010 at 3:28 PM, Oskar Krawczyk <[email protected]>wrote: > Try doing: > > $extend(Element.NativeEvents, { > onhashchange: 1 > }); > > Before adding the event. > > > On 15 Jun 2010, at 12:59, אריה גלזר wrote: > > hey > for some unknown reason, doing > window.addEvent('onhashchange',function(){...}) > doesn't work for me on chrome 5, only > window.onhashchange = ... > > anyone knows why? this is obviously a problem, since it means i have to > trust the user not to overwrite my event > > -- > Arieh Glazer > אריה גלזר > 052-5348-561 > 5561 > > > -- Arieh Glazer אריה גלזר 052-5348-561 5561
