Consultor Eletrônico



Kbase P27382: ADM1: Focus not properly reset SmartBrowser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/06/2003
Status: Unverified

SYMPTOM(s):

ADM1: Focus not properly reset SmartBrowser

SmartBrowser master has another field level widget in the tab order, before the browse widget

Quick updating of rows in the SmartBrowser causes focus to jump to the other field level widget.

CAUSE:

The ADM1 code expects the browse widget to be the only field-level widget in the SmartBrowser frame, and relies on the browse being the first item in the frame's tab order.
If it isn't the first item, the re-focussing that occurs in the row-leave trigger of the browse can be disrupted by generating keyboard events fast enough.

FIX:

Make sure the browse widget is the first in the Tab order of the SmartBrowser template.