#52774 closed defect (bug) (invalid)
Italic is not working in 5.7
Reported by: | ferhat37ozkan | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.7 |
Component: | Editor | Keywords: | |
Focuses: | administration | Cc: |
Description
hello, Italic type is not working in 5.7 editor.
Attachments (3)
Change History (11)
#1
@
4 years ago
- Component changed from General to Editor
- Focuses administration added; coding-standards removed
#4
@
4 years ago
It looks like the <em>
tag is inserted in the content, so it's a CSS issue with your theme.
Can you reproduce the issue on one of the WordPress default themes?
If not, it's not an issue with WordPress Core.
#5
follow-up:
↓ 6
@
4 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
I can confirm that Kodeo Admin UI un-italicizes the em
element (within the editor).
i, cite, em, var, address, dfn { font-style: normal; }
Their support forum is here:
https://wordpress.org/support/plugin/kodeo-admin-ui/
#6
in reply to:
↑ 5
@
4 years ago
Replying to sabernhardt:
I can confirm that Kodeo Admin UI un-italicizes the
em
element (within the editor).
i, cite, em, var, address, dfn { font-style: normal; }Their support forum is here:
https://wordpress.org/support/plugin/kodeo-admin-ui/
this fixing, sorry for bothering. I'm newbie but with all of your ideas i fixed.
/public_html/wp-content/plugins/kodeo-admin-ui/assets/css/admin.css
i, cite, em, var, address, dfn {
font-style: normal;
font-style: italic;
}
#7
@
4 years ago
@ferhat37ozkan Don't worry. You needed to bother someone to get this fixed, but you simply did not know who should fix it :)
I'll open a topic on the Kodeo forum so they might correct it (for everyone) before the next plugin update. Otherwise, you may need to edit the file again after updating the plugin.
#8
@
4 years ago
Topic opened:
https://wordpress.org/support/topic/italic-styling-ignored-in-block-editor/
If you want to follow the discussion and/or add to the conversation, please comment there.
Hi and welcome to WordPress Core Trac @ferhat37ozkan,
Can you please elaborate on the issue? In the editor but where, exactly? On which block? In which context? What is your browser? Is there any error in your browser's console? Can you please provide more information and add some screenshots?
Thanks