mwc_tonesoft
28 Aug 2008, 11:29 AM
Hi,
I am working with a gxt 1.1 build downloaded on 2008-08-06. The com.extjs.gxt.ui.client.widget.tips.ToolTip.update(ToolTipConfig) method neglected to call its private method updateConfig(ToolTipConfig) to allow the tool tip text to change after the the instance is created.
public void update(ToolTipConfig config) {
updateConfig(config); // This line should be added to fix this bug
if (!hidden) {
updateContent();
}
}
Please add this fix asap.
Thanks
--Michael
I am working with a gxt 1.1 build downloaded on 2008-08-06. The com.extjs.gxt.ui.client.widget.tips.ToolTip.update(ToolTipConfig) method neglected to call its private method updateConfig(ToolTipConfig) to allow the tool tip text to change after the the instance is created.
public void update(ToolTipConfig config) {
updateConfig(config); // This line should be added to fix this bug
if (!hidden) {
updateContent();
}
}
Please add this fix asap.
Thanks
--Michael