Hi,
after upgrading my Durpal-Installation from 5.7 => 5.8 Smileys-Modul not working fine.
In example: I have Smiley-Module active for my Drupal-Default Forum: now the textaerea is very small an the the FCKeditor (from FCKeditor-Module) not started again. I disabled Smileys-Module - the forum works ok. Befor the Drupal 5.8 upgrade works Smiley fine.
Firefox-Firebug the following Error-Message returns:
$("#showSmileysWindow").oneclick is not a function
smileysAutoAttach()()smileys.js (Linie 12)
e()jquery.js (Linie 2)
e()jquery.js (Linie 2)
e()jquery.js (Linie 2)
e()jquery.js (Linie 2)
[Break on this error] $('#showSmileysWindow').oneclick(function() {
What goes there wrong?
Many Thanks.
Frank
Comments
Comment #1
Gurpartap Singh commentedDid you also upgrade to new jQuery version? Probably the cause, because jquery 1.1 onwards doesn't have .oneclick function. Please see another issue in the queue which addresses how to get JS code for new jQuery version.
Comment #2
frank.dev commentedI have allready installed version 1.1.2 of JQuery.
Comment #3
Gurpartap Singh commentedThen it wont work unless you update to new JS code for smileys module. Use the code from 6.x development release.
Comment #4
frank.dev commentedOk, I replace the smileys.js from 5.x-1.2-beta, with smileys.js from 6.x-1.0-alpha1.
Firebug the following Error-Message returns:
Comment #5
Gurpartap Singh commentedReplace
with
Comment #6
Gurpartap Singh commented