-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: popover arrow on desktop does not display #24624
Comments
Thanks for reporting this issue @peterpeterparker! This decision was made to alleviate some design flaws in the desktop implementation and work around a breaking change of changing the default value of Discussing with the team, we don't think that was the best solution. We'll track this as a bug & regression from v5 behavior, likely removing the opinionation for desktop platform and requiring implementations to manually set that flag based on their design patterns. We'll share an update when we have a decision. Thanks 👍 |
Thanks for the feedback @sean-perkins |
We missing the arrow on desktop too. We use the popover as a tooltip and it is an important orientation aid on the screen. |
This has been resolved via #25056 and the fix will be available in a future release of Ionic 👍 |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
Until Ionic v6, popover with mode set to
iOS
were presented with anarrow
regardless of the device i.e. arrows were displayed for popover even on desktop.Ionic v6 breaks this behavior and do not display arrows on desktop anymore and thus in any case i.e even if the
@Prop() arrow
is set to true (see code).This changes may have been introduced in PR #23258.
Expected Behavior
As in Ionic v5 and previous versions, being able to present popover on desktop with an
arrow
Steps to Reproduce
Ionic sample app, open popover with
arrow
to true or/andmode=ios
on desktop.Code Reproduction URL
No response
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: