Click here to Skip to main content
15,892,746 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: Just tried and it works again Pin
Greg Utas5-Apr-20 1:09
professionalGreg Utas5-Apr-20 1:09 
GeneralRe: Just tried and it works again Pin
Wendelius5-Apr-20 2:54
mentorWendelius5-Apr-20 2:54 
QuestionQuestion not posted Pin
ZurdoDev31-Mar-20 1:10
professionalZurdoDev31-Mar-20 1:10 
GeneralRe: Question not posted Pin
User 1106097931-Mar-20 1:44
User 1106097931-Mar-20 1:44 
AnswerRe: Question not posted Pin
Richard MacCutchan31-Mar-20 2:31
mveRichard MacCutchan31-Mar-20 2:31 
BugSpurious pre tag when entering code Pin
k505429-Mar-20 10:07
mvek505429-Mar-20 10:07 
GeneralRe: Spurious pre tag when entering code Pin
phil.o29-Mar-20 11:00
professionalphil.o29-Mar-20 11:00 
GeneralRe: Spurious pre tag when entering code Pin
k505429-Mar-20 12:15
mvek505429-Mar-20 12:15 
Quote:
This works exactly as intended Smile | Smile | :)

Does it? It seems odd that it would generate a <pre> tag gratuitously following a blank line. Still as you say:
phil.o wrote:
Inside the pre tag, make sure to html escape <, > and & characters with their respective html-escape sequence &lt;, &gt; and &amp;.
which I hadn't done. I've cleaned up the reply in the C++ forum that was triggered this for me, so that's all good now. But it does seem irksome that we need to replace various chars in our program text with HTML entities. I was kinda/sorta under the impression that the <pre> element was supposed to allow pasting of code verbatim, without having to further modify for HTML display.

Maybe, though, you could explain this weirdness:

Note that if I start a #include on a line inside a <pre> tag, it tries to turn it into a <h1> tag, but it seems to have worked fine for you. I run into this often, and the workarounds seem to be to either insert a space at the beginning of line, or use the HTML entity &#35;. I'm using Chrome under Linux, if that makes any difference, so maybe it's something on the browser side that's causing this?
Keep Calm and Carry On

GeneralRe: Spurious pre tag when entering code Pin
phil.o29-Mar-20 12:47
professionalphil.o29-Mar-20 12:47 
GeneralRe: Spurious pre tag when entering code Pin
Richard MacCutchan29-Mar-20 21:22
mveRichard MacCutchan29-Mar-20 21:22 
GeneralRe: Spurious pre tag when entering code Pin
phil.o29-Mar-20 22:16
professionalphil.o29-Mar-20 22:16 
GeneralRe: Spurious pre tag when entering code Pin
Richard MacCutchan29-Mar-20 22:56
mveRichard MacCutchan29-Mar-20 22:56 
GeneralRe: Spurious pre tag when entering code Pin
Chris Maunder29-Mar-20 14:26
cofounderChris Maunder29-Mar-20 14:26 
SuggestionComments in blog's moderation Pin
phil.o28-Mar-20 21:09
professionalphil.o28-Mar-20 21:09 
GeneralRe: Comments in blog's moderation Pin
Nelek28-Mar-20 22:13
protectorNelek28-Mar-20 22:13 
SuggestionSearch user Pin
Nelek26-Mar-20 22:27
protectorNelek26-Mar-20 22:27 
GeneralRe: Search user Pin
Richard MacCutchan26-Mar-20 23:39
mveRichard MacCutchan26-Mar-20 23:39 
GeneralRe: Search user Pin
Nelek27-Mar-20 1:06
protectorNelek27-Mar-20 1:06 
GeneralRe: Search user Pin
phil.o27-Mar-20 1:36
professionalphil.o27-Mar-20 1:36 
GeneralRe: Search user Pin
Chris Maunder27-Mar-20 4:58
cofounderChris Maunder27-Mar-20 4:58 
GeneralRe: Search user Pin
Nelek27-Mar-20 7:20
protectorNelek27-Mar-20 7:20 
GeneralRe: Search user Pin
Matthew Dennis27-Mar-20 5:07
sysadminMatthew Dennis27-Mar-20 5:07 
GeneralRe: Search user Pin
Nelek27-Mar-20 7:21
protectorNelek27-Mar-20 7:21 
SuggestionNotify author of new post on article's discussion board Pin
Greg Utas23-Mar-20 11:46
professionalGreg Utas23-Mar-20 11:46 
GeneralRe: Notify author of new post on article's discussion board Pin
Chris Maunder23-Mar-20 12:01
cofounderChris Maunder23-Mar-20 12:01 

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

Flags: AnsweredUnable to replicateFixed

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