There is a bug with the bbc ticker rendering it non functional.

This might be due to jquery incompatibilities or something else. *shrug*

The error occurs in views.ticker.bbc.js

$(settings.newsList + ' li a').text(tickerText + placeHolder);

by changing the text function to empty/append the problem goes away and the ticker works as expected again.

$(settings.newsList + ' li a').empty();
$(settings.newsList + ' li a').append(tickerText + placeHolder);

Patch attached for your review...

CommentFileSizeAuthor
views_ticker_bbc_ticker.patch1.31 KBnickl

Comments

bneil’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

The 5.x version of the module is unsupported at this time. If there's interest in maintaining this version of the project, please contact myself or genjohnson.