In converting some posts from phorum->drupal I found some combinations of tags which won't work:

Here is an example.

[size=15][size=10]other[/size] [size=20]super[/size]nested[/size]

This outputs: [size=10]other supernested[/size] where other is 15, super is 20, and nested is 15.

I expected that other woulud be 10, super would be 20, and nested would be 15. I also expect not to see the [size=10] and the [/size] but it is visible.

Another combination I tried was
[size=15]prefix [size=10]other[/size] [size=20]super[/size]nested[/size]

The results were similar:
prefix [size=10]other supernested[/size]

It's not a huge problem, but I didn't find it in the queue so I wanted to make sure it was reported.

Comments

naudefj’s picture

Status: Active » Fixed

So noted - thanks. Nevertheless, it would be extremely difficult to fix. We would practically have to rewrite the entire engine. If you would like to volunteer, please do let me know.

naudefj’s picture

Status: Fixed » Closed (won't fix)

Wrong status. Sorry.

greggles’s picture

I won't change the status because it's your queue and you can treat it as you like, but I think "postponed" is the best status here. It's not important enough to me to fix right now, but if someone else wants to work on it "postponed" makes them a lot more likely to write a patch than a "won't fix".

naudefj’s picture

Status: Closed (won't fix) » Postponed

Good point. Thanks!

naudefj’s picture

Status: Postponed » Closed (duplicate)

Close as a duplicate of http://drupal.org/node/146754