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

Can't switch to default font size #1186

Open
Comandeer opened this issue Nov 20, 2017 · 1 comment
Open

Can't switch to default font size #1186

Comandeer opened this issue Nov 20, 2017 · 1 comment
Labels
changelog:skip A changelog entry should not be added for a given issue. plugin:font The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@Comandeer
Copy link
Member

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

This bug is introduced in #584.

  1. Open editor with font plugin loaded.
  2. Set editor content to <p>Hello world!</p><p>Hello again!</p>
  3. Select all and apply "Courier New" font family.
  4. Select the second paragraph and apply font size of 36. Your content after these changes should look like <p><span style="font-family:Courier New,Courier,monospace;">Hello world!</span></p><p><span style="font-size:36px;"><span style="font-family:Courier New,Courier,monospace;">Hello again!</span></span></p>
  5. Select all and apply default font size.

Expected result

Font size in second paragraph is back to the initial value.

Actual result

Font size doesn't change.

@Comandeer Comandeer added changelog:skip A changelog entry should not be added for a given issue. plugin:font The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Nov 20, 2017
@f1ames
Copy link
Contributor

f1ames commented Nov 20, 2017

Similar to #1116 (not sure if it is the same cause).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip A changelog entry should not be added for a given issue. plugin:font The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants