elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Save control in ckedit raises error and fails #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pressing the save disk icon in ckedit fails with the error 
----

message Cannot read property 'id' of null
stack   TypeError: Cannot read property 'id' of null
    at loadPage 
(http://staging.vosao.org/static/js/cms/page/content.js:84:22)
    at http://staging.vosao.org/static/js/cms/page/content.js:70:3
    at Object.cb (http://staging.vosao.org/static/js/back-services.js:43:4)
    at http://staging.vosao.org/static/js/jsonrpc.js:1:6378
type    non_object_property_load
arguments   id,
name    TypeError

----

Changes to the page are not saved. 

The Save buttons at the bottom of the editor work normally. 

Original issue reported on code.google.com by thusted%...@gtempaccount.com on 14 Mar 2010 at 1:01

GoogleCodeExporter commented 9 years ago
Fixed. Removed Save button. CKEditor upgraded to 3.2

Original comment by kinyelo@gmail.com on 14 Mar 2010 at 3:34