telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
463 stars 213 forks source link

[Editor] ColorPickers popups don't reposition on a mobile device #4341

Closed mbechev closed 6 days ago

mbechev commented 1 week ago

Describe the bug It could be related to https://github.com/telerik/kendo-angular/issues/4340

Toolbar tools that show popups (ColorPicker) don't recognize the boundaries and render the popup beyond the dimensions—requiring the user to scroll and see the entire palette or gradient. It is reproduced on Android devices. On iOS the popup is repositioned correctly.

image

To Reproduce Use any tool that has a popup near the end of the Editor. https://stackblitz.com/edit/angular-vnqfth?file=src%2Fapp%2Fapp.component.ts

Expected behavior The popup should be realigned based on the available width:

image
mbechev commented 6 days ago

Duplicate of https://github.com/telerik/kendo-angular/issues/4338