I'm trying to use an inputtext element to capture some user text. <br>as a convenience, I'm sending it a onfocus.sendEvent() once the inputtext element <br>is instantiated. <br><br>However, I am seeing strange behaviour in that when I click outside the range of the
<br>inputtext box, a onblur event is not generated. <br><br>This only happens the first time.<br><br>When a mouse is used to generate an onfocus event, the blur event is properly generated. <br><br>This is infact borne out by commenting line #22 in the attached sample.
<br><br>I'm using Laszlo 4.0.7 SDK + Vista + swf7.<br><br>Wonder if I'm missing something or it is a bug. Would appreciate ideas on a workaround. <br><br>Any help is appreciated. <br><br>thanks,<br>-shishir<br><br>