[Webkit-unassigned] [Bug 19370] [Gtk] Assertion failure at ScrollWindow.update for r34340

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 08:02:19 PDT 2008


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





------- Comment #8 from marco.barisione at collabora.co.uk  2008-08-04 08:02 PDT -------
It seems that the bug is only visible when you have a SVG inside an <img> tag.
This is supported only by WebKit and this is why we were seeing the crash only
on pages thought to be viewed in WebKit.

The reason for the crash is that SVGImage contains a FrameView and FrameView
derives from ScrollView. The FrameView doesn't have an associated widget ->
crash.

Why are svg images in <img> treated in a different way? If that's normal is it
normal that they don't have an associated widget? (I think so but I don't know
that code)


-- 
Configure bugmail: https://bugs.webkit.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