diff --git a/.changeset/heavy-cups-peel.md b/.changeset/heavy-cups-peel.md new file mode 100644 index 00000000000..7cd119236e2 --- /dev/null +++ b/.changeset/heavy-cups-peel.md @@ -0,0 +1,5 @@ +--- +"@siemens/ix": patch +--- + +Update `@floating-ui/dom` dependency to fix a wrong placement of the `ix-dropdown` if the dropdown is placed inside a `dialog`-element with animations in certain environments. diff --git a/packages/angular-test-app/src/select/select.spec.ts b/packages/angular-test-app/src/test/select/select-form.spec.ts similarity index 68% rename from packages/angular-test-app/src/select/select.spec.ts rename to packages/angular-test-app/src/test/select/select-form.spec.ts index f79c77f8761..27786eba28a 100644 --- a/packages/angular-test-app/src/select/select.spec.ts +++ b/packages/angular-test-app/src/test/select/select-form.spec.ts @@ -13,9 +13,11 @@ import { import { ComponentFixture, TestBed } from '@angular/core/testing'; import { IxModule } from '@siemens/ix-angular'; import { By } from '@angular/platform-browser'; +import { waitForHydration } from '../utils/wait-for-hydration'; +import { checkForError } from '../utils/check-for-error'; @Component({ - selector: 'ix-example-form-select', + selector: 'ix-example-select-form', template: `