Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: live627 on January 15th, 2013, 09:10 AM

Title: parse_bbc_inline does not process colors
Post by: live627 on January 15th, 2013, 09:10 AM
May I please know the reason for this?
Title: Re: parse_bbc_inline does not process colors
Post by: Arantor on January 15th, 2013, 05:04 PM
The inline parser is primarily for things like thoughts where colours aren't really needed. At least, that was the logic - keeping it lean.
Title: Re: parse_bbc_inline does not process colors
Post by: Nao on January 15th, 2013, 05:29 PM
I worked from a set of very limited elements (b, u, i...) and added tags as I felt I needed them, making sure they were inline type.
I probably should have been more thorough, I think that even though I dislike that tag, it should be in the inline parser anyway...
Could you possibly make a list of tags you feel should be in there..?
Title: Re: parse_bbc_inline does not process colors
Post by: live627 on February 1st, 2013, 12:11 PM
color. The others aren't known or used much.
Title: Re: parse_bbc_inline does not process colors
Post by: Nao on February 1st, 2013, 01:05 PM
If you'll look at the code, parse_bbc_inline DOES process colors, but only if you tell it to use the full set of inline tags.

I think the reason was mostly that I dislike this tag personally, so I couldn't see myself moving it to the shortlist :lol:
And although it can't break designs, it can break good sense. So I'd tend to say, "if you want color tags, make sure to ask for the full set when dealing with parse_bbc_inline."
Title: Re: parse_bbc_inline does not process colors
Post by: Arantor on February 10th, 2013, 06:22 PM
The inline parser isn't called much IIRC... every hit seems related to thoughts.

I'd argue we don't need colour there anyway.

/meis very tempted to call this WILLNOTFIX.