Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / webcomponents/shadydom issues and pull requests
#345 - Add externs for Polymer template instance properties
Pull Request -
State: closed - Opened by dfreedm almost 6 years ago
#344 - attachShadow({shadyUpgradeFragment}) can break if properties exist on the fragment
Issue -
State: closed - Opened by sorvell almost 6 years ago
#343 - Fix edge case with `removeAttribute('class')`
Pull Request -
State: closed - Opened by dfreedm almost 6 years ago
#342 - Use the same logic as setAttribute for removeAttribute
Pull Request -
State: closed - Opened by dfreedm almost 6 years ago
#340 - Fix class scoping when using removeAttribute
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
#339 - `removeAttribute('class')` does not preserve scoping classes
Issue -
State: closed - Opened by sorvell almost 6 years ago
#338 - Fixes #337: DocumentFragments should be unwrapped in observeChildren callbacks.
Pull Request -
State: closed - Opened by bicknellr almost 6 years ago
#337 - ShadyDOM breaks Polymer's `observeNodes` when slots are created by a dom-repeat
Issue -
State: closed - Opened by bicknellr almost 6 years ago
- 2 comments
#336 - Patch `dispatchEvent` on Window
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
#335 - With `noPatch` flag on, events fired on window generate errors in IE11
Issue -
State: closed - Opened by sorvell almost 6 years ago
#334 - Avoid errors when `Object.getOwnPropertyNames` is weirdly patched
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
#332 - Element.prototype.slot is now known to jscompiler
Pull Request -
State: closed - Opened by rictic almost 6 years ago
#331 - Ensure patched querySelectorAll returns an HTMLCollection
Pull Request -
State: closed - Opened by DRiFTy17 almost 6 years ago
#329 - Adjacent slots render content incorrectly
Issue -
State: closed - Opened by sorvell almost 6 years ago
- 1 comment
#328 - Fixes incompatibility between SD and CE when instance patching is needed
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
- 1 comment
#326 - Put `className` on the element wrapper
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
#322 - Fix dispatching event from ShadowRoot
Pull Request -
State: closed - Opened by dfreedm almost 6 years ago
- 1 comment
#320 - Allow event listeners on <slot> elements
Pull Request -
State: closed - Opened by sorvell almost 6 years ago
- 1 comment
#319 - Don't unscope when moving back into pre-scoped doc fragment
Pull Request -
State: closed - Opened by kevinpschaaf almost 6 years ago
#318 - DOM is unscoped when moving in/out of a document fragment with __noInsertionPoint
Issue -
State: closed - Opened by kevinpschaaf almost 6 years ago
#317 - fix: don't use isConnected polyfill if the native version returns false.
Pull Request -
State: closed - Opened by trusktr about 6 years ago
- 1 comment
#316 - Adds `attachShadow({shadyUpgradeFragment: documentFragment})`
Pull Request -
State: closed - Opened by sorvell about 6 years ago
#315 - Ensure `className` applies style scoping on IE
Pull Request -
State: closed - Opened by sorvell about 6 years ago
#314 - `className` is not properly patched on IE
Issue -
State: closed - Opened by sorvell about 6 years ago
#313 - Enhancements to flush primarily for noPatch mode
Pull Request -
State: closed - Opened by sorvell about 6 years ago
#312 - Adds `ShadyDOM.forceUpdate(shadowRoot)`
Pull Request -
State: closed - Opened by sorvell about 6 years ago
- 1 comment
#310 - docs(readme): add link to webcomponentsjs repo
Pull Request -
State: closed - Opened by EisenbergEffect about 6 years ago
#309 - Add Browser Compatibility to Readme
Issue -
State: closed - Opened by EisenbergEffect about 6 years ago
- 3 comments
#308 - Capture native ParentNode accessors on Document
Pull Request -
State: closed - Opened by sorvell about 6 years ago
- 1 comment
#307 - Potential copy-paste issue in patch-native.js
Issue -
State: closed - Opened by attilapuskas about 6 years ago
- 2 comments
#306 - Make childElementCount null-safe
Pull Request -
State: closed - Opened by attilapuskas about 6 years ago
#305 - Make ShadyDOM compile strictly
Pull Request -
State: closed - Opened by aomarks about 6 years ago
- 2 comments
#304 - Fixes innerHTML and textContent when using custom elements polyfill
Pull Request -
State: closed - Opened by sorvell about 6 years ago
#303 - `innerHTML` and `textContent` do not interact correctly with custom elements polyfill on old browsers
Issue -
State: closed - Opened by sorvell about 6 years ago
- 1 comment
#302 - childElementCount causes error without children property
Issue -
State: closed - Opened by attilapuskas about 6 years ago
- 1 comment
#301 - fixes #300: empty id should return null, not the root HTML element
Pull Request -
State: closed - Opened by dlockhart about 6 years ago
#300 - getElementById with empty string returns document
Issue -
State: closed - Opened by dlockhart about 6 years ago
- 1 comment
#298 - Add `ShadyDOM.noPatch` setting for unpatched behavior
Pull Request -
State: closed - Opened by sorvell over 6 years ago
- 1 comment
#297 - Fix #289 - Use bubbling phase for 'on' event listeners
Pull Request -
State: closed - Opened by attilapuskas over 6 years ago
- 4 comments
#296 - Put scoping optimization behing `preferPerformance` flag
Pull Request -
State: closed - Opened by sorvell over 6 years ago
#294 - [ Add ] Utility methods of ParentNode & ChildNode interfaces
Pull Request -
State: closed - Opened by TechQuery over 6 years ago
- 2 comments
#293 - test to confirm that complex retargeting is broken
Pull Request -
State: closed - Opened by caridy over 6 years ago
- 1 comment
#292 - test for issue with dispatching mechanism between host and shadowRoot
Pull Request -
State: closed - Opened by caridy over 6 years ago
- 1 comment
#291 - Performance optimizations (mostly optional)
Pull Request -
State: closed - Opened by sorvell over 6 years ago
#289 - Shadydom enforces capturing phase in IE 11
Issue -
State: closed - Opened by attilapuskas over 6 years ago
- 2 comments
#287 - Prevent Node.prototype.__shady from being renamed.
Pull Request -
State: closed - Opened by aomarks over 6 years ago
#286 - Defaulting to native accessors and live childNodes
Pull Request -
State: closed - Opened by davidmsibley over 6 years ago
- 6 comments
#285 - Fix style scoping in a few cases
Pull Request -
State: closed - Opened by dfreedm over 6 years ago
#284 - Fixes #283
Pull Request -
State: closed - Opened by sorvell over 6 years ago
#283 - Redistribution can fail with constructor created ShadowRoot
Issue -
State: closed - Opened by sorvell over 6 years ago
#282 - Ignore several unresolvable Closure warnings
Pull Request -
State: closed - Opened by TimvdLippe over 6 years ago
#280 - attribute selectors with colons are corrupted
Issue -
State: closed - Opened by LarsDenBakker over 6 years ago
- 1 comment
#279 - Allow passthrough for extending built-in elements
Pull Request -
State: closed - Opened by ryansolid over 6 years ago
- 1 comment
#278 - Question: Support for extending Native Elements
Issue -
State: closed - Opened by ryansolid over 6 years ago
- 1 comment
#277 - Skip shadydom composed getter test for IE and Edge
Pull Request -
State: closed - Opened by web-padawan over 6 years ago
#276 - Workaround broken composed flag for focus events in Firefox 61
Pull Request -
State: closed - Opened by web-padawan over 6 years ago
- 4 comments
#275 - Firefox 61: focusin and focusout events have "composed" incorrectly set to false
Issue -
State: closed - Opened by web-padawan over 6 years ago
- 3 comments
#274 - Use ShadyCSS scoping APIs to handle dynamic scoping
Pull Request -
State: closed - Opened by dfreedm over 6 years ago
- 1 comment
#273 - Implement synchronous ShadyCSS scoping when inserting and removing nodes
Issue -
State: closed - Opened by dfreedm over 6 years ago
#272 - Patch relatedTarget to also not throw when delayed
Pull Request -
State: closed - Opened by dfreedm over 6 years ago
#271 - Ensure ownerDocument is correct
Pull Request -
State: closed - Opened by sorvell over 6 years ago
#269 - Fix Custom Elements not upgrading in slot context
Pull Request -
State: closed - Opened by ruphin over 6 years ago
- 3 comments
#268 - Custom Elements fail to upgrade when inserted into slotted context
Issue -
State: closed - Opened by ruphin over 6 years ago
#267 - Replace broken 'gulp debug' with 'npm run debug'
Pull Request -
State: closed - Opened by ruphin over 6 years ago
- 2 comments
#265 - Fix timing issue if modifying slot name before rendering
Pull Request -
State: closed - Opened by dfreedm over 6 years ago
#264 - Change a slot name during an async rendering can throw
Issue -
State: closed - Opened by dfreedm over 6 years ago
#258 - Slotted polyfill does not work if slot is not a direct child
Issue -
State: closed - Opened by TimvdLippe over 6 years ago
- 8 comments
#257 - Moving elements into iFrame with shady-dom
Issue -
State: closed - Opened by TimvdLippe over 6 years ago
- 1 comment
#254 - Element.prototype.querySelectorAll returns Array instead of NodeList in Firefox 61
Issue -
State: closed - Opened by TimvdLippe over 6 years ago
- 7 comments
#253 - Fix retrieving event.target in delayed event callback
Pull Request -
State: closed - Opened by TimvdLippe over 6 years ago
#252 - Event listeners on slot elements do not work
Issue -
State: closed - Opened by TimvdLippe over 6 years ago
- 2 comments
#251 - Getting 'target' property of event during deferred processing throws error
Issue -
State: closed - Opened by varmentano over 6 years ago
- 1 comment
#249 - Generate build files on prepack
Pull Request -
State: closed - Opened by TimvdLippe over 6 years ago
#248 - Performance issues for `getElementById`
Issue -
State: closed - Opened by csvn over 6 years ago
- 6 comments
#246 - Fixes #245 by removing deferral of rendering until document loaded
Pull Request -
State: closed - Opened by sorvell over 6 years ago
- 1 comment
#245 - Distribution broken when using native custom elements and parser generated nodes
Issue -
State: closed - Opened by sorvell over 6 years ago
- 1 comment
#244 - Patch namedItem and fix length id
Pull Request -
State: closed - Opened by TimvdLippe over 6 years ago
#243 - :fire: bower
Pull Request -
State: closed - Opened by TimvdLippe over 6 years ago
#242 - Patch parentNode/parentElement flexibility
Issue -
State: closed - Opened by egucciar over 6 years ago
- 2 comments
#241 - Why patch accessors change the type of `childNodes` from NodeList to Array?
Issue -
State: closed - Opened by chilicomputer over 6 years ago
- 3 comments
#240 - Use template element in patched innerHTML of template elements
Pull Request -
State: closed - Opened by bgotink almost 7 years ago
- 9 comments
#235 - Calling `attachShadow` before `DOMContentLoaded` leads to unexpected rendering.
Issue -
State: closed - Opened by sorvell almost 7 years ago
#230 - Patch onfocus and onblur on HTMLElement
Pull Request -
State: closed - Opened by TimvdLippe almost 7 years ago
- 6 comments
#226 - Fix Element.children references by name attribute
Pull Request -
State: closed - Opened by TimvdLippe almost 7 years ago
#222 - Manage native connect/disconnect callbacks during Shady Distribution. Fixes #219
Pull Request -
State: closed - Opened by sorvell almost 7 years ago
- 2 comments
#221 - Patch form reference on form-associated elements
Pull Request -
State: closed - Opened by TimvdLippe almost 7 years ago
- 7 comments
#212 - onfocus property is not polyfilled
Issue -
State: closed - Opened by rslawik about 7 years ago
- 6 comments
#208 - ShadyDOM breaks partial table templates
Issue -
State: closed - Opened by justinfagnani about 7 years ago
- 1 comment
#207 - Error in IE11: SCRIPT445: Object doesn't support this action
Issue -
State: closed - Opened by trusktr about 7 years ago
- 2 comments
#180 - ShadyDOM needs to hold on to and call only unpatched methods.
Issue -
State: closed - Opened by bicknellr over 7 years ago
#170 - Angular 1.x Bindings Broken
Issue -
State: closed - Opened by jyounce over 7 years ago
- 3 comments
#169 - Element.prototype.children issue
Issue -
State: closed - Opened by zaclummys over 7 years ago
#159 - Click event doesn't bubble when fired using click() function
Issue -
State: closed - Opened by Saulis over 7 years ago
- 1 comment
#155 - How performant is shadydom intended (esp. in IE11)?
Issue -
State: closed - Opened by mattdsteele over 7 years ago
- 4 comments
#151 - Need ShadyCSS callout for innerHTML
Issue -
State: closed - Opened by dfreedm almost 8 years ago
#120 - wrong layout information on attached
Issue -
State: closed - Opened by valdrinkoshi almost 8 years ago
#76 - shadow.appendChild is slower in shadyDom
Issue -
State: closed - Opened by lnaravindan about 8 years ago
#55 - Need full DocumentOrShadowRoot support
Issue -
State: closed - Opened by treshugart over 8 years ago
- 5 comments
Labels: Priority: Medium
#23 - In some browsers grab html content (that has WC with ShadyDOM) with innerHTML and pastit later with innerHTML corrupts content.
Issue -
State: closed - Opened by jorrete over 8 years ago
- 2 comments
#6 - Tests needed for the focus/blur changes
Issue -
State: closed - Opened by kevinpschaaf over 8 years ago
- 4 comments