-
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
Preserving custom colors feature #1795
Labels
plugin:colorbutton
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Milestone
Comments
jacekbogdanski
added
type:feature
A feature request.
status:confirmed
An issue confirmed by the development team.
plugin:colorbutton
The plugin which probably causes the issue.
labels
Mar 14, 2018
Some further specs:
|
As the feature for finding colors in the editor contents is basically a separate feature, I created a separate issue for it. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
plugin:colorbutton
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
Text Color
button.More colors
.Ok
.Text Color
button again.Expected result
New color should be added to color palette inside
colorbutton
dialog.Actual result
User is not able to get back to previous selected color from
colorbutton
dialog.Other details
We had some brain storm with @mlewand how to implement this feature and we find out with some idea:
span[color]
or configured by user e.g. colorButton_backStyle, colorButton_foreStyle. We should find out the most performant way to scan editor content by keeping CSS selectors precise.The text was updated successfully, but these errors were encountered: