Initialize the editor before rendering the intial dialog box for the Section Editor. Fixes bug #11297.

This commit is contained in:
Colin Kuskie 2009-12-14 10:08:28 -08:00
parent f0b0179ad8
commit 3b08b5184c
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
- fixed #11299: Matrix - Cannot hide title
- fixed #11293: Matrix - Search not working correctly
- fixed #11301: Matrix - Comparing too many products error message
- fixed #11297: YUI Rich Editor fails to load when editing Survey in 7.7.27
7.8.7
- fixed #11278: Wrong test for Template::Toolkit in testEnvironment.pl

View file

@ -223,8 +223,8 @@ YAHOO.util.Event.onDOMReady(function(){
},
onpreload : {
fn : function () {
Survey.Comm.loadSurvey();
Survey.ObjectTemplate.initObjectEditor();
Survey.Comm.loadSurvey();
}
}
} );