[Webkit-unassigned] [Bug 8684] GOOGLE Calendar: Assign to innerHtml with html consisting of an iframe + div, div drawn twice.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 10 16:30:46 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8684





------- Comment #8 from oster at google.com  2006-05-10 16:30 PDT -------
Thanks to opendarwin.org at mitzpettel.com I now have a workaround for this bug:
instead of assigning the equivalent of 

foo.innerhtml = '<div><iframe id=a></iframe><div id=b></div></div>; 

I do:

foo.innerHTML = '<div><div id=a1></div><div id=b></div></div>;
diva1 = findbyid('a1');
diva1.innerHTML = '<iframe id=a></iframe>';


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list