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
There is currently an issue in WASDK which prevents us from getting InputFocusNavigationHost from a DesktopPopupSiteBridge. This means various parts of the Modal component's focus management is broken.
m_popUp = winrt::Microsoft::UI::Content::DesktopPopupSiteBridge::Create(
....
// This fails in current WASDK versionauto navHost =
winrt::Microsoft::UI::Input::InputFocusNavigationHost::GetForSiteBridge(m_popUp);
The text was updated successfully, but these errors were encountered:
There is currently an issue in WASDK which prevents us from getting InputFocusNavigationHost from a DesktopPopupSiteBridge. This means various parts of the Modal component's focus management is broken.
The text was updated successfully, but these errors were encountered: