﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12934	Plugin bbcode: type error + unexpected result	ripieces		"If there are more closing that opening tags, it will cause a type error in JavaScript, example:
{{{
[/u]
}}}
This can be fixed with additional checks for candidate in parser.onTagClose, but not sure if it's the correct way to do it.

Also this BB code doesn't behave as expected:
{{{
[ [u]Test[/u] ]
}}}
Should result in underlined Test in square brackets.
This requires an additional fix in bbcPartsRegex I guess (for example not matching another opening square bracket)."	Bug	confirmed	Normal		General	4.0			
