Click here to Skip to main content
15,915,711 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: Who's the silly monkey that did this? (onchange --> önchange by CP) Pin
Chris Maunder6-Oct-12 9:49
cofounderChris Maunder6-Oct-12 9:49 
GeneralRe: Who's the silly monkey that did this? (onchange --> önchange by CP) Pin
enhzflep6-Oct-12 10:23
enhzflep6-Oct-12 10:23 
GeneralRe: Who's the silly monkey that did this? (onchange --> önchange by CP) Pin
Chris Maunder6-Oct-12 15:00
cofounderChris Maunder6-Oct-12 15:00 
SuggestionCollapsing code blocks in forums Pin
OriginalGriff6-Oct-12 4:56
mveOriginalGriff6-Oct-12 4:56 
JokeRe: Collapsing code blocks in forums Pin
Brisingr Aerowing6-Oct-12 8:38
professionalBrisingr Aerowing6-Oct-12 8:38 
GeneralRe: Collapsing code blocks in forums Pin
OriginalGriff6-Oct-12 21:12
mveOriginalGriff6-Oct-12 21:12 
GeneralRe: Collapsing code blocks in forums Pin
Brisingr Aerowing7-Oct-12 13:41
professionalBrisingr Aerowing7-Oct-12 13:41 
GeneralRe: Collapsing code blocks in forums Pin
Chris Maunder7-Oct-12 15:27
cofounderChris Maunder7-Oct-12 15:27 
GeneralRe: Collapsing code blocks in forums Pin
Chris Maunder6-Oct-12 9:20
cofounderChris Maunder6-Oct-12 9:20 
GeneralRe: Collapsing code blocks in forums Pin
OriginalGriff6-Oct-12 21:12
mveOriginalGriff6-Oct-12 21:12 
BugMeh, whut? "Unknown failure" Pin
Eddy Vluggen5-Oct-12 10:54
professionalEddy Vluggen5-Oct-12 10:54 
GeneralRe: Meh, whut? "Unknown failure" Pin
Wes Aday5-Oct-12 10:58
professionalWes Aday5-Oct-12 10:58 
GeneralRe: Meh, whut? "Unknown failure" Pin
Chris Maunder5-Oct-12 12:19
cofounderChris Maunder5-Oct-12 12:19 
GeneralRe: Meh, whut? "Unknown failure" Pin
Eddy Vluggen5-Oct-12 12:29
professionalEddy Vluggen5-Oct-12 12:29 
Suggestion2 Feature requests .. Pin
Maximilien5-Oct-12 9:48
Maximilien5-Oct-12 9:48 
SuggestionAbort, Retry, Fail Pin
Stryder_15-Oct-12 3:58
Stryder_15-Oct-12 3:58 
GeneralRe: Abort, Retry, Fail Pin
Chris Maunder5-Oct-12 6:27
cofounderChris Maunder5-Oct-12 6:27 
Bugvote button Pin
John-ph5-Oct-12 3:45
John-ph5-Oct-12 3:45 
GeneralRe: vote button Pin
Chris Maunder5-Oct-12 7:58
cofounderChris Maunder5-Oct-12 7:58 
SuggestionLinebreaks in the article editor Pin
César de Souza5-Oct-12 3:25
professionalCésar de Souza5-Oct-12 3:25 
GeneralRe: Linebreaks in the article editor Pin
Chris Maunder5-Oct-12 8:41
cofounderChris Maunder5-Oct-12 8:41 
GeneralRe: Linebreaks in the article editor Pin
César de Souza5-Oct-12 9:18
professionalCésar de Souza5-Oct-12 9:18 
Sorry Chris, I should have provided a more detailed description. Here it happens whenever I do the following steps:

- Create an article
- Switch to HTML view
- Type in the following (with the extra line breaks between the p tags):
<p>test1</p>

<p>test2</p>

<p>test3</p>

- Save the draft (pressing the green button on the right)
- Reload the page

When the page finishes reloading, there will be an extra line break after each line. If I go to the HTML view it will read:

<p>test1</p>
 <br />
<p>test2</p>
 <br />
<p>test3</p>
 <br />


Perhaps this could be by design, but it seems this happens because I like to organize the HTML code so it gets easier to read in case I have to manually edit it (such as when configuring images or positioning). Please let me know if this is indeed a bug or I am doing something wrong.
Interested in Machine Learning in .NET? Check the Accord.NET Framework.
See also Handwriting Recognition Revisited: Kernel Support Vector Machines

GeneralRe: Linebreaks in the article editor Pin
César de Souza6-Nov-12 13:19
professionalCésar de Souza6-Nov-12 13:19 
GeneralRe: Linebreaks in the article editor Pin
Chris Maunder7-Nov-12 10:52
cofounderChris Maunder7-Nov-12 10:52 
GeneralRe: Linebreaks in the article editor Pin
César de Souza7-Nov-12 11:53
professionalCésar de Souza7-Nov-12 11:53 

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

Flags: AnsweredFixedUnable to replicate

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