Noticed while investigating on #6118 / #6163.
When using the keyboard and moving focus from the block content to the toolbar using Alt+F10, then pressing Escape is supposed to move focus back from the toolbar to the block content.
This works perfectly on Chrome, Firefox, and Edge. It doesn't work on Safari and IE11.
I've quickly seen there's a check for an actual selection and focus is moved back only if there's a selection. I'd suspect the method to get the selection doesn't work with IE11 (not surprisingly) and Safari.
Noticed while investigating on #6118 / #6163.
When using the keyboard and moving focus from the block content to the toolbar using
Alt+F10, then pressing Escape is supposed to move focus back from the toolbar to the block content.This works perfectly on Chrome, Firefox, and Edge. It doesn't work on Safari and IE11.
I've quickly seen there's a check for an actual selection and focus is moved back only if there's a selection. I'd suspect the method to get the selection doesn't work with IE11 (not surprisingly) and Safari.