Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47829 closed defect (bug) (invalid)

changing may be to gutenberg makes horrible changes to content in site!

Reported by: cuebit's profile cuebit Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.3
Component: Editor Keywords:
Focuses: Cc:

Description

Hi,
i can't tell when it happened, but i installed the classic editor plugin
and after opening some of my posts this lines where modified:

<font size="3em" style="font-weight:bold;cursor:pointer" onclick="window.open('/cgi-bin/mp_load.pl?dl=4XZ')">[xmlgrabandstore4me.zip]</font>
<br>
<font size="3em" style="font-weight:bold;cursor:pointer" onclick="window.open('/cgi-bin/mp_load.pl?dl=4XR')">[xmlgrabandstore4me.rar]</font>
<br>
<font size="3em" style="font-weight:bold;cursor:pointer" onclick="window.open('/cgi-bin/mp_load.pl?dl=4X7')">[xmlgrabandstore4me.7z]</font>
<br>
<font size="3em" style="font-weight:bold;cursor:pointer" onclick="window.open('/cgi-bin/mp_load.pl?dl=4XE')">[xmlgrabandstore4me.exe]</font>
<br>
<br>

are changed to:

<p><span style="font-weight: bold; cursor: pointer; font-size: medium;">[xmlgrabandstore4me.rar]</span></p>
<p><span style="font-weight: bold; cursor: pointer; font-size: medium;">[xmlgrabandstore4me.zip]</span></p>
<p><span style="font-weight: bold; cursor: pointer; font-size: medium;">[xmlgrabandstore4me.7z]</span></p>
<p><span style="font-weight: bold; cursor: pointer; font-size: medium;">[xmlgrabandstore4me.exe]</span></p>

Change History (2)

#1 @dingo_d
5 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Hi @cuebit!

This question is better suited for the support forums: https://wordpress.org/support/forums/.

#2 @SergeyBiryukov
5 years ago

  • Component changed from General to Editor
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.