FCKeditor #234 Bug Tests

Please see the following four tests:

Test 1 (control)
Plain FCKeditor without UpdatePanel. To confirm expected functionality of component.
Test 2 (#234)
Plain FCKeditor inside an UpdatePanel. Changes to content are lost when causing a submit event. The original value is posted back unchanged.
Test 3 (#234 patch)
Demonstrates extended FCKeditorAjax component correctly posting back. Javascript errors start showing up on the second postback, even though the postback still works.
Test 4 (control)
Extended FCKeditorAjax without UpdatePanel, to test the new component still works as usual when not in an AJAX situation.