[Webkit-unassigned] [Bug 17897] Not Rendering Images Imported from XHTML Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 2 18:07:41 PDT 2008


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


jchaffraix at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #4 from jchaffraix at webkit.org  2008-08-02 18:07 PDT -------
I have been able to find the root of this issue:

- the images are not loaded as we load them in a document that is not rendered
(because it is loaded via XMLHttpRequest).

- when inserting the images into a rendered document, we do not call their
loader to fetch the images so nothing appear on the screen.

- modifying the src attribute forces us to fetch the images by calling the
loader.

Taking the bug as I have a fix that I will attach here tomorrow, once I have
tested it a bit more.


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