Article Details
Id:17273
Product:finPOWER Connect
Type:FIX
Version:3.03.03
Opened:10/08/2020
Closed:10/08/2020
Released:01/10/2020
Job: J024808

HTML Widgets; New Account wizard; Search box incorrect width on Clients page

A recent change to how widget.UI.TextBox controls are sized caused the Search box on the Clients page of the New Account wizard HTML Widget to be the incorrect size.

This was due to the WidthResizeFromParent() method not being called in the tabWizard_Resize method.

The code has been updated to include the following in the JavaScript switch statements:

    case "Clients":
      C.txtClientSearch.WidthResizeFromParent();

The following HTML Widgets have been updated:

  • HtmlWidget_AccountNew
  • Version: 1.11 (10/08/2020)