加载paper-dropdown-menu webcomponent时出现此错误。
Uncaught TypeError: this._isRTL is not a function
SEO的更长堆栈跟踪:
未捕获的TypeError:this._isRTL不是 函数get _localeHorizontalAlign @ iron-dropdown.html:306_updateOverlayPosition @ iron-dropdown.html:461_positionTargetChanged @ iron-dropdown.html:405_observerEffect @ polymer.html:1562_effectEffects @ polymer.html:1405_propertySetter @ polymer.html:1389setter @ polymer.html:1468附着@ iron-fit-behavior.html:222_invokeBehavior @ polymer-micro.html:433_doBehavior @ polymer-micro.html:426(匿名 功能)@ polymer-micro.html:210_makeReady @ polymer-micro.html:111(匿名函数)@ polymer-micro.html:117 polymer-mini.html:2046 Uncaught TypeError:无法读取属性 '的getWidth' undefined(匿名函数)@ app-drawer-layout.html:189complete @ polymer-mini.html:2085Debouncer.boundComplete @ polymer-mini.html:2062_atEndOfMicrotask @ polymer-mini.html:2040window.MutationObserver.observe.characterData @ 聚合物mini.html:2055
答案 0 :(得分:1)
显然,Polymer 1.5与纸张下拉菜单版本~1.2.1不兼容。我不得不降级到Polymer 1.4以使用纸张下拉菜单。
编辑:
问题是这个组件与Shadow DOM不兼容。