Make WordPress Core

Opened 6 years ago

Closed 4 years ago

#50900 closed defect (bug) (duplicate)

5.5-RC3 - Code Editor Broken (change of behavior; Inserts br in content)

Reported by: Justin_K Owned by:
Priority: normal Milestone:
Component: Editor Version: 5.5
Severity: normal Keywords:
Cc: Focuses:

Description (last modified by costdev)

While testing out my plugins against 5.5, there has been a breaking change in the post editor: while in CODE EDITOR mode (note: not visual editor) mode, the instant the mouse focus is taken out of the content box, it appends <br /> tags at the end of every line. This is expected with the visual editor, but not with the code editor. The regression breaks the functionality of my plugin.

Link removed

Change History (9)

#1 @Justin_K
6 years ago

Addendum: it's also doing the opposite - it's removing br tags that I've explicitly entered in the content, apparently making it impossible to use the code editor to write code.

#2 @Justin_K
6 years ago

After some more digging through the multiple duplicate versions of autop, this bug is caused by the js functions removep and & autop in wp-includes/js/dist/autop.js. If I return at the first line of those functions, the code editor behaves properly.

#3 @SergeyBiryukov
6 years ago

  • Component GeneralEditor
  • Version5.5

#4 @noisysocks
6 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #2833.

#5 @Justin_K
5 years ago

The site hosting the screenshot I included in my original issue is no longer valid. I'd like to edit the post to provide an updated link...but it won't let me. It wont let me just remove the issue either.

How can I get this site to let me update the post to address the now-invalid link....?

#6 @Justin_K
5 years ago

  • Resolution duplicate
  • Status closedreopened

Reopening in hopes that doing so will allow me to edit the issue (since I waited 4 weeks for another solution, but no reply)

Edit: It still will not let me edit the issue description. Not sure why it's blocking me from doing so, or how to proceed...

Last edited 5 years ago by Justin_K (previous) (diff)

This ticket was mentioned in Slack in #meta by justin_k. View the logs.


4 years ago

#8 @costdev
4 years ago

  • Description modified (diff)

#9 @costdev
4 years ago

  • Resolutionduplicate
  • Status reopenedclosed

Re-closing ticket as a duplicate of #2833.

Note: See TracTickets for help on using tickets.