Ticket #372 (assigned Bug)
img with align="left|right" breaks selection
| Reported by: | saul11 | Owned by: | hallvord@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Opera Compatibility |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Cc: |
Description
- 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>
Change History
Note: See
TracTickets for help on using
tickets.