-
Notifications
You must be signed in to change notification settings - Fork 8
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
Display all selection ranges #68
Comments
Is there any editor feature that supports this ATM? Because it sounds like an edge case to me. |
From what I can tell is that Firefox is currently the only browser that allows you to make multiple selections. And this is the only (non-api) way to create multiple ranges. |
@oleq no, but we're about to start working on one: ckeditor/ckeditor5#5684 |
Let's wait for some actual editor feature and develop this in parallel. BTW it would be great if we did it together with #12. |
Like table selection? 😂 |
Well, yeah. Works for me 😛 |
Currently inspector show only one range from a selection that covers most (if not all) of the possible user selection (on Chrome at least).
There are at least two cases where user can create multi-range selection:
Current status:
As you can see on the gif above I've added the output of the
getModelData()
helper method below the editor.The text was updated successfully, but these errors were encountered: