Closed (fixed)
Project:
Glossify
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Apr 2010 at 01:18 UTC
Updated:
31 Jul 2012 at 22:40 UTC
This problem was driving me crazy forever and finally fixed it by disabling Glossify.
Whenever I would try to put javascript in a node, it would work when I previewed the node but when I submitted it the code would change making the javascript not functional.
For example it would change quotes (") to "
There were other symbols it would change but I don't have a full list.
Comments
Comment #1
joshmv commentedComment #2
locomo commentedsubscribe
Comment #3
omerida commentedI found that commenting out line 410 fixed this for me, haven't seen any adverse effects from it not running...
// escape again the htmlentities - useful for non autolinked characters - so they are returned to their previous html-entities-state
// (autolinked chars are whatever the link-to titles/strings are ...)
// $haystack = htmlentities($haystack, ENT_COMPAT, "UTF-8");
Comment #4
Ivo.Radulovski commentedtry using the new version - the 2.x will not be supported any more.
Comment #5
omerida commentedI'd like to try the beta but looking at the process step for the input filter, it seems like it'll kill performance when you have a large number of nodes.
I think you could rewrite the query as -
Comment #6
Ivo.Radulovski commentedThank you very much for your input, i have also recieved a couple of other very helpful tips and will implement them today.
I'd be very glad if you could tell me your thoughts on the next beta release.
Comment #7
WorldFallz commentedseems fixed in 6.x-3.x.