这是我仅在 Canary v80 中看到的错误。我有一个 Angular 1.3/Webcomponents 0.7 应用程序,并且一些 UI 元素没有正确呈现。很难追踪应用程序的哪个元素引发了错误。
例如,我有一个包含文本字段、下拉菜单和按钮的页面。在开发工具中,我看到一个错误
exception: TypeError: Cannot read property 'childNodes' of undefined at nodeLinkFn
at compositeLinkFn ..at compositeLinkFn.. at nodeLinkFn.. at compositeLinkFn ...
在另一页,我有
el.getPropertyInfo is not a function
{exception: TypeError: el.getPropertyInfo is not a function..
cause: "<paper-menu class="dropdown-content ng-pristine ng-untouched ng-valid ng-isolate-scope" selected="{{xxx.yyy}}" data-ng-model="xxx" attr-for-selected="name" gi-polymer-event-bind="iron-select:aaa(xxx)" role="menu" tabindex="0">"
所有这些都可以在 Chrome 中完美运行。