Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#52774 closed defect (bug) (invalid)

Italic is not working in 5.7

Reported by: ferhat37ozkan's profile 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)

Ekran Alıntısı.PNG (60.8 KB) - added by ferhat37ozkan 3 years ago.
warnings.PNG (63.9 KB) - added by ferhat37ozkan 3 years ago.
kodeo-em-reset.png (70.5 KB) - added by sabernhardt 3 years ago.
Kodeo Admin UI reset CSS

Download all attachments as: .zip

Change History (11)

#1 @knutsp
3 years ago

  • Component changed from General to Editor
  • Focuses administration added; coding-standards removed

#2 @audrasjb
3 years ago

  • Keywords reporter-feedback added
  • Severity changed from minor to normal

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

#3 @ferhat37ozkan
3 years ago

I think, it caused by Kodeo-admin-ui extension?

#4 @audrasjb
3 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.

@sabernhardt
3 years ago

Kodeo Admin UI reset CSS

#5 follow-up: @sabernhardt
3 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 @ferhat37ozkan
3 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;  
}
Last edited 3 years ago by ferhat37ozkan (previous) (diff)

#7 @sabernhardt
3 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 @sabernhardt
3 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.

Note: See TracTickets for help on using tickets.