Bug 26392

Summary: In html, modification of xlink:href of an newly inserted svg image does not work.
Product: WebKit Reporter: arno. <a.renevier>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
URL: http://renevier.net/bugs/webkit_svg_image_href.html

Description arno. 2009-06-14 15:42:07 PDT
Hi, in a html document, I create a <svg:image> element and attach it to the document. Then, I try to change it's href attribute to point to another resource, but it does not work. See testcase.

I noticed that bug on webkit-gtk, and did not have the opportunity to test on different backends.
Comment 1 arno. 2009-06-14 15:43:32 PDT
When browsing http://renevier.net/bugs/webkit_svg_image_href.html, image is green with gecko and opera. It's yellow with GtkLauncher.
Comment 2 Rob Buis 2009-06-16 12:31:35 PDT
I think this is the same problem as in bug 26328. With my fix from that bug applied I see a green image.
Cheers,

Rob.
Comment 3 Rob Buis 2009-06-24 23:30:14 PDT
Landed in r45095.