-
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
Cannot set default font family/size if selection does not start inside styling span #1116
Labels
plugin:font
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Comments
f1ames
added
plugin:font
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
plugin:stylescombo
The plugin which probably causes the issue.
and removed
plugin:font
The plugin which probably causes the issue.
labels
Nov 3, 2017
f1ames
added
plugin:font
The plugin which probably causes the issue.
and removed
plugin:stylescombo
The plugin which probably causes the issue.
labels
Nov 20, 2017
msamsel
pushed a commit
that referenced
this issue
Sep 6, 2019
…described in #1116 and ignore test related with this bug.
msamsel
pushed a commit
that referenced
this issue
Sep 6, 2019
…described in #1116 and ignore test related with this bug.
msamsel
pushed a commit
that referenced
this issue
Dec 19, 2019
…described in #1116 and ignore test related with this bug.
msamsel
pushed a commit
that referenced
this issue
Dec 20, 2019
…described in #1116 and ignore test related with this bug.
2 tasks
msamsel
pushed a commit
that referenced
this issue
Jan 8, 2020
…described in #1116 and ignore test related with this bug.
jacekbogdanski
pushed a commit
that referenced
this issue
Jan 13, 2020
…described in #1116 and ignore test related with this bug.
It might be helpful to check this commit. There are removed parts, which initially I want to use to fix this bug together with introducing font commands. |
jacekbogdanski
pushed a commit
that referenced
this issue
Jan 22, 2020
…described in #1116 and ignore test related with this bug.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
plugin:font
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Related to #525 and #584.
Provide detailed reproduction steps (if any)
<p>foo <span style="font-size:20px">bar</span> baz</p>
.<p>f{oo <span style="font-size:20px">bar</span> b}az</p>
.(Default).
Expected result
Selected text font size is changed to default one.
Actual result
Selected text font size does not change.
Before change in #584, this issue was not visible. Removing the size was done by toggling option in a dropdown, however when selection does not start in the styling span the dropdown was not highlighting the proper item (which #525 is now trying to solve) so it was not possible to toggle.
Other details
major
not yet released)font
The text was updated successfully, but these errors were encountered: