Last modified: 2010-05-15 15:42:54 UTC
I have Mediawiki 1.8.2 from SVN, using an unmodified monobook skin. The minor edit and watchlist boxes appear on new paragraphs. XHTML: <span id='wpSummaryLabel'><label for='wpSummary'>Summary:</label></span> <div class='editOptions'> <input tabindex='2' type='text' value="/* Mission */ " name='wpSummary' id='wpSummary' maxlength='200' size='60' /><br /> <input tabindex='3' type='checkbox' value='1' name='wpMinoredit' accesskey='i' id='wpMinoredit' /> <label for='wpMinoredit' title='Mark this as a minor edit [alt-i]'><!-- Bad Behavior 2.0.7 run time: 40.092 ms --><p>This is a minor edit </p></label> <input tabindex='4' type='checkbox' name='wpWatchthis' accesskey="w" id='wpWatchthis' /> <label for='wpWatchthis' title="Add this page to your watchlist [alt-w]"><!-- Bad Behavior 2.0.7 run time: 40.092 ms --><p>Watch this page </p></label>
Created attachment 2778 [details] Screenshot Screenshot. Firefox 1.5.0.8 on Windows XP SP2.
Please only reopen if you can reproduce this on an *unmodified* installation of MediaWiki. E.g., see if uninstalling Bad Behavior will fix it. It could be some weird confluence of settings causing the problems, but I'm guessing it's a problem with a third-party hack/extension, and any complaints should be addressed to the author of that hack/extension.
Whoops, you are right. It is indeed Bad Behavior which is, erm, misbehaving. Works for me too with that disabled. Sorry about that.