timer-refresh und focus

Hello,

wenn I use a timer to refresh a page with a specific intervall the IE gets focus at each refresh. So you can’t do any think other on the workstation.
Is it possible to prevent that the IE gets the focus?

Andreas Wende

Hello Andreas,

try this in your Adapter:

// Focusmanagement: Nach Aktionen soll der Browser nicht in den
// Vordergrung schalten
getCISAddons().setSuppressFocusManagement(true);

Jan

Hello,

it seems setSuppressFocusManagement() does’t work for modal-popup-pages.

Andreas