The customer noticed that after upgrading to the ITMS 8.6 release certain pages are auto-populating values under the "Search" field. It 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 appear as if there is not one (blank because it didn't meet the search criteria).
The "Search" field acts like it it was a login entry field.
The customer sees the same behavior 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:
(As far as we see, problem reproducible only for Google Chrome browser and isn't reproducible for "Microsoft Edge" browser)
ITMS 8.6
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: https://web.dev/learn/forms/autofill/. We don't have any condition in 'Search' field to start using 'autofill'.
This issue has been reported to our Broadcom Development Team.
We can suggest for this issue: