image image Home   About   Downloads   Support   Links   Contact  
image

IntraWeb
» Blog
» Trial Edition
» Bugs List
» IW XI Beta

Resources
» Documentation
» Get Your Key
» Articles
» Books
» Support

What others say
» Case Studies
» Magazine Reviews
» User Quotes






Copyright
2002 - 2010
Atozed Computer
Software Ltd.

image
Buy Online   Download Support  FAQ
Atozed Home  »  IntraWeb  »  IntraWeb Bugs

(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 >>


Comments:

-- No Comments --

Post a comment




CodeGear - Where Developers Matter