Completed
Last Updated: 17 Nov 2023 09:24 by ADMIN
Release R1.2024-Increment.2+3(31.Jan.2024)

Bug report

The popover does not show when the mouse is moved normally. It will show only when the mouse is moved very slowly.

Reproduction of the problem

  1. Open the dojo - https://dojo.telerik.com/@NeliKondova/UniXoPuJ
  2. Move the mouse

Current behavior

Popover is not displayed over every item but on every second item. It is displayed on every item only if the mouse moves slowly.

Expected/desired behavior

The popover should show over every item.

The issue is a regression starting with 2023.1.314 version

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [all]
Under Review
Last Updated: 19 Sep 2022 16:14 by ADMIN
Created by: Mick
Comments: 2
Category: Popover
Type: Feature Request
1

I prefer the Apple style of placing action buttons on the right in dialogs and the like. Can we add an option to do this?

I'm currently considering overriding css with something like...

.k-popover-actions {
    justify-content: end !important;
    flex-flow: row-reverse !important;
}

Fyi... I just filed an issue for`actionsLayout` missing in the latest typescript definition, so that's the reason for the first css rule included above.

https://github.com/telerik/kendo-ui-core/issues/7008

 

Unplanned
Last Updated: 11 Mar 2022 09:43 by Hoa
Created by: Hoa
Comments: 0
Category: Popover
Type: Feature Request
0

Enhancement
Currently, the Popover callout arrow does not change its position to reflect the anchor element correctly and always positions to the middle of the Popover element

Reproduction
Check the following dojo: 

https://dojo.telerik.com/UcixuSUy

Expected/desired behavior
Popover callout shall update its position

Environment
Kendo UI version: 2022.1.119
Browser: [all]