Web Client Patch 6 (2026-08-05)

JustRelate CRM classic Web Client

Version 8.4.0.20260805054500
Desktop integration 8.4.4.200

New features

  • The QuickFinder’s field-selector dropdown is now searchable when the available vertical space is insufficient to display all fields. Users may begin typing to filter the list of fields by those whose title matches the entered text, and subsequently select the desired field using the mouse or keyboard. (CRM-1097)

Bugfixes

  • The mouse pointer no longer remains stuck in a resize shape when a sash drag operation ends outside the browser window or loses focus. (CRM-1255)
  • “Overview” tables now consistently display the currently active filter as the tab title, including overview tables containing a detail area below the table (which previously displayed no filter title). (CRM-1274)
  • Backend-side image conversion has been made more robust – images whose declared type does not match their actual content (a common result of extension-based uploads) are now identified by their content, gzip-compressed images are decompressed transparently, over-sized images are rejected via a new configurable size limit (“Maximum Convertible Image Size”, default 50 MiB), and image decoder resources are released promptly to reduce memory consumption. (CRM-1291)
  • Form fields that display icons backed by a table (“Dialog tags”, for example, the social-network links of a person) now correctly render SVG icons which previously appeared as empty placeholders. In addition, font-based icons are now sized consistently with bitmap and SVG icons. (CRM-1294)
  • Pressing Tab in the CLOB editor now indents the current paragraph in the manner of a word processor (Shift+Tab reduces the indent), rather than advancing to the next table or image, or moving the focus out of the editor. A new setting, “Use Tab key to indent text” (enabled by default), restores the previous behavior when disabled. (CRM-1297)
  • Entering text rapidly into a cell of the empty “new record” row of a table no longer results in lost characters (and no longer briefly displays an unrelated value) while the new record is being created. All text the user enters is now preserved in full. (CRM-1313)
  • The CLOB editor now correctly displays text whose color is defined on an enclosing block element (for example, white text on a black background in pasted or email HTML), which previously was discarded and could render as invisible black-on-black text. (CRM-1335)
  • A CLOB field that permits both HTML and plain text now correctly initializes an empty editor in the configured default format. Previously, an empty editor could disregard a “plain text” default (initializing in HTML) or switch away from an “HTML” default to plain text. (CRM-1353)
  • Date/time form fields now observe the configured horizontal alignment (left, centered, right) in the same manner as other input fields, rather than always displaying their content left-aligned. (CRM-1368)
  • Text entered into a CLOB editor (for example, an email body) is no longer lost if a modal dialog is saved directly via a button such as “Save & Send” without first clicking into another field. The editor’s current content is now always transferred to the server prior to saving, rather than relying on a preceding focus change. (CRM-1378)
  • The “profile” bar in the top ribbon now applies the configured background color, consistent with the neighboring components, rather than retaining the default background. (CRM-1388)