Closed (fixed)
Project:
Responsive images and styles
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2012 at 03:38 UTC
Updated:
28 Nov 2012 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
luksakI solved the issue with this:
Shouldn't, resp_img be doing this on it's own?
Comment #2
attiks commentedNo resp_img uses a polyfill that only loads on window.load, but I like the solution
Comment #3
luksakShould I create a patch that implements this? We would have to stop picturefill to run on window.log then.
Comment #4
attiks commentedPatch is always welcomed
Comment #5
luksakThere you go. I removed the event listeners from picturefill, except the resize event listener.
Comment #6
attiks commentedtrailing whitespace
some test code
Comment #7
luksakFixing the code style
Comment #8
luksakComment #9
attiks commentedI got this error while trying to apply the patch: "fatal: git diff header lacks filename information when removing 1 leading pathname components (line 45)"
So I did it by hand
Can you test it?
Comment #10
luksakI already switched to picture. If I have time, I will test it.