telerik / kendo-angular

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

[Popover] showOn="click" does not work when Popover is nested in a Popup #4278

Open slavenai opened 3 months ago

slavenai commented 3 months ago

When the Popover is nested in a Popup and the showOn property is set to click, the visibility of the Popover is not toggled:

https://stackblitz.com/edit/angular-15x4sn-weuucq?file=src%2Fapp%2Fapp.component.ts

Same scenario works as expected with showOn="hover"

Workaround:

Toggling the Popover's visibility dynamically:

https://stackblitz.com/edit/angular-15x4sn-gdwqrd?file=src%2Fapp%2Fapp.component.ts