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
Comment #1
naudefj commentedSo 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.
Comment #2
naudefj commentedWrong status. Sorry.
Comment #3
gregglesI 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".
Comment #4
naudefj commentedGood point. Thanks!
Comment #5
naudefj commentedClose as a duplicate of http://drupal.org/node/146754