Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#53127 closed defect (bug) (invalid)

Underline problem in Posting Blog

Reported by: ankurakjain's profile ankurakjain Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords: needs-testing reporter-feedback
Focuses: ui Cc:

Description

I was working on esach.org website which is writing a blog. I put Headings in the blog and used underline tag from the options given. In the draft window, I am able to see the headings with underline but when I preview the changes, the heading is not visible. I got confused.

Then, I click on edit as html and I saw you are using span tag to underline the text. I replace the span tag with div tag and now I can see underline text in the preview window.

Change History (3)

#1 @SergeyBiryukov
4 years ago

  • Component changed from Formatting to Editor

#2 @sabernhardt
4 years ago

  • Focuses accessibility removed
  • Keywords reporter-feedback added; needs-patch removed

Hi @ankurakjain !

Does your site have any trouble with the span tag after you publish a post? I think the editor preview might not be showing the latest edit(s). When I edited code in my browser with a heritagetribune.eu blog post, the span showed properly on a heading.

If it does not display properly for you on a published post, you may want to contact the Zeen theme support for help or else use the WordPress support forums.
https://wordpress.org/support/forum/how-to-and-troubleshooting/

Also, the underline button is no longer part of WordPress core (since changeset:38932 on ticket:27159). Enabling it requires a plugin or a special function in the theme.

Last edited 4 years ago by sabernhardt (previous) (diff)

#3 @sabernhardt
4 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Because this should not be a core bug, I'll close the ticket.

If you experience this in published pages, please try deactivating plugins and/or switching to a default theme like Twenty Twenty. And if it still occurs, feel free to reopen the ticket.

Note: See TracTickets for help on using tickets.