Article Details
Id:14893
Product:finPOWER Connect
Type:NEW
Version:3.00.08
Opened:08/09/2017
Closed:08/09/2017
Released:21/09/2017
Job: J019616

HTML Widgets; Tab control; FocusFirst method will no longer focus (by default) on Mobile devices

HTML Widgets that are structured as wizards, e.g., the sample "New Account Application" wizard, focus on the first control on the page when moving between pages.

This can be distracting on mobile devices since the on-screen keyboard pops up and covers much of the screen. Focusing will no longer take place automatically on mobile devices.

To override this, the Widget's JavaScript code must pass in a "true" parameter when focusing, e.g.:

tabWizard.FocusFirst(true);