polymer
polymer copied to clipboard
Our original Web Component library.
I have been going through the process of upgrading my project from Polymer 2 to 3.0. Currently I am able to get my components to load if I run `polymer...
Hi, there seems to be a bug on the latest version of Safari (14.1.1) when using dom-if with a certain configuration of slots. I was able to create a minimal...
…e PropertiesChanged mixin in an invalid state ### Reference Issue
0|server | at Function.Module._load (internal/modules/cjs/loader.js:498:3) 0|server | at Object. (/usr/lib/node_modules/pm2/lib/ProcessContainerForkLegacy.js:28:21) 0|server | at Module._compile (internal/modules/cjs/loader.js:654:30) 0|server | at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10) 0|server | at Module.load (internal/modules/cjs/loader.js:566:32) 0|server | at tryModuleLoad (internal/modules/cjs/loader.js:506:12)...
Tap used to be recommended handler. However this changed to click in recent years, and tap actually causes problems with touch/scrolling. Global setting to always just use click.
### Description The Shady DOM polyfill overrides `addEventListener` and among other things stores some metadata as an extra property on the event handler function or object. This causes memory leaks...
#### Live Demo https://jsbin.com/laqilozaci/4/edit?html,output #### Steps to Reproduce * Use linkPaths to link subproperties of multiple array elements to an object. ``` this.thing = thing; this.things = [{thing}, {thing}, {thing}];...
### Description Polymer Gesture "Up" event does not fire on the left mouse button up ("mouseup"), when the right mouse button was clicked in the meantime. #### Live Demo https://jsfiddle.net/f47kun0v/25/...
Polymer cannot be used reliably from the Skypack CDN. By extension, any application that uses third party web components based on Polymer cannot use the new Streaming Imports mode introduced...
### Description When `cancelSyntheticClickEvents` is true in `lib/utils/settings.js` (default), click events initiated by mobile screen readers (VoiceOver or Talkback) are immediately killed by function `_handleNative` in `lib/utils/gestures.js`. This obviously affects...