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

 
QuestionArbitrary article formatting Pin
AngusEm11-Feb-08 15:30
AngusEm11-Feb-08 15:30 
GeneralRe: Arbitrary article formatting Pin
Chris Maunder11-Feb-08 15:35
cofounderChris Maunder11-Feb-08 15:35 
GeneralSearch Pin
Bassam Abdul-Baki10-Feb-08 14:50
professionalBassam Abdul-Baki10-Feb-08 14:50 
GeneralRe: Search Pin
Chris Maunder10-Feb-08 15:21
cofounderChris Maunder10-Feb-08 15:21 
GeneralRe: Search Pin
Bassam Abdul-Baki10-Feb-08 15:26
professionalBassam Abdul-Baki10-Feb-08 15:26 
GeneralRe: Search Pin
Chris Maunder11-Feb-08 2:27
cofounderChris Maunder11-Feb-08 2:27 
GeneralRe: Search Pin
Vasudevan Deepak Kumar11-Feb-08 2:46
Vasudevan Deepak Kumar11-Feb-08 2:46 
GeneralColorizer Glitch Pin
User 2710099-Feb-08 13:51
User 2710099-Feb-08 13:51 
I just posted this article, http://www.codeproject.com/KB/WPF/WPFBusinessAppsPartOne.aspx

I found a glitch in the colorizer that forced me to change some VB.NET code in a PRE section to get it to work, but this issue needs to be corrected if possible.

Here is my code: obj.Source.OriginalString.Contains("\Skins\") Then

Inside the PRE section I wanted to render the following code: (note I had to add a space before the ) to prevent a happy face from showing up here)

obj.Source.OriginalString.Contains("\Skins\" ) Then

However the colorizer treated the \&quote; as an escaped sequence and cause all the code after it to render in the wrong color.

I had to change the code to this to get it to work: (notice the space after the second backslash.

obj.Source.OriginalString.Contains("\Skins\ " ) Then

Cheers, Karl

My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your Articles

Just a grain of sand on the worlds beaches.


-- modified 27-Feb-21 21:01pm.
GeneralRe: Colorizer Glitch Pin
Chris Maunder10-Feb-08 15:21
cofounderChris Maunder10-Feb-08 15:21 
GeneralRe: Colorizer Glitch Pin
Nish Nishant11-Feb-08 13:34
sitebuilderNish Nishant11-Feb-08 13:34 
GeneralRe: Colorizer Glitch Pin
User 27100911-Feb-08 13:41
User 27100911-Feb-08 13:41 
GeneralLicense info page contains wrong descriptions Pin
Member 580739-Feb-08 4:17
Member 580739-Feb-08 4:17 
GeneralRe: License info page contains wrong descriptions Pin
Chris Maunder9-Feb-08 5:40
cofounderChris Maunder9-Feb-08 5:40 
QuestionMonthly competition outdated!!! Pin
Parthasarathy Mandayam8-Feb-08 8:34
Parthasarathy Mandayam8-Feb-08 8:34 
GeneralRe: Monthly competition outdated!!! Pin
Chris Maunder8-Feb-08 8:38
cofounderChris Maunder8-Feb-08 8:38 
GeneralRe: Monthly competition outdated!!! PinPopular
Nish Nishant11-Feb-08 13:35
sitebuilderNish Nishant11-Feb-08 13:35 
GeneralRe: Monthly competition outdated!!! Pin
Vasudevan Deepak Kumar12-Feb-08 4:19
Vasudevan Deepak Kumar12-Feb-08 4:19 
GeneralRight is Wrong Pin
Bassam Abdul-Baki8-Feb-08 6:59
professionalBassam Abdul-Baki8-Feb-08 6:59 
GeneralRe: Right is Wrong Pin
Chris Maunder8-Feb-08 8:38
cofounderChris Maunder8-Feb-08 8:38 
GeneralRe: Right is Wrong Pin
Bassam Abdul-Baki8-Feb-08 8:41
professionalBassam Abdul-Baki8-Feb-08 8:41 
GeneralRe: Right is Wrong Pin
Chris Maunder8-Feb-08 8:49
cofounderChris Maunder8-Feb-08 8:49 
GeneralRe: Right is Wrong Pin
Bassam Abdul-Baki8-Feb-08 8:53
professionalBassam Abdul-Baki8-Feb-08 8:53 
GeneralRe: Right is Wrong Pin
Chris Maunder9-Feb-08 5:40
cofounderChris Maunder9-Feb-08 5:40 
GeneralRe: Right is Wrong Pin
Vasudevan Deepak Kumar12-Feb-08 4:26
Vasudevan Deepak Kumar12-Feb-08 4:26 
GeneralRe: Right is Wrong Pin
Dan Neely12-Feb-08 5:28
Dan Neely12-Feb-08 5:28 

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

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