Hi there, Im not sure if im messages came through however Ive narrowed down a bug with empty(), quicktime plugins in layers and safari.

This same code registers as one child available but after removing the video is still playing even though its removed and not visible.

while ( el.firstChild )
{
         el.removeChild( el.firstChild );
}


Any ideas ?

I believe its also happening with innerHTML.

Reply via email to