leonardoguetta / slideshow

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

New slideshow version not showing tooltips anymore #200

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I downloaded the latest version of slideshow and it works fine in IE9.

I notice however that if I hide the captions I can no longer see its contents 
in the tooltip. I used to be able to (with the old script).

In this example, the old script was used and you can see a tooltip when you 
mouseover the slideshow: http://www.ccdmd.qc.ca/monde/ (as defined in the title 
parameter).

Here is an example using the newest script. http://dev.ccdmd.qc.ca/monde/. I 
left the captions in place, but whether or not they are enabled, there is no 
tooltip when I mouseover. 

Has something changed since your latest updates?
Any way I could restore this?

Thanks!

Original issue reported on code.google.com by sarah.do...@gmail.com on 20 May 2011 at 1:04

GoogleCodeExporter commented 8 years ago
I believe there is a new option "titles" to control that behavior separate from 
the captions. Try doing:

myShow = new Slideshow('some_element', myData, { titles: true, ... });

etc.. and see if that fixes the problem.

Original comment by aeron.gl...@gmail.com on 20 May 2011 at 2:07

GoogleCodeExporter commented 8 years ago
That did it!! Thank you!

Original comment by sarah.do...@gmail.com on 20 May 2011 at 5:36

GoogleCodeExporter commented 8 years ago
Well I should revise what I just said. It now works but in all browsers
besides IE9. The slideshow function works, but not the tooltip.
See: http://dev.ccdmd.qc.ca/monde/

My code looks like this
new Slideshow('show', data, {titles: true, captions: false, random: true,
controller: false, height: 335, hu: '
http://dev.ccdmd.qc.ca/monde/media/image449/', thumbnails: false, width:
449});

Ah well...

Original comment by sarah.do...@gmail.com on 20 May 2011 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 11 Jul 2011 at 3:39