(FIXED) SetFocus does not work on Async calls
2/6/2010
Bug Description:
If you call the SetFocus method of a component during a Async event, it does not work as expected
Affected Browsers:
All
Workaround:
You can add a JS code to be executed in the CallBackResponse object. lJS := editGuess.HTMLName + 'IWCL.focus(); '; WebApplication.CallBackResponse.AddJavaScriptToExecute( lJS );
Status:
Fixed on IW 10.0.22
<<
Previous Entry Next Entry
>>
|