-
> Your version was rejected because of the following problems:
>
> 1) Dynamic creation of script nodes can be unsafe if contents are not static or are otherwise unsafe, or if `src` is remote.
> ng-…
-
The size of the `before` slot is not being watched for changes and the virtual scroller breaks whenever such content changes. You can see the issue on this CodeSandbox:
https://codesandbox.io/embed/…
-
The Nested Style Accordion example is broken.
If you expand the second node 'Nested' and children the container does not keep expanding and you can't scroll the contents - is that CSS on the container…
TimNZ updated
8 years ago
-
Originally reported on Google Code with ID 3956
```
1. Open the attached file
2. In the HTML tree select the button
3. Delete the *second* disabled from disabled="disabled"
4. Press
The button no l…
-
### Décrire le bug
D'après ma compréhension la librairie utilise un dictionnaire pour retenir les élément et remplit ce dictionnaire à l'aide d'un mutation observer. Le problème est que dans certai…
-
hi, and thanks for your wrapper library over Mutation Observers
we use arrive.js in one site, and when trying to expose the arrive API in window, we get the error bellow:
```javascript
// the cal…
-
On the [UI Bootstrap](https://angular-ui.github.io/bootstrap/) page there is a carousel that causes Landmarks to constantly increase the scan pause timer. This is working well, but it's probably a goo…
-
## 📝 Provide detailed reproduction steps (if any)
1. Open [the classic editor](https://ckeditor.com/docs/ckeditor5/20.0.0/examples/builds/classic-editor.html) example.
2. Select few words, e.g. …
-
Current specification of MutationObserver allows users to connect an observer to multiple target root nodes, but `disconnect` always acts on all of them.
It makes it hard to write systems that modify…
-
"Features can have their own mutation observer each" (like this:)
https://github.com/code-charity/youtube/blob/96879c6e2ce0321d68b1a27f36251c9a92beba44/js%26css/web-accessible/init.js#L67-L75
…