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

TinyMCE 5 Preview: tab focus #4677

Closed
hnategh opened this issue Nov 22, 2018 · 2 comments
Closed

TinyMCE 5 Preview: tab focus #4677

hnategh opened this issue Nov 22, 2018 · 2 comments
Labels

Comments

@hnategh
Copy link

hnategh commented Nov 22, 2018

Do you want to request a feature or report a bug?
bug
What is the current behavior?
Unable to tab out of the editor even the tabfocus plugin is used and tabfocuse_elements:":prev,:next" 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- tinymce.init({
selector: "textarea",
plugins: ["tabfocus"],
tabfocus_elements: ":prev,:next"
});
What is the expected behavior?
being able to tab in/out of the editor container.

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?
TinyMCE 5 Preview, tested with Chrome and F.F at least

Thank You!
Hadi

@Afraithe Afraithe added the 5.x label Nov 23, 2018
@metricjs
Copy link
Contributor

We did some work on tabfocus and keyboard navigation recently, and I believe that will have fixed this problem. I just tested it in Chrome and Firefox (on MacOS) and weren't able to reproduce it. The fiddle I used was http://fiddle.tinymce.com/nAgaab . Could you please confirm whether it's fixed @hnategh ?

@hnategh
Copy link
Author

hnategh commented Jan 23, 2019

Yes, it's fixed. Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants