Sandro
Sandro
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
Hi, The usage of ngTagsInput disables animation on child elements inside of a ng-repeat. The parent element is animated but not the child element. Scenario 1. The controller contains an...
# Steps to reproduce 1. Run `npx linkdash --host https://linkdash.now.sh/api/demo-config` 2. Created file will be opened in the browser 3. It just shows a white page and the following error...
### System info - Playwright Version: v1.34.1 - Operating System: Windows 11 - Browser: - - Other info: - VS Code: 1.78.2 - Playwright Test for VSCode: 1.0.11 ### Source...
### Library React / v8 (@fluentui/react) ### System Info ```shell The envinfo command isn't helpful here as we currently use the old office-ui-fabric packages ([email protected], [email protected]) but will soon update...
### Is your feature request related to a problem? Please describe. The bpmnjs rendered already accepts a default fill and stroke color (see https://github.com/bpmn-io/bpmn-js/issues/713). These colors are applied to all...
**Describe the bug** If selector that starts with a new line, Happy DOM throws an error "Invalid selector". ```tsx test("selector", () => { document.querySelector("\ninput"); }); ``` **To Reproduce** I forked...
The content of other pages is not accessible inside webc pages. ## Repro 1. Create a new Eleventy + WebC project 2. Add some markdown files with "posts" tag 3....
The next sibling selector (adjacent sibling selector) does not work with `:host`. ``` :host + :host { margin-block-start: 1rem; } ``` This should output `xyz + xyz` but produces `xyz...
**Describe the bug** The parameter type of the `class` attribute function accepts a string or an array of strings. But when using an array it will call `.join()` which results...