kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

Components with Popup Containers do not take into account the SCALE injection token

Open PaskalevStoyan opened this issue 1 year ago • 0 comments

When applying the SCALE injection token, only the individual Popup Component takes it into an account and calculates the left and right CSS styles properly. This is not the case when using components who have a Popup Component, for example: DropDownList, DateTimePicker, etc.

To Reproduce: https://stackblitz.com/edit/angular-ernj7e?file=src%2Fapp%2Fapp.component.ts

  1. Open the StackBlitz demo.
  2. Click on the DateTimePicker.

Current Behaviour:

The Popup of the DateTimePicker is not properly aligned with its container

Expected Behaviour:

The Popup of the DateTimePicker should have properly set left / right CSS styles.

PaskalevStoyan avatar Dec 14 '23 09:12 PaskalevStoyan