Created attachment 46880 [details] test case Capturing a load event on an ancestor of an <img> tag doesn't always work. This is affecting Safari, Mac Chrome and Linux Chrome. I have not tested Windows variants. Mac Chrome doesn't capture the onLoad event at all, while Safari and Linux Chrome have the same behaviour, only capturing sometimes. Steps to reproduce: 1. Load up the page in the attachment. 2. The first "onLoad" alert box is expected. 3. Copy the red dot and paste on the word "here" observed: all webkit: alert("onLoad") expected: alert("captured successfully") 4. Copy the red dot and paste in the word "select" observed: mac chrome- alert("onLoad), linux chrome and safari: alert("captured successfully") expected: alert("captured successfully")
Mark, I think this bug is fixed, can you retest please?
Works for me in: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1
And works for me in Safari 5.0.4 (6533.20.27).