[Webkit-unassigned] [Bug 104636] New: Fixed position SVG asserts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 23:23:31 PST 2012


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

           Summary: Fixed position SVG asserts
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


The following will assert:
<svg xmlns="http://www.w3.org/2000/svg" style="position: fixed;">
</svg>

ASSERTION FAILED: mode & UseTransforms
../../third_party/WebKit/Source/WebCore/rendering/svg/RenderSVGRoot.cpp(407) : virtual void WebCore::RenderSVGRoot::mapLocalToContainer(const WebCore::RenderLayerModelObject *, WebCore::TransformState &, MapCoordinatesFlags, bool *) const
1   0x757cf9 WebCore::RenderSVGRoot::mapLocalToContainer(WebCore::RenderLayerModelObject const*, WebCore::TransformState&, unsigned int, bool*) const
2   0x32c07f7 WebCore::RenderObject::localToAbsolute(WebCore::FloatPoint const&, unsigned int) const
3   0x320eb6a _ZN7WebCoreL31accumulateOffsetTowardsAncestorEPKNS_11RenderLayerES2_RNS_11LayoutPointE
4   0x3206f8f WebCore::RenderLayer::convertToLayerCoords(WebCore::RenderLayer const*, WebCore::LayoutPoint&) const
5   0x321a9a0 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
6   0x321a7b8 WebCore::RenderLayer::paintLayerContentsAndReflection(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
7   0x3219bb6 WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
8   0x321cc2a WebCore::RenderLayer::paintList(WTF::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
9   0x321bc42 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
10  0x321a7b8 WebCore::RenderLayer::paintLayerContentsAndReflection(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
11  0x3219bb6 WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
12  0x321934d WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::LayoutRect const&, unsigned int, WebCore::RenderObject*, WebCore::RenderRegion*, unsigned int)
13  0x1722adf WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&)
14  0x2756cf5 WebCore::ScrollView::paint(WebCore::GraphicsContext*, WebCore::IntRect const&)

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