Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1734 closed defect (bug) (invalid)

WP.com stripping part of hotlink <img .../> tags when no space before closing tag

Reported by: foolswisdom's profile foolswisdom Owned by:
Milestone: Priority: high
Severity: major Version: 1.6
Component: XML-RPC Keywords: flock bg|squashed
Focuses: Cc:

Description

ENV: WP.com
from Flock Web Browser using XML-RPC

I am a member of the Flock development team. It appears that WP.com is stripping parts of an <img .../> that seem to be valid XHTML. This problem occured a couple of days ago when WP.com first implemented image upload, and went away right after. The bug is back.

Our blog editor is uploading:
<img src="http://photos33.flickr.com/45138805_aa25c18460_m.jpg" alt="Flickr Photo"/>
when I view it in "manage" the source looks like
<img />

If I enter the source directly it becomes:
<img alt="Flickr Photo" src="http://photos33.flickr.com/45138805_aa25c18460_m.jpg" />
which is much better ;-)

Concurrently, we are working to put a space prior to the closing, "/>".

Change History (4)

#1 @masquerade
20 years ago

  • Resolution set to invalid
  • Status changed from new to closed

This doesn't belong here, http://mu.wordpress.org

#2 @error
20 years ago

Failed to duplicate problem on 1.6 current svn.

#3 @markjaquith
20 years ago

  • Keywords bg|squashed added

#4 @(none)
19 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.