disable dock/undock as I could not get it to work reliably

This commit is contained in:
Klaus Leithoff 2013-05-21 12:05:21 +00:00
parent 74ef3c6b5d
commit ab0404d500

View File

@ -158,7 +158,7 @@ app.mail = AppJS.extend(
if(typeof selected == 'undefined' || selected.length == 0 || selected.length > 1 || typeof dataElem =='undefined')
{
this.mail_fetchCurrentlyFocussed();
splitter.dock();
//splitter.dock();
previewarea.visible = false;
var subject ="";
etemplate2.getByApplication('mail')[0].widgetContainer.getWidgetById('previewFromAddress').set_value("");
@ -170,7 +170,7 @@ app.mail = AppJS.extend(
return;
}
//console.log("mail_preview",dataElem);
splitter.undock();
//splitter.undock();
this.mail_selectedMails.push(_id);
var subject =dataElem.data.subject;
etemplate2.getByApplication('mail')[0].widgetContainer.getWidgetById('previewFromAddress').set_value(dataElem.data.fromaddress);