Hello,
Thanks for RC2. I think I found a request focus bug involving form-in-dialogs. I can reproduce it in the CRM demo by doing the following:
- Create a global method with the following code:
application.closeFormDialog(true);
forms.list_contacts.editContact();
-
Put a button on the “dlg_contacts” form with the above method attached to the onAction event.
-
Click the “Edit Contact” button on the main company form. The cursor is in the prefix field, as expected. Now click the button you added in #2. The edit contact form should reappear, but the cursor is no longer in the prefix field.
So, I guess that calling a second FID doesn’t honor the requestFocus() fx?