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

[FF][IME] First character is not inserted after using spanish accent + Bold. #3085

Closed
f1ames opened this issue Mar 13, 2017 · 2 comments
Closed
Labels
package:typing type:bug This issue reports a buggy (incorrect) behavior.

Comments

@f1ames
Copy link
Contributor

f1ames commented Mar 13, 2017

  1. Go to http://localhost:8125/ckeditor5-typing/tests/manual/input.html.
  2. Type Spanish accent '.
  3. Press Bold.
  4. Type more characters.

First character after using Bold (3.) is not inserted.

@f1ames
Copy link
Contributor Author

f1ames commented Mar 17, 2017

The previous scenario is fixed. However, after Cmd + b (instead of using Bold button) next typed character is not bolded.

@Reinmar Reinmar closed this as completed Mar 17, 2017
@f1ames
Copy link
Contributor Author

f1ames commented Mar 20, 2017

The previous scenario is fixed. However, after Cmd + b (instead of using Bold button) next typed character is not bolded.

Just to clarify one thing for future reference: the reason why the next character is not bolded is that the Cmd/Ctrl + B does not activates bold if used during composition. It only ends composition (and for Hiragana it does nothing). It works same way in current implementation and native contenteditable, so I suppose it should not be considered as a bug.

@mlewand mlewand transferred this issue from ckeditor/ckeditor5-typing Oct 9, 2019
@mlewand mlewand added resolution:solved type:bug This issue reports a buggy (incorrect) behavior. package:typing labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:typing type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

3 participants