Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 700 of 2646)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Summary Keywords Owner Type Status Priority
#2652 EnterMode = br interferes with IE's auto-linking feature Confirmed IE Bug closed Normal
Description

When entering a URL into FCKEditor using IE, IE automatically turns the URL into a link. This happens immediately upon pressing space or enter to finish the URL.

When EnterMode is set to "br", this feature does not work anymore on pressing enter (still works on pressing space).

#2653 Changing table properties cannot be undone (undoes the previous action instead) Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

changing table properties does not insert an undo step. The result of this is that the change in properties cannot be undone. The previous action is undone instead.

The attached patch (fck_table.html) will always insert an undo step, which currently only happens when the table is initially created. This seems to fix the problem (the jury is still out on potential negative implications, but it looks safe).

#2659 Word pasted content jumps to the bottom of the editor IE7 Bug closed Normal
Description

Issue: MS Word pasted content jumps to the bottom of the editor when switching views (such as to Source view and back).

I have tested this in 2.6 and on the demo of 2.6.3 and it happens in both using IE7/Win. I cannot reproduce it start-to-finish in Firefox. These are the steps to reproduce it:

  1. Starting with a page of pre-existing, well-formatted content, delete a paragraph in the middle.
  1. Paste a simple block of copy from MS Word, being careful to NOT use the 'Paste from Word' feature.
  1. Put the cursor after the last character of the copy you've just pasted, hit the Enter key.
  1. Use the 'Paste from Word' feature to paste in the same content, checking both boxes in the dialog.
  1. Flip to Source view and back. The content you pasted last will have jumped to very bottom of the page.

This keeps happening with some of our users. It may be a function of pre-existing bad code on the page, or they paste the wrong way and try to fix it. Either way, it happens regularly. I have been through the forums and support tickets but did not find anything that matched. Has anyone else seen this or heard of a workaround?

Posted in the support forum as http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12106

#2662 Make dialog layout work in quirks mode. Confirmed IE Martin Kou Task closed Normal
Description

Dialogs in the current SVN code of CKEditor 3 don't work under quirks mode.

#2669 while drag and drop of ImageButton ,the path will be changed to absolute path IE7 Bug closed Normal
Description

while drag and drop of ImageButton ,the path will be changed to absolute path. Example while loading the imagebutton from server,in the source view the path will be like"images/gobi.gif".After that drag and drop of that image inside the editor,the source view that particular imagebutton source is chaned to "www.fckeditor.net/images/gobi.gif".In the case of image the path is not changed. Please check this one.

#2679 Indent causes infinite loop Confirmed IE Review+ Martin Kou Bug closed Normal
Description

Steps to reproduce

  1. Load following code into source view:
<p><span>
  <table width="100" border="1">
    <tr>
      <td>test</td>
    </tr>
  </table>
</span></p>
  1. Back to WYSIWYG, click Indent button(don't move the caret, let caret pointing at the very begining).

Expected result

No changes happening.

Current behavior

The IE7 will return an unresponsive script alert.

Stop script execution and back to source view, it shows:

<p><span><span id="1227705253552S" style="display: none">&nbsp;</span></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span>
<table width="100" border="1">
    <tbody>
        <tr>
            <td>test</td>
        </tr>
    </tbody>
</table>
</span></p>

Browsers

IE6, IE7.

Additions

This is some how like #1717.

#2685 Integrate the SpellChecker.net "Web Spell Checker" Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

We are partnering with SpellChecker.net to bring a nice new feature to the editor. It consists on a powerful spell checker (and not only) that requires no installation neither in the browser nor in the server.

This spell checker is called "Web Spell Checker". It's an online service provided by SpellChecker.net, which is closely integrated with the editor interface. It is free, but the free version displays a banner space while the spell check dialog is open.

Because of the "zero installation" nature of this solution, it is supposed to become the default spell checker in the editor. We'll still support SpellerPages and ieSpell just like before.

This ticket should handle not only the code necessary to introduce this feature in the editor, but also all documentation changes and additions to properly inform our users about the possible settings, and an explanation for the banner thing.

#2689 URLs are encoded incorrectly when connectors pass back URLs for File elements in XML Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

When the file browser is used to fetch files and folders, an optional "url" attribute can be passed back with each "File" element. If the "url" attribute is not passed back with each "File" element, then the resulting URLs are displayed correctly after fetching an image or link.

However, if the URL parameter is specified, then problems occur. The "GetFilesAndFoldersCallback" function will store the URL, assuming that it isn't encoded already (which is incorrect - the data is a URL, after all). Then, in the "OpenFile" function, the URL will be "re-encoded". This becomes a problem when the URL already contains encoded characters.

For example, if one of the parts of the URL contains a space, then the "url" attribute will come back with a '%20' (as any correct URL should). The resulting '%20' will then be re-encoded to read "%2520" in the 'OpenFile' function. Obviously, this would be incorrect.

#2690 Second-level context menus are selectable IE Bug closed Normal
Description

[144] fixes SF bug 1660456 (context menus are selectable).

However, the second-level context menu (for example the Cell or Row options in the context menu for tables) are still selectable, so that in IE, you can end up with a full-screen display of "fck-strip.gif" as the result of unfortunate drag-drap actions.

#2696 Fix autogrow in Firefox Review+ Martin Kou Bug closed Normal
Description

Autogrow doesn't work in Firefox

#2712 Editor crashes when left-aligning centered text Confirmed IE Bug closed Normal
Description

This has been confirmed with FCKEditor 2.6.3.

Steps to reproduce:

  1. Paste the following text in source view:

(Test Data):

&nbsp; <div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 20pt">E-BizL [%] =&nbsp; <div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 16pt">Shipping units with electronic interchange /&nbsp; <div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 16pt">All shipping units (based on actual arrival date)</span></div> </span></div> </span></div>

  1. Switch to usual view
  2. put the cursor at the start of the word "units"
  3. click left-align. the browser is caught in a loop

Browser name and OS : IE 7.0.5730.11 on Windows XP Professional, SP 2

#2716 Image upload dialog freezes on IE when uploaded file is missing (or server response is invalid) IE Bug confirmed Normal
Description

In IE you can directly enter the file name to be uploaded. When entering a path to a non-existing file, the upload dialog shows a progress bar that never finishes.

Clicking on the [x] icon to abort the image upload does not work, so there is no way to continue editing the text.

Note: the same also happens when a response from the server is malformed. In this case, however, the request does not seem to reach the server, so that there is no way to fix it server-side.

Note: other browsers do not let you enter the file name directly, so that this problem is much less likely to occur (probably only when deleting the file after selecting it). Also, at least on Firefox, it is possible to close the image upload dialog while the progress bar is still on.

#2720 Cursor jumps around on IE after pasting entire paragraphs into inline-formatted sections IE Bug closed Normal
Description
  1. Into a blank editor
    • enter "aaaa" (first paragraph)
    • press return
    • enter "bbbb" (second paragraph)
    • select "aaaa" and make it bold
    • select "bbbb" (the whole line) and copy (ctrl-c)
    • move the cursor to the end of "aaaa" and paste (ctrl-v)
    • this creates a new second paragraph (bold bbbb)
  1. You have now created the following HTML (although you cannot verify that in the source view, as that rewrites the HTML which removes the boldness from new second paragraph). Note how the strong tag stretches across paragraphs.
<P><STRONG>aaaa</P>
<P>bbbb</P></STRONG>
<P>bbbb</P>
  1. Place the cursor at the end of second or third paragraphs and press enter. The cursor jumps to the top, creating a new line there instead. Place the cursor at the end of the first line and press enter and the order of the paragraphs changes.

Note: This seems to be IE-only.

#2727 FCKDomTools.GetIndexOf(node) failed for IE HasPatch IE Bug closed Normal
Description

Steps to reproduce

  1. Load following code into source view:
<P><SPAN><P>aaa</P></SPAN><P>bbb</P>
  1. Back to WYSIWYG
  1. Press enter key
  1. Move cursor to the end of "aaa", press enter key

Expected results

Step 3 should create a new line at the page top.

Step 4 should create a new line between "aaa" and "bbb".

Current behavior

Step 3 created a new line between "aaa" and "bbb".

Step 4 created a new line at the page top.

Browsers

IE6, IE7.

Known facts

For IE6/IE7, the following is surprisingly true for above example:

node.firstChild ≠ node.childNodes[0]

Attached test.html can show above effects.

#2738 strict warnings cleanup Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

three little changes.

#2749 InsertHtml() is inconsistent between IE 7 and Firefox 2 IE Bug closed Normal
Description

If called several times in succession, these three lines of JavaScript create different behavior in IE 7 vs. FF 2:

var oEditor = FCKeditorAPI.GetInstance('FCKInput'); oEditor.InsertHtml(strInsertion); oEditor.Focus();

The difference between the results in IE and FF is that the insertion point in the editor behaves differently. To see this in action, please visit http://132.236.21.62/collt/authoring/InsertAtCursor_Problem.htm. I also attach the same HTML file.

I'd appreciate an update sent to sp27@….

#2753 Removing a table in source mode can lead to errors in IE Confirmed IE Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description
  • Enable the DragResizeTable plugin and add a table.
  • Then mouse over it so the plugin is initialized (show the resize bar).
  • Now switch to source mode and remove the table.
  • Then IE gives an error with "permission denied", it's trying to read the data for a node that no longer exists.

Another way to reproduce it: start dragging the resizer and move your cursor up to the toolbar and release it now. Now just switching between source and design is enough to trigger the error.

The proposed patch clears the internal variables of the plugin in the OnAfterSetHTML event and this way the errors goes away.

#2757 Selection is not restored properly from bookmark2 in this case. Confirmed Review+ Martin Kou Bug closed Normal
Description

If you have a non-intrusive bookmark of a text selection that has a previous sibling that is not a text node FCK will not re-select it properly. The problem is that the bookmark creation code assumes the previous sibling will be a text node and it will break the bookmark if it is not.

These changes to the while loops fix it (fckdomrange.js line 477):

Old:

while ( curStart && addrStart.nodeType == 3 )
while ( curEnd && addrEnd.nodeType == 3 )

New:

while ( curStart && curStart.nodeType == 3 && addrStart.nodeType == 3 )
while ( curEnd && curEnd.nodeType == 3 && addrEnd.nodeType == 3 )
#2759 error when perfroming drag and drop in ie IE Bug confirmed Normal
Description

ie throws javascript error: Incompatible markup pointers for this operation

This occurs when drag and drop action takes place from the same browser window the editor is currently running. Additonaly the formating remains even with ForsePasteAsPlainText set as True.

#2763 Undo/Redo system porting from v2 Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Undo/Redo system need to be ported from v2, the features could be summed up as below:

  • Undo system restore/retrieve document status from both selection and content
  • All commands that modify the document could support undo/redo feature,but each command has chance to optionaly declare whether would hooked with undo systemwhen they're registed.

Note: Since from v3 all keystroke will pre-bind to command, so keystrokes also hooked with undo system through command interface.

  • Undo feature itself performed as a command, A button plugin is required for interfacing this command to end user and keystroke pair of 'Ctrl-Z' and 'Ctrl-Y' too.
  • Support empty/reset all the undo snapshots for clean up, and A button plugin is required for interfacing this reset
  • snapshot for undo system could be recorded in two forms:
    1. One snapshot for each record action, this apply for almost every functional commands, but a few special keystroke commands that also being recorded in this way including:
      1. 'Enter'
      2. 'ShiftEnter'
      3. 'CtrlBackspace'
      4. 'Delete'
      5. 'Tab'
      6. 'Ctrl-X'
      7. 'Ctrl-V'
    2. One snapshot for a serials of record actions, this apply for most keystroke commands.

Test cases ported from #915 :

  • 1. Select text, change style, undo
      Expected results: 
      - text style restored, 
      - selection restored.
    
    2a. Type one ANSI charater in the editor after it's loaded
      Expected results: 
      - undo button is enabled, 
      - undo can be performed by clicking the toolbar button
      - undo can be performed by Ctrl-Z
    2b. Undo once
      Expected results: 
      - redo button is enabled,
      - redo can be performed by clicking the toolbar button 
      - redo can be performed by Ctrl-Y
      - previous contents restored
      - previous caret position restored
    2c. Redo once
      Expected results:
      - undo button is enabled, 
      - undo can be performed by clicking the toolbar button
      - undo can be performed by Ctrl-Z
      - changed contents restored
      - changed caret position restored
    
    3. Type more than 25 ANSI characters in the editor
      Expected results:
      - One undo level should be generated for every 25 characters typed
    
    4. Pressing Ctrl-Z repeatedly after the undo button greyed out
      Expected results:
      - Nothing visible happens
      - Undo/redo system should still work normally afterwards
    
    5. Pressing Ctrl-Y repeatedly after the redo button greyed out
      Expected results:
      - Nothing visible happens
      - Undo/redo system should still work normally afterwards
    
    6a. Select some text, Ctrl-X, repeat N times
      Expected results:
      - The selected text blocks are cut
    6b. Undo once
      Expected results:
      - The last cut operation was restored
      - The selection or caret position was restored
    6c. Undo N-1 times
      Expected results:
      - The cut operations were restored in a step-by-step manner
      - The selections or caret positions in each step were restored
    
    7. Repeat 6a-6c with Del and Ctrl-V
    
    8a. Toolbar commands that change the document
      Procedure:
      - Select a toolbar command that changes the document (e.g. insert smiley)
      - Carry out the neccessary steps to make the change effective (e.g. choose smiley, ok)
      Expected results:
      - One undo step is generated after the change
      - Ctrl-Z or clicking "Undo" undoes the change
      - Ctrl-Y or clicking "Redo" after the previous point redoes the change
    8b. Repeat the "procedure" part of 8a to repeat the same change to the document N times
      Expected results:
      - N undo steps are generated after the changes
      - Ctrl-Z/Undo button and Ctrl-Y/Redo button would undo/redo the changes in a stepwise manner
    9a. Pressing Ctrl-Z breaks the undo/redo system
    
#2768 plug-in:basicstyle all basic styles unable to apply reversely Confirmed Review+ Martin Kou Bug closed Normal
Description
  1. Open an editor instance and select some unformatted text;
  2. Apply any basic style;
  3. Cancel any basic style;
  • Expected: Style applied has been canceled
  • Actual: Style applied still there
#2770 Issue tabbing out of FCKeditor field to Radio Button group or Submit button IE Bug confirmed Normal
Description

Using FCKeditor version 2.4.3 with 2215.4.patch.

I have a jsp with 2 fields and a Submit button. The first field is a text field that is using the FCKeditor. The second field is a group of Radio buttons. When tabbing from the text field to the Radio button, a dotted line is placed around the selected Radio button to appear as if it has focus but the cursor remains in the FCKeditor field. I also see a similar problem when I place the Save button directly after the FCKeditor field where a dotted line is shown around the button but the cursor remains in the text fied.

If I add another text field following the FCKeditor field the tabbing works as expected. If I remove the reference to the FCKeditor from the page, I can tab from field to field as expected.

I am running on WindowsXP and have duplicated this problem in IE6 and IE7. I also downloaded the latest nightly build and I still see the problem.

#2775 Implement Paste from Word dialog Confirmed Review+ Martin Kou Task closed Normal
Description

This bug cause comments tag content being inserted as codes when switch to 'source' mode after pasting MS-WORD(2003) documents which always contents IE-targeted conditional comments.

  1. Open an editor instance with 'source' mode and paste the content of attachment 'msword-comments-doc' into 'wysiwyg' mode.
  2. Switch to 'source' mode
    • Expected: 'source' mode contains correct content markups.
    • Actual: 'source' mode contains comment tag inner content.

Edit (2009-01-16): This is actually a missing feature.

#2776 Window "jumps" and does not submit when submit button clicked (IE) IE Bug closed Normal
Description

Bug appeared in 2.6.3 (not present in earlier versions) and continues through SVN.

Only occurs on pages that have a significant amount of content between the FCKeditor window, and the submit button of the form they both belong to.

To reproduce:

  • In IE6/IE7 only:
  • Create a test page, with many lines of content between FCKeditor window and submit button (or see example: http://garydev.nfshost.com/fcktest.php)
  • Click anywhere in the FCKeditor content window
  • Use scroll bar to scroll down to submit button, making sure "focus" is still on FCKeditor window
  • Click submit button
  • Form does not submit, and window jumps back to FCKeditor window

Notes:

  • Bug disappears in "quirks" mode
  • If focus is not in FCKeditor window, bug does not occur
  • If you use any method but the scroll bar to scroll, bug does not occur
  • Tested in IE6/7 in XP/Vista

I hope this is clear enough, it's my first bug submission. Thanks.

#2777 It should not be possible to merge cells from one table section to another Confirmed Review+ Bug closed Normal
Description

At the moment it is possible for example to merge cells in a thead with cells in a tbody. That should be made impossible, see this topic: http://www.fckeditor.net/forums/viewtopic.php?f=11&t=10726&start=60

Koen Willems

#2779 Spell check dialog partially obscured in IE 8 IE8 Bug closed Normal
Description

On the fckeditor demo page, open the spell check dialog in IE 8. Click on the title bar of the spell check dialog. Move the mouse. Before long, the right hand side of the window will obscured. Move the mouse some more and the right hand side of the dialog will re-appear.

#2787 Special character plugin doesn't work in IE Review+ Artur Formella Bug closed Normal
Description

Special character dialog looks bad and doesn't work in IE.

#2789 insertHtml() error IE Review+ Bug closed Normal
Description

insertHtml function doesn't work in IE.

To reproduce try run:

editor.insertHtml( "aa bb cc" );

Result: Error in editingblock/plugin.js on line 65

#2790 Write a sample on custom dialogs Review? Martin Kou Task closed Normal
Description

Write a sample page, api_dialog.html, which shows how the API can be used to:

  1. Load and show custom dialogs.
  2. Set default values of dialogs.
  3. Remove fields from dialogs.
  4. Remove tabs from dialogs.
  5. Add fields to dialogs.

It should be possible to do tasks 2-5 without needing to modify the dialog's .js file or its own definition code.

#2791 UI flashes when loading. Confirmed Firefox Review? Garry Yao Bug closed Normal
Description

In Firefox, it's possible to quickly see the editor and the dialog rendered without skin even before the skin CSS is loaded. Then, once the CSS is ready, it redraws the UI in the right way. Not checked, but the same thing may happen with the contents.

There should be a way to hold the rendering of any UI element until the CSS is loaded.

#2794 V3: Include INSTALL.html with basic installation instruction Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

A file named INSTALL.html should be available at the root of our distribution, containing basic installation instructions, pointing to our documentation more information.

#2801 hebrew translate for 2.6.4b Review+ Artur Formella Task closed Normal
Description

hebrew translate for 2.6.4b

#2802 Dialog objects should be cached separately for each editor instance Review+ Martin Kou Bug closed Normal
Description

The dialog plugin is caching dialog objects under CKEDITOR.dialog._.storedDialogs. This isn't correct because a dialog object created from the first editor instance would be used in the second, third, etc. editors as well.

This needs to be fixed before #2790.

#2803 Separate default values from initial values in dialogs Review+ Martin Kou Bug closed Normal
Description

Instead of treating the initial values in dialog opening as another set of default values, initial values in a dialog should be stored and deleted as a kind of its own. This removes the need for a default value stack in the dialogui and dialog plugin, also removes the need to "pop" default values when a dialog closes.

#2807 Fatal error when using content-type: application/xhtml+xml Review- CantFix New Feature closed Normal
Description

Steps to reproduce:

  1. Use "content-type: application/xhtml+xml" in HTTP response headers.
  2. Initialise FCKEditor using the following Javascript code:

<script type="text/javascript"> var oFCKeditor = new FCKeditor('content'); oFCKeditor.BasePath = "../externals/fckeditor/"; oFCKeditor.Value = ; oFCKeditor.Create(); </script> Result: FCKEditor is not started. The following error message can be seen in FireBug extension for Firefox.

uncaught exception: Operation is not supported (NS_ERROR_DOM_NOT_SUPPORTED_ERR) [Break on this error] document.write( this.CreateHtml() ) ; fckeditor.js (line 67)

This problem is not appearing if 'content-type: text/html' is used in HTTP headers.

This problem has been reproduced on the following software: OS: Windows XP SP3 Eng Browsers: Firefox 3.0.5, Google Chrome 1.0.154.43, Safari 3.1.1 (525.17), Opera 9.63

#2811 Turkish Language File for v2.6.4b Confirmed Review+ New Feature closed Normal
Description

added missing lines

#2816 [IE] Refactor selection save/restore logic to work with focus state IE Review- Martin Kou Bug closed Normal
Description

Restore selection doesn't work for blued editor document. since editor is initially blured, direct dialog open will suffer from it.

Procedures

  1. Open replacebyclass.html in IE6.
  2. Triple click to select the "CKEditor Sample" title in the page.
  3. Open any dialog - link, image, table, etc.
  4. You get a JavaScript error if the dialog tries to restore the selection.
  5. Close the dialog by clicking cancel.
  6. You get another JavaScript error.
#2820 Forms plugin Review+ Artur Formella New Feature closed Normal
Description

Use of setup, commit, setupContent() and commitContent() in all dialogs in the Forms plugin

Example:

validate: function()
{
	var func = CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed );
	return func.apply( this );
},
setup : function( element )
{
	this.setValue( element.getAttribute( 'rows' ) );
},
commit : function( element )
{
	element.setAttribute( 'rows', this.getValue() );
}
#2821 floating numbers used in the page confuguration are converted to int Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

If you set in the page that creates the editor a config option that uses a floating point number,

oFCKeditor.Config['GoogleMaps_CenterLat'] = "46.95026";

then in the code the value will be the integer 46 due to the way that it's parsed in the fckconfig.js file.

The patch does fix this behavior.

#2824 Missing definitions translation for RU language Review? Task closed Normal
Description

CreateDiv : "Создать Div контейнер", MISSING
EditDiv : "Редактировать Div контейнер",
MISSING
DeleteDiv : "Удалить Div контейнер", MISSING


Div Dialog
DlgDivGeneralTab : "Информация",
MISSING
DlgDivAdvancedTab : "Расширенные настройки", MISSING
DlgDivStyle : "Стиль",
MISSING
DlgDivInlineStyle : "Встроенные стили" MISSING

#2835 plugin:newpage failed to refresh elementpath Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Steps to reproduce:

  • Open sample.html?sample=replacebyclass
  • Out cursor in "sample text". [B] is selected. Path: body-p-strong.
  • Click NewPage button
  • Editor is empty but [B] is still active and path is the same.
#2837 Basicstyle plugin bug IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

-Open trunk/_samples/sample.html?sample=replacebyclass in IE

-Select "some" and click Bold.

-Click Source.

-Back to WYSIWYG.

-Select "using" and click Bold.

Result: JS error. Source code:

<p _cke_expando="65">
	This is <strong _cke_expando="70">some sample text</strong>. You are <span _cke_expando="78" _fck_bookmark="1" style="DISPLAY: none">&nbsp;</span>using <span _cke_expando="78" _fck_bookmark="1" style="DISPLAY: none">&nbsp;</span><a _cke_expando="79" href="http://www.fckeditor.net/">FCKeditor</a>.</p>

In FF works fine.

#2839 Refactor link dialog to use setup/commit system. Review? Martin Kou Bug closed Normal
Description

The link dialog is currently giving out errors in the api_dialog.html sample because removing fields and tabs in the old dialog API does not remove the related dialog logic.

The setup and commit API was introduced earlier to tackle this problem. The link dialog's code should be converted to use it so that the api_dialog.html sample would be complete.

#2848 suggestion: make hidden element actually hide in IE too, x-browser behavior IE HasPatch New Feature confirmed Normal
Description

I think it's a good idea to make the behavior of hidden element the same in all browsers. This actually is doable in IE so I have found after lots of searching:

Setting

FCK.EditorDocument.execCommand('RespectVisibilityInDesign', true, null);

makes display:none and visibility:hidden to be respected in editable documents (contentEditable=true).

(Setting the second parameter to false instead of true will disrespect visibility, the default behavior of IE; and setting it to null will toggle the option.)

See http://msdn.microsoft.com/en-us/library/aa770023(VS.85).aspx (IDM_RESPECTVISIBILITY_INDESIGN)

#2849 Lithuanian language translation Review+ Artur Formella Task closed Normal
Description

Added missing language constants to lithuanian language

#2852 Move link dialog to v3 trunk. Review+ Martin Kou Task closed Normal
Description

The link dialog did not make it to the v3 beta. It should be moved to trunk with all discovered issues (#2831, #2832, #2833, #2839) fixed.

#2853 Move image dialog to trunk. Confirmed Review+ Artur Formella Task closed Normal
Description

The image dialog didn't make it to v3 beta, so it needs to be moved to trunk with a review to both its UI and its logic.

#2854 Move table dialog to trunk. Review+ Martin Kou New Feature closed Normal
Description

The table dialog didn't make it to v3 beta. It needs to be moved to the trunk with a review to both its UI and logic.

#2856 Inches and Centimetres Confirmed Review+ Artur Formella Bug closed Normal
Description

We still have people that work in Inches and NOT Centimetres. (Do not tell me off... I am trying to change them).

In "fckeditor/editor/dialog/fck_paste.html" (CleanWord) you have:


Remove margin styles. html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;


You might want to change to:


Remove margin styles. html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*MARGIN: 0in 0in 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0in 0in 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0in\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0in\s*"/gi, "\"" ) ;


#2857 EditorAreaCSS IE8 IE8 Pending WorksForMe Bug closed Normal
Description

I've tested the FCK Editor 2.6.4 (Build 21629) with Internet Explorer 8 Release Candidate (v. 8.0.6001.18372IC). And most of the Features work fine!

But there seems to be a problem when linking custom css styles with long file paths to the FCK Editor. I tried several different options to EditorAreaCSS, and this is what I found out:

Test value: FCKConfig.EditorAreaCSS = "/App_Themes/Blue/css/content.css";
Result: js Error on Line: 38 (fckeditorcode_ie.js)
Error: Invalid argument.
Function: var s=A.createStyleSheet("");

Test value: FCKConfig.EditorAreaCSS = "/content.css, /App_Themes/Blue/css/content.css";
Result: js Error Line: 38 (fckeditorcode_ie.js)
Error: Not enough storage is available to complete this operation.
Function: return A.createStyleSheet(B).owningElement;

The Files were available and on the right place! In all other browser everything works fine.

Any Solutions?

GreetX

#2858 Appearance Dialog Boxes IE8 Appearance Dialog IE8 Bug closed Normal
Description

I've tested the FCK Editor 2.6.4 (Build 21629) with Internet Explorer 8 Release Candidate (v. 8.0.6001.18372IC). And found two more issues.

Screenshots for better comprehension are attached!

1. Dialog Box / Controls in it, aren’t sized properly
http://www.exanic.com/fckeditor/app_dialog.jpg

2. Empty Context Menu overrides FCK Editor with background
(fck_dialog.css / body / background-color overrides it and doesn’t pass, even if transparent) http://www.exanic.com/fckeditor/context_bg.jpg

#2860 V3: Page Break Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Port the Page Break feature from FCKeditor to V3.

#2861 Missing translation in Slovenian language Review+ Alfonso Martínez de Lizarrondo Task closed Normal
Description

Missing translation in Slovenian language

#2862 plugin:maximize porting from v2 Confirmed Oracle HasPatch Review+ Martin Kou New Feature closed Normal
Description

Related v2 tickets:

#174
"Maximize the editor size" button can't handle relative DIVs
#762
Outside Flash goes over the maximized editor
#1211
Opera & Safari: Editor page can be scrolled even if editor size is maximized
#1538
Maximize command not working in IE
#2002
Maximize editor button is broken
#2233
Maximize editor screen don't show properly
#2474
An editor contained in a Div with overflow:auto can't be maximized.
#2825
When 'Maximize/Minimize' is clicked after maximizing, it does not restore to original size
#2862
plugin:maximize porting from v2
#3433
Restoring from maximized does not work across mode switches in IE8 Standards mode.
#3645
[IE] Editor size change after maximize
#3654
Resize handle should not be useable in maximized mode.
#3916
Maximize does not enlarge editor width when width is set.
#3931
Maximize maximizes to width setting, not screenwidth, when option is given with CKEDITOR.replace
#4023
[Opera] Maximize plugin
#4024
Maximize button is not translated
#4028
Maximize control's tool tip is wrong once it is maximized
#4214
Maximize bugs
#4258
Editor area chopped off on maximize for Arabic language in IE7 and IE8
#4459
CKEditor maximized appears below select element in IE6
#4509
Adding config for maximize on startup
#4519
[IE]Unable to maximize without editor focus
#4541
Maximize adds extra space on non-Kama skins
#4602
IE8 XP SP3 - maximize on long pages cuts off toolbar
#4835
Maximized editor wider than view port
#4854
[FF3] Maximize layout broken in RTL quirks
#4918
FF: Switching to source view when editor maximized
#4923
Maximize layout is broken when main page scrolled
#4958
Combos texts show text cursor when maximized
#5034
Maximize button does not work properly
#5058
Pressing tab when editor is maximized
#5059
Pressing tab when editor is maximized
#5149
Cursor dissapears after maximize in Firefox 3.6
#5178
[Nightly 3.2 Ajax Demo] Maximize button is not rendering the editor correctly
#5265
v2 skin: Editor size would not restore back correctly after Maximize
#5329
maximize will error if button is not displayed
#5579
Rich combos are not re-positioned when going to maximize mode
#5580
Maximize does not work properly in the Office 2003 and V2 skins
#5724
[Firefox] Maximize one editor instance make other instances uneditable
#5740
editor does not retain position in maximize mode
#5752
Maximize with multiple editors breaks UI in Firefox 3.6
#6057
Error when clicking beneath the body of a maximized editor
#6284
Caret placement impossible after maximize and then minimize
#6339
Plugin autogrow and Maximize
#6388
sharedSpaces don't disable maximize
#6467
setState(CKEDITOR.TRISTATE_DISABLED) on 'mode' impossible for maximize plugin
#6535
Combo box list stays after editor is maximized.
#6559
Maximize plugin @ Opera/Mac
#6695
[safari] Popup a dialog at maximize mode and then minimize cause weird styling
#6747
Maximize Issue with Toolbar in Firefox 3.x and IE 8
#6895
Pasting plain text in full-screen (maximized) view does not work
#6904
Safari: Styles disappear before editor goes to maximize mode
#6927
Pasting into the URL field does not work in Google Chrome with CKEditor in 'maximized' mode
#6947
CKEditor maximize firefox bug
#7038
Possibility to automatically switch toolbars on a maximize/minimize of ckeditor
#7253
Maximize functionality in Firefox fails without doctype tag
#7284
Maximize control collapses the editor
#7771
'Maximize' in container with Opacity makes container disappear (FF)
#7855
Clicking 'maximize' shows blank screen in Firefox when the editor is opened inside jQuery UI Dialog
#8271
CKEditor toolbar becomes invisible when using Tab key and Maximize toolbar button
#8307
[iOS] Maximize is broken
#8587
IE7 maximize long delay
#8930
Maximize does not work
#9065
Maximize to percent
#9253
Resize feature should be disabled for maximized editor
#9269
Maximize plugin test crashes IE7
#9311
Vertical scroll bar not appearing in maximized editor with autogtrow enabled
#9319
FF: Editor not expanding to Maximum size, when we click Maximize button after focusing in editor body
#9320
Editor does not autogrow after entering content in Maximize mode
#9321
FF: Vertical scroll bar & toolbar missing in maximized editor with autogtrow enabled
#9374
Opera: Editor displays off-screen in autogrow sample in maximize mode
#9465
Misplaced panels when editor is being maximized
#9680
The "Maximize" feature should not be a toolbar button
#9883
[FF] Maximized and minimized divarea leaks
#9886
[IE8-10] No scrollbar in maximized editor with autogrow enabled
#10084
[Android] Problems with Maximize plugin in zoomed-in page
#10326
Maximize button removes input[name=style] from form
#11020
Same config, different result between minifief and maximized version
#11169
Maximize not work
#11410
[FF] jQuery sample, maximize + minimize framed editor allows to edit whole page
#11436
Maximize plugin with shared space doesen't work
#11745
Maximize should use position:fixed instead of changing entire page styling
#12163
Maximize (and resize) plugin and shared spaces incompatibility
#12357
[IE8] Call maximize command fire resize event twice
#12398
Maximize-Button doesn't work in instances without a title
#12747
IE: Dropdowns become disabled when in maximize mode.
#13033
Maximize pluging would not work with floating tool plugin in firefox mozilla
#13046
Dropdown not working in maximize mode with RTL body
#13190
Maximize problems
#13403
Maximize tool issue - after maximizing, if browser back button used, page layout is messed up
#13481
Nested dialog hides parent dialog on Maximized editor.
#14695
CKEditor maximize plugin issue
#16778
Maximize hides the toolbar, can't minimze.
#16856
Maximize not working on iphone
#16983
Maximize does not work s expected when classic and inline editors are mixed on the same page

#2863 Move Print plugin to trunk. Review+ Artur Formella Task closed Normal
Description

We need to move the Print plugin to trunk.

#2864 Implement the insert and remove numbered list and bullet list commands. Review+ Martin Kou Task closed Normal
Description

Need to implement the list commands and add them to the toolbar.

#2865 Implement the increase and decrease indent commands. Review+ Martin Kou Task closed Normal
Description

Need to implement the increase/decrease indent commands, and add them to the toolbar.

#2867 V3: Force Simple Ampersand Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Port the Force Simple Ampersand feature from V2.

#2869 plugin:blockoutline porting from showblock of v2 Confirmed Review+ Martin Kou New Feature closed Normal
Description

Related v2 tickets:

#1183
Opera: ShowBlocks doesn't display tag name in top left corner
#2525
Chrome: error if FCKConfig.StartupShowBlocks = true
#2615
Bug in FF when FCKConfig.StartupShowBlocks=true on a hidden FCKEditor instance
#2869
plugin:blockoutline porting from showblock of v2
#2983
plugin:showblock missing tagname icon
#3089
[IE]plugin:showblock problems
#3242
Showblock ignore table and list
#3774
Showblocks mode switching
#6571
[IE] showblocks doesn't bring focus back to editor with shared toolbar
#6799
ShowBlocks doesn't work with lists
#8613
showblocks confused by pathnames including spaces
#9243
Showblocks not working for divarea
#10023
ShowBlocks, do not outline forms/lists/tables
#10852
Image2: Buggy showblocks integration
#10884
Widgets integration with showblocks
#11966
[IE] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled

#2871 Implement DOM range iterator. Review+ Martin Kou Task closed Normal
Description

#2864 and #2865 depends on DOM range iterator to work. So the DOM range iterator must be implemented first as a separate plugin.

#2872 Server side integration - CKEditor creator Confirmed Review+ Wiktor Walc New Feature closed Normal
Description

Port the integration files from V2.

#2874 tables: in FF caption seems to be in the wrong place Confirmed HasPatch Review+ Martin Kou Bug closed Normal
Description

FCKeditor generates the following

    <table ....>
        <thead>
            <tr>
                <th scope="col">1</th>
                <th scope="col">2</th>
            </tr>
        </thead>
        <caption>My Caption</caption>
        <tbody>
            <tr>
                <td>...</td>
                <td>...</td>
            </tr>
        </tbody>
    </table>

The following would be the correct markup

    <table ....>
        <caption>My Caption</caption>
        <thead>
            <tr>
                <th scope="col">1</th>
                <th scope="col">2</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>...</td>
                <td>...</td>
            </tr>
        </tbody>
    </table>

Going further with my tests, I just found that the bug doesn't show up if you use MSIE7. My conclusions:

  • the problem is strictly related to the browser and its "DOM engine"

OR

  • the problem is inside the portion of code dedicated to gecko
#2876 V3: Simplify domWalker Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

The current domWalker implementation is much more complex than it needs to be. It's using our event system to control its execution even internally, with no benefit from it. It should instead use direct function calls, like onDown, onUp and onSibling.

The event system is to be used if we know we may have more than one, or an unknonwn number of listeners to the events. It's there to give flexibility, not just because it's nice to code with it.

If instead we know we'll just have a single listener, we can safely do direct function calls. This eliminates the overhead coming from the even system, which definitely impacts on performance.

#2882 V3 Save plugin Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Create Save plugin for V3

#2883 Implement align commands. Review+ Martin Kou Task closed Normal
Description

Need to implement the align commands and add them to the toolbar

#2884 Implement blockquote command. Review+ Martin Kou Task closed Normal
Description

Need to implement blockquote command and add it to the toolbar

#2885 Implement the div container command. Confirmed Review+ Garry Yao Task closed Normal
Description

Need to implement the div container command and add it to the toolbar.

#2886 Implement logic for handling bogus BR nodes. IBM 3.0RC Review+ Martin Kou Task closed Normal
Description

The bogus BR logic is needed in many dialog and style-related commands (e.g. table, list, enter key, etc.)

#2905 plugin:find and replace move to trunk Confirmed Review+ Martin Kou Task closed Normal
Description

Find and replace plugin is required to move to trunk.

#2907 V3: Make it possible to serialize range bookmark Confirmed Review? Frederico Caldeira Knabben Bug closed Normal
Description

The current bookmark implementation saves references to DOM nodes.

We have identified a number of cases where mutations need to be performed to range bookmark nodes, like cloning or innerHTML replacement. In such cases the node references present in the bookmark are not anymore valid, breaking it.

Just like we have in V2, we should have an option to save ID references when needed. They perform a bit slower, but give the flexibility we need for it.

#2908 Czech language file for FCK 2.6.4 Review+ Artur Formella Bug closed Normal
Description

Czech language file for FCK 2.6.4

#2909 V3: Move Range.CreateBookmark2 from V2 Confirmed Review+ Frederico Caldeira Knabben Task closed Normal
Description

There are a few features depending on the CreateBookmark2 and MoveToBookmark2 present on V2. These functions must be moved to V3.

#2910 V3 - Clipboard support Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Clipboard plugin with the following features: Cut, Copy, Paste, Paste as plain text.

#2915 About plugin shows misleading user language Review+ Michael Osipov Bug closed Normal
Description

At the moment the About Plugin shows in the Browser Info tab:

User Language: xxx

This display is incorrect. The JS code behind it is only able to retrieve the language of the browser, which is the GUI language of the browser.

I have attached a patch.

This problem popped up in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12947

#2916 Implement Flash dialog. Review+ Martin Kou Task closed Normal
Description

Need to port the Flash dialog from v2 to v3.

#2918 Initial values for checkboxes are wrong Review+ Martin Kou Bug closed Normal
Description

To reproduce the bug:

  1. Open replacebyclass.html in Firefox.
  2. Open the link dialog.
  3. Switch to target tab, and choose popup target. You should see 8 checkboxes which are not checked.
  4. Cancel and close the link dialog.
  5. Repeat step 3.
  6. But this time, all the checkboxes are ticked, which is wrong.
#2922 Whole editor broken caused by one malformed plugin Confirmed Review+ Garry Yao Bug closed Normal
Description

Now plugin manager is going down if any of the plugins on the list has a syntax/runtime error or a plugin is not found at the specified position. It's easy to reproduce. The editor should has some level of fault tolerant with plugins, especially when plugin come from external point.

#2923 "CKEDITOR is not defined" on page reload when editor focused. Firefox Review+ Frederico Caldeira Knabben Bug closed Normal
Description

This bug is found to be due to reload the page with focus on wysiwyg mode, cause a javascript error as titled in FF.

#2931 V3 : SpellChecker - WSC Review? Artur Formella Bug closed Normal
Description

New V3 plugin: Spell Check.

#2932 AJAX sample fails to populate editing area after subsequent editor instantiations in FF 3 Confirmed IBM HasPatch Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Instances of the editor which have been dynamically created using CKEDITOR.appendTo() fail to properly handle insertHTML(). The first instance of the editor works as expected but when that instance is destroyed and another created in its place, the second instance and all subsequent instances will fail to handle insertHTML().

The behavior can be reproduced by following these steps:

  1. Open http://ckeditor.com/ckeditor/3.0b/_samples/ajax.html
  2. Create editor
  3. Enter content into editing area
  4. Destroy editor
  5. Create another editor


Expected behavior is that the entered content would be populated in the new editor instance, but it isn't.

The cause has been tracked down to the mode of the editor not being set before setHTML() is called.

A temporary fix for the problem is to update CKEDITOR.editor.prototype.setMode declared in the editingblock plugin and explicitly set the mode (see patch).

The erroneous behavior appears to occur only in Firefox 3.

#2936 Error creating folder 'dirname' {Can't create 'dirname' directory} Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

If in "fckeditor\editor\filemanager\connectors\php\config.php" I set only one directory name above the root, ex.

$Config['UserFilesPath'] = '/userfiles/' ;

I can't do a quick upload a file. Message box say that: "Error creating folder 'userfiles' {Can't create '/userfiles/' directory}"

By using more directories in the path, like:

$Config['UserFilesPath'] = '/userfiles/abc/' ;

the error doesn't show.

I think this is a bug in the file "fckeditor\editor\filemanager\connectors\php\io.php":

101:	// Check if the parent exists, or create it.
102:	if ( !file_exists( $sParent ) )
103:	{
104:		//prevents agains infinite loop when we can't create root folder

This will try to create a directory "" (empty string) if the config has one directory in the path, because the parent is root (/) and cannot be created. So I think it should be modified:

101:	// Check if the parent exists, or create it.
102:	if ( '''!empty($sParent) &&''' !file_exists( $sParent ) )
103:	{
104:		//prevents agains infinite loop when we can't create root folder

After modification the files are uploaded correctly.

#2938 Special character plugin looks bad with webkit Review+ Artur Formella Bug closed Normal
Description

Special character dialog looks bad in Safari and Chrome.

#2940 Override CKEDITOR.basePath and CKEDITOR.getUrl Confirmed IBM Review+ Frederico Caldeira Knabben Bug closed Normal
Description

A new feature present in V3 is that it automatically calculates the "base path" (the editor installation path), based on the URL <script> used for the editor script.

There are some situations though where it will not be able to find that URL. For example, if merging all scripts used in a page, including the editor scripts, in a single file.

To solve this issue, there should be a way to override the default base path calculation with a custom value.

The same thing is valid for CKEDITOR.getUrl, which is the function used to locate all editor files. There should be a way to introduce a custom implementation to it.

#2944 Event to indicate that the editor is ready for full interaction Confirmed Oracle Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Currently, we are able to do CKEDITOR.on( 'instanceCreated' ) to get an editor instance for interaction. But, the editor will not be totally rendered at that point, so not all operations would work.

There should be a new event indicating that the editor is ready for full interaction.

#2945 Editor instance intialization error Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

The create editor on the fly APIs assume FORM always existed which is false. Reproducing procedures:

  1. Open _samples\api_dialog.html example.
  2. Got JavaScript Error in FF.
#2947 Indent does not work in IE Confirmed IE IBM Review+ Martin Kou Bug closed Normal
Description

The indentation button has no effect in IE. Works well with Firefox, Safari and Opera.

#2948 insertHtml() mangles links Confirmed IE IBM Review+ Martin Kou Bug closed Normal
Description

Calling insertHTML for a relative URL, like <a href="/rel">example</a> changes the URL to a full URL, like <a href="http://localhost/rel">example</a>

IE only. Ok in FF.

#2950 plugin:preview Click command got JavaScript error in IE IE Bug closed Normal
Description

Reproducing procedure:

  1. Open Replace by code sample with IE6;
  2. Click Preview button;
  3. Got JavaScript error thrown.
#2951 plugin:template replaceContent default not checked in IE IE Confirmed Review+ Martin Kou Bug closed Normal
Description

The CKEDITOR.config.templates_replaceContent config option is by default set to true, but failed to represent in checkbox. Reproducing procedure:

  1. Open Replace by code sample with IE6;
  2. Click Template button;
  3. Found Replace actual content not checked.
#2952 Certain toolbar button looked mess in IE6 IE Review+ Bug closed Normal
Description

Reproducing procedure:

  1. Open Replace by code sample with IE6;
  2. Check the toolbar buttons;
  3. Some of them doesn't layout correctly.

Screenshot:

Check attached toolbar-button-chaos.png.

#2953 All toolbar buttons doesn't show title text in IE6 IE Bug closed Normal
Description

Reproducing procedure:

  1. Open Replace by code sample with IE6;
  2. Mouse move over the toolbar buttons;
  3. All of them doesn't show label text defined by title.
#2954 Option 'Match cyclic' not working Confirmed IBM Review+ Martin Kou Bug closed Normal
Description

The config option of Match cyclic which should restart the search from the beginning of document which doesn't work.
Reproducing procedure:

  1. Open Replace by code sample;
  2. Make selection as below:
    <p>This i^s some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    
  3. Open the find/replace dialog, make sure only the match cyclic option is checked, fill in is in 'Find what' input, then click find button.
  4. Prompted with '...text not found', click find button again.
  • Expected result: The document is highlighted as
    <p>Th^is^ is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    
    
  • Actual result: Again prompted '...text not found'.

#2959 plugin:editingblock reload initial data on empty content Confirmed Review+ Garry Yao Bug closed Normal
Description

Procedures

  1. Open the replace by code example page;
  2. Switch to source mode, and delete all content;
  3. Switch back to wysiwyg mode, check the document:
  • Expected Result : The content is empty.
  • Actual Result : The initial content data is there:
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    
#2960 plugin:pastefromword unable to re-focus preview box IE Confirmed Martin Kou Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Click Paste from Word button to show the dialog;
  3. Click outside the preview box to blur the document;
  4. Click inside the preview box to regain focus.
  • Expected Result : The preview document is focused.
  • Actual Result : The preview document is unable to gain focus.
#2961 plugin:newpage lack of title on toolbar button Review+ Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Mouse over the New Page button on toolbar;
  • Actual Result: No title label displayed.
#2962 plugin:link creation with target:popupwindow doesn't work Confirmed Review+ Martin Kou Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Selection anchored to the existed link 'FCKeditor', click the Link button to open the link dialog.
  3. Switch to Target page, select <popup window> option, close with Ok.
  4. Click Preview button to open a preview window, click the link 'FCKeditor' within the preview document.
  • Expected Result : New window opened in popup window.
  • Actual Result : New window opened as blank parent window.
#2964 plugin:image dialog loading cause JavaScript Error Confirmed Review+ Garry Yao Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Click image button to open dialog.
  • Actual Result : Encounter JavaScript error thrown.
#2965 plugin:image preview area failed to update 'align' option Confirmed Review+ Artur Formella Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Click image button to open dialog, input
    http://dev.fckeditor.net/chrome/site/logos.gif
    
    as image url.
  3. Change the Align select to option 'right', check the preview area.
  • Actual Result : Preview area remains the same.
#2966 plugin:image cause JavaScript Error with 'Style' setting. Confirmed Review+ Artur Formella Bug closed Normal
Description

Procedures

  1. Open the replace by code example page in IE;
  2. Click image button to open dialog, input the following as image url;
    http://dev.fckeditor.net/chrome/site/logos.gif
    
  3. Switch to Advanced page, fill in Style input with the following, then click Ok to close.
    float:right
    
  • Actual Result : Encounter JavaScript error.
#2967 plugin:dialog JavaScript error at opening dialog boxes in IE IE Bug closed Normal
Description

To reproduce the bug:

  1. Open replacebyclass.html in IE6.
  2. Triple click to select the "CKEditor Sample" title in the page.
  3. Open any dialog - link, image, table, etc.
  4. You get a JavaScript error if the dialog tries to restore the selection.
  5. Close the dialog by clicking cancel.
  6. You get another JavaScript error.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy