﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13232	AppendText method does not append text in Safari using a Mac	Chris	Piotrek Koszuliński	"Element.appendText() method does not append text to an <a> element in Safari using a Mac.

Environment:

Mac OS X 10.9.1

Safari 7.0.1

Steps to reproduce: 

1) Create a new CKEDITOR.dom.element with ('a',editor.document) as params.

2) Attempt to appendText to the element.

3) Try to insert the element to the editor.

Code snippet:
{{{
var element = new CKEDITOR.dom.element('a', editor.document);
element.appendText('@');
editor.insertElement(element);
}}}

If you were to put a break point after the append, you would see that the text have not been added to the element. 
"	Bug	closed	Normal	CKEditor 4.4.8	General		fixed		
