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
ShouldConstraintToRootBounds = False allows us to display the teachingtip without cutting it off when the window size is small by displaying part of the teaching tip out of the bounds of the app window. However, sometime when the app window is maximised and there is enough room for the teaching tip to be displayed within the bounds of the app window, the teaching tip is partly moved out of the bounds of the app window, resulting in cutting off the teachingtip from the view.
The teaching tip should be displayed in full when ShouldConstraintToRootBounds = False and app window is maximised. Also, teaching tip should always be displayed without cutting off.
Screenshots
Normal Window (ShouldConstraintToRootBounds = False)
Describe the bug
ShouldConstraintToRootBounds = False allows us to display the teachingtip without cutting it off when the window size is small by displaying part of the teaching tip out of the bounds of the app window. However, sometime when the app window is maximised and there is enough room for the teaching tip to be displayed within the bounds of the app window, the teaching tip is partly moved out of the bounds of the app window, resulting in cutting off the teachingtip from the view.
Steps to reproduce the bug
Expected behavior
The teaching tip should be displayed in full when ShouldConstraintToRootBounds = False and app window is maximised. Also, teaching tip should always be displayed without cutting off.
Screenshots
Normal Window (ShouldConstraintToRootBounds = False)
Maximised Window (ShouldConstraintToRootBounds = False)
Maximised Window (ShouldConstraintToRootBounds = True)
NuGet package version
WinUI 3 - Windows App SDK 1.5.0: 1.5.240227000
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response
The text was updated successfully, but these errors were encountered: