BipadTaranMahato / slideshow

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

Slimbox/Slideshow wrong Title #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Slimbox + Slideshow/linked:true
2. Title-Tag is not supportet by slideshow in combination with Slimbox
3.

What is the expected output? What do you see instead?
title of first href/image instead of title from each image

What version of the product are you using? On what operating system?
2r46
Please provide any additional information below.

<div id="my_show" class="slideshow">
  <a rel="lightbox" href="1.jpg" title="testtitle"><img src="1.jpg"
alt="Keylin" /></a>
</div>

<script type="text/javascript">
  var data = ['1.jpg', '2.jpg', '3.jpg'];

  var myShow = new Slideshow('my_show', data, {controller: true, hu:
'images/', linked: true});
</script>

each Image should get his own Title not the title of the first "a href"

Original issue reported on code.google.com by bast...@googlemail.com on 18 Jun 2008 at 9:21

GoogleCodeExporter commented 9 years ago
This should be fixed in SVN - thank you.

Original comment by aeron.gl...@gmail.com on 6 Jul 2008 at 4:17