Last modified: 2013-03-14 16:51:57 UTC
When previewing the creation of a new section that contains an image, the image may cause the editing form to be out of whack. This occurs when the text takes up significantly less vertical space than the image. There should be a <br clear="all"> in between the rendered text and the label "Subject/Headline".
Created attachment 4485 [details] Instance of bug
Seems to affect new section mode when edit toolbar is disabled.
#toolbar, #wpTextBox1 { clear: both; } should be changed to #toolbar, #editform { clear: both; } in shared.css.
There is no such "Subject/headline" at that place anymore nowadays - summary has been moved below the edit. Closing this report as obsolete.