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

 
GeneralRe: Notification emails killing Outlook 2010 Pin
OriginalGriff22-Aug-14 21:49
mveOriginalGriff22-Aug-14 21:49 
GeneralRe: Notification emails killing Outlook 2010 Pin
OriginalGriff26-Aug-14 5:45
mveOriginalGriff26-Aug-14 5:45 
GeneralRe: Notification emails killing Outlook 2010 Pin
Chris Maunder26-Aug-14 6:05
cofounderChris Maunder26-Aug-14 6:05 
GeneralRe: Notification emails killing Outlook 2010 Pin
OriginalGriff26-Aug-14 6:13
mveOriginalGriff26-Aug-14 6:13 
GeneralRe: Notification emails killing Outlook 2010 Pin
Chris Maunder26-Aug-14 6:19
cofounderChris Maunder26-Aug-14 6:19 
BugUnwanted text box in "unsubscribe" page. Pin
SamiulAnan21-Aug-14 22:03
SamiulAnan21-Aug-14 22:03 
BugHTML in <pre> is rendered literally! Pin
Qwertie21-Aug-14 14:46
Qwertie21-Aug-14 14:46 
GeneralRe: HTML in <pre> is rendered literally! Pin
Chris Maunder21-Aug-14 16:15
cofounderChris Maunder21-Aug-14 16:15 
From the W3C page[^]:
Quote:
Preformatted text between the start and end PRE tag is rendered using a fixed with font, in addition whitespace characters are treated literally. The spacing and line breaks are rendered directly, unlike other elements, for which repeated whitespace chararacters are collapsed to a single space character and line breaks introduced automatically.


There are two schools of thought on PRE tags

1. Text inside a PRE tag is pre-formatted. Keep it simple. There's no need to use superfluous decoration.
2. (The semantic argument) PRE says "maintain whitepace formatting" and CPDE says "this is code". The two should go together. Except (in my view) your mixing semantic HTML with formatting HTML which in some minds is a bad thing.

Really, what we should have is <div class="code">


What we're doing isn't "wrong". It's just how we do it in order to keep things simple. the issue we came across with code snippets in PRE tags was that authors often forgot to HTML encode tags in snippets (eg snippets of HTML) and so we instituted a policy of auto-encoding all HTML tags inside PRE blocks, with a few exceptions such as B,I,U and SPAN (to allow emphasis).
cheers
Chris Maunder

GeneralRe: HTML in <pre> is rendered literally! Pin
Qwertie23-Aug-14 6:17
Qwertie23-Aug-14 6:17 
SuggestionClear notification when you view a page Pin
Stephen Hewison20-Aug-14 22:32
Stephen Hewison20-Aug-14 22:32 
GeneralRe: Clear notification when you view a page Pin
Chris Maunder5-Sep-14 9:45
cofounderChris Maunder5-Sep-14 9:45 
SuggestionSearch edit in lounge jumps an inch higher when clicked Pin
Joe Woodbury20-Aug-14 11:39
professionalJoe Woodbury20-Aug-14 11:39 
GeneralRe: Search edit in lounge jumps an inch higher when clicked Pin
Chris Maunder20-Aug-14 12:51
cofounderChris Maunder20-Aug-14 12:51 
QuestionHow to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris87520-Aug-14 5:40
professionalChris87520-Aug-14 5:40 
AnswerRe: How to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris Maunder20-Aug-14 13:18
cofounderChris Maunder20-Aug-14 13:18 
SuggestionRe: How to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris87521-Aug-14 0:44
professionalChris87521-Aug-14 0:44 
GeneralRe: How to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris Maunder21-Aug-14 2:56
cofounderChris Maunder21-Aug-14 2:56 
GeneralRe: How to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris87521-Aug-14 3:11
professionalChris87521-Aug-14 3:11 
GeneralRe: How to pick up "old" subjects best? Or: Do additions to very old discussions get recognised? Pin
Chris Maunder21-Aug-14 4:18
cofounderChris Maunder21-Aug-14 4:18 
QuestionCPOL Quesion Pin
Thomas Daniels19-Aug-14 22:28
mentorThomas Daniels19-Aug-14 22:28 
AnswerRe: CPOL Quesion Pin
Chris Maunder20-Aug-14 4:06
cofounderChris Maunder20-Aug-14 4:06 
GeneralRe: CPOL Quesion Pin
Thomas Daniels20-Aug-14 4:29
mentorThomas Daniels20-Aug-14 4:29 
GeneralRe: CPOL Quesion Pin
Nelek20-Aug-14 5:32
protectorNelek20-Aug-14 5:32 
GeneralRe: CPOL Quesion Pin
Chris Maunder20-Aug-14 10:17
cofounderChris Maunder20-Aug-14 10:17 
GeneralRe: CPOL Quesion Pin
Nelek20-Aug-14 11:34
protectorNelek20-Aug-14 11:34 

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.