未捕获的TypeError:chrome版本51.0.2704.84中的非法调用

时间:2016-06-10 09:43:33

标签: javascript google-chrome

自从google chrome今天早上更新到版本51.0.2704.84 m后,在控制台中出现上述错误

似乎来自microsoftajax.js中的以下一行

this._originalTitle = document.title    

自最新更新以来有人收到此消息吗?

除Chrome之外,所有浏览器中的网站仍然正常运行,并且在旧版本的Chrome中工作正常。

microsoftajax中的

document.title等于 -

[Exception: TypeError: Illegal invocation at process (<anonymous>:80:133) at next (native) at Object._propertyDescriptors (<anonymous>:99:45) at next (native) at Object.getProperties (<anonymous>:69:132) at H.z._onPageRequestManagerBeginRequest (http://localhost:59138/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2:3:71226) at Array.<anonymous> (http://localhost:59138/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2:3:6758) at http://localhost:59138/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2:3:47047 at Function.H.w.raiseEvent (http://localhost:59138/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2:3:25458) at _onFormSubmit (http://localhost:59138/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2:9:23310)]

1 个答案:

答案 0 :(得分:0)

有趣的是,事实证明,最近在chrome中发生了一些变化,破坏了img标签,其标识为&#34; title&#34;。这将替换并破坏页面的window.document.title。

使用单行html页面轻松测试自己。