Hi!

I have this very weird problem with text inputs and textareas so I can't add whitespaces between words... I've found out that some script loaded through the "$scripts" variable in html.tpl.php template file brings this behaviour, but I don't know how to take control over this var.

Any suggestions please?

Thx!!

Comments

nevets’s picture

Which script do you suspect? Is it the same behavior in various browsers? Does it behave that way with a core theme?

cirici’s picture

Thanks for answering nesvets!!

It's a conflict caused by jquery.galleriffic.js, one script necessary for my galleries.

The solution, turn enableKeyboardNavigation to false in jquery.galleriffic.js

source: https://code.google.com/p/galleriffic/issues/detail?id=147

Thanks!!!