﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12479	selection bug with widgets	Dexter Media	Szymon Kupś	"Hi,

I'm struggling with a strange bug with the image2 (http://ckeditor.com/addon/image2, version 4.4.4) plugin.
If I insert two widgets with a caption and align the first one ''left'' and leave the align of the last one ''none'', the first widgets becomes unselectable.

The problem was reproducible on the demo side http://ckeditor.com/demo#widgets

This code should reproduce the problem:
{{{
<figure class=""image"" style=""float:left""><img alt=""Apollo-CSM-LM"" src=""http://c.cksource.com/a/1/img/demo/apollo-csm-lm.png"" width=""200"" />
<figcaption>Apollo CMS-LM spacecraft</figcaption>
</figure>

<figure class=""image""><img alt=""Apollo-CSM-LM"" src=""http://c.cksource.com/a/1/img/demo/apollo-csm-lm.png"" width=""200"" />
<figcaption>Apollo CMS-LM spacecraft</figcaption>
</figure>
}}}

If you inspect the selection wrapper of the widget with ''none'' align, it covers the first widget (http://imgur.com/veQbbwE). Could be a problem with the css ''float''?

I tested it in Chrome (latest) and Firefox (latest) on a Mac (Version 10.8.5)

Thank you for your help!"	Bug	assigned	Normal		UI : Widgets	4.3			thorben.schiller@…
