|
Hi,
I have an issue with the resize event in IE6 / 7. I'm using the prototype library and trying to capture the resize event using :
Event.observe(window, 'resize', this.onResize.bind(this));
unfortunately the resize() function is not called in IE6 / 7. It works perfectly
in all other browsers.
The odd thing is - if I have an alert statement either before the above line or in the resize function it works perfectly. Like the alert statement forces the browser to attach the event ! Very strange ! Has anyone else seen behaviour like this ?
Any help is appreciated !
Thanks
colm
|