Error when entering URL in input field
complete
Belinda Chen
When pressing the Enter key after entering a URL in the input field, the application's screen freezes and becomes unresponsive. At the same time, the following error message is displayed in the browser's developer console:
record.js:1 Uncaught TypeError: Cannot read properties of null (reading 'top')
at record.js:1:29664
if (t.source.top == window && t.data && "from-page-script" == t.data.direction && t.data.recordedType)
This error seems to originate from a function in the record.js file of the application, where a null reference exception occurs when attempting to access the 'top' property of an object. This could potentially be an issue related to cross-window access handling in the application's codebase. Please have your engineering team review the relevant code and address this issue to ensure the proper functioning of the application.
This post was marked as
complete
Tali Hawley
launched to latest