[wp-trac] Re: [WordPress Trac] #2495: Problem with "HTML Source
Editor" in WordPress 2.01
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 20 04:09:17 GMT 2006
#2495: Problem with "HTML Source Editor" in WordPress 2.01
----------------------------+-----------------------------------------------
Reporter: jazzmansblog | Owner: anonymous
Type: defect | Status: reopened
Priority: high | Milestone:
Component: Administration | Version: 2.0.1
Severity: major | Resolution:
Keywords: iframe |
----------------------------+-----------------------------------------------
Changes (by DanS42):
* resolution: invalid =>
* severity: critical => major
* status: closed => reopened
Comment:
I'm having the same issue, and it is a problem for two reasons. Here's an
example from my WP blog.
{{{
<iframe style="width: 100%; height: 165px" marginwidth="0"
marginheight="0"
src="http://shaurette.net/VerbShelf.html" frameborder="0" >
<!-- A link is placed here for those who cannot display IFRAMES -->
<p><A HREF="http://shaurette.net/VerbShelf.html">View my
bookshelf</A></p>
</iframe>
}}}
Is being changed to...
{{{
<iframe style="width: 100%; height: 165px" marginwidth="0"
marginheight="0"
src="http://shaurette.net/VerbShelf.html" frameborder="0" />
}}}
This is bad because not only does this strip out the text in between the
iframe tags, but also this seems to break my template. Even though the
view source shows the rest of the page is present, my browser chokes and
displays nothing after the iframe.
--
Ticket URL: <http://trac.wordpress.org/ticket/2495>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list