Closed (fixed)
Project:
Collapse Text
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Mar 2011 at 19:57 UTC
Updated:
2 Apr 2011 at 17:23 UTC
Hi, great module, thanks for the update. After updating (1.1 > 2.6), the collapsables that contain accented vowels (á... etc.) in the title, loose their tags (title and class). Fckeditor is installed, and it's converting the symbol (á) to an entity (á) . Everything else works like a charm (nested collapsibles, the class tag, etc.).
Thanks for the update again! Greetings from the south!
Comments
Comment #1
pukku commentedHm. I think the problem is that this is not an "XML entity", but an "HTML entity". I'm using an XML parser to parse the tags, and this is breaking it.
I will look at how to solve this, but if there's a way to tell FCK Editor to use numeric entities, could you try that and see if it works? If so, I think I know what I can do...
Thanks,
Ricky
Comment #2
pukku commentedHi! I've just released 6.x-2.7, which should fix this problem.
Comment #3
eronte commentedHi pukku, thanks for the update!
FCKeditor can be configured to stop converting the symbols into entities (per profile or globally) and it alleviates the problem (some of the authors type the entities carefully by hand ^_-
Couldn't find a way to enforce numeric entities (yet).
PS: Tried 6.x-2.7, still get the default title. Greets!
Comment #4
pukku commentedHi! I guess I'm confused about the exact problem then. Can you supply a sample of some text that is giving you a problem?
Thanks,
Ricky
Comment #5
eronte commentedIt was an error on my side, sorry for the inconvenience. It was a page (with php code) that called the filter function directly (but never used the 'prepare' parameter -_-). Many many thanks for the fix and the update!