Opened 16 years ago

Closed 16 years ago

#1711 closed Bug (invalid)

error using the asp version

Reported by: kishore Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

  1. The ‘Replace’ option gives the following error:

Warning : Unresponsive Script --'A script on this page may be busy or might have stopped responding. You can stop this script now, or you can continue to see if the script will complete'

2.While working on Firefox -- Show code window: the find/find next/find previous function does not search the string match even if the matching string exists in the HTML code.

3,Problems editing table properties –

Table Background : Cannot change the table background and background color. These options are available for individual cell only. In the latter case too, we can only change a cell’s background color but not the background image.

4, When we insert a image in the online editor, it uses the following sample code: <input type="image" src="http://images.cmpgnr.com/883920225/sids1169848200197.jpg" align="top" /> The ‘input type=”image” code creates problems with email clients such as gmail and hotmail. It should use simple code such as: <img src="http://images.cmpgnr.com/883920225/sids1169848200197.jpg" align="top" />

Change History (2)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Component: Server : ASPGeneral
Milestone: FCKeditor 2.6

1, 2 and 3 are duplicates of other tickets.

4 is invalid. You are simply using the wrong button. Instead of using the "Image Button" button, just use the "Insert/Edit Image" button.

In any case, we can't properly handle this ticket. I would ask you to please open separated tickets for each issue in the future.

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed
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