-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Dropdowns reflect only the beginning / start of selection. #525
Comments
The feature sounds reasonable, though it's not crucial for us ATM. We can get back to it at some point. |
I've prepared the first, WIP implementation of this feature for However there are some issues with new selection from the same element as the first one. Due to the fact how our There is also need to implement this feature also for |
+1 Facing same issue for font size, any update on this? |
There are plenty of tutorials on how to do that around the need, google around and I'm sure you'll find it. |
Are you reporting a feature or a bug?
Feature request
Check if the issue is already reported
https://dev.ckeditor.com/ticket/13553
Provide detailed reproduction steps (if any)
Expected result
Font dropdown doesn't show any font.
Actual result
Font dropdown shows font from first paragraph.
Other details
NOTE: This is how selection and styles work in the editor. Dropdowns always reflect beginning of selection. Perhaps here we could check if selection contains something more than one element and more than one font and if it does, simply not showing any font. Same goes for font-size, format and styles.
The text was updated successfully, but these errors were encountered: