﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
372	"img with align=""left|right"" breaks selection"	Paul Moers	Hallvord R. M. Steen (Opera Software)	"- When the first item in the editorArea is an image with attribute align set to ""left"" or ""right"", nothing will be selected by pressing the ""select All"" button and selecting by mouse will excluse this image.

example code:

{{{
<p><img align=""left"" alt="""" src=""http://www.fckeditor.net/images/logos.gif"" /></p>
<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}


- When there is such an image (or more) inline in the content, ""Select All"" will select all except the images(s). Selecting with the mouse will only exclude the images visually, but they will be copied. Only the images at the end of the content won't be included.

example code:

{{{
<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p><p><img align=""left"" alt="""" src=""http://www.fckeditor.net/images/logos.gif"" /></p>
<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p><p><img align=""left"" alt="""" src=""http://www.fckeditor.net/images/logos.gif"" /></p>

}}}

"	Bug	closed	Normal	Opera Compatibility	General	FCKeditor 2.4.2	fixed		
