[ php-blog-Bugs-1503624 ] un-closed P breaks media upload
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.serendipity.trackers |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1503624, was opened at 2006-06-09 17:13 Message generated for change (Comment added) made by garvinhicking You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=542822&aid=1503624&group_id=75065 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Administrative functions Group: v0.9.1 >Status: Closed >Resolution: Fixed >Priority: 1 Submitted By: Hallvord R. M. Steen (hallvors) >Assigned to: Garvin Hicking (garvinhicking) Summary: un-closed P breaks media upload Initial Comment: Part of the DOM of the media upload page is roughly . . <p> <script></script> <form> <div> . . Because the P isn't closed, Opera 9 will close it when it sees the DIV tag. Because the FORM is a child of the P, the FORM will also be closed. This means that when the file upload elements are added dynamically later on, they are not inside the FORM and thus won't be submitted. ---------------------------------------------------------------------- >Comment By: Garvin Hicking (garvinhicking) Date: 2006-06-09 20:18 Message: Logged In: YES user_id=473563 Hi! Thanks a lot. I fixed this in the language files (ADD_MEDIA_BLAHBLAH), thanks for noticing. It stemmed from the very past of serendipity, in times where single-closing "<p>" tags were still common. I really wonder that Opera does now choke on this... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=542822&aid=1503624&group_id=75065