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

Error thrown on accessing special characters dropdown with keyboard #10423

Closed
niegowski opened this issue Aug 25, 2021 · 5 comments
Closed

Error thrown on accessing special characters dropdown with keyboard #10423

niegowski opened this issue Aug 25, 2021 · 5 comments
Labels
domain:accessibility This issue reports an accessibility problem. package:special-characters resolution:resolved This issue was already resolved (e.g. by another ticket). squad:features Issue to be handled by the Features team. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@niegowski
Copy link
Contributor

📝 Provide detailed reproduction steps (if any)

  1. http://fake.ckeditor.com:8081/build/docs/ckeditor5/latest/features/special-characters.html
  2. press Alt+F10
  3. navigate to special characters dropdown
  4. press enter or down arrow to open dropdown
  5. press down arrow key

✔️ Expected result

Should not throw and probably allow to pick special character with keyboard.

❌ Actual result

snippet.js:4 Uncaught TypeError: this.children.first.focus is not a function
    at s.focus (snippet.js:4)
    at snippet.js:4
    at Object._listener.listenTo.priority (snippet.js:4)
    at Object.fire (snippet.js:4)
    at c.<anonymous> (snippet.js:4)
    at c.fire (snippet.js:4)
    at HTMLDivElement.n (snippet.js:4)

❓ Possible solution

If you have ideas, you can list them here. Otherwise, you can delete this section.

📃 Other details

  • Browser: …
  • OS: …
  • First affected CKEditor version: reproducible since v18
  • Installed CKEditor plugins: …

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@niegowski niegowski added type:bug This issue reports a buggy (incorrect) behavior. domain:accessibility This issue reports an accessibility problem. package:special-characters squad:core Issue to be handled by the Core team. labels Aug 25, 2021
@Reinmar
Copy link
Member

Reinmar commented Sep 1, 2021

Note: The editor still works after this error is thrown.

Plus: This never worked.

Plus: #9037.

@FilipTokarski FilipTokarski added squad:features Issue to be handled by the Features team. and removed squad:core Issue to be handled by the Core team. labels Jul 22, 2022
@FilipTokarski
Copy link
Member

This should be checked after the latest enhancements in focus handling.

@RoopanV
Copy link

RoopanV commented Jul 22, 2022

The same problem with Tables dropdown too.

@mlewand
Copy link
Contributor

mlewand commented Aug 29, 2022

I believe this issue should be fixed in the upcoming release, isn't it?

@Mgsy
Copy link
Member

Mgsy commented Aug 29, 2022

I believe this issue should be fixed in the upcoming release, isn't it?

Yes, it's fixed.

@Mgsy Mgsy closed this as completed Aug 29, 2022
@mlewand mlewand added the resolution:resolved This issue was already resolved (e.g. by another ticket). label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:accessibility This issue reports an accessibility problem. package:special-characters resolution:resolved This issue was already resolved (e.g. by another ticket). squad:features Issue to be handled by the Features team. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

6 participants