You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic version:
[ ] 4.x
[ ] 5.x
[x] 6.x
Current behavior:
Passing
size: 'cover'
when opening a popover using apopoverController
is not working with an event without atrigger
, thetrigger
isnull
Expected behavior:
The popover should be using the element from the passed in event here:
https://github.com/ionic-team/ionic-framework/blob/next/core/src/components/popover/animations/ios.enter.ts#L22
https://github.com/ionic-team/ionic-framework/blob/next/core/src/components/popover/animations/md.enter.ts#L21
Steps to reproduce:
Can be reproduced on the
next
branch by passingsize: cover
with an eventThe text was updated successfully, but these errors were encountered: