Shoutbox

[BUG] small "gui" bug - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: [BUG] small "gui" bug (/showthread.php?tid=31209)

[BUG] small "gui" bug by CookieRevised on 09-10-2004 at 07:24 AM

look at this post:
http://shoutbox.menthix.net/showthread.php?tid=31...d=304814#pid304814
the second line is red....


RE: [BUG] small "gui" bug by FadeToBlack on 09-10-2004 at 07:47 AM

What are you reffering to? I dont see anything wrong


RE: [BUG] small "gui" bug by CookieRevised on 09-10-2004 at 10:37 AM

quote:
Originally posted by FadeToBlack
What are you reffering to? I dont see anything wrong
quote:
Originally posted by CookieRevised
the second line is red....

RE: [BUG] small "gui" bug by FadeToBlack on 09-10-2004 at 10:44 AM

right, could you be a bit more vague?
Someone wrote something in red and someone else quoted it, nothing else is red, given your detailed explanation of "the second line is red".


RE: [BUG] small "gui" bug by Tochjo on 09-10-2004 at 11:00 AM

I assume CookieRevised is talking about the line that closes the quote. I looked at it in Internet Explorer, Mozilla and Opera, and that line is always black for me.


RE: [BUG] small "gui" bug by CookieRevised on 09-10-2004 at 11:40 AM

[Image: attachment.php?pid=304949]

code:
<blockquote><font size="1" face="verdana,tahoma,arial,helvetica">quote:</font><hr size="1" color="#000000" /><font color="red">* Choli nó save héscrïvir<hr size="1" color="#000000" /></blockquote><br /></font>

Some pointers:

The color-property within a HR-tag isn't standarized and is only used by MSIE:
- IE uses the color property for the <hr> element.
- Opera and Mozilla use background-color property for the <hr> element

This is actually normal, because, the use of color like this is meant for text and the <HR>-tag is not text...

The order of tags is wrong (this is what I meant), no matter how the browsers apply the colors: the </font>-tag must come before the <hr>-tag (and even before the </blockquote>-tag), not after....


RE: [BUG] small "gui" bug by WDZ on 09-10-2004 at 03:51 PM

This is the "source" of his post...

code:
[quote][color=red]* Choli nó save héscrïvir[/quote]
[/color]

:lol:
User error... :p

I dunno why the <hr> even has a color attribute... it's fine black/default. |-)
RE: [BUG] small "gui" bug by Millenium_edition on 09-10-2004 at 05:07 PM

quote:
Originally posted by WDZ
User error...
that's a lame excuse, IPB and phpBB don't have these problems :p
RE: [BUG] small "gui" bug by WDZ on 09-10-2004 at 05:18 PM

^o) I've seen similar problems in them. No code is smart enough to adjust for user stupidity... :p


RE: [BUG] small "gui" bug by fluffy_lobster on 09-10-2004 at 06:50 PM

Not true, really.  These forums have plenty of points where it accounts for unlikely stupidities, such as only selecting one of the 3 birthday parts.  You could essentially pass posts through a validator.  But let's be frank... who cares? :P


RE: [BUG] small "gui" bug by FadeToBlack on 09-11-2004 at 04:59 AM

Yeh I looked at it in Firefox and IE and it was still black,so I thoguht he may have been reffering to something else.