[Webkit-unassigned] [Bug 88179] New: Hit ASSERT when editing attribute value in Element in SVG Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 18:56:16 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88179

           Summary: Hit ASSERT when editing attribute value in Element in
                    SVG Document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rwlbuis at gmail.com


To reproduce:

1. load any standalone SVG document
2. start web inspector
3. edit an attribute of an Element

Expected:

attribute should be changed

Actual:

ASSERTION FAILED: !node || node->isHTMLElement()
/Users/rwlbuis/work/WebKit/Source/WebCore/html/HTMLElement.h(151) : WebCore::HTMLElement *WebCore::toHTMLElement(WebCore::Node *)
1   0x10cce2e0d WebCore::toHTMLElement(WebCore::Node*)
2   0x10d6a19c7 WebCore::InspectorDOMAgent::setAttributesAsText(WTF::String*, int, WTF::String const&, WTF::String const*)
3   0x10d6a1ed5 non-virtual thunk to WebCore::InspectorDOMAgent::setAttributesAsText(WTF::String*, int, WTF::String const&, WTF::String const*)
4   0x10d63e7e2 WebCore::InspectorBackendDispatcherImpl::DOM_setAttributesAsText(long, WebCore::InspectorObject*)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list