alicepa / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

Fix nesting issue: ondocumentready instead of oncontendready? #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There appears to be an issue with a certain level of nesting.

I had a curved LIs in a curved UL in a curved BODY.

The LI elements were not triggering the oncontentready function.

I changed 

<public:attach event="oncontentready" 
onevent="oncontentready('v08vnSVo78t4JfjH')" />

to

<public:attach event="ondocumentready" 
onevent="oncontentready('v08vnSVo78t4JfjH')" />

and it fixed any such issues I had. Anyone know is this will be problematic?

Original issue reported on code.google.com by thejkwhosaysni@gmail.com on 20 Aug 2010 at 3:52

GoogleCodeExporter commented 8 years ago
Forgot to mention, this affected IE7 only.

Original comment by thejkwhosaysni@gmail.com on 20 Aug 2010 at 3:52