Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Possible bug?

Quote Reply
Possible bug?
Checkout post 11 here:

http://www.gossamer-threads.com/...view&post=191160

I wonder why the line starting:

if ((e.name

...turned everything italic Cool

Last edited by:

Paul: Apr 11, 2002, 12:02 PM
Quote Reply
Re: [Paul] Possible bug? In reply to
Because there is a [i] tag. =)

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Possible bug? In reply to
Isn't that a bug?

Javascript shouldn't be interpreted as markup :)

Last edited by:

Paul: Apr 11, 2002, 12:08 PM
Quote Reply
Re: [Paul] Possible bug? In reply to
If you do a:

http://www.gossamer-threads.com/...191160&literal=1

You can see it without markup parsing.

I don't think it's anything we can fix though. What if you wanted to bold a section of javascript with [b]? How would it differentiate that from a javascript array?

Cheers,

Alex
--
Gossamer Threads Inc.

Last edited by:

Alex: Apr 11, 2002, 12:14 PM
Quote Reply
Re: [Alex] Possible bug? In reply to
>>Oops! You are not authorized to view that page. <<

You could stop parsing altogether within code tags?...or create a new tag to do that?

Last edited by:

Paul: Apr 11, 2002, 12:13 PM
Quote Reply
Re: [Paul] Possible bug? In reply to
It would have to be a new tag, as often you want to highlight code sections, or markup code.

[code][nomarkup]...[/nomarkup][/code]

Not sure if it's worth it.. =)

Cheers,

Alex
--
Gossamer Threads Inc.