SmartClient Version: v8.3p_2013-01-22/LGPL Development Only (built 2013-01-22)
FF 17.0.2 ESR
GWT 2.4
Windows 7
Executed test in FF 17.0.2 ESR browser itself
---
I am receiving this warning whenever I try to interact with the RelativeDateItem. On my form, I have two RelativeDateItems and when I interact with the first one, I see the following warning. However, after interacting with the second, the warning goes away and the event handlers work properly.
Looking at the Showcase Example "Various Form Controls", I observed the same warning in the Developers Console. There may be an issue with RelativeDateItem that needs to be addressed:
This is what I see on my system with two relative date items
FF 17.0.2 ESR
GWT 2.4
Windows 7
Executed test in FF 17.0.2 ESR browser itself
---
I am receiving this warning whenever I try to interact with the RelativeDateItem. On my form, I have two RelativeDateItems and when I interact with the first one, I see the following warning. However, after interacting with the second, the warning goes away and the event handlers work properly.
Looking at the Showcase Example "Various Form Controls", I observed the same warning in the Developers Console. There may be an issue with RelativeDateItem that needs to be addressed:
Code:
14:11:03.246:IFCS1:WARN:StaticTextItem:isc_StaticTextItem_4[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element
Code:
14:15:07.147:TMR6:WARN:StaticTextItem:isc_StaticTextItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:15:07.158:TMR6:WARN:StaticTextItem:isc_StaticTextItem_1:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:15:07.887:RDQ1:WARN:StaticTextItem:isc_StaticTextItem_0:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element 14:15:07.899:RDQ1:WARN:StaticTextItem:isc_StaticTextItem_1:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element
Comment