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
The text was updated successfully, but these errors were encountered:
Fuzzy3
added
bug
NOT Prioritized
Issue not yet prioritized and added to a Milestone
NOT Verified
Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild
👶🏻 New
For new issues before prioritisation and refinement
labels
Mar 3, 2025
Turns out this is only a problem in the cookbook because we removed the wrapping kirby-app, which contains an ion-app (when we upgraded to angular 19 #3758)
So when we try to display a toast, we look for an ion-app but no such element is found in the cookbook, then it places the toast in the body instead, which then accidentally covers the whole screen and makes it unscrollable.
Fuzzy3
changed the title
[BUG] - Can't scroll view when showing toast
[BUG] - Can't scroll view when showing toast (only in cookbook)
Mar 3, 2025
RasmusKjeldgaard
removed
NOT Prioritized
Issue not yet prioritized and added to a Milestone
👶🏻 New
For new issues before prioritisation and refinement
NOT Verified
Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild
labels
Mar 4, 2025
Describe the bug
While a toast is being shown the view is locked for scrolling.
Describe how to reproduce the bug
Which Kirby version was used?
v10.3.0
It works in v10.2.1
What was the expected behavior?
Scrolling should be allowed while a toast is being shown
Add any screenshots
Please complete the following information:
Are there any additional context?
Checked out the commit before and after the Angular 19 upgrade, and it seems to be that upgrade that broke the toasts.
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is done.Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: