#3311 closed defect (bug) (wontfix)
Visual rich editor doesn't handle HTML correctly (linebreaks, , <, >, &, IFRAME)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
comment:1
Viper007Bond — 7 years ago
- 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
comment:3
foolswisdom — 6 years ago
- 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 ;-)
- 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.

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