Opened 17 years ago
Closed 17 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
- 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 17 years ago by
Component: | Server : ASP → General |
---|---|
Milestone: | FCKeditor 2.6 |
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.