[Webkit-unassigned] [Bug 17760] <img> treats empty src as no image at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 19:43:31 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17760





------- Comment #6 from darin at apple.com  2008-03-11 19:43 PDT -------
(In reply to comment #5)
> 2) And I tried in javascript "delete some_img.src" or "some_img.src =
> undefined". They didn't work either.

Try this:

    some_img.removeAttribute("src")

That should work.


-- 
Configure bugmail: http://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