Click here to Skip to main content
15,916,019 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: Reporting options in article moderation Pin
Jochen Arndt15-Oct-16 21:46
professionalJochen Arndt15-Oct-16 21:46 
GeneralRe: Reporting options in article moderation Pin
Midi_Mick15-Oct-16 22:23
professionalMidi_Mick15-Oct-16 22:23 
SuggestionArticle Votes Pin
#realJSOP14-Oct-16 4:59
professional#realJSOP14-Oct-16 4:59 
GeneralRe: Article Votes Pin
Richard Deeming14-Oct-16 5:03
mveRichard Deeming14-Oct-16 5:03 
GeneralRe: Article Votes Pin
#realJSOP14-Oct-16 5:10
professional#realJSOP14-Oct-16 5:10 
GeneralRe: Article Votes Pin
Chris Maunder14-Oct-16 8:41
cofounderChris Maunder14-Oct-16 8:41 
SuggestionWeird one Pin
#realJSOP14-Oct-16 4:48
professional#realJSOP14-Oct-16 4:48 
GeneralRe: Weird one Pin
Chris Maunder14-Oct-16 8:43
cofounderChris Maunder14-Oct-16 8:43 
GeneralRe: Weird one Pin
#realJSOP14-Oct-16 22:54
professional#realJSOP14-Oct-16 22:54 
GeneralRe: Weird one Pin
#realJSOP14-Oct-16 23:10
professional#realJSOP14-Oct-16 23:10 
GeneralRe: Weird one Pin
Jörgen Andersson15-Oct-16 2:19
professionalJörgen Andersson15-Oct-16 2:19 
SuggestionLatest Article Filter - Home page Pin
super14-Oct-16 3:05
professionalsuper14-Oct-16 3:05 
GeneralRe: Latest Article Filter - Home page Pin
Chris Maunder14-Oct-16 8:42
cofounderChris Maunder14-Oct-16 8:42 
SuggestionMessage removed and marked as spam Pin
Swinkaran13-Oct-16 12:19
professionalSwinkaran13-Oct-16 12:19 
SuggestionMessage Removed Pin
12-Oct-16 23:07
Member 1119696912-Oct-16 23:07 
SuggestionCan we move this thread? Pin
Jörgen Andersson12-Oct-16 19:21
professionalJörgen Andersson12-Oct-16 19:21 
BugAutomatic insertion of page title shouldn't trigger when inserting a URL over existing text Pin
Dan Neely11-Oct-16 5:16
Dan Neely11-Oct-16 5:16 
SuggestionArticle popularity calculation Pin
Wendelius11-Oct-16 0:11
mentorWendelius11-Oct-16 0:11 
GeneralRe: Article popularity calculation Pin
Nelek12-Oct-16 3:27
protectorNelek12-Oct-16 3:27 
GeneralRe: Article popularity calculation Pin
Chris Maunder12-Oct-16 8:53
cofounderChris Maunder12-Oct-16 8:53 
GeneralRe: Article popularity calculation Pin
#realJSOP13-Oct-16 2:11
professional#realJSOP13-Oct-16 2:11 
BugAnd another one (sorry) Pin
Richard MacCutchan10-Oct-16 5:11
mveRichard MacCutchan10-Oct-16 5:11 
GeneralRe: And another one (sorry) Pin
Chris Maunder10-Oct-16 13:53
cofounderChris Maunder10-Oct-16 13:53 
Yeah. This one is a bad one and it's related to our decision to switch to using a third party HTML sanitiser. We've relied on our own one for ages but it simply wasn't up to the task. The new one, however, has no patience, no humour, and not hesitation it hunting down and annihilating anything that looks like HTML that it doesn't agree with.

If someone pastes #include <stdio> without escaping the <'s then everything from thereon in will assume it's an HTML tag. It's not a white-listed HTML tag, though, so it gets nuked.

Either the poster needs to encode brackets, or wrap them in PRE blocks (where they get special treatment) or we don't bother and just switch to Markdown and don't allow any HTML at all. (which we briefly tried and everyone hated it.

...or we do what software devs always do and fork the code and hack it to our will. Instead of removing bad tags we'll work out a way to simply HTML encode them and convert blocked HTML tags into harmless Text nodes.
cheers
Chris Maunder

GeneralRe: And another one (sorry) Pin
Patrice T10-Oct-16 23:06
mvePatrice T10-Oct-16 23:06 
GeneralRe: And another one (sorry) Pin
Brisingr Aerowing12-Oct-16 6:17
professionalBrisingr Aerowing12-Oct-16 6:17 

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

Flags: AnsweredIn ProgressCompletedFixed

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