diff --git a/www/extras/wobject/Survey/editsurvey/object.js b/www/extras/wobject/Survey/editsurvey/object.js index 7d9b9d583..02c05bf12 100644 --- a/www/extras/wobject/Survey/editsurvey/object.js +++ b/www/extras/wobject/Survey/editsurvey/object.js @@ -25,7 +25,7 @@ Survey.ObjectTemplate = new function(){ var form = new YAHOO.widget.Dialog(type, { width : "500px", - fixedcenter : true, + context: [document.body, 'tr', 'tr'], visible : false, constraintoviewport : true, buttons : butts @@ -49,7 +49,9 @@ Survey.ObjectTemplate = new function(){ width: width, dompath: false //Turns on the bar at the bottom }); + myTextarea.get('toolbar').titlebar = false; myTextarea.render(); + form.show(); }