Reputation: 69
In my Javascript Application, Google maps are used with lot of Markers.This Google Map is displayed properly in Browsers Firefox, IE 9, Safari...But in Google Chrome(version 12.0.742.112) when Zoom in and Zoom out the google maps are Flickering...It is not displayed properly...What is the problem here...Please help me to clear this issue...
Upvotes: 6
Views: 8701
Reputation: 11
Clear all your cookies.
More info click here.
This solution worked for me.
Upvotes: 0
Reputation: 3664
On linux I had the problem because, nvidia driver wasn't installed. Once the driver installed the flickering disapear.
Upvotes: 0
Reputation: 473
The issue is most likely caused by a conflict with your hardware acceleration. Timing
I had the same problem. I found that by disabling 'Use hardware acceleration when available' option from the Advanced Settings > System options sorted this out for me.
I have done a bit of research and it appears that this bug is fixed in later builds of Chrome. Hope this is the answer you were looking for!
My issue stemmed from the fact that my graphics card was an NVidia card that has a known bug with some hardware acceleration.
Another option, rather than just disabling Hardware Acceleration entirely, is to turn down your hardware acceleration settings. See this link which gives instructions how to access the hardware acceleration setting in Windows. Move the slider down about 2 clicks which should disable any Direct 3D drawing abilities.
Upvotes: 2
Reputation: 1220
Try a different build of chrome (say, chrome canary)and/or disabling hardware acceleration within chrome itself.
Upvotes: 1