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

 
GeneralSuggestion, regarding daily newsletter Pin
wizardzz11-Apr-11 6:24
wizardzz11-Apr-11 6:24 
GeneralRe: Suggestion, regarding daily newsletter Pin
Chris Maunder11-Apr-11 10:41
cofounderChris Maunder11-Apr-11 10:41 
GeneralNo Download Source link Pin
Vincent-Philippe Lauzon11-Apr-11 6:11
Vincent-Philippe Lauzon11-Apr-11 6:11 
GeneralRe: No Download Source link Pin
Chris Maunder11-Apr-11 6:43
cofounderChris Maunder11-Apr-11 6:43 
GeneralRe: No Download Source link Pin
Vincent-Philippe Lauzon11-Apr-11 7:19
Vincent-Philippe Lauzon11-Apr-11 7:19 
GeneralBug - Pre-blocks stripping off white-space Pin
Nish Nishant11-Apr-11 5:13
sitebuilderNish Nishant11-Apr-11 5:13 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Chris Maunder11-Apr-11 7:00
cofounderChris Maunder11-Apr-11 7:00 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant11-Apr-11 7:19
sitebuilderNish Nishant11-Apr-11 7:19 
Chris Maunder wrote:
Is there a specific post you can point me to? I've been testing locally and
can't replicate it but it has been reported before so maybe a specific sample
will help me isolate it faster.

The bug strips off the white-space prior to saving. So even if I point you to an example post, when you edit it, you'll not see my original post.

But the problem exists in this forum too (and any other forum too I guess). Here's an example:

C#
namespace Example
{
        static void Main()
        {
            Employee emp1 = new Employee()
            {
                Id = 1,
                FullName = "Joe Smith",
                HoursWorked = 10
            };

            Employee emp2 = new Employee()
            {
                Id = 2,
                FullName = "Sally Brown",
                HoursWorked = 11
            };            
        }
    }  
}


C#
namespace Example
{
        static void Main()
        {
            Employee emp1 = new Employee()
            {
                Id = 1,
                FullName = "Joe Smith",
                HoursWorked = 10
            };
//... 
            Employee emp2 = new Employee()
            {
                Id = 2,
                FullName = "Sally Brown",
                HoursWorked = 11
            };            
        }
    }  
}


I have two examples here. In the first one I used a newline which the site will strip away resulting in ugly code. In the 2nd one I added a dummy //... comment to act as my newline.
Regards,
Nish
Are you addicted to CP? If so, check this out:
The Code Project Forum Analyzer : Find out how much of a life you don't have!

My technology blog: voidnish.wordpress.com

GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Chris Maunder11-Apr-11 14:01
cofounderChris Maunder11-Apr-11 14:01 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant11-Apr-11 15:23
sitebuilderNish Nishant11-Apr-11 15:23 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant11-Apr-11 7:21
sitebuilderNish Nishant11-Apr-11 7:21 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Chris Maunder11-Apr-11 15:11
cofounderChris Maunder11-Apr-11 15:11 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant11-Apr-11 15:24
sitebuilderNish Nishant11-Apr-11 15:24 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Chris Maunder12-Apr-11 9:16
cofounderChris Maunder12-Apr-11 9:16 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant12-Apr-11 9:18
sitebuilderNish Nishant12-Apr-11 9:18 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Chris Maunder12-Apr-11 9:29
cofounderChris Maunder12-Apr-11 9:29 
GeneralRe: Bug - Pre-blocks stripping off white-space Pin
Nish Nishant12-Apr-11 9:19
sitebuilderNish Nishant12-Apr-11 9:19 
GeneralSolution number missing Pin
Wendelius11-Apr-11 3:58
mentorWendelius11-Apr-11 3:58 
GeneralRe: Solution number missing Pin
Hans Dietrich11-Apr-11 5:22
mentorHans Dietrich11-Apr-11 5:22 
GeneralRe: Solution number missing Pin
Wendelius11-Apr-11 5:30
mentorWendelius11-Apr-11 5:30 
GeneralRe: Solution number missing Pin
Chris Maunder11-Apr-11 8:17
cofounderChris Maunder11-Apr-11 8:17 
GeneralRe: Solution number missing Pin
Wendelius11-Apr-11 9:50
mentorWendelius11-Apr-11 9:50 
QuestionPosts on blogs waiting to be approved Pin
Hans Dietrich11-Apr-11 3:30
mentorHans Dietrich11-Apr-11 3:30 
AnswerRe: Posts on blogs waiting to be approved Pin
Chris Maunder14-Apr-11 15:51
cofounderChris Maunder14-Apr-11 15:51 
GeneralQ&A solutions: votes are not shown. Pin
OriginalGriff11-Apr-11 1:21
mveOriginalGriff11-Apr-11 1:21 

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.