#3311 closed defect (bug) (wontfix)
Visual rich editor doesn't handle HTML correctly (linebreaks, , <, >, &, IFRAME)
Reported by: | ceefour | Owned by: | andy |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.0.4 |
Component: | TinyMCE | Keywords: | |
Focuses: | 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)
#1
@
18 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
#4
@
18 years ago
- Component changed from Administration to TinyMCE
- Owner changed from anonymous to andy
#5
@
18 years ago
<p> and </p> are automatically removed because wordpress has the autop() feature that automatically adds paragraph tags wherever it's logical to do so ;-)
Changing to low priority because HTML is best entered via the standard editor. ;)