[ 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 (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Hallvord R. M. Steen (hallvors) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=542822&aid=1503624&group_id=75065