Click here to Skip to main content
15,888,157 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
BugWeird display in QA Pin
Patrice T21-Feb-17 5:48
mvePatrice T21-Feb-17 5:48 
GeneralRe: Weird display in QA Pin
Richard MacCutchan21-Feb-17 7:00
mveRichard MacCutchan21-Feb-17 7:00 
GeneralRe: Weird display in QA Pin
Afzaal Ahmad Zeeshan21-Feb-17 7:20
professionalAfzaal Ahmad Zeeshan21-Feb-17 7:20 
GeneralRe: Weird display in QA Pin
Richard MacCutchan21-Feb-17 8:23
mveRichard MacCutchan21-Feb-17 8:23 
GeneralRe: Weird display in QA Pin
Patrice T21-Feb-17 8:17
mvePatrice T21-Feb-17 8:17 
GeneralRe: Weird display in QA Pin
Richard Deeming21-Feb-17 8:54
mveRichard Deeming21-Feb-17 8:54 
GeneralRe: Weird display in QA Pin
Patrice T21-Feb-17 9:09
mvePatrice T21-Feb-17 9:09 
GeneralRe: Weird display in QA Pin
jsc4226-Feb-17 23:39
professionaljsc4226-Feb-17 23:39 
It's been a long time since I wrote any significant JS, but I recall that having the text </script> in any JavaScript block is interpreted as the end tag, irrespective of whether it is in a comment or a string. The solution that I grew up with was to split the string into two concatenated strings e.g. "<script ...>...</" + "script>" but you can't do that in JSON as that expects a string literal, not an expression. So the best that can be done is to use something like "<script ...>...<\x2fscript>". But I am guessing that the code is autogenerated when you submit the question, in which case it is up to the hamsters to fix the autogeneration e.g. just replace all "/" with "\x2f".

P.S. To include the text </script> in the above message, I had to use &lt;/script&gt;
BugSomehow User post metadata bleeded on top of the page Pin
Bryian Tan21-Feb-17 5:45
professionalBryian Tan21-Feb-17 5:45 
GeneralRe: Somehow User post metadata bleeded on top of the page Pin
Pete O'Hanlon21-Feb-17 11:47
mvePete O'Hanlon21-Feb-17 11:47 
BugNo notification for "Blog consumed" Pin
Afzaal Ahmad Zeeshan20-Feb-17 11:27
professionalAfzaal Ahmad Zeeshan20-Feb-17 11:27 
GeneralRe: No notification for "Blog consumed" Pin
Chris Maunder21-Feb-17 8:22
cofounderChris Maunder21-Feb-17 8:22 
BugAccidental -1 if someone else deletes a message Pin
Marco Bertschi20-Feb-17 1:08
protectorMarco Bertschi20-Feb-17 1:08 
GeneralRe: Accidental -1 if someone else deletes a message Pin
Kornfeld Eliyahu Peter20-Feb-17 1:16
professionalKornfeld Eliyahu Peter20-Feb-17 1:16 
GeneralRe: Accidental -1 if someone else deletes a message Pin
Marco Bertschi20-Feb-17 1:36
protectorMarco Bertschi20-Feb-17 1:36 
BugThe article menu is broken Pin
Marco Bertschi19-Feb-17 21:28
protectorMarco Bertschi19-Feb-17 21:28 
AnswerRe: The article menu is broken Pin
Richard MacCutchan19-Feb-17 21:32
mveRichard MacCutchan19-Feb-17 21:32 
GeneralRe: The article menu is broken Pin
Richard Deeming20-Feb-17 2:03
mveRichard Deeming20-Feb-17 2:03 
SuggestionHandling CTRL+S in article editor Pin
Afzaal Ahmad Zeeshan19-Feb-17 3:49
professionalAfzaal Ahmad Zeeshan19-Feb-17 3:49 
GeneralRe: Handling CTRL+S in article editor Pin
Kornfeld Eliyahu Peter19-Feb-17 6:44
professionalKornfeld Eliyahu Peter19-Feb-17 6:44 
GeneralRe: Handling CTRL+S in article editor Pin
Afzaal Ahmad Zeeshan19-Feb-17 8:02
professionalAfzaal Ahmad Zeeshan19-Feb-17 8:02 
GeneralMessage Removed Pin
18-Feb-17 9:37
nickhiebert18-Feb-17 9:37 
QuestionGeneral Query about source code uploads to Codeproject Pin
Garth J Lancaster16-Feb-17 16:54
professionalGarth J Lancaster16-Feb-17 16:54 
AnswerRe: General Query about source code uploads to Codeproject Pin
Chris Maunder16-Feb-17 17:07
cofounderChris Maunder16-Feb-17 17:07 
GeneralRe: General Query about source code uploads to Codeproject Pin
Garth J Lancaster16-Feb-17 17:17
professionalGarth J Lancaster16-Feb-17 17:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedUnable to replicateAdded to TODOAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.