[Webkit-unassigned] [Bug 26285] New: Removing an image's src attribute, or setting it to null, via scripting, doesn't change the image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 17:36:32 PDT 2009


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

           Summary: Removing an image's src attribute, or setting it to
                    null, via scripting, doesn't change the image
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction, InRadar
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


<rdar://problem/6951846>
Removing an image's src attribute, or setting it to null, via scripting,
doesn't update the UI.

Ex:
image.src = "";
image.removeAttribute('src');

Safari will still show the previous image.
Firefox will (as expected) empty the image.

Attached is a simple reduction.


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