Opened 17 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 17 years ago by Frederico Caldeira Knabben

Keywords: align left right select copy paste Opera removed

comment:2 Changed 17 years ago by Kaare Byberg

This has been reported as Opera bug 262232.

comment:3 Changed 17 years ago by Hallvord R. M. Steen (Opera Software)

Owner: set to Hallvord R. M. Steen (Opera Software)
Status: newassigned

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

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.

comment:5 Changed 16 years ago by Hallvord R. M. Steen (Opera Software)

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

comment:6 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

WFM with Opera 10.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy