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

Handle   inserted by browser instead of spaces. #3059

Closed
scofalik opened this issue Sep 30, 2016 · 2 comments · Fixed by ckeditor/ckeditor5-typing#50
Closed

Handle   inserted by browser instead of spaces. #3059

scofalik opened this issue Sep 30, 2016 · 2 comments · Fixed by ckeditor/ckeditor5-typing#50
Labels
package:typing type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@scofalik
Copy link
Contributor

When typing, browsers insert   char whenever it is needed to correctly display inserted space. Since we decided that we want to keep view and model clean, we don't want those  s. This means, that we need to get clean them.

@fredck
Copy link
Contributor

fredck commented Sep 30, 2016

When typing, browsers insert   char whenever it is needed to correctly display inserted space.

Are you talking about sequences of spaces? If so, it may not be in the model, but it's certainly a requirement in the view.

@Reinmar
Copy link
Member

Reinmar commented Sep 30, 2016

It's definitely not a requirement in the view. The view format independent. Subsequent spaces may be differently rendered depending on a data format, so it DP's role to render them as it wishes.

scofalik referenced this issue in ckeditor/ckeditor5-typing Oct 11, 2016
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-typing Oct 9, 2019
@mlewand mlewand added this to the iteration 4 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:feature This issue reports a feature request (an idea for a new functionality or a missing option). 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:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants