The node-titles don't seem to schroll in Google Chrome?

CommentFileSizeAuthor
#2 last_node.patch695 bytesTheCrow

Comments

TheCrow’s picture

i made some test, marquee tag in chrome work just if it doesn't contain any ID value, so need delete it from the code and add the style inline!

TheCrow’s picture

StatusFileSize
new695 bytes

The patch for 5.x-2.3

crmd’s picture

I'm sorry, this patch doesn't seem to change anything? No scrolling in Chrome, but everything works just fine in IE and FF still..

TheCrow’s picture

Can you post the url? Maybe is a cache trouble.

crmd’s picture

TheCrow’s picture

Into "last_node.css" remove any reference to "marquee" and clean the cache. A fast method is execute the code below doing a preview of a fake document using the php filter:

cache_clear_all('*', 'cache', TRUE);
cache_clear_all('*', 'cache_page', TRUE);
cache_clear_all('*', 'cache_filter', TRUE);
cache_clear_all('*', 'cache_menu', TRUE);