Posted by crmd on June 29, 2009 at 4:13pm
| Project: | Last Node |
| Version: | 5.x-2.3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | crmd |
| Status: | active |
Issue Summary
The node-titles don't seem to schroll in Google Chrome?
| Project: | Last Node |
| Version: | 5.x-2.3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | crmd |
| Status: | active |
The node-titles don't seem to schroll in Google Chrome?
Comments
#1
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!
#2
The patch for 5.x-2.3
#3
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..
#4
Can you post the url? Maybe is a cache trouble.
#5
http://www.creamind.be/
#6
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:
<?phpcache_clear_all('*', 'cache', TRUE);
cache_clear_all('*', 'cache_page', TRUE);
cache_clear_all('*', 'cache_filter', TRUE);
cache_clear_all('*', 'cache_menu', TRUE);
?>