[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
Thu Oct 24 03:29:23 PDT 2013


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


Shunfang <csf1987 at 126.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csf1987 at 126.com




--- Comment #18 from Shunfang <csf1987 at 126.com>  2013-10-24 03:28:07 PST ---
I fully agree Thomas Fischer's way, it's useful and important on mobile platform too.

(In reply to comment #17)
> 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