Click here to Skip to main content
15,881,742 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: Another reaction anomaly Pin
Randor 2-Jul-22 19:06
professional Randor 2-Jul-22 19:06 
GeneralRe: Another reaction anomaly Pin
Chris Maunder4-Jul-22 10:38
cofounderChris Maunder4-Jul-22 10:38 
GeneralRe: Another reaction anomaly Pin
Peter_in_27804-Jul-22 15:56
professionalPeter_in_27804-Jul-22 15:56 
GeneralRe: Another reaction anomaly Pin
Greg Utas5-Jul-22 0:51
professionalGreg Utas5-Jul-22 0:51 
GeneralRe: Another reaction anomaly Pin
Peter_in_27805-Jul-22 1:13
professionalPeter_in_27805-Jul-22 1:13 
GeneralRe: Another reaction anomaly Pin
Greg Utas5-Jul-22 1:36
professionalGreg Utas5-Jul-22 1:36 
GeneralRe: Another reaction anomaly Pin
Chris Maunder5-Jul-22 4:17
cofounderChris Maunder5-Jul-22 4:17 
BugUse of ampersand in code blocks changed? Pin
OriginalGriff27-Jun-22 20:23
mveOriginalGriff27-Jun-22 20:23 
I noticed this n a C-based QA question: Why it prints the value only int is initialized?[^]
If you enter this:

int *ptr = #

Without a code block, it shows as this:

int *ptr = #

I understand that, it makes sense.
But ... inside a code block, that should be ignored, but it isn't:
C
int *ptr = #

To get it to work, you have to modify the code:

int *ptr = #

To get this:
C
int *ptr = #

I'm pretty sure that didn't used to happen? Or I'm getting old and forgetful ... Sigh | :sigh:
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Use of ampersand in code blocks changed? Pin
Chris Maunder28-Jun-22 3:30
cofounderChris Maunder28-Jun-22 3:30 
SuggestionSpotting spam in article moderation - just a thought. Pin
OriginalGriff26-Jun-22 1:34
mveOriginalGriff26-Jun-22 1:34 
GeneralRe: Spotting spam in article moderation - just a thought. Pin
Chris Maunder4-Jul-22 10:40
cofounderChris Maunder4-Jul-22 10:40 
GeneralRe: Spotting spam in article moderation - just a thought. Pin
OriginalGriff4-Jul-22 11:09
mveOriginalGriff4-Jul-22 11:09 
GeneralRe: Spotting spam in article moderation - just a thought. Pin
OriginalGriff4-Jul-22 11:10
mveOriginalGriff4-Jul-22 11:10 
GeneralRe: Spotting spam in article moderation - just a thought. Pin
Chris Maunder4-Jul-22 11:16
cofounderChris Maunder4-Jul-22 11:16 
JokeRe: Spotting spam in article moderation - just a thought. Pin
Richard Deeming4-Jul-22 21:33
mveRichard Deeming4-Jul-22 21:33 
GeneralRe: Spotting spam in article moderation - just a thought. Pin
Chris Maunder5-Jul-22 4:15
cofounderChris Maunder5-Jul-22 4:15 
BugDiscussions list on front page Pin
Greg Utas21-Jun-22 3:12
professionalGreg Utas21-Jun-22 3:12 
GeneralRe: Discussions list on front page Pin
Chris Maunder22-Jun-22 14:59
cofounderChris Maunder22-Jun-22 14:59 
GeneralRe: Discussions list on front page Pin
Greg Utas22-Jun-22 15:05
professionalGreg Utas22-Jun-22 15:05 
GeneralRe: Discussions list on front page Pin
Greg Utas24-Jun-22 10:03
professionalGreg Utas24-Jun-22 10:03 
GeneralRe: Discussions list on front page Pin
Jo_vb.net24-Jun-22 10:17
mvaJo_vb.net24-Jun-22 10:17 
GeneralRe: Discussions list on front page Pin
Greg Utas27-Jun-22 1:20
professionalGreg Utas27-Jun-22 1:20 
GeneralRe: Discussions list on front page Pin
Chris Maunder4-Jul-22 10:39
cofounderChris Maunder4-Jul-22 10:39 
GeneralRe: Discussions list on front page Pin
Greg Utas14-Jul-22 2:07
professionalGreg Utas14-Jul-22 2:07 
GeneralRe: Discussions list on front page Pin
Greg Utas15-Jul-22 7:24
professionalGreg Utas15-Jul-22 7:24 

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

Flags: Added to TODOUnable to replicate

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