IE Issue
carsonw
Registered Users Posts: 47 Big grins
I normally use FireFox but I just tried viewing my website http://www.carsonwilcox.com via IE and found an issue.
When I view a gallery, any gallery, the large image view to the right of the thumbnails doesn't show up at all. Is this an issue with my IE setup or what? This is bit disturbing as it could be part of the problem with my increasing bounce rate.
Thanks
Carson
When I view a gallery, any gallery, the large image view to the right of the thumbnails doesn't show up at all. Is this an issue with my IE setup or what? This is bit disturbing as it could be part of the problem with my increasing bounce rate.
Thanks
Carson
0
Comments
If the photo on the right doesn't appear at all, try clearing your browser cache (temporary internet files) in IE, and then try accessing your site again. That should solve the issue if it's not the zoom issue.
SmugMug Support Hero
http://www.carsonwilcox.com
carson@carsonwilcox.com
Is your system zoom set to something other than default? Check in your Windows CP.
Portfolio • Workshops • Facebook • Twitter
Carson
http://www.carsonwilcox.com
carson@carsonwilcox.com
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Not Browser Zoom. System Zoom in Windows.
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I read it In our testing and in the other thread not long ago on this issue, we determined it's system zoom that is the culprit. In can browser zoom all day long in IE9 and never have an issue....
Portfolio • Workshops • Facebook • Twitter
FYI, just because you can't make a problem happen on your system does not mean there's no problem. All systems and configurations and versions of IE are not identical. The customer tells you they reset browser zoom and the problem went away. Gee, you think maybe there's still a problem connected to browser zoom? I do. I'm surprised you don't.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Hi John, you've watched me make nearly 60,000 posts here. You know I don't give up.
Can you make browser zoom on IE9 bust a non customized SmugMug site? If you can I would love the steps, that would help us greatly.
Portfolio • Workshops • Facebook • Twitter
Yes, I've seen you do many good things here, but occasionally you and others at Smugmug like to pretend that if you can't reproduce the bug that it doesn't exist and there's nothing you can do about it. That simply isn't the case.
Yes, it's hard to fix when you can't reproduce it, but when I ran an engineering team we filed the bugs we knew existed even when we didn't know how to reproduce them and eventually, we had to assign engineering resources to try to figure out how to reproduce them or how to change the code so that that particular fault simply couldn't happen any more. Sometimes the only way to figure out a puzzle like this is to study the code and figure out what could possibly make this happen. Often, we'd end up with 3-4 suppositions about things that could eventually lead to the problem and we'd find ways to defend against those in the code - even without a reproducible case.
I remember a particular bug we had in Netscape Navigator (yes, that's how old I am) where it would just crash occasionally when moving the mouse. We could never reproduce it, but we knew from enough reports that it did exist. Eventually, we got a stack trace from one of the crashes that happened in a build with extra debugging turned on and we found that there was a null pointer reference in some toolbar tooltip code. We could never reproduce the problem and that pointer was never supposed to be null, but we were able to add some defensive coding in several places to the tooltip logic so that if the pointer was ever null, we'd be safe. We never had a test case to reproduce the problem. We only had anecdotal reports of a crash when you move the mouse, but we heard it often enough that we knew it was real. After we added the defensive coding, we never heard of this report again. Only an engineer looking at the code could come up with defensive mechanisms to protect against this possible problem.
If I were trying to fix this zoom problem once and for all (without a reproducible case), I would switch to an HTML/CSS design that simply could not put the main image below the thumbs - ever. It probably wouldn't be using the type of layout you have now because with a small pixel mismatch, your current layout allows the browser to decide that the main image doesn't fit to the right and will drop it below.
Because zoom is obviously problematic and the entire viewing experience is ruined when the main image is not visible, this is a nasty issue. I recommended changing to a design path that can never put the main image below the thumbs two years ago (use different layout logic), but your engineers did not decide to go that route and we still have this nagging issue.
As with all these issues, I can only hope you guys do the right thing and find a way to fix it. There is a bug here that is very hard to reproduce, but does occur in the wild often enough to know that the issue still exists. I'll help any way I can.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks for this, John. I can see it at 75% on your gallery and also Carson's (and also mine). (IE9, Win7). But on a standard SmugMug site, like this: http://cmac.smugmug.com/SmugMug/Support-Heroes-painted-faces/2504559_TrBCmb#!i=131487110&k=FdKeW it doesn't happen. The strange thing is that this didn't used to happen a couple months ago when we last looked - the photo wrapping was determined to be related to system zoom not browser zoom :cry
I will ask the team to take a further look at this problem, but as you've asked above, you want us to engineer it out of possibly happening - we've done this with the new gallery style (that is in /darkroom). And to be clear it works perfectly at 100% default zoom in IE9. Ugh, it's a tough problem, for sure, since IE doesn't play as nicely with this stuff as other browsers do.
EDIT: Also, I can't make it fail (image wrapping below thumbs) in IE9 on your site, mine, Carson's, if I zoom UP to 125, 150%, or any custom number. Seems only to happen if you zoom down to 75% (how common is zooming down?).
Portfolio • Workshops • Facebook • Twitter