MartyMechfly
Posts: 3
Joined: Wed Oct 29, 2014 11:36 am

rendering issue with Chrome

Hello,

I have a strange problem with the gallery. The images and backgrounds are sometimes being cut off and not rendered correctly. The issue is appearing only in Chrome.

Tested on:
Chrome version 38.0.2125.111
but also happened on some of the previous versions

Here is an example:
gallery_01.jpg
gallery_01.jpg (149.15 KiB) Viewed 3737 times
Also sometimes the thumbnails are being cut off:
ss+(2014-10-23+at+03.26.55).jpg
ss+(2014-10-23+at+03.26.55).jpg (176.74 KiB) Viewed 3737 times
I have tried to research the issue and found that it could be related to Chrome redrawing/repainting, but haven't found a solid fix. The issue occurs quite randomly. On some computers, it happens very rarely or not at all, but on others, it can happen quite often.

The highslide gallery can be opened from here, when clicking on the thumbnail image:
http://www.city24.ee/list?fr=0&usp=true

or in the object detailed view:
http://www.city24.ee/property/for+sale/ ... rrency=EUR

Has anyone else had a similar problem with Chrome or has an idea what might be causing it and how to fix it?

Norman
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: rendering issue with Chrome

Hi Norman,

I can't see any difference between Chrome and other browsers. And I don't know what to look for since the screenshots you've posted aren't available.

This is how I see your gallery in Chrome v.38:
2014-11-01_0917.jpg
2014-11-01_0917.jpg (127.93 KiB) Viewed 3715 times
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: rendering issue with Chrome

No problem in Chrome for me, either.

I think the forum software is losing attached images (like our avatars, which keep disappearing). But when I looked at the OP's screenshots earlier, I think they were showing the kind of broken images that usually result from a damaged JPG file. But even then, I couldn't reproduce the problem on either of my machines (Win7, OSX 10.10).
MartyMechfly
Posts: 3
Joined: Wed Oct 29, 2014 11:36 am

Re: rendering issue with Chrome

Thanks for answering.

Images can be viewed here:
http://gyazo.com/77052d198d221afc3c664a8eacdf13a4
http://gyazo.com/0fc5dfc0f70d969f0c69fc6c1d29f3df

As I said, it is a very random issue and might not happen on all computers.

I was hoping that maybe someone has experienced a similar rendering issue.
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: rendering issue with Chrome

I haven't seen this rendering issue before. I'm afraid I don't have a fix for this, since I don't experience the same issue in the Chrome browsers I've tested in.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
MartyMechfly
Posts: 3
Joined: Wed Oct 29, 2014 11:36 am

Re: rendering issue with Chrome

Finally got the issue resolved. Needed to add this to my CSS:

.highslide-container,
.highslide-container * {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

Return to “Highslide JS Usage”