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
Messagebox pops up fine, but doesn't get focus. Can't use enter/esc to confirm/cancel.
The user has to tab twice first to set focus to messagebox.
With show as popup it's even worse because the focus is at the top element of the page. The user has to tab through all elements on page before getting to the popup.
The text was updated successfully, but these errors were encountered:
I have the same issue. IsDefault = true
does not work. button "OK" not get focus as expected.
varmessageBox=MessageBoxManager.GetMessageBoxCustom(newMessageBoxCustomParams{ContentTitle="Custom Dialog",ContentMessage="This is a dialog with multiple buttons.",ButtonDefinitions=new[]{newButtonDefinition{Name="OK",IsDefault=true},newButtonDefinition{Name="Cancel"},newButtonDefinition{Name="Ignore"}},WindowStartupLocation=WindowStartupLocation.CenterOwner});
Messagebox pops up fine, but doesn't get focus. Can't use enter/esc to confirm/cancel.
The user has to tab twice first to set focus to messagebox.
With show as popup it's even worse because the focus is at the top element of the page. The user has to tab through all elements on page before getting to the popup.
The text was updated successfully, but these errors were encountered: