The Official Disscussion Board Glitch List

For discussion of non-Wonderland topics - please read rules!

Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl

Muzozavr
Rainbow Spirit Chaser
Posts: 5648
Joined: Wed Jan 11, 2006 2:55 pm

Post by Muzozavr » Tue Nov 23, 2010 6:13 pm

Just checked the HTML coding -- turns out that color and size tags are both implemented with <span>, so essentially, the closing tags become </span> and </span> and it all fits together.

Quoting seems to be special because it involves HTML tables, and messing that up can potentially mess up the entire layout. Thankfully it doesn't happen due to phpBB being excellent at handling the end-of-post section.

Don't know why specifically quoting... why does code not work? Hmm...

Let me test this out:
TEST 1

Code: Select all

TEST 2
(no glitches here, no need for quoting)
Rest in peace, Kym. I hardly knew ya.
Rest in peace, Marinus. A bright star, you were ahead of me on my own tracks of thought. I miss you.
Muzozavr
Rainbow Spirit Chaser
Posts: 5648
Joined: Wed Jan 11, 2006 2:55 pm

Post by Muzozavr » Tue Nov 23, 2010 6:17 pm

OK, so quote and code are both implemented with tables. Strange... Oh well.
Rest in peace, Kym. I hardly knew ya.
Rest in peace, Marinus. A bright star, you were ahead of me on my own tracks of thought. I miss you.
Marinus
Rainbow AllStar
Posts: 4686
Joined: Sun Dec 16, 2007 2:20 pm

Post by Marinus » Tue Nov 23, 2010 6:32 pm

I guess this is the answer:

Code: Select all

&#91;size=17&#93;&#91;color=darkred&#93;blah blah&#91;/color&#93;&#91;/size&#93;
blah blah
"code" interprets everything as plain text.

BTW, your "O" link didn't work for me, neither in Safari, Explorer, or Chrome. Perhaps with an S, E or a C it does. :lol:

This is between size

This is between both


This is between color


It seems you're right with the end tags. The system uses the first end-tag for closing the nearest code, in this case the color, no matter if the end tag is a color or a size.

Never heard of <span> though.
Image
Muzozavr
Rainbow Spirit Chaser
Posts: 5648
Joined: Wed Jan 11, 2006 2:55 pm

Post by Muzozavr » Tue Nov 23, 2010 7:30 pm

The "O" link works in Opera, but it could be any other letter. Interesting that it doesn't work with other browsers though. Why are other browsers more correct here I don't know.

Internet Explorer 6 correctly cancels the URL glitch, by the way. If you click somewhere on the empty space in the glitched area, the status bar will show the link address, but the link itself will never work after the glitch is canceled.
Rest in peace, Kym. I hardly knew ya.
Rest in peace, Marinus. A bright star, you were ahead of me on my own tracks of thought. I miss you.
Muzozavr
Rainbow Spirit Chaser
Posts: 5648
Joined: Wed Jan 11, 2006 2:55 pm

Post by Muzozavr » Tue Nov 23, 2010 7:48 pm

Addendum: <span> is HTML. If you don't know HTML, then forget about it.

And yes, code takes it like plain text, so the half-tag nested inside of it is not used at all. Should've realized it sooner.
Rest in peace, Kym. I hardly knew ya.
Rest in peace, Marinus. A bright star, you were ahead of me on my own tracks of thought. I miss you.
Marinus
Rainbow AllStar
Posts: 4686
Joined: Sun Dec 16, 2007 2:20 pm

Post by Marinus » Tue Nov 23, 2010 8:51 pm

I learned a little bit about HTML, but that's a while ago. Anyhow, I didn't remember that the same code is used for size as for color. Does that mean that the BB-Codes are "translated" to HTML?
Internet Explorer 6 correctly cancels the URL glitch, by the way.
Do you mean when the link continues in the signature? I'm not sure what version I have, but that's probably a newer version which is included in Windows 7, but I can click the link in the signature, and it works.

BTW, a while ago you had a question about muting the sound of one program, but not for the other program. I noticed now that in Windows 7 you can control the sound of each program separately. I'm pretty sure that was not possible in XP.
The "O" link works in Opera, but it could be any other letter.
Of course; I just made a little joke about the other letters.
Image
User avatar
tyteen4a03
Rainbow AllStar
Posts: 4386
Joined: Wed Jul 12, 2006 7:16 am
Contact:

Post by tyteen4a03 » Tue Nov 23, 2010 11:03 pm

Marinus wrote:I learned a little bit about HTML, but that's a while ago. Anyhow, I didn't remember that the same code is used for size as for color. Does that mean that the BB-Codes are "translated" to HTML?

BTW, a while ago you had a question about muting the sound of one program, but not for the other program. I noticed now that in Windows 7 you can control the sound of each program separately. I'm pretty sure that was not possible in XP.
1. Yes, BBcodes are translated to HTML.
2. Yes, Windows 7 have that feature. I once saw a magazine that Windows XP could have it by installing a 3rd party software, but I forgot what it is.
and the duck went moo

Beep bloop
Marinus
Rainbow AllStar
Posts: 4686
Joined: Sun Dec 16, 2007 2:20 pm

Post by Marinus » Wed Nov 24, 2010 1:51 pm

OK, thanks.
Image
Post Reply