vwdg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bug: Upload file box and buttons jump into postThis is the HTML I get in my window afterward:
<img border=”0″ align=”left” title=”b” alt=”sds” src=”http://wwww…..jpg%3C/a%3E%3C/p%3E%3C/textarea%3E%3C/div%3E%3C/fieldset%3E%3Cscript%20type=” /> <!– edCanvas = document.getElementById(‘content’); // This code is meant to allow tabbing from Title to Post (TinyMCE). if ( tinyMCE.isMSIE ) document.getElementById(‘title’).onkeydown = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.selectedInstance; if(typeof i == ‘undefined’) return true; tinyMCE.execCommand(“mceStartTyping”); this.blur(); i.contentWindow.focus(); e.returnValue = false; return false; } } else document.getElementById(‘title’).onkeypress = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.selectedInstance; if(typeof i == ‘undefined’) return true; tinyMCE.execCommand(“mceStartTyping”); this.blur(); i.contentWindow.focus(); e.returnValue = false; return false; } } //–> <input type=”hidden” id=”post_pingback” name=”post_pingback” /><input type=”hidden” value=”draft” name=”prev_status” />
<p class=”submit”><input type=”submit” value=”Save and Continue Editing” tabindex=”3″ id=”save” name=”save” /> <input type=”submit” tabindex=”4″ style=”font-weight: bold” value=”Save” name=”submit” /> <input type=”submit” value=”Publish” accesskey=”p” tabindex=”5″ id=”publish” name=”publish” /> <input type=”hidden” value=”http://www……” id=”referredby” name=”referredby” />
<iframe id=”uploading” src=”http://www……”>This feature requires iframe support.</iframe>
<div class=”dbx-group” id=”advancedstuff”><fieldset class=”dbx-box” id=”postexcerpt”>
<h3 class=”dbx-handle”>Optional Excerpt</h3>
<div class=”dbx-content”><textarea id=”excerpt” tabindex=”6″ name=”excerpt” cols=”40″ rows=”1″ /></div>
</fieldset></div>