Bug #8909
WAIT-FOR with PAUSE and no explicit focus: no default focus resolution should be done
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Vladimir Tsichevski about 2 years ago
In OE in situations like WAIT-FOR GO OF FRAME outerFrame PAUSE 2. (when PAUSE option is used) no default focus resolution process is being run.
In FWD, the focus resolution happens regardless of the PAUSE option.
Example: get the example code from #8770 and add PAUSE option to the WAIT-FOR statement. In OE no ENTRY triggers is fired, while in FWD the example works the same as with no PAUSE option.
Note: when, the explicit focus option is added to WAIT-FOR, the focus resolution process does happen in OE even with PAUSE option set.
#2 Updated by Vladimir Tsichevski about 2 years ago
- Related to Bug #8673: Deduce the logic behind OE focus management and implement in FWD added