Click here to Skip to main content
15,920,031 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: Article still in limbo Pin
Matthew Dennis8-Sep-20 10:37
sysadminMatthew Dennis8-Sep-20 10:37 
GeneralRe: Article still in limbo Pin
honey the codewitch8-Sep-20 12:27
mvahoney the codewitch8-Sep-20 12:27 
BugMissing images after publish, codeproject bug/feature? Pin
Fredrik Rudberg7-Sep-20 17:46
Fredrik Rudberg7-Sep-20 17:46 
GeneralRe: Missing images after publish, codeproject bug/feature? Pin
honey the codewitch8-Sep-20 4:17
mvahoney the codewitch8-Sep-20 4:17 
GeneralRe: Missing images after publish, codeproject bug/feature? Pin
Fredrik Rudberg8-Sep-20 16:33
Fredrik Rudberg8-Sep-20 16:33 
GeneralRe: Missing images after publish, codeproject bug/feature? Pin
Nelek9-Sep-20 0:27
protectorNelek9-Sep-20 0:27 
GeneralRe: Missing images after publish, codeproject bug/feature? Pin
Fredrik Rudberg9-Sep-20 1:04
Fredrik Rudberg9-Sep-20 1:04 
BugArticle not working and error message is shown Pin
Carlos Jiménez de Parga7-Sep-20 0:55
Carlos Jiménez de Parga7-Sep-20 0:55 
GeneralRe: Article not working and error message is shown Pin
Richard MacCutchan7-Sep-20 1:25
mveRichard MacCutchan7-Sep-20 1:25 
GeneralRe: Article not working and error message is shown Pin
Saul Taub7-Sep-20 4:50
Saul Taub7-Sep-20 4:50 
GeneralRe: Article not working and error message is shown Pin
Matthew Dennis7-Sep-20 5:56
sysadminMatthew Dennis7-Sep-20 5:56 
QuestionSomething to worry about? Pin
Nelek6-Sep-20 23:36
protectorNelek6-Sep-20 23:36 
AnswerRe: Something to worry about? Pin
OriginalGriff6-Sep-20 23:38
mveOriginalGriff6-Sep-20 23:38 
GeneralRe: Something to worry about? Pin
Greg Utas7-Sep-20 1:49
professionalGreg Utas7-Sep-20 1:49 
GeneralRe: Something to worry about? Pin
DaveMathews7-Sep-20 5:56
DaveMathews7-Sep-20 5:56 
AnswerRe: Something to worry about? Pin
Matthew Dennis7-Sep-20 5:57
sysadminMatthew Dennis7-Sep-20 5:57 
AnswerRe: Something to worry about? Pin
Chris Maunder8-Sep-20 5:48
cofounderChris Maunder8-Sep-20 5:48 
BugA niggling little annoyance. Pin
OriginalGriff6-Sep-20 20:58
mveOriginalGriff6-Sep-20 20:58 
GeneralRe: A niggling little annoyance. Pin
Chris Maunder8-Sep-20 5:47
cofounderChris Maunder8-Sep-20 5:47 
GeneralRe: A niggling little annoyance. Pin
OriginalGriff8-Sep-20 6:19
mveOriginalGriff8-Sep-20 6:19 
Paste a block of code, select "as is"
The code appears indented:

Highlight it, and use the "code" widget to select the language: text will do the same as c#:

Notice that the pre tag is flushed right to the first non-space character.
Then when it's posted (and in the preview)it looks like this image:

Because all the "loose spaces" to the left of the pre tag are (correctly) swallowed leaving the rest of the text "orphaned" with their original indentation.

What should happen is that the code widget should put the pre tag flushed left, not right, then the auto formatter will left justify the indentation correctly:

C#
for (int i = 0; i < myDataTable.Columns.Count; i++)
    {
    myDataGridView.Columns[i].HeaderText = myDataTable.Columns[i].Caption;
    }

Does that make sense?
"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!

JokeRe: A niggling little annoyance. Pin
Nelek8-Sep-20 9:22
protectorNelek8-Sep-20 9:22 
GeneralRe: A niggling little annoyance. Pin
Chris Maunder13-Sep-20 3:15
cofounderChris Maunder13-Sep-20 3:15 
GeneralRe: A niggling little annoyance. Pin
OriginalGriff13-Sep-20 4:22
mveOriginalGriff13-Sep-20 4:22 
BugMassive CP link problem Pin
Luc Pattyn6-Sep-20 2:26
sitebuilderLuc Pattyn6-Sep-20 2:26 
GeneralRe: Massive CP link problem Pin
OriginalGriff6-Sep-20 8:24
mveOriginalGriff6-Sep-20 8:24 

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

Flags: Fixed

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