Initialize the editor before rendering the intial dialog box for the Section Editor. Fixes bug #11297.
This commit is contained in:
parent
f0b0179ad8
commit
3b08b5184c
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -223,8 +223,8 @@ YAHOO.util.Event.onDOMReady(function(){
|
|||
},
|
||||
onpreload : {
|
||||
fn : function () {
|
||||
Survey.Comm.loadSurvey();
|
||||
Survey.ObjectTemplate.initObjectEditor();
|
||||
Survey.Comm.loadSurvey();
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue