kendo.all.min.js is reporting this in Chrome.
A page or script is accessing at least one of navigator.userAgent
, navigator.appVersion
, and navigator.platform
. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent
, navigator.appVersion
, and navigator.platform
with feature detection, progressive enhancement, or migrate to navigator.userAgentData
.
Note that for performance reasons, only the first access to one of the properties is shown.
https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html
When will this be resolved?
Hi,
The bug is now closed, we have logged a separate item for updating the detection logic.
Regards,
Angel Petrov
Progress Telerik
Hello Wiley,
Thank you for reporting the issue in question. Based on that I have opened the following bug item in our GitHub repo:
https://github.com/telerik/kendo-ui-core/issues/6579
I have also converted the current thread to a Bug Report in our Feedback portal:
Please, keep in mind that at this stage I won't be able to give you an estimate of when the issue will be addressed. That is why I will suggest you keep tracking the above Feedback portal item, as it will be updated as soon as we start working on its implementation.
As a small token of gratitude for reporting the above, I have updated your Telerik points.
Regards,
Veselin Tsvetanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.