Search field is auto-populated on certain pages like Windows Patch Remediation Settings and CentOS Patch Remediation Settings pages
search cancel

Search field is auto-populated on certain pages like Windows Patch Remediation Settings and CentOS Patch Remediation Settings pages

book

Article ID: 257397

calendar_today

Updated On: 03-12-2025

Products

IT Management Suite Patch Management Solution

Issue/Introduction

After upgrading to the ITMS 8.6 release it was noticed that certain pages are auto-populating values under the "Search" field. This is not causing a functionality issue but it is becoming an annoyance because it is causing confusion to users when targets are populated. In most cases it appears as if there is not a Target (it is blank because it didn't meet the search criteria) as seen here:

The "Search" field acts like it it was a login entry field:

The same behavior is seen in the CentOS Patch Remediation page. 

Other pages with "Search" fields in other locations seem to be fine.

Steps to reproduce the issue:

Using Google Chrome browser, these are the potential steps to reproduce this (It appears this problem is only reproducible for the Google Chrome browser and isn't reproducible in the "Microsoft Edge" browser):

  1. On Agent Install page, for "Default Settings", specify account and password, after save changes, browser offers to save credentials
  2. Now if we open "Windows Patch Remediation Settings" page, we see this save account from "Agent install" page.

Environment

ITMS 8.6

Cause

Known issue. It looks like the issue is actually in how the browser tries to interact with the web controls that we use in this "search" field. They see this as a problem/bug of the web browser (mostly Chrome) with autofill:

  • All settings pages are based on same ASPX.NET page (Policies/PMVendorPolicy.aspx) and the control with 'Search' field is same.
  • But the page can show/hide some additional controls depending on vendor.
  • So it is definitely problem of the browser. It attached 'autofill' functionality to a wrong field.
  • Theoretically autofill should work so we don't have any condition in the  'Search' field to start using 'autofill': https://web.dev/learn/forms/autofill/

Resolution

The following workaround will resolve this issue:

  1. Clear autofill data (and disable it). For example: See the "autofill" guide above about the attribute 'autocomplete' (autocomplete="off").
  2. 'Disabling autofill' will prevent this problem in the future.
  3. 'Cleaning browser data' will clear stored credentials. This is required to resolve this problem.