Ticket #372 (assigned Bug)

Opened 20 months ago

Last modified 11 months ago

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

Changed 20 months ago by fredck

  • keywords align left right select copy paste Opera removed

Changed 20 months ago by byberg

This has been reported as Opera bug 262232.

Changed 20 months ago by hallvord@…

  • owner set to hallvord@…
  • status changed from new to assigned

Changed 13 months ago by fredck

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.

Changed 11 months ago by hallvord@…

Remaining issue covered by follow-up bug 307759 on Opera's side

Note: See TracTickets for help on using tickets.