﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8995	Link gets destroyed in bbcode when you modify it	Jakub Ś	Garry Yao	"To reproduce:
1. Open bbcode sample and clear all contents
2. Insert link {{{http://google.com?test=1&abc=xt}}} using link dialog
3. Now realize that parameter {{{abc}}} should have value {{{txt}}} not {{{xt}}} :).  Try to correct it.
4. Switch to source
**Result:**
{{{[url=http://google.com?test=1&amp;abc=xt]http://google.com?test=1&abc=txt[/url]}}}

Ampersand is escaped and URL got doubled.[[BR]]
Each time you switch to source and back new {{{amp;}}} is added:
{{{
[url=http://google.com?test=1&amp;amp;amp;amp;abc=xt]http://google.com?test=1&abc=txt[/url]
}}}

Reproducible in all browsers from CKEditor 3.6."	Bug	closed	Normal	CKEditor 3.6.5	General	3.6	fixed		
