image image Home   About   Downloads   Support   Links   Contact  
image

IntraWeb
» Feature Matrix
» What's new in IntraWeb
» Blog
» Downloads
» Test Releases
» IntraWeb for Free

Resources
» Atozed Purchase Point
» IntraWeb Demos
» Documentation
» Bundled Key Request
» FAQ
» Articles
» Books
» Support
» Archived Versions

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






Copyright
2002 - 2012
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