Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focusing the status bar breaks the keyboard navigation #4140

Closed
ghost opened this issue Jan 4, 2018 · 2 comments
Closed

Focusing the status bar breaks the keyboard navigation #4140

ghost opened this issue Jan 4, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 4, 2018

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
It is not possible to tab past the editor when branding is enabled.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tinymce.com or similar.

  1. Open http://fiddle.tinymce.com/qhgaab
  2. Focus the first input field
  3. Press tab to focus the TinyMCE editor
  4. Press tab again to focus the next input field
  5. See that the focus ends up in the status bar. Press tab or shift-tab now does nothing as focus is now stuck.

What is the expected behavior?
It should be possible to navigate between all the form elements with the keyboard.

Additional
This doesn't occur if branding is disabled. However the bug is probably not related to the branding since it is possible to reproduce the trapped focus by clicking on the status bar and then trying to tab.

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?
TinyMCE 4.7.4
Chrome 63
Windows 10

@ghost
Copy link
Author

ghost commented Jan 25, 2018

This seems to be fixed by the commit 64261ef

@fyrkant
Copy link

fyrkant commented Jan 25, 2018

Yes this has been fixed in the latest release!

@fyrkant fyrkant closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants