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
Splitview puts up a light dismiss rectangle to get clicks and get notified when the user clicks outside.
In the context of RN, the Yoga layout engine is stomping over XAML's native layout and setting the size of the light dismiss rectangle to be 0x0:
Expected Behaviour
Clicking outside the open SplitView pane will close it
Actual
It appears that for whatever reason. clicking the area does nothing. Resizing the window does close it
Video Demonstration (recorded with xboix game bar so recording finished as I resized the video)
miniradioapp.2021-07-24.20-00-13.mp4
Other Info
Versions are as follows:
WinUI Version: 2.6.1
Here is the code of the component in the video:
The text was updated successfully, but these errors were encountered: