-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Description
On a wizard page change:
- If the
oxf.xforms.xbl.fr.wizard.error-summary-focusproperty is set totrue(its default isfalse) and the error summary shows one or more alerts, focus is set to the first alert. - Otherwise, if
oxf.fr.detail.initial-focus.*.*is set totrue, focus is set to the first field. - Otherwise, no focus is set.
We want to ensure that the code that scrolls back up to the wizard section title runs first. That way, if both the title and the element receiving focus can be visible at the same time, they will be. Otherwise, the focused element takes precedence.
Reactions are currently unavailable