Open Ryuno-Ki opened 3 years ago
@Ryuno-Ki I agree that people should be able to navigate outside of the editor via a key press (for convenience and accessibility). However, I believe it's the expected behavior that Tab key creates a Tab when pressed within the editor. Perhaps, there should be a key combination that behaves like regular Tab when pressed within the editor?
Hm, looking through fitting WCAG or ARIA examples, I think, it would be application role.
For this, I could imagine leaving the demo by hitting <Esc>
and offering a way to jump over it just before the Mozilla Demo is injected could be a good option.
Is it important to have tabs within the editor? If not the editor could simply be a contenteditable
element?
Closing, as it seems this became moot after the move to Yari and away from the wiki system
@sideshowbarker I don't quite follow your comment. Did you misinterpret this issue perhaps? This is about the focus trap in the editor, which is still present, i.e.:
Or should I open a new issue, in this repo or elsewhere?
Did you misinterpret this issue perhaps?
Yes, I did. Re-opening and moving to the yari repo
I was able to reproduce this as follows:
When Tabbing through http://localhost:5000/en-US/docs/Web/HTML/Element/input/text I can't leave the iFrame of Mozilla Demo using Tab.
Instead the key is used inside the HTML editor there.