Click here to Skip to main content
15,896,118 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: Please delete my account Pin
Slacker00728-Nov-11 6:48
professionalSlacker00728-Nov-11 6:48 
SuggestionIssues Adding Blog Feed Pin
Lee P Richardson28-Nov-11 4:03
Lee P Richardson28-Nov-11 4:03 
GeneralRe: Issues Adding Blog Feed Pin
Chris Maunder28-Nov-11 7:11
cofounderChris Maunder28-Nov-11 7:11 
GeneralRe: Issues Adding Blog Feed Pin
Lee P Richardson28-Nov-11 14:25
Lee P Richardson28-Nov-11 14:25 
QuestionRe: Issues Adding Blog Feed Pin
Lee P Richardson29-Nov-11 8:06
Lee P Richardson29-Nov-11 8:06 
GeneralRe: Issues Adding Blog Feed Pin
Chris Maunder29-Nov-11 16:05
cofounderChris Maunder29-Nov-11 16:05 
AnswerRe: Issues Adding Blog Feed Pin
Lee P Richardson29-Nov-11 16:08
Lee P Richardson29-Nov-11 16:08 
SuggestionAn intermittent (?) and very specific bug in the CP editor in QA Pin
BillWoodruff27-Nov-11 16:20
professionalBillWoodruff27-Nov-11 16:20 
Today I was giving an alternate way, on QA, to set the BackColor of an MDI Form: in a Code block the line using the word "MdiClient" within <> delimiters was consistently changed to "mdiclient," and a strange extra closing tag </mdiclient> was added.

This was a straight paste of working code from Visual Studio.

The fix was to go into the code between pre tags and use the &..; formats for the <> delimiters around "MdiClient."

Let's see if I can reproduce it here:
C#
private void Form1_Load(object sender, EventArgs e)
{
    this.Controls.OfType<MdiClient>().First().BackColor = Color.Red;
}

Hah ! Now, of course, I cannot reproduce it.

Considering it possible I made a mistake and somehow selected an option that was not "Code" after pasting, I reviewed the results of all other format-after-paste options: none of them would give anything near what was reproduced when this intermittent thing was happening.

Oh well, cosmic-ray ?
"Anyone who shows me my 'blind spots' gives me the gift of sight." ... a thought from the shallows of the deeply shallow mind of ... Bill


modified 27-Nov-11 22:32pm.

GeneralRe: An odd and very specific bug in the CP editor Pin
Chris Maunder27-Nov-11 16:35
cofounderChris Maunder27-Nov-11 16:35 
SuggestionRe: An odd and very specific bug in the CP editor Pin
thatraja27-Nov-11 16:59
professionalthatraja27-Nov-11 16:59 
GeneralRe: An odd and very specific bug in the CP editor Pin
Chris Maunder27-Nov-11 17:08
cofounderChris Maunder27-Nov-11 17:08 
GeneralRe: An odd and very specific bug in the CP editor Pin
BillWoodruff27-Nov-11 23:27
professionalBillWoodruff27-Nov-11 23:27 
GeneralRe: An odd and very specific bug in the CP editor Pin
Chris Maunder28-Nov-11 5:41
cofounderChris Maunder28-Nov-11 5:41 
GeneralRe: An intermittent (?) and very specific bug in the CP editor in QA Pin
Richard MacCutchan27-Nov-11 22:45
mveRichard MacCutchan27-Nov-11 22:45 
GeneralRe: An intermittent (?) and very specific bug in the CP editor in QA Pin
BillWoodruff28-Nov-11 0:12
professionalBillWoodruff28-Nov-11 0:12 
GeneralRe: An intermittent (?) and very specific bug in the CP editor in QA Pin
Richard MacCutchan28-Nov-11 0:56
mveRichard MacCutchan28-Nov-11 0:56 
BugDeleted Tip/Tricks in approval list Pin
thatraja27-Nov-11 7:03
professionalthatraja27-Nov-11 7:03 
GeneralRe: Deleted Tip/Tricks in approval list Pin
Chris Maunder27-Nov-11 16:35
cofounderChris Maunder27-Nov-11 16:35 
SuggestionReducing QA "static" by an order of magnitude without discouraging posters Pin
BillWoodruff27-Nov-11 6:47
professionalBillWoodruff27-Nov-11 6:47 
SuggestionRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
thatraja27-Nov-11 7:25
professionalthatraja27-Nov-11 7:25 
GeneralRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
Chris Maunder27-Nov-11 7:30
cofounderChris Maunder27-Nov-11 7:30 
GeneralRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
BillWoodruff27-Nov-11 7:58
professionalBillWoodruff27-Nov-11 7:58 
GeneralRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
Chris Maunder27-Nov-11 16:45
cofounderChris Maunder27-Nov-11 16:45 
GeneralRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
Richard MacCutchan27-Nov-11 22:43
mveRichard MacCutchan27-Nov-11 22:43 
GeneralRe: Reducing QA "static" by an order of magnitude without discouraging posters Pin
BillWoodruff28-Nov-11 0:08
professionalBillWoodruff28-Nov-11 0:08 

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

Flags: FixedAnswered

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