microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.24k stars 1.14k forks source link

Documenting differences between RNW and RN Win32 #10950

Open rurikoaraki opened 1 year ago

rurikoaraki commented 1 year ago

Opening this issue to collect documentation of areas that are forked or have different behaviors between RNW and RNWin32. As RN Win32 turns toward aligning with RNW, we want to make sure that we are addressing any functionality differences or gaps that we will encounter.

@acoates-ms FYI

rurikoaraki commented 1 year ago

Accessibility gaps probably exist (i.e. accessibilityAccessKey)

rurikoaraki commented 1 year ago

enableFocusRing default behavior (false for win32 and true for windows). No technical reason for this one, mostly for staging the additional behavior.

chrisglein commented 1 year ago

Expectation is that the documentation occurs here (in the issue) with tasklists or whatever. Wiki is fine too. @Khalef1 assigning to you until you have someone designated.

rurikoaraki commented 1 year ago

Possible fork in behavior for keyboard focus in context menus.