Custom Query
Results (901 - 1000 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#467 | sometimes the InsertHtml() doesn't work in IE(6.0/7.0) | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I create a button "insertJS",just use the InsertHtml() as: var Ubbcode = '<script type="text/javascript" src="plugin/audioplayer/audioplayer.js"></' + 'script>'; Ubbcode = Ubbcode + '<script type="text/javascript" src="plugin/audioplayer/flashobject.js"></' + 'script>'; FCK.InsertHtml(Ubbcode); It can get the code in firefox or opera ,but does not work in IE(6.0/7.0). |
|||||||||||||||||||||||||||||||||||
#468 | If BaseHref which ends with slash is specified, then browser must return relative url | Bug | Normal | File Browser | ||||||||||||||||||||||||||||||||
Description |
If I specify BaseHref config and last char of BaseHref is slash than Image Browser (at all file browser) must return relative path (example: userfiles/image/1.jpg) but NOT half-absolute path (example: /userfiles/image/1.jpg) what do FCKEditor now. |
|||||||||||||||||||||||||||||||||||
#469 | Backward Compatibility for FCKEditor2.4 | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
hi,
Thanks, Arun |
|||||||||||||||||||||||||||||||||||
#470 | Move fckconfig.js to a .dist | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hi, Could the fckconfig.js be renamed to fckconfig.js.dist as I can't mark fckeditor as an external in my svn as every time I update my config will be reset. |
|||||||||||||||||||||||||||||||||||
#471 | Email Link HTML Encoding Problem | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
When creating a link of type "E-mail", upon entering content into the subject or body field if a british pound symbol (£) is entered the resultant html for the pound symbol becomes "%C2%A3" which displays "£" when decoded. The problem can easily be fixed by going through the source and removing "%C2" everywhere it occurs, but this then breaks the link editor. This can be replicated on the nightly build of the editor. |
|||||||||||||||||||||||||||||||||||
#472 | Editor locks up on page load (sometimes) | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Cannot reproduce consistently, but editor not editable upon startup. You can see it reload 2 or 3 times before page load is complete. Sometimes textarea is not visible. It's like it's in read-only mode. Can be subsequent page loads, or first-time run. I see other reports in the forum of same problem.
Happens in ASP.Net 2.0, IE 6+, Firefox and Mozilla. |
|||||||||||||||||||||||||||||||||||
#473 | scripts are removed if it is the only text in the editor | Bug | Normal | UI : Source View | ||||||||||||||||||||||||||||||||
Description |
If yout type '<script></script>' into the editor in source mode, without any text before it, and then change out of source mode and back again, the script will be stripped out. If you put some text before the script, it will not be stripped. |
|||||||||||||||||||||||||||||||||||
#474 | Table Properties is not working in Fire Fox | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hi, Browser-FireFox OS-WindowsXP FCKEditor -v2.4.1 Steps i did 1)Insert a table by clicking on table property icon 2)Alter this table by stretching on the corners of the table. 3)select this (altered)table, and click on the table properties icon.it opens the table property window with the default values for height and width.but not the new values(we have altered the table) of the selected table.and if we click on OK it is inserting a new table inside the selected table. if we select the existing table and right click it will opens the table property window and display the actual values of the selected table(if we have altered) In IE its working fine. In fck_table.html i put a alert() statement to see the vale of e when it is selected. var e = oEditor.FCKSelection.GetSelectedElement(); alert(e); when we select the existing table and click on the table property icon the value in the e is undefined.but when we select and right click the value is correct its displaying[object] Thanks, Arun |
|||||||||||||||||||||||||||||||||||
#475 | Change translation | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
hi, I think you do change french translation of placeholder plugin with this : /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * Placholder french language file. */ FCKLang.PlaceholderBtn = 'Insérer/Modifier Note de bas de page' ; FCKLang.PlaceholderDlgTitle = 'Note de bas de page' ; FCKLang.PlaceholderDlgName = 'Texte de la note de bas de page :' ; FCKLang.PlaceholderErrNoName = 'Veuillez saisir le texte de la note de bas de page' ; FCKLang.PlaceholderErrNameInUse = 'Ce nom est déjà utilisé' ; |
|||||||||||||||||||||||||||||||||||
#476 | The "More" button in Wordpress | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hey .. I thank you very much for ur great editor .. it really rox and it is a great alternative for the classic editor of Wordpress' editor.
|
|||||||||||||||||||||||||||||||||||
#477 | Change translation in placeholder | Task | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hi, I think you do change french translation of placeholder plugin. With this translation. Thanx /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * Placholder French language file. */ FCKLang.PlaceholderBtn = 'Insérer/Modifier une note de bas de page' ; FCKLang.PlaceholderDlgTitle = 'Propriétés de la note de bas de page' ; FCKLang.PlaceholderDlgName = 'Nom de la note de bas de page' ; FCKLang.PlaceholderErrNoName = 'Veuillez saisir le nom de la note de bas de page' ; FCKLang.PlaceholderErrNameInUse = 'Ce nom est déjà utilisé' ; |
|||||||||||||||||||||||||||||||||||
#478 | PHP Smarty issue | Bug | Normal | Server : PHP | ||||||||||||||||||||||||||||||||
Description |
Iused fckeditor in my project, I am using PHP5 with smarty. But Fckeditor is displayed on top of the page not in the particular <td> in which i have assigned smarty variable after creating fckeditor objectin php file i assigned the variable to .tpl file. |
|||||||||||||||||||||||||||||||||||
#479 | o:p tags cause linebreak problems in IE6/7 | Bug | Normal | FCKeditor 2.6 | UI : Enter Key | |||||||||||||||||||||||||||||||
Description |
Occurs in IE6 and IE7. Does not occur in Firefox. How to reproduce: In source mode, add the content: <o:p>Some Content</o:p> Exit source mode. Press Enter. You will find that no linebreak occurs. When you return to the source view, you will see a </o:p><o:p> was added. This occurs even if the <o:p></o:p> is between <p></p> tags. And further, MS Word sometimes leaves a trailing <o:p></o:p> at the end of lines when importing. This results in people asking, "Why is my enter key not making a line break?" |
|||||||||||||||||||||||||||||||||||
#480 | Delete Image Function | New Feature | Normal | File Browser | ||||||||||||||||||||||||||||||||
Description |
Hi, I got some issue about delete the uploaded images in the WUCIWUG. At
|
|||||||||||||||||||||||||||||||||||
#481 | FF: Image preview doesn't display | Bug | Normal | FCKeditor 2.6 | General | |||||||||||||||||||||||||||||||
Description |
In firefox only, When you select an image in image manager , the height and width are set to 0 in preview . If you want to display you must click on refresh . |
|||||||||||||||||||||||||||||||||||
#482 | FCKConfig.DisableObjectResizing only effective in the main editor's window | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
There's a configuration option: FCKConfig.DisableObjectResizing = false; The problem is that setting it to true only prevents users from the online resizing of an image in the editor main window - if you choose image's properties dlg from the context menu you can still scale it whatever way you want by setting its width and height. |
|||||||||||||||||||||||||||||||||||
#483 | image preview does'nt display in firefox | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
In firefox only, When you select an image in image manager , the height and width are set to 0 in preview . If you want to display you must click on refresh . |
|||||||||||||||||||||||||||||||||||
#484 | SetHTML changes lost in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I am calling SetHTML to dynamically change the contents of the editor and it appears to work fine. However I find that in IE6 that the changes can be lost on pressing submit or viewing source. Stepping through the code it appears that the problem is that "this.EditorDocument.body.innerHTML" still contains the old HTML that predates the SetHTML function call. |
|||||||||||||||||||||||||||||||||||
#485 | Need thumbnail viewer in image browser. | New Feature | Normal | File Browser | ||||||||||||||||||||||||||||||||
Description |
Can you please allow the viewing of image thumbnails on the image browser? |
|||||||||||||||||||||||||||||||||||
#486 | Cursor navigation difficult with multiple smileys or images in FF2 | Bug | Normal | FCKeditor 2.6 | General | |||||||||||||||||||||||||||||||
Description |
To Reproduce:
Result: This issue only occurs in Firefox. |
|||||||||||||||||||||||||||||||||||
#487 | Click and drag resizing photos in IE7 doesn't... | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
When you insert a photo in IE 7 and resize the photo using the Image Properties windows, it works fine. When you resize a photo by clicking on it and dragging one of the boxes, it adds stye="width: 100px; height: 100px;" to the image code and doesn't adjust the height and width variables... When you save the page, it removes the style and leaves the image the same size. |
|||||||||||||||||||||||||||||||||||
#488 | FF: Strange cursor behavior with lists after viewing source | Bug | Normal | FCKeditor 2.6 | General | |||||||||||||||||||||||||||||||
Description |
To Reproduce:
Result: This bug does not happen in IE. It is exclusive to Firefox. |
|||||||||||||||||||||||||||||||||||
#489 | JavaScript error when add a link to a piece of text | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
This bug can not be reproduced |
|||||||||||||||||||||||||||||||||||
#490 | encoding in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
FCKEditor 2.4.1 on IE under win2000 and winXP
I think this two things could be related. |
|||||||||||||||||||||||||||||||||||
#491 | Want to customize the Print button | Task | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hi, I want to customize the Print button in the toolbar. I want a pdf to pop up on the click of this button. This pdf will have another print button which will be calling the windows print functionality. How am I supposed to achieve this. |
|||||||||||||||||||||||||||||||||||
#492 | <hr/> elements inside <p></p> with ie6 still occuring in 2.4.2 | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
In IE6, if a simple <hr/> is added, and some text typed afterwards, the markup generated is not valid XHTML, as the <hr/> is inserted into <p><hr/></p> This appeared to have been fixed with ticket 202 (http://dev.fckeditor.net/ticket/202), but it still occurs in 2.4.2 This is easily repeatable in wysiwyg mode using the demo page in IE6 as follows: Enter an <hr> using toolbar. Hit enter. type some text. The resulting (x)html is invalid. |
|||||||||||||||||||||||||||||||||||
#493 | Submit button issue - naming conflict | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
I just spent a good few hours over a problem with the Save button on the toolbar not working. I eventually tracked down the problem, so I thought I'd post this in case it's of any help or even worth considering a change to the code to get around it.
The problem is with the html code for my submit button:
3) <input type="submit" name="submit2" value="Save" /> - toolbar save button works So the bug (2) is some sort of conflict over the name "submit". The javascript error is: Error: A.submit is not a function Source File: http://phpmap-local/php/fckeditor/editor/js/fckeditorcode_gecko.js Line: 66 Browser: Firefox 1.5 linux My suggestion would be to name whatever it is in the code fck_submit or something to make name conflicts less likely - naming my submit button 'submit' is not that unlikely. |
|||||||||||||||||||||||||||||||||||
#494 | Implement the new "Style System" | Task | Normal | FCKeditor 2.5 Beta | Core : Styles | |||||||||||||||||||||||||||||||
Description |
Implement the new "Style System", which include a revision of the Style combo and the system which handles the styles in the editor. More info about it can be found here?. |
|||||||||||||||||||||||||||||||||||
#496 | editor fails to load content with <script> tags in "inline" mode, textarea replace OK | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Starting the editor with properly-escaped starting "value" does not load content properly when editor is started in "inline" mode, while exactly the same content loads properly in "textarea replace" mode. The following example javascript load data should make the problem clear: <script type="text/javascript"> var oFCKeditor = new FCKeditor('edited'); oFCKeditor.BasePath = "/FCKeditor/" ; oFCKeditor.Config["CustomConfigurationsPath"] = "/myfckconfig.js" ; oFCKeditor.Config["BaseHref"] = "http://fckwebedit.anemiaanswer.com/examples/" ; oFCKeditor.Height = "100%" ; oFCKeditor.Config["mytop"] = "None" ; oFCKeditor.Config["mytail"] = "None"; oFCKeditor.Config["mypath"] = "./examples"; oFCKeditor.Config["mytitle"] = ""; oFCKeditor.Config["strict"] = "0"; oFCKeditor.Value = " <p>Standish and Co. (USA) CR Natural, S.A. (Costa Rica)</p> <script type=\"text/javascript\" language=\"javascript\"> <!-- var ANS_customer_id=\"066fc456-c071-48d3-aa1f-0542ead8f44b\";--></script> <p>See also:<br> <b><a href=\"questions-and-answers.htm\">Carao Questions and Answers<br></a></b></p> "; oFCKeditor.Create(); </script> |
|||||||||||||||||||||||||||||||||||
#497 | Embed Tag has items stripped off... making it useless.... | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
Code pasted into Source View... <p><embed src="http://services.brightcove.com/services/viewer/federated_f8/271543687" bgcolor="#FFFFFF" flashVars="videoId=909880248&playerId=271543687&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="418" height="354" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></p> Switch From Source View to WYSIWYG back to Source View <p><embed name="flashObj" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://services.brightcove.com/services/viewer/federated_f8/271543687" width="418" height="354" scale="ShowAll" loop="loop" menu="menu" wmode="Window" quality="1" type="application/x-shockwave-flash"></embed></p> Result Link looses some of the fields/info... resulting in an embed'ed tag that does not work. |
|||||||||||||||||||||||||||||||||||
#498 | Resource Type directory being created when option is set to false in config.php for upload in File Browser | Bug | Normal | File Browser | ||||||||||||||||||||||||||||||||
Description |
When I upload a file via the Upload tab for images, flash, etc., they go in the correct directory, "/images/" for me. However, when I click Browse Server to select an image, etc. it creates the resource type directory and shows that as the root dir for the uploads, even though I have the UseFileType option set to false in the config.php file in filemanager/upload/php. This also causes any files upload via this interface to be in the resource type directory rather than the true root dir I have set. After looking at the source, I see that there is no option in the config.php file for filemanager/browser/default/connectors/php for the resource type use, and that the browser assumes you are using the resource type and proceeds. The function is question that needs fixed is ServerMapFolder in filemanager/browser/default/connectors/php/io.php to check to see if it should use resource dirs or not. Because there is no option in the config.php for the browser I guess there will have to be an optioned added. If no one else gets to it first, I'll attach a fixed version as soon as I get some time make the changes. Work is very busy right now, so I might be a few days before I can get that. If anyone else wants to takes care of it, go for it. If not, then I'll post the fixed version and see if others can test it to make sure it works perfect. I'll also check all of the other connectors and make the modifications if necessary and post those as well. As a related note to solve the issue from occurring in the future, the browser / upload systems should be combined into a single setup. |
|||||||||||||||||||||||||||||||||||
#499 | ColdFusion Image Handler in v2.4.2 | Bug | Normal | Server : ColdFusion | ||||||||||||||||||||||||||||||||
Description |
I am using FCKeditor v2.4.2 with CF MX 7.0.1 on Linux. Everything is configurated and working well with sample02_mx.cfm, except image upload. My folders are set up as /home/admin/sites/fckeditor, and fckeditor is my baseurl. When I upload an image it creates a new folder called "siteImages" right off /home/admin. It then uploads the file correctly, and you can select it, but it doesn't return with the image, just a red "x". It doesn't matter how I set <cfset Application.userFilesPath = "/userfiles/"> or <cfset application.FCKeditor.userFilesPath = "/userfiles/">, and yes they are "cflocked", and these variables do in fact get set properly. I am certain the error is NOT in my reading the docs, but rather, somewhere in the connector. Many other posts here seem to indicate other similar problems in older versions with the image pathing. I tried the v2.4 connector.cfm, as well as a mod recommended by vash20 on 2007-01-19. No luck with either. I have also done a search through all the code I could for "siteImages", no luck there either. Please help.... |
|||||||||||||||||||||||||||||||||||
#500 | create() echo instead of return | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
In fckeditor.php, the function create() used (version 2.3.2) to return the editor, now (2.4.2) it suddenly echo's it! Is this intentionally? |
|||||||||||||||||||||||||||||||||||
#501 | Editor loses styles in IE when switching between WYSIWYG and Source view repeatly | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |||||||||||||||||||||||||||||||
Description |
On IE 7 the following happens (even with the online demo):
<p><span class="Title"> <p>line 1</p> <p>line 2</p> </span></p>
<p> <p> </p> </p> <p>line 1</p> <p>line 2</p>
|
|||||||||||||||||||||||||||||||||||
#502 | Firefox and Multiple FCKeditors | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hi, When using multiple FCKeditors on a single page in firefox, only one editor has the ability to be used for typing. The same page when rendered in IE will allow typing in each and every instance of the FCKeditor. I have found that it is possible to enable all of the editors again for typing by making the editor full screen and then resizing to normal. If there is any more information you would like, please let me know. Gareth |
|||||||||||||||||||||||||||||||||||
#503 | Unordered list paste: doesn't work correctly in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I checked Ticket #428 IE problems created unordered list from pasted list, it is not exactly the same as this one. I have the following code in FCKeditor. <ul> <li>unordered list item 1</li> <li>unordered list item 2</li> <li>unordered list item 3</li> <li>unordered list item 4</li> </ul>
The <li> lost <ul>. It doesn't happen in FireFox, it is an IE only issue. |
|||||||||||||||||||||||||||||||||||
#506 | FCKeditor stopped displaying | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
We've been using the FCKeditor for weeks and randomly, it just stopped displaying yesterday. I've got the javascript version implemented and haven't had any problems in the past - nothing changes in the code, it just no longer appears |
|||||||||||||||||||||||||||||||||||
#507 | Helvetica font is needed since our mainframe applications use it 99%. | New Feature | Normal | Core : Styles | ||||||||||||||||||||||||||||||||
Description |
1.Arial 2.Comic Sans MS 3.Courier New 4.Times New Roman 5.Tahoma 6.verdana
|
|||||||||||||||||||||||||||||||||||
#508 | Typing error in fck_othercommands.js | Bug | Normal | Opera Compatibility | General | |||||||||||||||||||||||||||||||
Description |
In http://www.fckeditor.net/nightly/fckeditor/editor/_source/commandclasses/fck_othercommands.js: FCKRuleCommand.prototype.GetState contains a typing error: return FCK.GetNamedCommandState( 'InsertHorizotalRule' ) ; Is missing the "n" in "Horizontal". This makes <hr> unavailable in Opera (at least). |
|||||||||||||||||||||||||||||||||||
#509 | userFilespath not being set correctly in file browser with coldfusion | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Using the test.html page in fckeditor\editor\filemanager\browser\default\connectors I found the userFilesPath I set in application.cfm was not being using when setting the userFilesServerPath in connector.cfm for example my webroot: c:\webroot\site1\ I ran test.html, current folder field set to \, uploaded a file. It would say the file was sucessful the folder where the file would be c:\webroot\site1file regardless of the application.userFilesPath value I change the cfscript block in connector.cfm and the oldfile (connectorOld.cfm) and changed file (connectorNew.cfm) and it seems to work now. I hope this is helpful |
|||||||||||||||||||||||||||||||||||
#510 | userFilespath not being set correctly in file browser with coldfusion | Bug | Normal | FCKeditor 2.4.3 | Server : ColdFusion | |||||||||||||||||||||||||||||||
Description |
Using the test.html page in fckeditor\editor\filemanager\browser\default\connectors I found the userFilesPath I set in application.cfm was not being using when setting the userFilesServerPath in connector.cfm
for example
my webroot: c:\webroot\site1\
I ran test.html, current folder field set to \, uploaded a file. It would say the file was sucessful
the folder where the file would be
c:\webroot\site1file regardless of the application.userFilesPath value
I change the cfscript block in connector.cfmand it seems to work now.The original file (connectorOld.cfm) and the changed file (connectorNew.cfm) are both attached. I hope this is helpful |
|||||||||||||||||||||||||||||||||||
#511 | Upload files with umlaut are translated in HTML special characters | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
Hi, When you upload a image with umlauts with FCKeditor, you can select the file with the file chooser, and the file is displayed correct. When you insert the file into a document, the original image name will be translated from /sciret/uploads/editor/image/ääääää.jpg to /sciret/uploads/editor/image/ääääää.jpg as example. The problem exist also in the latest trunk version. Tested it with Linux and Windows OS, With Firefox and Internet Explorer I attached one file that you can test it |
|||||||||||||||||||||||||||||||||||
#512 | Incorrect width display with few browsers | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I don't know why this is happening, but i'v came to a solution. I'm using Windows XP PRO with SP2. Tested on Opera 9.2, Firefox 2 and IE6. I have flash and java installed & enable. See screenshoots: Sample of working and not-working files: So, whay i did was add width="100%" or STYLE="width: 100%" in to the first table (<TABLE CLASS=main_box_top>). And it works fine with all browsers! Sorry if this hosting is using an old version of FCK, i just couldn't get a good support... |
|||||||||||||||||||||||||||||||||||
#514 | Helvetica font needed for FCK editor | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Helvetica font is already loaded in the FCK editor. It seems that Helvetica font is not loaded. Altering the fckconfig.js file to include the Helvetica font did not help since there was no difference between Arial and Helvetica when I did that. #507: Helvetica font is needed since our mainframe applications use it 99%.
Resolution: invalid | Keywords: Changes (by alfonsoml):
Comment:
|
|||||||||||||||||||||||||||||||||||
#515 | Tables are rendered in quirks mode | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
This is a strange behavior: Set in the config file a doctype to trigger standards mode like FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' ; now go to edit and in the source mode insert this test code <div style="width:300px; border:20px solid black; padding:30px">If this is rendered in standars mode it will have the same width as the red bar</div> <div style="width:300px; background-color:blue;"> </div> <div style="width:400px; background-color:red;"> </div> <div style="font-size:10px; font-family:Verdana"> Text outside the table <table border="1"> <tr> <td>Text in the table</td> </tr> </table> If this is rendered in standards mode the text size inside the table will be the same as this one. </div> Expected results: the content is rendered using the standards mode.
Actual results: That doesn't make sense, if the page is rendered in standards mode then the styles should be inherited in the table (and checking the compatMode in Firefox show that it's set right) Now use full page mode (example 7), the full page content now is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Quirks test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div style="width:300px; border:20px solid black; padding:30px">If this is rendered in standars mode it will have the same width as the red bar</div> <div style="width:300px; background-color:blue;"> </div> <div style="width:400px; background-color:red;"> </div> <div style="font-size:10px; font-family:Verdana"> Text outside the table <table border="1"> <tr> <td>Text in the table</td> </tr> </table> If this is rendered in standards mode the text size inside the table will be the same as this one. </div> </body> </html>
And now the results are: What's more, trying to get a testcase to find if this is a problem with designMode itself shows it correctly in Firefox also <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/DTD/strict.dtd"> <html> <head> <title></title> <style> </style> <script language="javascript"> function editDocument() { var html = document.body.innerHTML; document.designMode='on'; document.body.innerHTML = html; } </script> </head> <body> <input type="button" onclick="editDocument(); return false;" value="Enable designMode"> <div style="width:300px; border:20px solid black; padding:30px">If this is rendered in standars mode it will have the same width as the red bar</div> <div style="width:300px; background-color:blue;"> </div> <div style="width:400px; background-color:red;"> </div> <div style="font-size:10px; font-family:Verdana"> Text outside the table <table border="1"> <tr> <td>Text in the table</td> </tr> </table> If this is rendered in standards mode the text size inside the table will be the same as this one. </div> </body> </html> |
|||||||||||||||||||||||||||||||||||
#516 | er | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
erer |
|||||||||||||||||||||||||||||||||||
#517 | Automatic Color does not work | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |||||||||||||||||||||||||||||||
Description |
The "Automatic Color" does not work. I was able to get any other color from the window dialog, but I couln't set "Automatic Color", Thanks in advance. |
|||||||||||||||||||||||||||||||||||
#518 | Ability to use colours by user logged on when typing text | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
A user group is assigned to a colour(blue, red). Whn a user is using the editor (the system know the user and the assigned colour, have the editor assign the co,lout to the typed text. This would be very useful for dialoges between two groups who are making changes to the text in the editor. Each group will be able to easily see the other group's changes highlighted in the assigned colour |
|||||||||||||||||||||||||||||||||||
#519 | JavaScript API documentation | Task | Normal | CKEditor 3.0 | General | |||||||||||||||||||||||||||||||
Description |
I think that we can try to use JSDoc to generate full documentation for the js files and that way get a better overview of the code and help the people to use better the API and get involved with the project. I'm gonna take a look at it and do some little test to see if it can really help us. (I wanted to check if the range implementation could help me to fix a bug, but the first part is to read the file and see what methods does it provide, so having a parser that summarizes it is very helpful) |
|||||||||||||||||||||||||||||||||||
#520 | Select Field doesn't accept values with & | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
When editing the properties of a select field, options which the text and values have ampersands, with no spaces near it, are not applied and retrieved correctly. This is a IE only issue. Works well with Firefox. Steps to reproduce
|
|||||||||||||||||||||||||||||||||||
#521 | Make the Find/Replace Button work in Source mode | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
case 'Find':B=new FCKToolbarButton('Find',FCKLang.Find,null,null,true,null,16);break;case 'Replace':B=new FCKToolbarButton('Replace',FCKLang.Replace,null,null,true,null,17);break; But its not working.. |
|||||||||||||||||||||||||||||||||||
#522 | The file manager doesn't upload files properly in the demo | Bug | Normal | Server : PHP | ||||||||||||||||||||||||||||||||
Description |
The Filemanager at the demo for the current version seems to be misconfigured somehow. Testing with http://www.fckeditor.net/fckeditor/editor/filemanager/browser/default/connectors/test.html to upload an image says that the image has been uploaded (and if you try again it says that it already exists), but calling the GetFilesAndFolders command doesn't show any new file. BTW: it could be good to remove the old files and folders that people had uploaded. |
|||||||||||||||||||||||||||||||||||
#523 | StartupFocus=false being ignored in IE 6.0 | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
I started this new bug so I can attach my test files. This is actually a comment on bug [ 1313002 ] StartupFocus=false being ignored in IE 6.0. I can confirm this behavior in version 2.2. I don't know what is happening but I managed to conjure an example. I have no clue what causes the behavior. Just try the example (test.html) on IE6.0 and see what happens. A similar behavior occurs in our application, where we try every trick in the book to prevent browser caching. If you need more info, I'll be happy to provide anything I can.
Moved from SF: |
|||||||||||||||||||||||||||||||||||
#524 | Delete functionality broken in Opera | Bug | Normal | Opera Compatibility | General | |||||||||||||||||||||||||||||||
Description |
The second condition in the if statement in the function FCKEnterKey.prototype.DoDelete is as follows: oRange.CheckEndOfBlock( FCKBrowserInfo.IsGecko ) However, this breaks the functionality in Opera. By changing it to the following, deletion works as expected:
|
|||||||||||||||||||||||||||||||||||
#525 | FF: Sucessive DIVs are joined wrongly with del or backspace | Bug | Normal | FCKeditor 2.5 Beta | UI : Enter Key | |||||||||||||||||||||||||||||||
Description |
Paste the following in the Source View: <div class="title">headline</div> <div class="text" style="color:Red">body</div> When trying to join both DIVs by using del or backspace, we have the following result: <div class="text" style="color:Red">headlinebody</div> The attributes of the second DIV prevailed over the first one. The opposite is expected though. To note that it doesn't happen if EnterMode=div. Works well with IE6. |
|||||||||||||||||||||||||||||||||||
#526 | @import in css files do not work for editor area styles | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I use several style sheets, one for basic layout, one for the cms styles and one site.css for customising the site, the latter one importing the others. Setting FCKConfig.EditorAreaCSS to point to my site.css, the styles defined in the imported ones do not display correctly in the editor. A workaround is to put all styles in one file for the editor, but the other is a cleaner solution, as it allows me to change the layout or the cms by changing only 2 lines. |
|||||||||||||||||||||||||||||||||||
#527 | Fail to load in IE if FCKConfig.ToolbarSets has a trailing comma | Bug | Normal | FCKeditor 2.4.3 | UI : Toolbar | |||||||||||||||||||||||||||||||
Description |
If the user customizes the toolbarset and leaves a trailing comma then IE will fail to load the editor. It can be fixed with
Is it worth? I ask this question because people having this problem surely haven't read anything about how to customize the editor, and they should. (And yes, I wanted to test how to put a patch right here ;-) ) |
|||||||||||||||||||||||||||||||||||
#528 | "Strange" characters at the head of the compiled version of FCKeditor | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I'm facing a very strange problem with FCKEditor (last released version : 2.4.2) Looking at the compiled version of fckeditor : the file : fckeditor/editor/js/fckeditorcode_gecko.js : if I open it with less (the linux tool) or any hexadecimal tool, I see that there are some "strange" (ef bb bf) characters at the very beginning of the file, right before the "/*" ... and this is causing me errors on firefox ... and fckeditor javascript files are unable to be used by the js engine. |
|||||||||||||||||||||||||||||||||||
#529 | Editor wrapping code in P tags | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I recently upgraded from version 2.3.2 to 2.4.2 and the editor is now adding code (i.e. formatting my html) in a new an undesirable way. It's adding P tags around content automatically, which negatively impacts my source code and formatting. For example, it's turning this: "<a href="xyz.com">" Into this: "<p><a href="xyz.com"></p>" It happens in both IE and FF. It doesn't appear to happen when <p> or <div> tags are already surrounding my content. I've seen some similar tickets opened about the editor adding <p> </p> to empty fileds, but this seems a little different, albeit potentially related. |
|||||||||||||||||||||||||||||||||||
#530 | Source code formatting (coloring) | New Feature | Normal | UI : Source View | ||||||||||||||||||||||||||||||||
Description |
It would be great if FCK editor's source view could color html coding a la dreamweaver and other editors. |
|||||||||||||||||||||||||||||||||||
#531 | Current style name is set to null on keypress in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
When writing or navigating through the document with the keyboard in IE (7) the style description is set to null. This is because FCKSelection.GetParentElement() returns null if selection type is equal to "none", and IE seems to set the selection type to none if the cursor has been moved by the keyboard. If I click at the paragraph with the mouse the style description is successfully loaded. A temporary workaround is to uncomment the two lines in the FCKSelection.GetParentElement which checks if the type is "none", but I don't know if this will affect other parts of the software. |
|||||||||||||||||||||||||||||||||||
#533 | ProtectedTags not working for custom FontFormats tag | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I added a custom tag to the FCKConfig.FontFormats list, named it in the language file, added it to the fckeditorcode_ie.js and fckeditorcode_gecko.js files and added it to the FCKConfig.ProtectedTags list. When using the Format dropdown to change a selected portion of text to custom format eveything seems to work fine until the document is saved or Source view is toggled. At that point the text disappears completely. Using firebug, I found a problem with the element inserted by FCKeditor. Before changing the selected text to the custom format the element was: <p> test text </p> After the formatting change the element was: <<toc> _moz_dirty=""> test text </<toc>> When I switch to Source view the element disappears. I assume this happened because the element is malformed. When I edited the tag in firebug to look like: <toc _moz_dirty=""> test text </toc> And toggled Source view it worked properly. I tested this in both Firefox2 and IE7. |
|||||||||||||||||||||||||||||||||||
#534 | Wrong cursor positioning with lists | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
BUG 1: First, you will notice the cursor is askew, down a few pixels. BUG 2: If you type "Hello<enter>" you will see the cursor jump down to the next line BUG 3: If you type any more, the characters are invisible. There is no record of having typed them if you switch back to source. |
|||||||||||||||||||||||||||||||||||
#535 | Enter key inserting multiple breaks after using shift-enter | Bug | Normal | FCKeditor 2.4.3 | UI : Enter Key | |||||||||||||||||||||||||||||||
Description |
After the word "Hi", you will see the cursor jump down 4 lines, instead of 1. |
|||||||||||||||||||||||||||||||||||
#536 | Style Selection checking of parent elements | New Feature | Normal | CKEditor 3.3 | Core : Styles | |||||||||||||||||||||||||||||||
Description |
The Styles Configuration functionality almost does what I require. What I'd like to be able to do is define several styles, using classes, to be assigned to tables, table rows, and table cells. I can get it working, but only with tables, and only in IE. Why not walk up the DOM when checking the Styles context sensitivity, and allow the application of styles to parent elements (just the first tag-matching parent)? In this way, simply putting my cursor anywhere within a td would allow me to change the style of that parent td, the parent row, the parent table, etc... I've seen this functionality in similar WYSIWYG HTML editors, and it'd be great in FCKEditor. |
|||||||||||||||||||||||||||||||||||
#537 | Image representation disappears when height or width attributes are not set. | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hello, I use a website administration tool to add contents to my website. When I create images using FCKeditor most times I use urls to the images which only work when the page is normally accessed though the website, not when in administrator mode. Put simply, the url for the image will not work from within the administrator but will do from the website. Because the url doesn't work, FCKeditor can't get the width and height settings (which I ignore at this point). And without these, the image "disappears" from the editor, although switching to SOURCE mode the code is shown. Is it possible to show some sort of indication (icon?) that there is an image there? Thanks |
|||||||||||||||||||||||||||||||||||
#538 | FF: Style/format/font/size dropdown only works once | Bug | Normal | FCKeditor 2.6 | UI : Toolbar | |||||||||||||||||||||||||||||||
Description |
FireFox:
This also applies to the style-, font- and size dropdowns. Also tested with nightly build today |
|||||||||||||||||||||||||||||||||||
#539 | FF: if the HTML has a table in it and you right click in the table while in FCKeditor, the cursor jumps to the top of the HTML | Bug | Normal | FCKeditor 2.5 Beta | General | |||||||||||||||||||||||||||||||
Description |
Only in Firefox, if you have a table in your HTML and then while you are in FCKeditor you right mouse click when your cursor is in the table or table cell, the editor jumps up to the top of the HTML no matter where you were when you clicked. Wrote to Frederico about this and here is his reply: I was able to create a very simple test case for this bug, based on your pages. In Firefox, if you scroll down the contents and right click inside the table, it will scroll up automatically. If you instead click at the "More text" phrase at the very end, you will have no problems. It only happens if the editor is inside a table, and if you click in a table in the contents. There is no solution for it for now, and no predictions, but this TC is an important step to find out something. Frederico Caldeira Knabben |
|||||||||||||||||||||||||||||||||||
#540 | Problems with XML within HTML | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
FCKeditor is not supporting XML within HTML -
|
|||||||||||||||||||||||||||||||||||
#541 | Can not see the style drop down in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I am facing a problem when using fck faces editor. When i click on the STYLE drop down, it shows me empty list. This problem only happened in IE, Firefox is working fine. May I know how to solve this problem? Thanks |
|||||||||||||||||||||||||||||||||||
#542 | Can not see the style drop down in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I am facing a problem when using fck faces editor. When i click on the STYLE drop down, it shows me empty list. This problem only happened in IE, Firefox is working fine. May I know how to solve this problem? Thanks |
|||||||||||||||||||||||||||||||||||
#543 | IE7 does not understand the page-break tag | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
we discovered that the [page-break] does not work properly when used on IE7. Read : http://groups.google.it/group/microsoft.public.internetexplorer.general/msg/156c318230ae4d55 We currently use (directly through source code in fckeditor) : <div style="page-break-after: always; line-height: 0; height: 0px"> PAGE 1 </div> <div style="page-break-after: always; line-height: 0; height: 0px"> PAGE 2 </div> <div style="line-height: 0; height: 0px"> PAGE3 <div> and then this page-break-after code works with IE7 (yes.... thank you Bill...) ... same code with the page-break-before does not work :-)) (please don't smile...) Just to let you know that the function "page-break" currently in use in fckeditor does not work with IE7 (or did I miss something ?) |
|||||||||||||||||||||||||||||||||||
#544 | Firefox: fckeditor not enabled when created in display:none element | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
It's not possible to create an fckeditor in a display:none element and have it enabled in firefox/gecko. You will have to manually enable the fckeditor when the display:none element turns visible. I do this at the moment by disabling the window.onload on the iframe(fckeditor.html), and rename it to a function I call when the display:none element turns visible. Dirty fix for now, like the other hacks and workarounds on the track, http://dev.fckeditor.net/ticket/321. This should be fixed in fckeditor instead. With dynamic content in webpages these days a display:none tag on an element should not require you to throw in hacks and workarounds. All those people creating "AJAX/Web2.0/Dynamic" content really hit a wall with this bug. |
|||||||||||||||||||||||||||||||||||
#546 | The editor creates inside p after an enter key | Bug | Normal | UI : Enter Key | ||||||||||||||||||||||||||||||||
Description |
juste type Enter key, and then click on the source button, you will have <p> </p> or <p> </p> depending on ProcessHTMLEntities var which is not normal I think ! related bugs are 243 267 and 71 : |
|||||||||||||||||||||||||||||||||||
#548 | Context menu should recursively allow user to edit parent's Tags | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
If you have : <P> <DIV> <TABLE> <TR> <TD> Cursor here </TD> </TR> </TABLE> </DIV> </P> And you right click where 'Cursor here' is, the context menu should show :
Edit Table Cell All the hierarchy until you reach the <BODY> Tag. Else, how are you suppose to edit the style of a the P tag for instance? ... |
|||||||||||||||||||||||||||||||||||
#549 | ToolbarLocation 'None' Option | New Feature | Normal | FCKeditor 2.5 Beta | UI : Toolbar | |||||||||||||||||||||||||||||||
Description |
Hi, I did search but couldn't find a request like this. I am working on a project where we do true in-place editing and want to use our existing application toolbar to drive the text editing. We still want to have a 'hidden' toolbar set that we can manipulate automatically to get status and to set items like font, size, bold, etc. Anyway I couldn't find a easy configurable way to remove the view of the toolbar, and thus modified the code in fcktoolbarset.js to allow for a new value of FCKConfig.ToolbarLocation function FCKToolbarSet_Create( overhideLocation ) {
This easily allows for a configurable way for me to hide (well, not set visible) the toolbar. Please consider it. Thanks, Joe |
|||||||||||||||||||||||||||||||||||
#550 | IE fails the _tests/manual/fckeditorapi | Bug | Normal | CKEditor 3.0 | General | |||||||||||||||||||||||||||||||
Description |
IE doesn't fire the unload event of the inner frame until the whole parent window is unloaded. Simplified testcase available in [365]. This means that even if an instance of FCKeditor has been removed it's still available in the FCKeditorAPI.__Instances object. |
|||||||||||||||||||||||||||||||||||
#551 | Could not show image after upload a image in ASP.NET 2.0 | Bug | Normal | FCKeditor.Net 2.5 | Server : ASP.Net | |||||||||||||||||||||||||||||||
Description |
After upload a image, the file URL contains "~". but "~" could not work with client elements, like <img>. Test Environment: ASP.NET 2.0 + IE7.0 using FCKeditor 2.4.2 and FCKeditor.Net 2.2. |
|||||||||||||||||||||||||||||||||||
#552 | Dragging links in Safari clones them | Bug | Normal | Safari Compatibility | General | |||||||||||||||||||||||||||||||
Description |
Open the demo and without selecting anything drag the FCKeditor link: it will be cloned, so now there are two links in the editor. If you select the text of the link then dragging behaves correctly and just moves the content to the new position. If someone else can confirm it and it isn't already reported by someone else (I didn't found it) we must report it in the webkit tracker. |
|||||||||||||||||||||||||||||||||||
#553 | Safari: "Remove Format" transforms spaces to U+00A0 | Bug | Normal | Safari Compatibility | Core : Styles | |||||||||||||||||||||||||||||||
Description |
Calling RemoveFormat on Safari transforms the spaces (U+0020) to NON-BREAK SPACE (U+00A0). Slightly related to http://bugs.webkit.org/show_bug.cgi?id=11947 |
|||||||||||||||||||||||||||||||||||
#555 | Creating Email links generates "Object doesn't support this property or method" Script Error | Bug | Normal | FCKeditor 2.4.3 | General | |||||||||||||||||||||||||||||||
Description |
Tested in Demo, and nightly build as of June 11 5:42 EST. Use the attached text file as testing html. This problem seems to be related to something in that html. Browser: IE7 as of June 11th fully patched only extras are Google Toolbar OS: Windows XP Pro fully patches as of June 11th
At this point i get the error message mentioned in the short summary. i'd attached a screen shot of the message and the full screen of what things look like in my browser. The FCKeditor seen there is the nightly build downloaded today June 11th around 5pm EST. |
|||||||||||||||||||||||||||||||||||
#556 | Big problem with img tags and fckeditor2.4.2 | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
When inserting an image (or another inline element), the element is inserted inside a paragraph <p><img></p>. Another (related?) problem : On a new blank page, insert an image, go to the source view and remove the <p> tags, return to wysiwyg view, ... the image has disappeared. The first problem seems to be related to the new keyboard_entermode config : when changing this mode from "p" to "br" no tag is inserted between img tag, but we can fall on the second problem : (img disappearing) |
|||||||||||||||||||||||||||||||||||
#557 | Problems with Bulleted List | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Problem with Bulleted List: FCKeditor 2.42 build 14978 When attempting to use bulleted lists, I get html tags showing up instead of the proper indented bullets. The first "level" of bullets works fine, however, as I indent to create a sub-category, it breaks and ends up showing only HTML. See attached screenshot and HTML Source in .txt document. Thanks!! Mark D. |
|||||||||||||||||||||||||||||||||||
#558 | Make it possible to use brackets in the instance name | New Feature | Normal | General | ||||||||||||||||||||||||||||||||
Description |
To pass the html validation tool on the w3.org site, I had to make some changes to the system. At first, my forms are build into arrays, when passing a name to the FCKEdtor like autoform[rte], the validator causes trouble, a [ is not supported in the id tag. I solved it by adding an extra attribute to the php4 and php5 files. The extra parameter is the id. The name is only used once, at the hidden field. Otherwise the id is alwasys used. Secondly, the validator cries when a <div element is used inside a form, i used a <span instead, and now it thinks its ok. |
|||||||||||||||||||||||||||||||||||
#559 | removing <p> and using <br> | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
There's actually 2 things strongly related to each other, so I post them as one bug. First of all, intended or not, it is a real problem that fckeditor add's <p> even if you explicity remove them from the code. Easy to reproduce.
The second is almost the same, it is when you want to explicity add a <br> to your code to get extra room, it doesn't work. As easy to reproduce:
I tested this both in Firefox 2.0.0.4 and Internet Explorer 6.0 |
|||||||||||||||||||||||||||||||||||
#560 | Try to autodetect virtual paths in the php connector | Bug | Normal | FCKeditor 2.5 Beta | Server : PHP | |||||||||||||||||||||||||||||||
Description |
realpath fails in PHP if the target directory doesn't exist, so it can't be used directly as server.mapPath in asp to get the proper physical path for a url, but I think that it should be possible to get up in the url path until it gets a match and then append the missing directories.
so it should go like this: The difference with the current method (if UserFilesAbsolutePath isn't specified) is that currently it would try to get the realPath of / that it can be /public/html and so it puts the files in /public/html/john/userfiles/images/ I just hope that it works fine |
|||||||||||||||||||||||||||||||||||
#561 | Provide an easy way to upload files to a physical path and use a different url | New Feature | Normal | FCKeditor 2.5 Beta | Server : ASP | |||||||||||||||||||||||||||||||
Description |
example: being able to use FCKeditor from http://admin.mysite.com but make sure that the links to the images are created with http://www.mysite.com (as server.mapPath might not match between the 2 servers, although they are the same physical machine) so they do work in the editor. it would mean basically to port the UserFilesAbsolutePath setting to asp. If it does exist then use it instead of mapPath, if not then work as usual. |
|||||||||||||||||||||||||||||||||||
#562 | FCKeditor not working in Netscape 7.0 on Solaris SunOS 5.8 | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I am trying to use FCKeditor in Netscape 7.0 on Solaris machine, and it fails with JS Error: Error: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "http://something.com/support/script/fckeditor/editor/js/fckeditorcode_gecko.js Line: 87"] I have tested the nightly builds too. It doesn't work there either. |
|||||||||||||||||||||||||||||||||||
#563 | Safari: Source view textarea is resizable | Bug | Normal | Safari Compatibility | UI : Source View | |||||||||||||||||||||||||||||||
Description |
When switching to source view, the textarea which holds the HTML is resizable (nice Safari feature), which is not good for the usage we have of it in FCKeditor. |
|||||||||||||||||||||||||||||||||||
#564 | Safari: Source button background issue | Bug | Normal | Safari Compatibility | UI : Toolbar | |||||||||||||||||||||||||||||||
Description |
When switching to source, the "Source" text in the source button doesn't get the light blue background. I suppose this is a CSS issue. All skins must be checked on this. |
|||||||||||||||||||||||||||||||||||
#565 | Backspace resets formating in demo | Bug | Normal | FCKeditor 2.5 Beta | UI : Enter Key | |||||||||||||||||||||||||||||||
Description |
I noticed a few interesting things in the demo: http://www.fckeditor.net/demo
|
|||||||||||||||||||||||||||||||||||
#567 | Safari: Color selector display blank line | Bug | Normal | Safari Compatibility | General | |||||||||||||||||||||||||||||||
Description |
The blank line used to fuse the color selector button with its panel is mispositioned, a few pixels bellow the correct place. |
|||||||||||||||||||||||||||||||||||
#568 | remote images are getting style display value of none. | Bug | Normal | Core : Styles | ||||||||||||||||||||||||||||||||
Description |
Whether setting up an image using the image dialog or pasting the code into the Source mode of the editor, images are assigned a style display value of 'none'. For example, an image like below: <IMG alt="Fujitsu Computer Systems Corporation" border="0" src="http://www.computers.us.fujitsu.com/images/LinkShare/125x125_product.jpg"> will get rewritten as: <img border="0" src="http://www.computers.us.fujitsu.com/images/LinkShare/125x125_product.jpg" alt="Fujitsu Computer Systems Corporation" style="display: none;" /> Notice the style="display: none;". |
|||||||||||||||||||||||||||||||||||
#569 | Safari: Format -> Heading ignores the first char in the paragraph | Bug | Normal | Safari Compatibility | Core : Styles | |||||||||||||||||||||||||||||||
Description |
Steps to reproduce
ResultsThe "M" in "My Title" doesn't change. The title style is displayed correctly for the rest of the block. It happens with any type of "Heading" in the "Format" combo. The following is the resulting HTML: <h1><span class="Apple-style-span" style="font-size: 12px; font-weight: normal; ">M</span>y Title</h1> Tested with WebKit Nightly r23540 over Windows. |
|||||||||||||||||||||||||||||||||||
#573 | Differences between svn tagged version and released version | Task | Normal | General | ||||||||||||||||||||||||||||||||
Description |
Hello Fred Alfonso and everybody, I try to make things the more simple for FCKeditor.Plone package. To make FCKeditor.Plone svn update more simple for users, i used somewhere in FCKeditor.Plone repository this "svn:externals" property : fckeditor_src http://svn.fckeditor.net/FCKeditor/tags/2.4.3 This allows users to get all things in one svn update (fckeditor + fckeditor.plone) But it seems that svn 2.4.3 tagged version and fckeditor2.4.3 released version are not the same products. I suppose it is because the svn version do not use the packaged javascripts. Of course it's a good thing for developpers, but don't you think that the "tagged" version must be exactly the same as the released version ? i think that tags and trunk could be different ... Second question : what can i do to make fckeditor.plone release in this situation, without downloading the product from sourceforge (as i used to do before with a bad svn users's feed-back)? Many thanks Jean-mat |
|||||||||||||||||||||||||||||||||||
#574 | No "alert()" Message for Cut/Copy in Netscape with IE Mode | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
OS: Win Xp Pro Browser: Netsace Version 8.1.3 Tested: In the Demo and last Nightly Build. Description: If you use "Display like IE" you will get no "alert()"-Message when you hit the CUT or COPY button from the Editor. Also the selected Text isn't in the clipboard. Normaly, if you use "Display like Firefox" you will get a Message like "Your Security Settings Do Not Allow Copy" and in IE Mode this doesn't work. To reproduce the issue:
|
|||||||||||||||||||||||||||||||||||
#575 | Python quick upload | New Feature | Normal | FCKeditor 2.5 Beta | Server : Python | |||||||||||||||||||||||||||||||
Description |
As said in mailing list, I submit this patch with the python quick upload. It based on upload.php, but rewritten in python as a WSGI app to be fully compatible with the latest python frameworks and servers, and faster than a standard cgi script. It can run:
The file config.py hold the general configuration (like config.php does), and care must be taken of implementation details in .htaccess (or whatever configuration file you server support) "Php-like"* functionality is not necessary but it facilitates the deployment (no changes in fckconfig.js), and it makes cgi and wsgi operating modes behaving the same way. It consists on being able to:
|
|||||||||||||||||||||||||||||||||||
#576 | _FileBrowserLanguage -- custom configuration file override value not working | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
_FileBrowserLanguage -- custom configuration file override value not working.
var _FileBrowserLanguage = 'asp' ; === is in fckconfig.js
Still tries to execute original configuration file value, 'asp'
Work-around: simply put the 'aspx' value into the original config file and it works fine. |
|||||||||||||||||||||||||||||||||||
#577 | FCKeditor versions show differently in IE and Mozilla Firefox | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
I installed the version 2.4.3 in a website and browsed to it with IE 7 and checked the version which reported 2.4.3 correctly. I browsed to the same page with Mozilla Firefox 2.0.0.4 and get the version reported as 2.3.2. How come 2.4.3 is nor reported? Functionality is different too! |
|||||||||||||||||||||||||||||||||||
#578 | Remove format is not working on Style applied text in IE | Bug | Normal | General | ||||||||||||||||||||||||||||||||
Description |
There is a problem with Remove format in FCK. we can't remove the format of style or format applied text in FCK. |