I just tried the following and that works:

<html>
<body>
<script>
function r() {
  alert('resize');
}
window.onresize = r;
</script>
</body>
</html>

Can you produce a small example that does not work in Google Chrome
but works in Safari?

-- Mads

On Sun, Jan 11, 2009 at 6:47 AM, Didier DURAND <[email protected]> wrote:
>
> I use" window.onresize= handlerFunction"  in FF, IE to capture resize
> events on the current browser window.
>
> This doesn't seem to work on Chrome: how can I trap those resize
> events?
>
> thanks in advance
> didier
> >
>

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to