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

 
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
mve#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 
BugRe: And another one (sorry) Pin
Patrice T13-Oct-16 0:19
mvePatrice T13-Oct-16 0:19 
GeneralRe: And another one (sorry) Pin
Chris Maunder18-Oct-16 5:43
cofounderChris Maunder18-Oct-16 5:43 
GeneralRe: And another one (sorry) Pin
Patrice T18-Oct-16 6:52
mvePatrice T18-Oct-16 6:52 
GeneralRe: And another one (sorry) Pin
Chris Maunder18-Oct-16 5:44
cofounderChris Maunder18-Oct-16 5:44 
BugPasted urls are getting changed. All letters are set to lower case Pin
ZurdoDev10-Oct-16 5:05
professionalZurdoDev10-Oct-16 5:05 
GeneralRe: Pasted urls are getting changed. All letters are set to lower case Pin
Chris Maunder10-Oct-16 12:55
cofounderChris Maunder10-Oct-16 12:55 
GeneralRe: Pasted urls are getting changed. All letters are set to lower case Pin
ZurdoDev10-Oct-16 14:53
professionalZurdoDev10-Oct-16 14:53 
GeneralRe: Pasted urls are getting changed. All letters are set to lower case Pin
Nish Nishant11-Oct-16 10:21
sitebuilderNish Nishant11-Oct-16 10:21 
BugAnother new oddity. Pin
OriginalGriff10-Oct-16 4:50
mveOriginalGriff10-Oct-16 4:50 
GeneralRe: Another new oddity. Pin
Patrice T10-Oct-16 13:28
mvePatrice T10-Oct-16 13:28 
GeneralRe: Another new oddity. Pin
Chris Maunder10-Oct-16 13:48
cofounderChris Maunder10-Oct-16 13:48 
JokeRe: Another new oddity. Pin
Nelek12-Oct-16 3:31
protectorNelek12-Oct-16 3:31 
GeneralRe: Another new oddity. Pin
Chris Maunder12-Oct-16 4:52
cofounderChris Maunder12-Oct-16 4:52 
GeneralRe: Another new oddity. Pin
Patrice T12-Oct-16 22:11
mvePatrice T12-Oct-16 22:11 
BugAnother strange one with the code button Pin
Richard MacCutchan9-Oct-16 23:06
mveRichard MacCutchan9-Oct-16 23:06 

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

Flags: CompletedFixedAnswered

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