Active
Project:
Views Ticker
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2011 at 03:52 UTC
Updated:
9 Jul 2014 at 18:10 UTC
Jump to comment: Most recent
Hello,
Running browser testing on a new site, Views Ticker seems to only display one item (or possibly displays them stacked) when scrolling horizontally in Internet Explorer. I tried setting Inline Fields in Views with no luck, and running IE in Compatibility Mode fixes the issue.
Is there any way to fix this problem?
Thanks!
Comments
Comment #1
raghukr commentedCan you post more details like OS, IE version, etc?
Comment #2
CrashNet commentedSure raghukr.
I've tested on IE 8 and 9 so far on the Windows 7 OS. I did some testing to determine if it was displaying multiple node titles as a stack, however cannot find this issue. For some reason, only the first rendered node title scrolls. No other node titles display.
Please let me know what other information I may provide to help you.
Comment #3
lias commentedI'm having this same problem using 6x-2.0 version. I can fix by using compatibility view but not all viewers will know to do this.
Comment #4
raghukr commentedPlease post a screenshot, & the export of the view.
Comment #5
mrvee commentedI'm experiencing the same issue on IE9. Only the first entry displays in the ticker, but in the Views setup screen, it displays all the values.
Issue only occurs in IE9. All other browsers display correctly. When I switch IE9 to compatibilty mode, it displays correct.
I've tested with 7.x-2.0 and 7.x-2.x-dev using Chrome, Firefox and IE. It seems to work fine in earlier versions of IE
Find view export below:
Comment #6
toastytheog commentedI have the same issue, with an added problem. on page load, it lists all of the ticker items vertically, not applying the styling until I hit refresh.
I've had issues with IE not floating things properly if there isn't a set width. This could be the case here.
Comment #7
Anonymous (not verified) commentedI had this same issue. I found a comment here:
http://arstechnica.com/civis/viewtopic.php?p=21776712&sid=eb228d7c6247e0...
that was very helpful. It seems as though IE doesn't always like it when you apply "white-space: nowrap" to the tag. If you apply "white-space: nowrap; float: left;" to the tags that wrap the tags, then it seems to fix the problem (at least for me). I just added the following to my CSS:
I'm not sure what variations you might have to use to get it to work in your scenario, but hopefully this gets you down the right path.
Comment #8
Anonymous (not verified) commentedActually, this worked better:
http://forums.asp.net/t/1851105.aspx/1
I just put:
float:none;
display:table-cell;
on the and
Comment #9
Max2505 commentedI have the same issue, but I'm not so familiar with css.
To which file do I need to add this?