Hi,
I have Version 1.87+ Build 8472 installed on my system and recently creating a survey with custom template which includes custom css code. I created a survey in 2 languages and also provides a quick translation tooltips when hovering on the flags image (achieved with css tooltip), which will provides (ms) flag on each question while viewing in (en) language and vice versa.
The codes for the tooltip is something like this...
<a class="tooltip" href="#"><img border="0" src="xxx/ms.png" /><span> the tooltip appear here on hovering ms.png</span></a>
When i save this survey, sometimes there is random code insertion within this tag, where sometimes it just ripped off the src and worse it even put the input tag on it and end up having an input text box instead of the current question with flag to hover.
This is weird because it only happen once in a while and on random places. For example, when i am editing question no.1 and tested the question, and not touching anything else then i activate to test the results. After activation and testing the survey, question 3 suddenly missing the flag and i checked the source code, the src tag have been "hijacked" making it impossible to load the ms.png as the original code supposed to be. And i am not touching question no 3 at all during editing.
any idea whats when wrong?
and also sometimes below the question, there is input box sometimes empty and sometimes there value in it but it doesnt effect any of the survey data so its not important.