Hi,
There is a strange problem at usage of the SmartGWT2.1/GWT 2.0.3 with IE8.0 a browser. At loading of the new form (widgets with such ID are not present) there are following warnings. As consequence units sometimes combobox controls work incorrectly. In other browsers of such problem is not present.
There is a strange problem at usage of the SmartGWT2.1/GWT 2.0.3 with IE8.0 a browser. At loading of the new form (widgets with such ID are not present) there are following warnings. As consequence units sometimes combobox controls work incorrectly. In other browsers of such problem is not present.
Code:
14:18:38.968:WARN:ComboBoxItem:isc_ComboBoxItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.000:WARN:SelectItem:isc_SelectItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.046:WARN:ComboBoxItem:isc_ComboBoxItem_1:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.078:WARN:ComboBoxItem:isc_ComboBoxItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.093:WARN:TextAreaItem:isc_TextAreaItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.125:WARN:ComboBoxItem:isc_ComboBoxItem_3:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.156:WARN:TextItem:isc_TextItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.171:WARN:TextItem:isc_TextItem_1:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.203:WARN:TextItem:isc_TextItem_2:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.218:WARN:TextItem:isc_TextItem_3:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.250:WARN:ComboBoxItem:isc_ComboBoxItem_4:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.281:WARN:ComboBoxItem:isc_ComboBoxItem_5:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.296:WARN:TextItem:isc_TextItem_4:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.328:WARN:TextItem:isc_TextItem_5:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.359:WARN:TextItem:isc_TextItem_6:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.390:WARN:TextItem:isc_TextItem_7:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.453:WARN:TextItem:isc_TextItem_8:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.484:WARN:TextItem:isc_TextItem_9:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.515:WARN:ComboBoxItem:isc_ComboBoxItem_6:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.546:WARN:TextItem:isc_TextItem_10:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.578:WARN:ComboBoxItem:isc_ComboBoxItem_7:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.609:WARN:ComboBoxItem:isc_ComboBoxItem_8:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.640:WARN:ComboBoxItem:isc_ComboBoxItem_9:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.671:WARN:ComboBoxItem:isc_ComboBoxItem_10:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.703:WARN:ComboBoxItem:isc_ComboBoxItem_11:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.718:WARN:TextItem:isc_TextItem_11:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:18:39.750:WARN:TextItem:isc_TextItem_12:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element
Comment