Closed (fixed)
Project:
Smileys
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2008 at 22:43 UTC
Updated:
21 Jun 2008 at 15:52 UTC
Last night I was working in my site just fine with no problems. Today I tried to do some work on the site but all of the expandable links were broken and text fields were all messed up. I traced it down to the Smileys module and when I disable it everything works fine. I'm not sure what happened since I haven't changed anything from last night, why all of a sudden Smileys was causing this issue.
Any idea what might have happened? I would like to be able to re-enable the module.
Comments
Comment #1
Gurpartap Singh commentedUse firebug to track down the javascript error/conflict. Also, can you short list the modules you are using which use javascript.
Comment #2
pjnes commentedThis happened to me, the error was
on line 12.
Changing 'oneclick' to 'click' as mentioned on another support item seems to have fixed it, but once the smileys are expanded they don't go away.
Comment #3
soccastar001 commentedSorry, I'm not as technically adept as some of you. I don't know what firebug is or how to run it and I don't know how to tell the difference between modules that use javascript and ones that don't.
I did try holychimp's suggestio though, but changing oneclick to just click on line 12 of smileys.js didn't fix the problem.
Comment #4
Gurpartap Singh commentedIn case you are using jquery1.1+ you need to change
oneclick(function() {...})toone('click', function() {...})in smileys.js file.soccastar001, Firebug is an extension for Firefox browser. In short, it allows you to diagnose a website/page. If an error occurs with javascript, it is likely to prompt you about it. It resides on the bottom right side of your firefox's window. http://getfirebug.com/ Download and install from here, and let me know what kind of error you are getting.
If you still unsure about how to use it, just let me know.
Comment #5
Gurpartap Singh commentedAssuming the problem to be fixed with the solution mentioned in last comment.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.