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
fix: Improve VoiceOver experience when using Safari (#10073)
* fix: avoid appending element to focus on re-order
* fix: remove VoiceOver flicker when moving between stacks
* fix: compute aria context for rendered conns at draw time
Otherwise this only happens on focus and the first focus in Safari
with VoiceOver fails to output anything.
* fix: reduce performance load by only setting role and roledesc
The full aria context for rendered conns is only calculated on focus
* fix: ensure move mode icon is still at the front
* fix: rendered conns are always visible
Connection previews are maintained by toggling a class.
Connectino reordering does not append element to be focused which
fixes VoiceOver in Safari behaviour.
0 commit comments