Game Development Community

Editing comments errors and search box errors.

by Lukas Joergensen · in Site Feedback · 06/01/2012 (1:11 pm) · 10 replies

When i press edit comment, it formats the comment all weird. This is an example:

GUYS%2BI%2Bam%2Bterribly%2Bsorry%2521%2BClearly%2Bit
GUYS I am terribly sorry! Clearly it
Everything but letters gets formatted that way, have never seen that formatting before O.o is it UTF-something?

Owell also if i search in the search box it searches on this:
gsc.q=asd&gsc.ref=forums&gsc.tab=0
When i just search for asd. Using the search box in the search page works fine.

#1
06/01/2012 (1:39 pm)
Putting this on the webteam's radar.
#2
06/01/2012 (1:43 pm)
The web team is on it!
The search is fixed, I'll look into the other issue.
Thanks for the heads up!
#3
06/01/2012 (1:46 pm)
Wow.. 4 minutes reaction time from Davids first message for fixes rolling in.
GG-Team always ready for action i guess :P
Gj guys!
#4
06/01/2012 (1:59 pm)
The strange escaping issue is fixed! Thanks again for the heads up!
#5
06/01/2012 (2:02 pm)
No problem and thanks for a quick and good service! :)
#6
06/01/2012 (3:19 pm)
Just to note editing blogs also messes up " > < etc, with &amp; type stuff.
#7
06/03/2012 (8:58 am)
Quote:
&amp;amp;amp;quot;onAdd()&amp;amp;amp;quot;

For example.
#8
06/03/2012 (11:38 am)
Did the removal of backslashes used in codeblocks upon re-edit bug ever get fixed?

echo(&quot;c4PlayerPopupMenu::onSelect(&quot; SPC %this.getName() SPC %id SPC %text SPC &quot;)&quot;);
#9
06/03/2012 (11:38 am)
... and nope, it is even worse now!

That should have read:
echo("\c4PlayerPopupMenu::onSelect(" SPC %this.getName() SPC %id SPC %text SPC ")");
Notice the removal in the previous post of the escape string character (the backslash), as well as the quotes, and insertion of the &quot garbage... just because the post was edited.
#10
06/04/2012 (6:42 am)
Also, quotations get translated when entering edit mode, and then saved as "&amp;" when you finish editing.