Project

General

Profile

Bug #24578 » typo3core_bugfix_17041_trunk.patch

Administrator Admin, 2011-01-14 23:33

View differences:

t3lib/js/extjs/contexthelp.js (copie de travail)
TYPO3.CSH.ExtDirect.getContextHelp(table, field, function(response, options) {
cshHelp.add(response);
updateTip(response);
// Need to re-position because the height may have increased
tip.show();
}, this);
}
}
......
tip = new Ext.ToolTip({
title: 'CSH', // needs a title for init because of the markup
html: '',
anchor: 'left',
// The tooltip will appear above the label, if viewport allows
anchor: 'bottom',
minWidth: 160,
maxWidth: 240,
target: Ext.getBody(),
......
tip.hide.defer(200, tip, []);
}
}
});
});
},
hide: function(tip) {
tip.setTitle('');
(1-1/2)