When the toggleOnClick option is set to true, the hide method doesn't hide the Popover
Workaround: https://dojo.telerik.com/JhWNDQrv (works only in the custom scenario when the hide method is called on scrolling the page. It will not work when the call method is called on button click)
The Popover remains visible
The Popover should hide
_
The popover does not show when the mouse is moved normally. It will show only when the mouse is moved very slowly.
Popover is not displayed over every item but on every second item. It is displayed on every item only if the mouse moves slowly.
The popover should show over every item.
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
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]