In order to start the scrolling one must mouse over then back off.

Nice module!

Comments

mathieu’s picture

Status: Active » Postponed (maintainer needs more info)

I remember reading about that bug before, but I don't have the time to find out what happened. Is this with IE7 ? It might be an old bug that was fixed in the 5.1 release...

nathanraft’s picture

This is in IE6 and FF.

If you come across it please send it my way!

jboeger’s picture

I am having the same problem. Also... only one vocabulary shows up in the Taxonomy Ticker settings.

jboeger’s picture

Here's more info.... running Drupal 4.7.6

http://www.supercleanweb.com/nirvanasolutions/web/nirvana-news

Ticker is over on the right (grey box). Mouse over the box and it begins.

jboeger’s picture

any help on this? anybody?

under deadline, and really hoping to use this ticker for client site.

using drupal 4.7.6 on LAMP server. see URL above. it doesn't start
scrolling until you mouse over and then off again. ??

thanks.

mathieu’s picture

I had a look at your site and the call might need to be manually modified to be like this :

<body onload="startTicker();">

This shouldn't be necessary, but it seems that the auto-start stuff (if (isJsEnabled() && ... ) doesn't work for you. That would be a bug, but your site includes the misc/drupal.js file, so I can't see what's wrong...

markhope’s picture

I can confirm I too experience this problem.

Firefox 2/Mac OS X
IE7/IE6/WIN XP

Got it working by manually adding body onload.

arindamghatak794’s picture

where exactly do you put this line to manually start the ticker ?

www.MyResearchFunds.com
The world's fastest growing network of researchers

mathieu’s picture

In your theme's page.tpl.php. There is (hopefully!) already a tag .. you need to add the onload="startTicker();" part.

arindamghatak794’s picture

Yes, it sure worked! Thanks a lot!

arindamghatak794’s picture

Ok, one very weird problem occurs as a result of adding this line though. Now the ticker starts working automatically without mousing over, but all the collapsed menus in site stop working.....like say, you have search and advanced search (which is collapsed). The Advanced search link is not clickable anymore. Same happens with a number of other collapsed links.

arindamghatak794’s picture

Oh yeah, not only do collapsed menus stop working, even nice menus don't work anymore. I don't know if its only me or others are having the same problem.....

Arindam
www.MyResearchFunds.com

mo6’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)