polymer icon indicating copy to clipboard operation
polymer copied to clipboard

Our original Web Component library.

Results 85 polymer issues
Sort by recently updated
recently updated
newest added

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...

wontfix

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...

wontfix

…e PropertiesChanged mixin in an invalid state ### Reference Issue

wontfix
cla: yes

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)...

wontfix

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.

wontfix
cla: yes

### 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...

wontfix

#### 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}];...

bug
wontfix
databinding
3.x
dom-repeat

### 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...

wontfix

### 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...