IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

IgcDatePicker - Calendar popup is not showing in a correct location near the edge of the browser window #132

Open mkamiishi opened 1 year ago

mkamiishi commented 1 year ago

Description

Calendar popup is not showing in a correct position if the editor is located near the bottom edge of the browser window

Steps to reproduce

  1. Run the attached sample.
  2. Resize the browser window so that IgcDatePicker is located slightly above the bottom edge of the window.
  3. Click the calendar icon.
  4. Maximize the browser window.
  5. Click the calendar icon.

Result

Calendar is not showing in a correct location.

Expected result

Calendar shows right under the editor if there is enough room for it.

Attachments

datepicker.zip datepicker_calendar_edge.zip

rkaraivanov commented 2 months ago

@mkamiishi

Starting with version 4.10, a new date-picker component has been introduced in the web components library. The upcoming Blazor package release will implement this new date-picker as the standard option and relegate the previous version to a new tag namespace.

This issue will be transferred to the Blazor repository, where the maintainers will determine whether they will offer fixes and support for the deprecated component.