[wp-trac] [WordPress Trac] #22123: Issue with image turning into spinner graphic
WordPress Trac
wp-trac at lists.automattic.com
Sun Oct 7 21:24:48 UTC 2012
#22123: Issue with image turning into spinner graphic
-----------------------------+--------------------------
Reporter: raggedrobins | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Media
Version: trunk | Severity: normal
Keywords: |
-----------------------------+--------------------------
I've picked up an issue with images being replaced when switching between
TinyMCE and Text editor. Here are the steps:
1. Insert html into text editor. e.g.
<img class="alignnone size-full wp-image-21710"
src="http://en.support.files.wordpress.com/2009/02/appearance_menu1.png"
alt="" width="154" height="231" />
2. Switch to visual editor. Image isn't displayed - get spinner graphic
instead.
3. switch back to text editor and html src, width and height is replaced
with "undefined" e.g.
<img class="alignnone size-full wp-image-21710" src="undefined"
width="undefined" height="undefined" alt />
Whenever I remove "wp-image-21710" the image displays properly.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22123>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list