[wp-trac] [WordPress Trac] #7046: non visual editor inserting
unwanted code
WordPress Trac
wp-trac at lists.automattic.com
Tue May 27 21:33:17 GMT 2008
#7046: non visual editor inserting unwanted code
-----------------------------+----------------------------------------------
Reporter: newfoundnoise82 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
On pages '''(it only has occurred on pages)''' using the non visual editor
I am consistently getting break tags and paragraph tags thrown in by
wordpress.
When inserting a tag that is not a block level element wordpress will
insert this code so instead of:
{{{
<span>
Hello World!
</span>
}}}
It would spit out:
{{{
<span><br/>
Hello World!
</span>
}}}
Or possibly even:
{{{
<p><span><br/>
Hello World!
</span></p>
}}}
I communicated over twitter with a person at automattic who told me to
come here and submit a bug report so here I am.
I have tried re-installing wordpress and various other random css tricks
to no avail, so I am turning to the wordpress community.
The errors can be seen on the following pages:
[http://www.cadistrict38.org/front] and
[http://www.cadistrict38.org/staff] although some css or comments are
utilized to get a somewhat acceptable look while this issue is addressed.
--
Ticket URL: <http://trac.wordpress.org/ticket/7046>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list