Closed (won't fix)
Project:
Responsive images and styles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 09:37 UTC
Updated:
9 Oct 2014 at 14:55 UTC
Jump to comment: Most recent
Comments
Comment #1
attiks commentedAny javascript errors on Safari?
Comment #2
attiks commentedThere's something wrong with your resp_img.js file, this commit fixed this issue, but it looks like your javascript is missing parts of it
Line 72 should have
Your js contains the old code:
Comment #3
adoumas commentedMy js file is up to date and the problem still exist...
Line 72 looks ok to me...
Comment #4
attiks commentedDid you try clearing your cahce, the javascript that is running now on your site contains the wrong code.
Comment #5
adoumas commentedTake a look again in the last js file
http://www.adoumas.com/sites/default/files/js/js_C5XsyL3ELKmkULLEpgVMPpA...
yes a have clear caches. from the first time i see the correct code in js.
Comment #6
attiks commentedCan you set a breakpoint at
var cookieEnabled = (navigator.cookieEnabled) ? true : false;and step through the code. Post back the value of cookieEnabled and navigator.cookieEnabledI tried it using browserstack, but even after blocking the cookie it was still working (keep in mind that they have a special environment)
PS: I love your 404 page ;-)
Comment #7
attiks commentedOther things to try
In the developer tools - console enter
navigator.cookieEnabled- should return falsedocument.cookie- should be an empty stringDrupal.respImg_cookiesEnabled()- should return falseComment #8
adoumas commentedWith the brake point both 1 and 3 returns true and 2 returns "has_js=1" after the brake point page continues to refresh....
Thx for the comment about 404 ;) In love CSS3 <3
Comment #9
attiks commentedThis sounds like a caching issue, can you see what request is made during the redirect, and see if the cookies respimg and respimg_ratio are set.
Do you have caching turned on in the webserver?
Do you have caching enabled in Drupal?
Comment #10
adoumas commentedSame problem with cache disable.
the cookie respimg and respimg_ratio are always true
Comment #11
attiks commentedcache of drupal or cache on the webserver?
can you try with 2 image mappings?
Comment #12
jelle_sComment #13
attiks commentedOld issue, I think you better update to the picture module