﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10853	Image2: De-captioning unaligned image produces a widget without a paragraph wrapper	Olek Nowodziński	Olek Nowodziński	"1. Open samples/plugins/image2/image2.html
2. Start with the following code: 
 {{{
<figure class=""caption"">
    <img alt=""Saturn V"" src=""assets/image1.jpg"" width=""200"" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
</figure>
}}}
3. Double click the widget. Make sure that alignment is ""none"" and caption is turned off.
4. Inspect editable's code.
 * Actual:
  {{{
<body>
    <span class=""cke_widget_wrapper"">
        ...
    </span>
</body>
}}}
 * Expected structure:
  {{{
<body>
    <p>
        <span class=""cke_widget_wrapper"">
            ...
        </span>
    </p>
</body>
}}}
5. Switching to source and back to WYSIWYG wraps the widget in P."	Bug	closed	Normal	CKEditor 4.3.1	General	4.3 Beta	fixed		
