Closed (duplicate)
Project:
Views Ticker
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Sep 2011 at 09:06 UTC
Updated:
9 Mar 2018 at 17:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kmontyConfirming the bug exists and this patch fixes the issue.
Comment #2
mwm commentedI ran into this same problem on 6.x-2.x-dev with a horizontal ticker. It works fine for logged-in users, but anonymous users get the mask and container twice. I tried this patch but it just caused the Javascript to never load, breaking the ticker completely. I don't understand the code well enough to debug it any further.
Comment #3
andrewbelcher commented@hitriprsti - thanks for that, saved me loads of time!
There was a similar bug for vTicker (as opposed to liScroll).
I've not looked closely at the face/bbc to see if they also have a similar problem as I don't use them...
I've made a patch including your fix and also the fix for vTicker. Hopefully the maintainers can get it committed!
Comment #4
sgdev commentedHas been a while since this issue was posted, although there have been others about this particular issue and other patches made.
The primary problem is the use of inline JavaScript. Doing so causes lots of problems when interacting with other JavaScript on a Drupal site.
Please review the patch we created that fixes all of these problems, and also adds new features: https://www.drupal.org/node/2704723
Thanks.
Comment #5
nwom commentedCan be fixed with the patch on #2704723: Refactor module