﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7819	Wrong Font size using BBCode plugin	Krzysztof Studnik		"=== Environment === 
CKE 3.6, Opera 11, IE6/7, Chrome
=== TC ===
 - Load BBCode sample
 - clear content
 - type ""default""
 - change font size to 200, type 200
 - change font size to 150, type 150 ''' See that newly typed text is bigger, than previous, and element path contains two ''size'' '''
 - repeat for other font sizes
=== Result ===
the size tags, are not closed after changing font size to other values:
{{{
default[size=200]200[size=150]150[size=120]120[size=100]100[size=50]50[size=30]30[size=300]300[size=200]200[/size][/size][/size][/size][/size][/size][/size][/size]
}}}
Attached screen
=== Expected ===
{{{
default[size=200]200[/size][size=150]150[/size][size=120]120[/size][size=100]100[/size][size=50]50[/size][size=30]30[/size][size=300]300[/size][size=200]200[/size]
}}}"	Bug	confirmed	Normal		General	3.6			
