AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Image link area extends to top of page #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
On Safari 4.0.2 and Firefox 3.0.1 I'm getting a hit area above the image that 
extends to the top of 
the page allowing me to advance to the next image.

http://realrooster.com/sandbox/wyckoff_tweedie/wedding.html

Original issue reported on code.google.com by gaiaudio...@gmail.com on 9 May 2010 at 10:47

GoogleCodeExporter commented 8 years ago
I had the same issue, can you verify that changing line 630:

.append('<span class="image-wrapper current"><a class="advance-link" 
rel="history" href="#'+this.data[nextIndex].hash+'" 
title="'+imageData.title+'"> </a></span>')

to this:

.append('<span class="image-wrapper current"><a class="advance-link" 
rel="history" href="#'+this.data[nextIndex].hash+'" 
title="'+imageData.title+'"></a></span>')

fixes the issue? I simply removed the ' '.

Original comment by aku...@gmail.com on 14 Aug 2010 at 9:21

GoogleCodeExporter commented 8 years ago
@akufen

Thanks, removing the   fixed this issue for me!

Original comment by mgi...@gmail.com on 4 Oct 2010 at 9:06