[Webkit-unassigned] [Bug 35377] Changing the src attribute of an img element does not cancel the image load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 07:41:48 PST 2013


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


Thomas Fischer <fischer.th at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fischer.th at gmail.com




--- Comment #17 from Thomas Fischer <fischer.th at gmail.com>  2013-02-01 07:43:48 PST ---
This bug is a show blocker for web apps which have to manage lot of images like a map app.
The only workaround yet is creating a hidden frame for each and every image to be able to cacnel the image loading by calling frame.stop()

The other side of the coin: This workaround causes a heavy memory foor print  :-(

Please, let the Image object behave like in all other browsers:
If the source has been changed the current http request is canceled and the already loaded part of the image is cached as "partial" 
If later on the previous image resource is requested again then utilize http "Content-Range" to load the rest of the resource

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list