Bug 26392 - In html, modification of xlink:href of an newly inserted svg image does not work.
Summary: In html, modification of xlink:href of an newly inserted svg image does not w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL: http://renevier.net/bugs/webkit_svg_i...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 15:42 PDT by arno.
Modified: 2009-06-24 23:30 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.