Click here to Skip to main content
15,887,326 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: The content is too short. Pin
Richard MacCutchan26-Jan-14 22:00
mveRichard MacCutchan26-Jan-14 22:00 
GeneralRe: The content is too short. Pin
Nelek28-Jan-14 21:07
protectorNelek28-Jan-14 21:07 
GeneralRe: The content is too short. Pin
Kornfeld Eliyahu Peter28-Jan-14 21:30
professionalKornfeld Eliyahu Peter28-Jan-14 21:30 
SuggestionThe Springsteen Project - And what I'd like to have to host it on CP Pin
Marco Bertschi26-Jan-14 1:06
protectorMarco Bertschi26-Jan-14 1:06 
GeneralRe: The Springsteen Project - And what I'd like to have to host it on CP Pin
Chris Maunder26-Jan-14 15:14
cofounderChris Maunder26-Jan-14 15:14 
GeneralRe: The Springsteen Project - And what I'd like to have to host it on CP Pin
Marco Bertschi26-Jan-14 20:11
protectorMarco Bertschi26-Jan-14 20:11 
BugPlease fix the XML pre tags Pin
Ron Beyer24-Jan-14 9:35
professionalRon Beyer24-Jan-14 9:35 
AnswerRe: Please fix the XML pre tags Pin
Thomas Daniels25-Jan-14 0:08
mentorThomas Daniels25-Jan-14 0:08 
Ron Beyer wrote:
removes all the capitalization inside the tags.

Let's try that:
HTML
<pre lang="xml">
&lt;CapitalizedTag&gt;Value&lt;/CapitalizedTag&gt;
</pre>

Result:
XML
<CapitalizedTag>Value</CapitalizedTag>

Strange, it doesn't remove the capitalization (perhaps because this is a message and not an answer).

EDIT: I found the reason!!!
Probably, you wrote something like this:
XML
<pre lang="xml">
<CapitalizedTagHere>Value</CapitalizedTagHere>
</pre>

This will result in this (only in answers, in messages it gives a proper result):
XML
<capitalizedtaghere>Value</capitalizedtaghere>

You need to change the < and > into the HTML entities &lt; and &gt; because otherwise, when posting an answer, the server thinks that your tags are real HTML tags, and removed the capitalization, but when rendering them, they are not real HTMl tags, so it will render the lowercase HTML tags as text. So that's why you need to use the HTML entities also in code blocks.
The quick red ProgramFOX jumps right over the Lazy<Dog>.

My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer

My group: C# Programmers Group


modified 25-Jan-14 6:18am.

GeneralRe: Please fix the XML pre tags Pin
Ron Beyer25-Jan-14 2:41
professionalRon Beyer25-Jan-14 2:41 
GeneralRe: Please fix the XML pre tags Pin
Thomas Daniels25-Jan-14 2:46
mentorThomas Daniels25-Jan-14 2:46 
BugLatest Articles - Big Gap Pin
Ron Beyer23-Jan-14 8:02
professionalRon Beyer23-Jan-14 8:02 
GeneralRe: Latest Articles - Big Gap Pin
Chris Maunder23-Jan-14 18:02
cofounderChris Maunder23-Jan-14 18:02 
GeneralRe: Latest Articles - Big Gap Pin
Ron Beyer23-Jan-14 18:04
professionalRon Beyer23-Jan-14 18:04 
SuggestionKrunal Rohit is back Pin
Kornfeld Eliyahu Peter23-Jan-14 7:22
professionalKornfeld Eliyahu Peter23-Jan-14 7:22 
GeneralRe: Krunal Rohit is back Pin
Rajesh R Subramanian23-Jan-14 19:58
professionalRajesh R Subramanian23-Jan-14 19:58 
GeneralRe: Krunal Rohit is back Pin
thatraja23-Jan-14 20:49
professionalthatraja23-Jan-14 20:49 
BugFormatting issue Pin
Marco Bertschi23-Jan-14 6:00
protectorMarco Bertschi23-Jan-14 6:00 
GeneralRe: Formatting issue Pin
Sean Ewington23-Jan-14 6:03
staffSean Ewington23-Jan-14 6:03 
GeneralRe: Formatting issue Pin
Marco Bertschi23-Jan-14 6:33
protectorMarco Bertschi23-Jan-14 6:33 
SuggestionReading lists? Pin
Rajesh R Subramanian23-Jan-14 4:13
professionalRajesh R Subramanian23-Jan-14 4:13 
SuggestionMy Article copied by this Chinese site Pin
Shameel23-Jan-14 0:34
professionalShameel23-Jan-14 0:34 
GeneralSome more 100s of CP articles copied by this Chinese site Pin
thatraja23-Jan-14 1:26
professionalthatraja23-Jan-14 1:26 
GeneralRe: Some more 100s of CP articles copied by this Chinese site Pin
Gandalf_TheWhite23-Jan-14 2:20
professionalGandalf_TheWhite23-Jan-14 2:20 
GeneralRe: Some more 100s of CP articles copied by this Chinese site Pin
DaveAuld23-Jan-14 3:24
professionalDaveAuld23-Jan-14 3:24 
GeneralRe: Some more 100s of CP articles copied by this Chinese site Pin
thatraja23-Jan-14 3:47
professionalthatraja23-Jan-14 3:47 

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

Flags: FixedClosed

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