[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
Tue May 9 14:42:39 PDT 2006


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





------- Comment #6 from oster at google.com  2006-05-09 14:42 PDT -------
Nope: The only procedure I've got for this bug is exactly the one in the
orginal description.

With the source, clicking the "Import Calendars" link causes a crash/assert:

#1      0x9012dff4 in abort
#2      0x947b20b0 in __eprintf
#3      0x01aba058 in WebCore::Node::createRendererIfNeeded at Node.cpp:878
#4      0x01ac1af0 in WebCore::Element::attach at Element.cpp:488
#5      0x018d9c38 in WebCore::ContainerNode::attach at ContainerNode.cpp:574
#6      0x01ac1afc in WebCore::Element::attach at Element.cpp:490
#7      0x018d9c38 in WebCore::ContainerNode::attach at ContainerNode.cpp:574

which is:
void Node::createRendererIfNeeded()
{
    if (!document()->shouldCreateRenderers())
        return;

    assert(!attached());  // <-- this is where it crashes.
}


-- 
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