Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#3311 closed defect (bug) (wontfix)

Visual rich editor doesn't handle HTML correctly (linebreaks,  , &lt, >, &, IFRAME)

Reported by: ceefour Owned by: andy
Priority: low Milestone:
Component: TinyMCE Version: 2.0.4
Severity: minor Keywords:
Cc:

Description

Too numerous to mention actually. I've posted several stuff in WordPress Forum labeled "[BUG]" (and tagged "bug" as well).

Paste the attached code into visual editor's HTML editor.

Then click "Save and Continue", again (twice). You should see that the texts are now joined together, not properly line-break-ed. <p> is now gone.

---

<table width="100%">

<tr>

<td>

<p><strong>Mozilla Firefox 2.0</strong></p>
<p>Browser terbaru yang sangat handal.</p>
</td>

<td>

<p><strong>Internet Explorer 7.0</strong></p>
<p>Browser dari Microsoft yang telah banyak mengalami perbaikan.</p>
</td>

</tr>

</table>

Change History (8)

  • Component changed from General to Administration
  • Milestone changed from 2.0.5 to 2.1
  • Priority changed from high to low
  • Severity changed from major to minor

Changing to low priority because HTML is best entered via the standard editor. ;)

comment:2   matt6 years ago

  • Milestone changed from 2.1 to 2.2
  • Milestone changed from 2.2 to 2.3
  • Component changed from Administration to TinyMCE
  • Owner changed from anonymous to andy

<p> and </p> are automatically removed because wordpress has the autop() feature that automatically adds paragraph tags wherever it's logical to do so ;-)

comment:6   ryan6 years ago

  • Milestone changed from 2.3 to 2.4
  • Resolution set to wontfix
  • Status changed from new to closed

This bug is really old and little traction. Closing as won't fix. Reopen with patch or if need be.

  • Milestone 2.5 deleted
Note: See TracTickets for help on using tickets.