[Webkit-unassigned] [Bug 26328] Changing href attribute of svg images does not work when changing display attribute as well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 18:18:34 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31257|review?                     |review-
               Flag|                            |




------- Comment #7 from eric at webkit.org  2009-06-18 18:18 PDT -------
(From update of attachment 31257)
I don't understand this clause:
 95     if (isURIAttribute)
 96         m_imageLoader.updateFromElementIgnoringPreviousError();
 97     else if (!renderer())
 98         return;

Why only return when ! isURIAttribute && !renderer()?  That seems wrong, given
all the other code below.

How does HTML handle this case?  This patch doesn't seem right.


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