I came across an interesting bug feature tonight when writing a handler for window.onresize
in Chrome (the latest version 6.0.472.55). First open two tabs, then in the first tab open this jsFiddle.
Resize the window at will and the dialog box works as expected. Now, try switching to the 2nd tab -_-. Why is resize
firing when the tab is changed? Could someone provide insight/more details if I need to file a bug?