Article Details
Id:18139
Product:finPOWER Connect
Type:FIX
Version:3.04.00
Opened:04/05/2021
Closed:04/05/2021
Released:30/06/2021
Job: J026502

HTML Widgets; Management Reports updated for compatibility with jQuery 3.6.0

The following Management Report HTML Widgets have been updated for compatibility with jQuery 3.6.0:

  • HtmlWidget_AccountsBreakdown
    • Version: 1.14 (4/05/2021)
  • HtmlWidget_AccountAppsBreakdown
    • Version: 1.07 (4/05/2021)
  • HtmlWidget_PromiseManagementSummary
    • Version: 1.07 (4/05/2021)
  • HtmlWidget_WorkflowsBreakdown
    • Version: 1.04 (4/05/2021)

The issue was that the InitialiseRow grid event was adding a self-closing element into the "Code" cell on the grid. Self-closing <span> tags no longer work as expected causing the legend colour block to overlap the text. Also, the .legend CSS class was targeting <tr> elements inside a <tbody> element that jQuery 3.6.0 no longer explicitly creates.