Last node block vs Google Chrome?

crmd - June 29, 2009 - 16:13
Project:Last Node
Version:5.x-2.3
Component:User interface
Category:bug report
Priority:normal
Assigned:crmd
Status:active
Description

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

#1

TheCrow - June 30, 2009 - 17:43

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

TheCrow - July 1, 2009 - 15:46

The patch for 5.x-2.3

AttachmentSize
last_node.patch 695 bytes

#3

crmd - July 8, 2009 - 07:24

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

TheCrow - July 8, 2009 - 08:16

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

#5

crmd - July 8, 2009 - 08:23

#6

TheCrow - July 10, 2009 - 15:20

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:

<?php
cache_clear_all
('*', 'cache', TRUE);
cache_clear_all('*', 'cache_page', TRUE);
cache_clear_all('*', 'cache_filter', TRUE);
cache_clear_all('*', 'cache_menu', TRUE);
?>

 
 

Drupal is a registered trademark of Dries Buytaert.