Thijs Louisse
Thijs Louisse
### Description The latest version of Chromium (120) supports `ShadowRoot.prototype.createElement`. However, it does not support `ShadowRoot.prototype.importNode`. Since the polyfill uses the existence of `ShadowRoot.prototype.createElement` as a check for polyfill application,...
> N.B. work in progress (needs unit tests, implementation and manual testing) ```js /** * LightDomRenderMixin is needed when the author of a component needs to render to both light...
Hi, as one of the creators of a [component library](https://github.com/ing-bank/lion/tree/master/packages) I want to apply this polyfill inside our components (that is, a consumer would load the polyfill and our web...
## What I did 1.
Go over all components and consistently do a clean setup/teardown. See: https://github.com/ing-bank/lion/pull/2281/files#r1600710379 Could be implemented with smth like this: ```js /** * Helper class for elements that temporarily fulfill a...
## Expected behavior When I click on the invoker, the listbox dropdown opens: https://lion-web.netlify.app/components/combobox/use-cases/#invoker-button ## Actual Behavior It does not open. Most likely the cause is inside the code and...
## Expected behavior A clear and concise description of what you expected to happen. ## Actual Behavior Right now, all types of overlays add body margin. This should only happen...
Hi there, An npm package called 'ing-web' is unrightfully marked as malware: https://github.com/advisories/GHSA-5fx7-hqw3-mg99 However, the malicious code is already removed from the registry for a long time: https://www.npmjs.com/package/ing-web Can this...