Click here to Skip to main content
15,899,679 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: Unable to post code Pin
Nish Nishant22-May-05 21:24
sitebuilderNish Nishant22-May-05 21:24 
GeneralRe: Unable to post code Pin
Tom Archer23-May-05 0:43
Tom Archer23-May-05 0:43 
GeneralRe: Unable to post code Pin
toxcct29-May-05 23:11
toxcct29-May-05 23:11 
GeneralRe: Unable to post code Pin
Tom Archer23-May-05 0:45
Tom Archer23-May-05 0:45 
GeneralRe: Unable to post code Pin
Nish Nishant23-May-05 1:13
sitebuilderNish Nishant23-May-05 1:13 
GeneralRe: Unable to post code Pin
Michael Dunn23-May-05 11:44
sitebuilderMichael Dunn23-May-05 11:44 
GeneralPRE Test Pin
DavidNohejl23-May-05 11:46
DavidNohejl23-May-05 11:46 
GeneralCause... and solutions Pin
Shog923-May-05 12:18
sitebuilderShog923-May-05 12:18 
In netscape6.css, there's a rule that looks like this:
.messagecontent
{
    white-space: normal;
}


Since <font class="messagecontent"> tags wrap the text inside <pre> tags, the correct behavior is lost.

Solutions:
1) Remove that rule.
2) Stop wrapping text within <pre> blocks in those crazy font tags.

But wait - why would #2 ever exist?

Well, it seems that the site designers weren't really so stupid as to throw in a tag having no purpose other than to ruin the default behavior of the pre tag. As downloaded, the source indicates the font tag is supposed to be outside of the pre tag (and the rest of the message). But, for some reason, it's never closed... and that's where things get a bit weird. Both IE and FF handle malformed HTML reasonably well. But they do so in rather different ways. FF, it seems, closes the tag immediately and then goes wild, duplicating the unclosed tag wherever it might have been meant to apply. So we get extra font tags scattered throughout the message text... including within the pre block. Thus the obvious solution is:

3) close the freakin' font tag! Smile | :)

You must be careful in the forest
Broken glass and rusty nails
If you're to bring back something for us
I have bullets for sale...

GeneralRe: Unable to post code Pin
Tom Archer23-May-05 13:29
Tom Archer23-May-05 13:29 
GeneralArticle posts Pin
NeverHeardOfMe19-May-05 12:48
NeverHeardOfMe19-May-05 12:48 
GeneralAdd option to notify on response of posted messages Pin
rudy.net17-May-05 19:36
rudy.net17-May-05 19:36 
GeneralRe: Add option to notify on response of posted messages Pin
Rizwan Bashir17-May-05 21:43
Rizwan Bashir17-May-05 21:43 
GeneralMatlab DDE Pin
knight_master16-May-05 7:23
knight_master16-May-05 7:23 
GeneralRe: Matlab DDE Pin
Andy Brummer17-May-05 17:11
sitebuilderAndy Brummer17-May-05 17:11 
GeneralPosting forum messages with HTML tags Pin
NeverHeardOfMe14-May-05 5:42
NeverHeardOfMe14-May-05 5:42 
GeneralThe Return of SpongeBob Pin
Mike_V13-May-05 3:07
Mike_V13-May-05 3:07 
General&quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
DavidNohejl12-May-05 11:40
DavidNohejl12-May-05 11:40 
GeneralRe: "Do not treat <'s as HTML tags" is often overlooked Pin
Shog912-May-05 13:20
sitebuilderShog912-May-05 13:20 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
Nish Nishant12-May-05 14:06
sitebuilderNish Nishant12-May-05 14:06 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
Shog912-May-05 15:10
sitebuilderShog912-May-05 15:10 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
Andy Brummer12-May-05 16:53
sitebuilderAndy Brummer12-May-05 16:53 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
Shog912-May-05 19:39
sitebuilderShog912-May-05 19:39 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
DavidNohejl13-May-05 3:24
DavidNohejl13-May-05 3:24 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
NeverHeardOfMe14-May-05 5:45
NeverHeardOfMe14-May-05 5:45 
GeneralRe: &quot;Do not treat &lt;'s as HTML tags&quot; is often overlooked Pin
Tom Archer23-May-05 0:50
Tom Archer23-May-05 0:50 

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.