Click here to Skip to main content
15,899,754 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

 
GeneralRe: Can't "accept" a moderated message. Pin
OriginalGriff21-Sep-16 21:41
mveOriginalGriff21-Sep-16 21:41 
SuggestionMessage Removed Pin
19-Sep-16 23:01
Member 1274946319-Sep-16 23:01 
SuggestionCSS3 styles being culled ? Pin
W Balboos, GHB19-Sep-16 8:09
W Balboos, GHB19-Sep-16 8:09 
GeneralRe: CSS3 styles being culled ? Pin
Chris Maunder19-Sep-16 9:23
cofounderChris Maunder19-Sep-16 9:23 
GeneralRe: CSS3 styles being culled ? Pin
W Balboos, GHB19-Sep-16 10:27
W Balboos, GHB19-Sep-16 10:27 
GeneralRe: CSS3 styles being culled ? Pin
Chris Maunder19-Sep-16 11:37
cofounderChris Maunder19-Sep-16 11:37 
GeneralRe: CSS3 styles being culled ? Pin
W Balboos, GHB20-Sep-16 1:16
W Balboos, GHB20-Sep-16 1:16 
GeneralRe: CSS3 styles being culled ? Pin
Chris Maunder21-Sep-16 13:48
cofounderChris Maunder21-Sep-16 13:48 
GeneralRe: CSS3 styles being culled ? Pin
W Balboos, GHB22-Sep-16 0:54
W Balboos, GHB22-Sep-16 0:54 
GeneralRe: CSS3 styles being culled ? Pin
Chris Maunder22-Sep-16 2:57
cofounderChris Maunder22-Sep-16 2:57 
BugNo notifications since Thursday... Pin
Kornfeld Eliyahu Peter17-Sep-16 7:27
professionalKornfeld Eliyahu Peter17-Sep-16 7:27 
GeneralRe: No notifications since Thursday... Pin
Chris Maunder17-Sep-16 14:23
cofounderChris Maunder17-Sep-16 14:23 
GeneralRe: No notifications since Thursday... Pin
Kornfeld Eliyahu Peter17-Sep-16 20:47
professionalKornfeld Eliyahu Peter17-Sep-16 20:47 
QuestionQA Answers: smiley codes no longer work? Pin
OriginalGriff16-Sep-16 4:33
mveOriginalGriff16-Sep-16 4:33 
AnswerRe: QA Answers: smiley codes no longer work? Pin
Chris Maunder21-Sep-16 6:49
cofounderChris Maunder21-Sep-16 6:49 
GeneralRe: QA Answers: smiley codes no longer work? Pin
OriginalGriff21-Sep-16 8:00
mveOriginalGriff21-Sep-16 8:00 
QuestionWhat's is going on with code formatting? Pin
Maciej Los16-Sep-16 1:10
mveMaciej Los16-Sep-16 1:10 
AnswerRe: What's is going on with code formatting? Pin
Richard Deeming16-Sep-16 2:41
mveRichard Deeming16-Sep-16 2:41 
GeneralRe: What's is going on with code formatting? Pin
Maciej Los16-Sep-16 2:45
mveMaciej Los16-Sep-16 2:45 
GeneralRe: What's is going on with code formatting? Pin
Richard Deeming16-Sep-16 2:52
mveRichard Deeming16-Sep-16 2:52 
GeneralRe: What's is going on with code formatting? Pin
Chris Maunder21-Sep-16 16:40
cofounderChris Maunder21-Sep-16 16:40 
GeneralRe: What's is going on with code formatting? Pin
Maciej Los21-Sep-16 20:24
mveMaciej Los21-Sep-16 20:24 
GeneralRe: What's is going on with code formatting? Pin
Chris Maunder22-Sep-16 3:29
cofounderChris Maunder22-Sep-16 3:29 
PraiseRe: What's is going on with code formatting? Pin
Maciej Los22-Sep-16 3:33
mveMaciej Los22-Sep-16 3:33 
AnswerRe: What's is going on with code formatting? Pin
Chris Maunder16-Sep-16 3:51
cofounderChris Maunder16-Sep-16 3:51 
At a guess what may be happening is the person pasted in XML without HTML encoding it, and it was stripped. I'd have to check.

Pasted in HTML/XML is meant to be HTML encoded if inside a PRE block, but the code has changed a lot over the last week in order to crank up security. We've previously been fairly loose about what we allow, but we can't do that anymore so we've been erring on the side of caution.

I'll add this as a bug to check and if my guess is true it should be a simple fix.

In the meantime: encode your HTML when pasting in code blocks Smile | :)
cheers
Chris Maunder

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

Flags: FixedSolvedAnswered

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