Opened 18 years ago
Closed 15 years ago
#372 closed Bug (fixed)
img with align="left|right" breaks selection
Reported by: | Paul Moers | Owned by: | Hallvord R. M. Steen (Opera Software) |
---|---|---|---|
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 (6)
comment:1 Changed 18 years ago by
Keywords: | align left right select copy paste Opera removed |
---|
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
Owner: | set to Hallvord R. M. Steen (Opera Software) |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
The first issue seams to be fixed now. Tested with Opera build 9660. The second one still happens for the second image, while the first one seams ok.
This has been reported as Opera bug 262232.