Custom Query
Results (1001 - 1100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#579 | Direction and Line-height | New Feature | Normal | General | ||
Description |
Hello If you add Direction : RTL and LTR and Line-height for text in style , it will be like this <p dir="rtl" align="justify" style="line-height:22px;">.... complete editor . Thank you very much . |
|||||
#580 | Full screen in IE frame uses width of window instead of frame | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
If you "Maximize the editor size" in IE when the fckeditor is in a frame it will have a wider width than the screen. ### Replacement function for fckeditorcode_ie.js ### FCKTools.GetViewPaneSize=function(A){var B;var C=A.document.body;if (C&&C.clientWidth) B=C;else B=top.document.body;if (B) return { Width:B.clientWidth,Height:B.clientHeight };else return { Width:0,Height:0 };}; |
|||||
#581 | FitWindow is broken if <input name="style"> is found inside the editor form | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
In IE, if a <input name="style"> field is available inside the editor's <form>, a JavaScript error is thrown when clicking in the FitWindow button. |
|||||
#583 | Table: Wrong value for nowrap attribute | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
When selecting nowrap for a TD, nowrap="" is set as an attribute for the TD element. The correct value is nowrap="nowrap". I'm attaching a suggested fix |
|||||
#584 | Firefox: Style error in parsing value for property 'height' | Bug | Normal | General | ||
Description |
Greetings, I keep getting this error in firefox: Warning: Error in parsing value for property 'height'. Declaration dropped. Source File: .../editor/fckeditor.html?InstanceName=FCKeditor&Toolbar=Default Line: 0 The FCKeditor is contained inside one DIV block that has this style: width: 400px; display: none; position: absolute; top: 0; left: 0; padding: 5px; z-index: 4; I get this error when I'm opening the page and when using javascript to show/hide the container div block. Thanks in advance for your consideration. |
|||||
#585 | Add Welsh characters to Insert Symbol feature | New Feature | Normal | FCKeditor 2.6 | General | |
Description |
There is currently no support in FCK editor for the Welsh language. However we can still type information in Welsh into the text editor except for the following characters: ŵ ŷ Ŵ Ŷ. Could these be added to the insert symbol feature to save having to insert them into a word document first and then copy and paste them into the editor? |
|||||
#586 | Custom tags | New Feature | Normal | General | ||
Description |
Fred, I see great potential for custom tags, for instance at the moment im using placeholders for a kind of "mail merge". But also I would like to add other custom additions such as asp code (<%=date()%>) etc. Although I can add this my self, it becomes difficult and timely to do an update because I have to dig out all my custom stuff and then make sure I dont over write it. Could you add a custom dropdown to the system so that all we have to do is edit the config file, much like we do with the styles etc, John
Moved from SF: |
|||||
#587 | table-border-type etc. | New Feature | Normal | General | ||
Description |
hi fred, some feature request: feature request: -would be fine, to select the bgcolor of the table -would be fine, to select the border-type(solid, etc...) of a table -would be fine, to enter the table-height in percent too -would be fine, to create rows, whose height is 1 px regards, simon
Moved from SF: |
|||||
#588 | Restrict HTML tags | New Feature | Normal | Core : Output Data | ||
Description |
The cleanAndPaste() function works very good on Word content. I think that you can extend this feature to filter some tags. For example I want to allow only few tags (on one instace of FCKeditor). Let's say I want to allow only <br>, <a>, <strong>, <em> and <u> on that instance. Other HTML tags will be removed (like <table>, <p>, etc.). Perhaps it can be added some deny/allow tags function to remove the unwanted tags. Allowed/denied tags can be defined in FCKeditor class using a string var (PHP ex: $FCKEditor->AllowedTags = "br,a,strong,em,u"; or/and $FCKEditor->DeniedTags = "table,tr,td,th";).
Moved from SF: |
|||||
#589 | Using STYLE attribute when formatting IMG tag | New Feature | Normal | General | ||
Description |
I think that using STYLE attribute in IMG tag to set the distance between picture and wrapping text is better than VSPACE and HSPACE. Is not because of the W3C recomandations but it is more practical. For example if you have a picture with ALIGN attribute set to LEFT, HSPACE will set also a margin to the left side of the picture. You can prevent this by using, for example, STYLE="margin-left:0px;margin-right:10px;" instead of HSPACE="10". For this reason you should consider modifications to the image dialog pop-up.
Moved from SF: |
|||||
#592 | Relative/Absolute URLs for images and links | New Feature | Normal | General | ||
Description |
In order to use this editor in mailing list composing, it would be nice if could be possible to specify if an image src or a link href have to refer to a relative URL or an absolute URL
Moved from SF: |
|||||
#593 | Start the editor in Source mode | New Feature | Normal | General | ||
Description |
How would I start the editor in the HTML source mode instead of the WYSIWIG mode? |
|||||
#596 | Problem with Clear function | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Hi, When I select all the text in the FCKeditor and delete/clear it... these tags appear: <P> </P> but i'd like the field to be empty... any ideas?
Moved from SF: |
|||||
#598 | Create ToolbarBand CSS Class | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Need a different CSS class for each inner table band of the toolbar, named ToolbarBand (rather than Toolbar, of which applies to the outer toolbar table). Namely:
We've made the changes in our version, which allows for a background image of the toolbar band (with that cool XP-style vertical gradation behind the buttons). Thanks!
Moved from SF: |
|||||
#600 | Enhanced file/image explorer | New Feature | Normal | General | ||
Description |
I just stumbled on this the other day: http://nanotree.sourceforge.net Using this as folder tree would make for an excellent file and image explorer allowing users to categorize files and images using folders. Logically the file and image upload components would also have to use it to allow users to specifiy folders. Initially webmasters would have to specify a folderstructure (or it auto-scans) and down the road users could themselves add/modify/delete folders. Unfortunately I don't think my dhtml is up to par to do it myself. This would make and already great editor excellent. Please post your thoughts.
Moved from SF: |
|||||
#601 | media/real/quicktime player | New Feature | Normal | General | ||
Description |
patch with media/real/quicktime player ?
Moved from SF: |
|||||
#603 | HTML Tidy | New Feature | Normal | General | ||
Description |
Getting HTML tidy to clean up the source just after a form is submitted would be nifty. Not sure how you'd implent it- xmlhttprequest to server? *shrug*
Moved from SF: |
|||||
#604 | <P> and <BR> auto distinction | New Feature | Normal | General | ||
Description |
I just came across a quite limited wysiwyg editor with a very cool feature (only when using gecko/Mozilla/FireFox - not there in IE) which is basically adopting the way word auto places paragraphs. http://www.kyberfabrikken.dk/opensource/indite/demo/ Basically works like this: you type some text and then press Enter (<br> get's inserted) after that you can choose to either continue typing or if you press enter again, the <br> is converted to a <P> - VERY COOL. This would solve the whole "I din't know you could press shift-enter" problem that so many end users are suffering from. I don't know if this is possible with IE aswell - maybe it's a gecko only thing but I think this would be a great feature for the next fck release or as patch. I also really like the feature that it shows you a dotted color-border around paragraphs/text lines. It would be really cool if this were part of the 'Show Details' button and could be turned on and off. Looking forward to the v2.0 beta 2 release this week. Keep up the great work!
Moved from SF: |
|||||
#605 | Maximum number of characters | New Feature | Normal | General | ||
Description |
Hi Frederico, Congratulations for the new version! Is is GREAT and very stable!! Is it now possible to limit the maximum number of characters in the editor object before form submit? Regards, Ethel Sao Paulo, Brazil
Moved from SF: |
|||||
#609 | output of the table not XHTML compliant | New Feature | Normal | General | ||
Description |
There is a 'align' added to each table we generate with fckeditor. Align is deprecated in XHTML and so, the page with such table DOES NOT validate. Now, I use some extra preg_replace after submitting, I don't want to mess the main file. Anyway that should be something like div style="text-align: center;" table style="text-align: left; margin: 0 auto;" /table /div and so on for each align type
Moved from SF: |
|||||
#611 | View source code of selection | New Feature | Normal | UI : Source View | ||
Description |
It would be nice if we had selected part of the text inside the editor to be able with a "view HTML source" feature to see the HTML code of this selection only not the whole text.
Moved from SF: |
|||||
#612 | Source code hightlighting | New Feature | Normal | UI : Source View | ||
Description |
Hi, building in sourcecode highlighting would be great. Parsing the source when going to html mode, and parsing it back when going to WYSIWYG mode. Should be to resource intensive. example code (thnx @ Quist): // parse all tags and make red defaultTag = /(<([\s\S]*?)>)/gi; code = code.replace(defaultTag, "<font color='#FF0000'>$1</font>"); // give centain elements a other color var aItems = [['style','#00FF00'], ['script','#00FF00']]; for (var i = 0; i < aItems.length; i++) { var sTag = aItems[i][0]; var re = new RegExp("(<(" + sTag + "|\/" + sTag + ")(.*?)>)", "gi"); code = code.replace(re, "<font color=" + aItems[i][1] + ">$1</font>"); } // make attribute's blue var reAttr = new RegExp("(=((\"|")(.*?)(\"|"))( |\/|>))", "gi"); code = code.replace(reAttr, "=<font color='#0000FF'>$2</font>$6");
Moved from SF: |
|||||
#613 | Support for any directory | New Feature | Normal | General | ||
Description |
I don't know if this is a improve or what, but it's very useful. My example is based on fckeditor.php I suggest replace the line 38, by these lines: $FCK_PATH = str_replace("\\",'/',substr(dirname(__FILE__),strlen($_SERVER['DOCUMENT_ROOT']))); if (!ereg('/$', $FCK_PATH)){ $FCK_PATH .= '/'; } // directory where FCKeditor files are located $this->BasePath = $FCK_PATH; These lines load the base path automatically...
Moved from SF: |
|||||
#616 | FCKConfig Link Target settings | New Feature | Normal | General | ||
Description |
When I change the following options in the fckconfig.js file the changes appear to have no effect (even after dumping my cache). I am assuming these settings should hide the target tab, change the list of targets available on the drop down menu on the target tab (when it is available), and make it so all anchor links created in FCKeditor will begin with their target set to "_blank" (so all links will open in a new window unless I specifically change it). // Link: Target Windows FCKConfig.LinkShowTargets = false ; FCKConfig.LinkTargets = '_blank;_top' ; FCKConfig.LinkDefaultTarget = '_blank' ;
Moved from SF: |
|||||
#617 | Table: TD should use style to set borderColor | Bug | Normal | General | ||
Description |
When selecting borderColor for a TD it's set as an attribute. There's no borderColor attribute for the TD element (works in most browsers, but not valid). Style="bordercolor:#xxxxxx" should be used instead. Attaching suggested fix |
|||||
#618 | Rename Uploaded Files | New Feature | Normal | File Browser | ||
Description |
Hi, It would be a nice idea to have the ability to rename images that have been uploaded. Also, when uploading an image, I should be able to give my image a name. Just my two cents. Husain.
Moved from SF: |
|||||
#619 | Append to comment | Task | Normal | General | ||
Description |
Hi, I would like you to append to the comment in the fckeditor.js The "LinkUploader=false" is poorly commented. I dont think the "linkuploader" is a very good name, if it's not commented! eg. comment something like: set this to true, to enable uploading of files via hyperlink-manager eg. Tell the person that it will come in the hyperlink- manager! I dont know about others, but I thought there was no such function, and could not understand why not. I was just about to make my own, but then suddenly I figured it out. ps. also: I dont think there is any possibilites to delete files via filebrowser? Is this intended for some reason?
Moved from SF: |
|||||
#620 | Set image size in % | New Feature | Normal | CKEditor 3.0 | General | |
Description |
It is impossible to set the image size of an inserted image in % You can enter the value (e.g. width : 100%) in the dialog, but nothing happens. When opening the dialog again, the value input box is empty
Moved from SF: |
|||||
#621 | RC3: IE and Gecko generate different HTML code | New Feature | Normal | General | ||
Description |
Hello I use diff (merge) algorithm on html generated by FCKEditor. But there is a problem, under IE and Gecko browsers FCKEditor generate different HTML code for equals texts. For example: IE: <div style="MARGIN-TOP: 10px" align="justify"> Gecko: <div align="justify" style="margin-top: 10px;" > Of course diff algorithm considers these line as different. It will be very cool to force browsers to generate equals HTML code. Thanks
Moved from SF: |
|||||
#622 | Custom toolbar settings | New Feature | Normal | UI : Toolbar | ||
Description |
It would be great if it was possible to change the toolbar in the configuration of an editor. Now you can set oFCKeditor.ToolbarSet = "MyToolbar" ; But you need to predefine 'MyToolbar' in a config-file. It should be something like this: oFCKeditor.ToolbarSetsMedBasic? = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-' ,'About'] ] ; oFCKeditor.ToolbarSet = "MedBasic" ;
Moved from SF: |
|||||
#623 | Contextual image upload | New Feature | Normal | General | ||
Description |
Hi! FCKeditor is almost perfect. The only thing it seems to me raises from feedback of people not really good at playing with web pages: they have some difficulties with the image upload/insertion. Some time ago I began writing a WYSIWYG editor like fck, but I actually dismissed that project. One thing it was good at was the image insertion, that worked this way (hard to program, but easy to use): 1) the user click on the "Insert image button" 2) the editor become invisible 3) a new <INPUT type="file"> is created and made visible 4) the user browses for an image in its computer and click on an "OK" button 5) the <INPUT type="file"> become invisible 6) the editor become visible 7) the image can be inserted into the editor (eventually after a "Image properties" windows has been shown), with a property that links it to the <INPUT type="file"> (for example via the image id) 8) the user goes on editing, eventually resizing the image 9) the user ask to save the page 10) every <INPUT type="file"> that doesn't corresponds to any image in the html page is deleted (for example because the user has deleted an image in the page) 11) the HTML code and the <INPUT type="file"> are sent to the server 12) the server saves the received images 13) the server parses the received html, replacing the SRC tag of the IMG uploaded to respect the new image position 14) for the uploaded images, the server parses the <IMG tag, reading the STYLE/WIDTH/HEIGHT tags to determine the used image size. If it is different to that of the saved image, the server resizes the images (in through the gd library or through asp.net) 15) the server check if the page is a new page or a pre- existing-one. In this case, it verify the new html code to see if some older uploaded image is no more in use; if so, it deletes the unused images Well, quite difficult to program, but I have already done it (in php and making use of mysql), and it works great. The feeling for the user is pretty like using the well- known Word, even if the feeling of the programmer is like entering the hell when managing these procedures. One important thimg to consider is that the value of the <INPUT type="file"> can't be set programmatically because of security, but it can be made visible/invisible.
Moved from SF: |
|||||
#624 | Opera browser | New Feature | Normal | General | ||
Description |
Could you do sth, cause Opera doesn`t start FCKE...
Moved from SF: |
|||||
#625 | Relative URLs | New Feature | Normal | General | ||
Description |
It would be nice if there was a way to put in a relative URL from the link dialog box without having to select the protocol type as "other". Perhaps adding "Relative URL" to the list of URL types along with email and anchor would be appropriate, and just have it bring up a div similar to the normal URL but without the protocol?
Moved from SF: |
|||||
#626 | custom clean HTML function | New Feature | Normal | General | ||
Description |
Hi, Currently we've got a very specific set of rules for the HTML that should be in the textarea. While this can be hacked manually, it would be nice to be able to have a custom function within the configuration file that would allow customised cleaning of pastes from programs such as MS Word, etc. thanks
Moved from SF: |
|||||
#627 | Blank paragraph tags | New Feature | Normal | General | ||
Description |
Hi, currently when the value of a textarea is blank and a user modifies the text within the editor and then removes it again, a <p> </p> is left in the source. While this is a sensible enough approach, it means that the value that is submitted to the server is different from what it was originally. Would it be possible to get a configuration option to stop blank <p> </p> sections from being submitted to the server? thanks!
Moved from SF: |
|||||
#632 | Cursor does not show up in Firefox on Tab into the editor | New Feature | Normal | General | ||
Description |
Hi. When you tab from another field into the editor the cursor does not get visible in Firefox 1.0 In MSIE the cursor shows up at the beginning of the editior area, which is nice and intuitive. In Firefox it looks like the toolbar get focus. However, even if the cursor does not get visible, when you start typing then woila.. you are in the editor....... IMHO, not very intuitive...... Hope someone can fix this I do not want to recommend MSIE to my customers (he he).
Moved from SF: |
|||||
#633 | Change cyclis search implementation | New Feature | Normal | UI : Dialogs | ||
Description |
Hi. Would be nice if you could add a cyclic search checkbox to the find text dialog. Today: If cursor is in middle of text and you search for a word that happend to be below cursor you find it, but you will not if word is above the cursor position. Implementing a cyclic seach checkbox in the search dialog with default on, would make it more intuitive.
Moved from SF: |
|||||
#634 | Safari support | New Feature | Normal | General | ||
Description |
The new versions added support for contenteditable and designMode. Check http://weblogs.mozillazine.org/hyatt/archives/2005_04.html#007962 Hopefully this means FCK will be able to work with Safari now?
Moved from SF: |
|||||
#635 | Open properties dialog when double clicking on objects | New Feature | Normal | CKEditor 3.3 | General | |
Description |
The relative dialog should open when double clicking on objects like images, anchors, flash, form buttons or even tables (in the border... IE only I guess). |
|||||
#637 | New optional way of handling Editor height? | New Feature | Normal | General | ||
Description |
As it is today the editor height refelects the editiors editable area and the toolbar area. When you change the width of a given editor the total editor height (editable area + toolbar area) remains the same, but as the toolbar buttons wraps the editable area gets smaller. If it is possible it would be nice to be able to control the editable editor area height. In this case I do not care about the toolbar area height. If I set height=200px then I want the editable area to be at 200px no matter what. Let say you have a CMS system and want the user to be able to edit the text and be able to se what it would look like the moment he writes it. Let say he is entering text that are to be visible in a narrow part of the site. Then it would be nice to dynamically resize the editor to that width (which is possible today) but without eventually messing up the editable area because the toolbar buttons wraps and makes the editable erea smaller. Would be nice to be implemented as a parameter setting in the fckeditor.js file. e.g. like this: FCKConfig.EditAreaFixed = true; Keep up the good work.
Moved from SF: |
|||||
#638 | CTRL+Z on source removes content. | Bug | Normal | General | ||
Description |
Go to the "Source" do a CTRL+Z. The whole content is lost. Steps (Example): -) goto link 'http://www.fckeditor.net/demo' -) Type in some thing or a lot of things. -) Click on 'Source' -) CTRL+Z RESULT: you LOST all you did. |
|||||
#639 | 2.4.3 - Create Link Inserts target="undefined" by Default. | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
The latest release inserts invalid target unless target is explicitly defined in the dialog window. <a href="somelink.html" target="undefined" > |
|||||
#640 | Apply style to 2 or more table cells generates JS error | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
When you select 2 or more cells and apply a style to it generates a error on the line: 67 of fck_actions.js oTextRange.pasteHTML( oFont.outerHTML ) ; It can be fixed, when you change the if statement above to: But this part of the IF-Statement is removed, I don't know the use of it: oFirstChild.outerHTML == oFont.innerHTML && Code: if (oFirstChild.nodeType == 1 && (oFirstChild.tagName == "SPAN" || oFirstChild.tagName == "FONT" || oFirstChild.tagName == "P" || oFirstChild.tagName == "DIV" || oFirstChild.tagName == "TABLE" //Added For the support of tables.. || oFirstChild.tagName == "TR" || oFirstChild.tagName == "TD")) //Added For the support of tables.. { oParent.className = command.value ; } else { oFont.className = command.value ; oTextRange.pasteHTML( oFont.outerHTML ) ; }
Moved from SF: |
|||||
#641 | Relative URL become absolute on copy & paste | Bug | Normal | General | ||
Description |
In Internet Explorer the relative paths set in the editor become absolute paths if you view source , view wyciwyg , view source.
Moved from SF: |
|||||
#642 | background-color doesn't work properly | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
In mozilla background-color changes the bg-color of tables and TD's but in IE6 it changes the bg-color of the depricated font-tag. It should do the same in both browsers
Moved from SF: |
|||||
#643 | FF: Centering text in 1 cell table centers the table instead | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
In Firefox 0.9.3 when aligning a text in a table with 1 cell the table itself gets aligned, and not the text. This works in IE6 tho where the text gets aligned as supposed to
Moved from SF: |
|||||
#644 | [SS] Style not overwritten | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
For the tag "span", I have defined to styles, one for font-size 12px and one for font-size 14px. The definition in the fckstyles.xml is the following: <Style name="Size: 12 px" element="span"> <Attribute name="style" value="font-size:12px" /> </Style> <Style name="Size: 14 px" element="span"> <Attribute name="style" value="font-size:14px" /> </Style> When I try to first attach style "Size: 14px" and then style "Size: 12 px", the first style won't be deleted. The behaviour of Mozilla Firefox and Internet Explorer is also different. Here's the output: Internet Explorer: <p>test <span style="FONT-SIZE: 14px"><span style="FONT-SIZE: 12px"><span style="FONT-SIZE: 14px">of</span></span></span> style</p> Mozilla Firefox: test <span style="font-size: 16px;"><span style="font-size: 12px;">of</span></span> style<br/> In Mozilla Firefox, when I try to attach the style "Size: 12px" a second time, the whole content of the span tag is deleted.
Moved from SF: |
|||||
#645 | [SS] Nesting block elements, invalid XHTML | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
There is an unfortunate problem in the editor with nesting block elements. Using style/formate by marking text and assigning formate can lead to nesting block elements like this example: <h2><p>Text her..</p> more text...</h2> This is invalid XHTML and should therefore not be possible to do. The formate assigned should be assigned to the blockelement itself, not only the marked text. This is how it works in 1.x and should also work in 2.x. If your marker is placed within a blockelement like a paragraph, you should be able to assign a header2- formate to the element, without having to mark up the text.
Moved from SF: |
|||||
#646 | Bullet-Function breaks when swapping <BR> <P> | Bug | Normal | FCKeditor 2.5 Beta | Core : Lists | |
Description |
When swapping BR and P so that IE creates <BR> on <ENTER>-Key, the bullet function (at least that one) seems to be broken, as it indents the whole text. Only when inserting a <P> somewhere, the bullet function stops where the paragraph tag was inserted. Logical, but this way, the <BR> / <P> swap is difficult to use efficiently.
Moved from SF: |
|||||
#647 | [EK] In RC2, using IE6 issues with UseBROnCarriageReturn | Bug | Normal | FCKeditor 2.5 Beta | Core : Lists | |
Description |
I enabled the UseBROnCarriageReturn option in RC2 and then went to experiment with the editor in IE6. Some weird behavior started showing up with the bulleted list functionality. When I tried to create a list, it put all the content in the text box into a single list item. This occured even if I hit return several times, typed something else, highlighted only the new text, and then hit the button. I'm guessing the function was trying to seperate things by <p> tags, instead of <br> ones. The same problem showed up with the numbered list.
Moved from SF: |
|||||
#648 | <p> and <div> tag are crazy | Bug | Normal | General | ||
Description |
This 2.0RC2 version is puting a </p> tag in <div></div> like this: <div> blabla </p> </div> and this: <p>blabla<p>blabla</p></p> These erros are causing some problems , reported by some user (please, see this forum): https://sourceforge.net/forum/forum.php? thread_id=1201918&forum_id=379487 In my opinion, it is a very hard bug. Do you have some idea to solve this? Bests regards, Andr�
Moved from SF: |
|||||
#649 | file manager bugs | Bug | Normal | General | ||
Description |
wrong filename)
in textarea cannot display the image correctly. to file this bug , modify frmresourceslist.html change var sLink = ' <a href="#" onclick="OpenFile(\'' + fileUrl + '\');return false;">' ; into var sLink = ' <a href="#" onclick="OpenFile(\'' + escape(fileUrl) + '\');return false;">' ;
multibye charset (wrong folder name) 4.(IT'S NOT A BUG) miss the "delete file/folder" function, i've added this function (but olny PHP connector :( ) in my site...
Moved from SF: |
|||||
#650 | ColdFusion 'config' Struct Attributes Not Parsed Correctly | Bug | Normal | Server : ColdFusion | ||
Description |
Ran into a few bugs with the ColdFusion code that parsed the config struct.
between name="value" statements for the hidden config form field. Its a simple fix: sConfig = sConfig & "&" & HTMLEditFormat( fieldName ) & '=' & HTMLEditFormat( fieldValue );
convert "yes/no" to "true/false" will also convert a value such as "649" to "true". For example the "ImageBrowserWindowWidth" was being set to "true" for me. Again a simple fix: if( isBoolean(fieldValue) and NOT isNumeric(fieldValue) and fieldValue ) fieldValue = "true"; else if( isBoolean( fieldValue) and NOT isNumeric (fieldValue) ) fieldValue = "false"; Basically I just added "AND NOT isNumeric(fieldValue)".
Moved from SF: |
|||||
#651 | [SS] Style adds STRONG tag around DIV | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
When I select some text that has the first letter in bold, and then select my style from a dropdown (which happens to be a div) the editor adds a <strong> tag around the DIV making the whole section bold.
Moved from SF: |
|||||
#652 | not working with zwiki in plone | Bug | Normal | General | ||
Description |
The Interface does not come up, when I create a page as HTML in a plone zwiki page.
Moved from SF: |
|||||
#653 | [SS] Changing a Style adds a div instead of replacing it | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
In version 2.0 RCS every time a style is changed it adds the style in the form of a DIV tag. If you have a look at the current demo site: http://www.fckeditor.net/demo/default.html and select some text, then change the style from "Title" to "Code" back and forth a few times and then go into Source and you'll see the DIV tags just keep adding up. Is there a quick fix for this? Bug in Version: FCKeditor 2.0 RC3
Moved from SF: |
|||||
#654 | Problems with UseBROnCarriageReturn and lists | Bug | Normal | FCKeditor 2.5 Beta | Core : Lists | |
Description |
When FCKConfig.UseBROnCarriageReturn is set to TRUE (which inserts a <BR> tag instead of a <P> after hitting <ENTER>) the are problems with lists. Try to write e.g. 3 lines of text (hitting <ENTER> to go to next line) and then click ordered list button. What happens is that the entire text (all 3 lines) becomes a list instead of the current line. Tested on IE 6, Win XP, SP1. Regards, otek@…
Moved from SF: |
|||||
#655 | Using Ampersand with files or directories causes JS error | Bug | Normal | Server : ColdFusion | ||
Description |
First, I am currently running FCKEditor V2.0 RC3 and am using the Cold Fusion code to interface with it. I have noticed that you can either create a new folder name that contains and ampersand or upload a file that contains an ampersand, and once you do, it "breaks" the file manager. It produces a Javascript error when it tries to list the files. The only way to correct this error and get back to business is by going in through the file system and renaming the file/folder in question.
Moved from SF: |
|||||
#656 | [SS] IE: Styles and RemoveFormat | Bug | Normal | General | ||
Description |
The "RemoveFormat" command doesn't work with Styles inserted via the style combo as a span with class asignment in Internet Explorer 6.0. It clears everything in a selection (libe strong, em etc) except the spans. Works fine with Firefox though.
Moved from SF: |
|||||
#657 | [EK] UseBROnCarriageReturn: Bulleted and Numbered Lists (IE) | Bug | Normal | General | ||
Description |
Hi, i use the IE. i set the value of "UseBROnCarriageReturn" to true. if i wrote some lines an try to insert a bulleted or numered list after that lines, all lines are includet to the first point of the list... in FireFox it works without a problem...
Moved from SF: |
|||||
#658 | Half text-lines when resizing (IE) | Bug | Normal | General | ||
Description |
I have placed the FCKeditor in a HTML table. The table adds a frame around the editor with a caption etc. The table is set to 100% so it will resize with the browser window. The editor is also set to 100% and will also resize. In this configuration, the editor sometimes clips the second text line, so that everything above the 'baseline' is not visible. See attached image for an example. When the cursor is moved, the line is redrawn. But when the browser window is resized, the line dissapears again. This problem was not noticed when the editor was not in a table and/or not resizable. Anyone an idea for a fix or workaround? Regards, MichaelSoft AD Hosting.nl
Moved from SF: |
|||||
#659 | [SS] Style is not applied in empty selection | Bug | Normal | Core : Styles | ||
Description |
In order to reproduce the error, one must go the following steps through: 1.Browser start. 2.To http://www.fckeditor.net/ go. 3.Start demo implement. 4.cursor within editor range position (without something selecting). 5.Style element select.
Like one view, the text has no style. From user feedback we stated that it affects the users disarranging. All users say, if I selected the style, then must my text with the Style be formatted. a.vaisberg@… Adaptions GmbH
Moved from SF: |
|||||
#660 | Problems with smartNavigation=True | Bug | Normal | Server : ASP.Net | ||
Description |
FCKeditor's ASP.NET component failes to load when you set FCKeditor control's Visible property to FALSE in aspx codebehind code and then set it back tu TRUE If aspx page's smartNavigation is enabled.
Moved from SF: |
|||||
#661 | [SS] Remove Format does not remove styles | Bug | Normal | General | ||
Description |
1.) applied styles can only be removed on sourcecode. 2.) applying a style over a style already applied does not remove the old style.
Moved from SF: |
|||||
#662 | Perl CGI samples are broken | Bug | Normal | FCKeditor 2.6 | Server : Perl | |
Description |
Each of the _samples/perl/sample*.cgi programs includes code to override the value of $BasePath. The value for the override is computed by manipulating $ENV{'PATH_INFO'}, but it ought to be manipulating $ENV{'REQUEST_URI'} instead.
Moved from SF: |
|||||
#663 | IE - Paste as Plain text and list commands | Bug | Normal | FCKeditor 2.5 Beta | Core : Lists | |
Description |
This bug is a little bit tricky: 1.) Set the option "ForcePasteAsPlainText" in "fckconfig.js" to "true". 2.) Start the M$-browser. (A windows-os might be useful for that.) 3.) Load the page with the editor. I use the replace-method. 4.) Open a word-document or better an OO-document and copy the whole text. 5.) Paste it into the fckeditor. Now we should have a lot of text without any formatting. 6.) Go to a random line and set the cursor to the first position with a mouse-click. 7.) Now click on the list-button (unordered (ul) or ordered list (ol)). The result is, that the complete text will be one list-item. Expected Result: The single line is a list-item. Bug works with: M$IE 6 SP 1, WinXP/Win2K, FCKeditor 2.0 FC. If you need more details, just send me an email to: interaktion at schmager dot de Thanks for the good work and the genious editor. Jan
Moved from SF: |
|||||
#664 | Error in image upload | Bug | Normal | Server : ColdFusion | ||
Description |
Image uploader does not work in ColdFusion. I updated the connectors in fckconfig.js. I created an application.userFilesPath variable. But the image uploader still does not work. The browser appears to be working (to upload the file), but the popup does not refresh with the new image in the list, and it still says "Upload in progress, please wait..." after the browser is "Done" working. I get the following javascript error: Error: this.DOMDocument has no properties Source File: http://www.mydomain.com/fckeditor/editor/filemanager/browser/default/js/fck xml.js Line: 99 The path I specified does not have the image in it that I attempted to upload. I have also tried manually moving image files into this directory and the image browser does not see the files there either. I am running CFMX 6 on Linux RedHat. I have tried Firefox, IE and Netscape browsers; none work.
Moved from SF: |
|||||
#665 | CF: CustomConfigurationsPath won't load on Windows/IIS | Bug | Normal | Server : ColdFusion | ||
Description |
This bug report refers to fckEditor version 2.0 FINAL RELEASE. fckEditor doesn't load the customconfigurationspath file specified when the server platform is Windows with IIS. The file is never requested - no entries appear in the log files. I've tested it on two seperate Windows/IIS servers, and one Linux server. I've tried clearing my cache and everything, but the file is simply never requested. The exact same code works flawlessly when installed on a Linux server with Apache. Here's part of my implementation code: <cfset fckEditor.config.CustomConfigurationsPath = "/fck_toolbarSet.js"> <cfset fckEditor.toolbarSet = "BlogCFMDefault"> <cfset fckEditor.create()> Here is my /fck_toolbarSet.js file: FCKConfig.ToolbarSets["BlogCFMDefault"] = [ ['Source','-'], ['Cut','Copy','Paste','PasteText','PasteWord','- ','SpellCheck'], ['Undo','Redo','-','Find','Replace','- ','SelectAll','RemoveFormat'], ['Bold','Italic','Underline','StrikeThrough','- ','Subscript','Superscript'], ['OrderedList','UnorderedList','- ','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','Justif yFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialC har','UniversalKey'], ['Form','Checkbox','Radio','TextField','Textarea' ,'Select','Button','ImageButton','HiddenField'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['About'] ] ; alert('Loaded'); In the version I have installed on my Linux server, when I load the page with the editor, the alert box displays and the toolbar displays. The same code when run on Windows/IIS generates no alert, and and the toolbar doesn't display. A javascript popup says there is no such toolbar set (obviously, because it didn't load the configuration file!) This isn't critical, but it forces me to edit the actual configuration file, which I'd rather not do. What's wrong?
Moved from SF: |
|||||
#666 | ASP.Net 2.0: Not working on FormView | Bug | Normal | Server : ASP.Net | ||
Description |
I’m using Fckeditor with VS 2005 Beta 2 and ASP.NET (VB). Almost everything is working perfectly except for one thing: I can’t get the FCKeditor value when I use it inside a formview. I used it outside and it works very well.
Moved from SF: |
|||||
#668 | [SS] Apply predefined styles to ul/ol | Bug | Normal | Core : Styles | ||
Description |
Predefine a style class via fckstyles.xml <Style name="Link list" element="ul"> <Attribute name="class" value="LinkList" /> </Style> Then in the editor select text and apply the "Link list" class. What is created is: <ul class="LinkList">New document</ul> Which should be <ul class="LinkList"> <li>New document</li> </ul> This could be the case for multiple place where elements are ceated this way. This is the only one I've tested currently. (IE) The second thing:
words
# Nothing happens
# the list is messed up as the result shows <ul> <ul class="LinkList">test item</ul> <li>~ </li> </ul> There is no way to apply a predefined style/class to the ul/ol tags. Best regards SelfMan
Moved from SF: |
|||||
#669 | Newlines in <pre> tags are not preserved | Bug | Normal | General | ||
Description |
the FCKXHtml.GetXHTML method returns XHTML stripped of newlines. This means that text in <pre> tags loses its intended formatting. This can be fixed by changing the code below by commenting out the call to replaceNewLineChars().: Text Node. case 3 : this._AppendTextNode( xmlNode, htmlNode.nodeValue/*.replaceNewLineChars(' ')*/ ) ; break ; I'm not certain whether this has any other unintended consequences.
Moved from SF: |
|||||
#670 | CommandState Incorrect when in 'View Source' Mode | Bug | Normal | FCKeditor 2.6 | UI : Source View | |
Description |
When in view source mode a majority of the buttons apear to be off from the editor. However a call to check state on the buttons: oEditor.Commands.GetCommand( commandName ).GetState(); show the buttons below as still accessible, actually calling the execute function on these commands can sometimes cause problems. For example running find while in view source and actually searching for something that it finds in the source causes script errors. Although this is not a major issue if one plans to use only the buttons in the editor, I'm attempting to add a menu bar above the buttons, and need to check state to see what buttons are available and not available at any given time. Here is the list of buttons that show as still available: Paste PasteText PasteWord SelectAll Find Replace InsertUnorderedList InsertOrderedList Anchor Image Flash Table InsertHorizontalRule Smiley SpecialChar JustifyLeft JustifyCenter JustifyRight JustifyFull Bold Italic Underline StrikeThrough Subscript Superscript Outdent Indent RemoveFormat SpellCheck UniversalKey Templates
Moved from SF: |
|||||
#671 | Can't undo a pasting operations | Bug | Normal | General | ||
Description |
You cannot use Undo or Redo on pasted information in the editor.
Moved from SF: |
|||||
#672 | Extra lines inserted during save | Bug | Normal | General | ||
Description |
The problem is pretty well documented in this thread: http://sourceforge.net/forum/message.php?msg_id=3183737 When copying content into the editor from Word using the paste from Word feature, a "<p> </p>" is added after each line.
Moved from SF: |
|||||
#673 | File INPUT outside of control breaks submission | Bug | Normal | General | ||
Description |
When submitting a webform using IE6 with the FCKEditor 2.2 embedded (via .NET) and one or more INPUT TYPE=file tags that have erroneous values the form cannot submit and throws the following error: Line: 17 (character 904) Error: Acess Denied File: /editor/js/fckeditorcode_ie_1.js After debugging, the issue is with the statement: this.originalSubmit(); WORKAROUND:
So far, the only workaround I have found seems to
require validation of each INPUT TYPE=file tag to verify
that the file path begins with two backslashes (" Please advise as to how this can be resolved to allow file paths to be submitted without requiring this awkward validation. Thanks!! -jeff
Moved from SF: |
|||||
#675 | toggle list outdents existing li instead of toggling list | Bug | Normal | FCKeditor 2.5 Beta | Core : Lists | |
Description |
IE6/current only: If you have a ul li and indent it to some deeper level, clicking on the list button again doesn't make it normal text again, but outdents the list level until it has reached first level, then it disables the li and make normal text out of it. With firefox it does make it normal text immediately when you click on the list button.
Moved from SF: |
|||||
#676 | Form field loses name if moved right after placement | Bug | Normal | FCKeditor 2.6 | General | |
Description |
If I add an element with a filled name property and I move it right after submitting, the entered name property is lost. The bug doesn't occur if I save, or show the code first. The bug occurs for form fields e.g. a textfield. This bug also occurs on the demo site. Maybe a related bug is the name of a link that isn't saved in the link.
Moved from SF: |
|||||
#677 | Char no usable in url can be use in filemanager (like é or ù) | Bug | Normal | File Browser | ||
Description |
Hi, The file manager accept file or folder with char who can't be read by a browser like "Canyon du Crêt de la Neige.jpg" so this file or folder can't be found on the web. i modify some functions, CreateFolder() and FileUpload (), in commands.php file to convert this "bad" char into readable char function CreateFolder( $resourceType, $currentFolder ) { $sErrorNumber = '0' ; $sErrorMsg = '' ; if ( isset( $_GET['NewFolderName'] ) ) { $sNewFolderName = $_GET['NewFolderName'] ; // BEGIN OF CHANGE $sNewFolderName= strtr ($sNewFolderName,"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöø ÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ","aaaaaaaaaaaaooooo oooooooeeeeeeeecciiiiiiiiuuuuuuuuynn"); $sNewFolderName = preg_replace('([^_a-zA-Z0-9])', '_', $sNewFolderName )."_"; $sNewFolderName = eregi_replace ('^(_)*', '', $sNewFolderName); $sNewFolderName = eregi_replace ('(_)*$', '', $sNewFolderName); $sNewFolderName = eregi_replace ('(_){2,10}', '_', $sNewFolderName); // END OF CHANGE if ( strpos( $sNewFolderName, '..' ) !== FALSE ) $sErrorNumber = '102' ; // Invalid folder name. else { function FileUpload( $resourceType, $currentFolder ) { $sErrorNumber = '0' ; $sFileName = '' ; if ( isset( $_FILES['NewFile'] ) && !is_null( $_FILES ['NewFile']['tmp_name'] ) ) { $oFile = $_FILES['NewFile'] ; // Map the virtual path to the local server path. $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ; // Get the uploaded file name. $sFileName = $oFile['name'] ; $sOriginalFileName = $sFileName ; $sExtension = substr( $sFileName, ( strrpos ($sFileName, '.') + 1 ) ) ; $sExtension = strtolower( $sExtension ) ; global $Config ; $arAllowed = $Config['AllowedExtensions'] [$resourceType] ; $arDenied = $Config['DeniedExtensions'] [$resourceType] ; if ( ( count($arAllowed) == 0 || in_array( $sExtension, $arAllowed ) ) && ( count($arDenied) == 0 || !in_array( $sExtension, $arDenied ) ) ) { $iCounter = 0 ; while ( true ) { // BEGIN OF CHANGE $sFileName= strtr ($sFileName,"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËè éêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ","aaaaaaaaaaaaooooooooooo oeeeeeeeecciiiiiiiiuuuuuuuuynn"); $sFileName = preg_replace('([^_a-zA-Z0-9\.])', '_', $sFileName )."_"; $sFileName = eregi_replace ('^(_)*', '', $sFileName); $sFileName = eregi_replace ('(_)*$', '', $sFileName); $sFileName = eregi_replace ('(_){2,10}', '_', $sFileName); // END OF CHANGE $sFilePath = $sServerDir . $sFileName ; if ( is_file( $sFilePath ) ) Regards Sylvain B.
Moved from SF: |
|||||
#679 | [SS] IE RemoveFormat ignores span tags | Bug | Normal | General | ||
Description |
When using the standard Remove Format button provided by the editor in IE no <span></span> tags are removed. This is due to the execCommand in IE I believe. Firefox works fine - however many of my users are on IE. The main issue this causes me is that I use integrated custom CSS classes in the Style select box - and I use <span> tags to insert the markup - which can never be "restyled" or removed - when using IE. My only option it seems at this stage is to use the <font> tag for i inserting those styles - although thats terrible as its been deprecated! XHTML and all. Anyway - has anyone got any ideas if this IS in fact an IE issue - or am I missing something?
Moved from SF: |
|||||
#680 | No context menu for checkbox in a table cell in Firefox | Bug | Normal | General | ||
Description |
When using Firefox you don't get a context menu for a checkbox in a tablecell. f.e. <code> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td valign="top"><input name="something" type="checkbox" value="JA" /></td> <td>Description for the checkbox. </td> </tr> </tbody> </table> </code> When left-clicking on the checkbox, the table cell gets marked and no context menu shows up. Another leftclick on the checkbox followed by a right-click on some free space in the same table cell brings up the context menu correct with checkbox-properties. But not when clicking on the checkbox itself.
Moved from SF: |
|||||
#681 | SpellerPages ignores text after links | Bug | Normal | FCKeditor 2.6 | General | |
Description |
When using the SpellerPages spell check function, try spell checking the following: This is mispeled here is a link and this is mispeled too where the word "link" is a link. SpellerPages detects the first "mispeled" as an error but ignores the one after the link.
Moved from SF: |
|||||
#682 | IE paste from Word problem | Bug | Normal | Plugin : Paste from Word | ||
Description |
Great project :-) I've found there is a problem with pasting from Word with IE 6.0.2900.2180. I'm using FckEditor asp-version 2.1.1 and the problem occurs both in my own installation and on the demo version. I've tried to force AutoDetectPasteFromWord = True and other fixes from older versions. The problem persists - is there any who has a fix for this? It worked in early versions.
Moved from SF: |
|||||
#683 | Not able to edit/delete horizontal rules | Bug | Normal | General | ||
Description |
I added 'Rule', but am not able to select it or edit it. FCKConfig.ToolbarSets["Basic"] = [ ['Cut','Copy','Paste','-','-','Find','Replace','-','-','Bold','Italic','Un derline','-','-','TextColor','FontName','FontSize','-','-','Link','Unlink', 'Anchor','-','-','ImageButton','Rule','-','-','Table','-','-','Source','Pre view'] ] ; P.S. awesome OS folks! A great help to our projects, John
Moved from SF: |
|||||
#684 | [EK] Internet Explorer & Line Break Formatting | Bug | Normal | General | ||
Description |
In Internet Explorer (and perhaps other browsers), when entering two lines of text separated by a line break (<Shift>-Enter), the last selected alignment takes preference over what was previously entered for the other line of text. For example, if you want to create two lines of text and center align the first line of text and left align the second line of text, select the first line of text and center align it then go down to the next line of text and left align it, both lines are left aligned. This process works fine in stable and current Firefox 1.07 with the <div> tags showing up accordingly in the source code.
Moved from SF: |
|||||
#685 | Missing TemplatesXmlPath Property in FCKeditor.cs | Bug | Normal | Server : ASP.Net | ||
Description |
The ablility to set a custom path for Templates is missing in .NET versions. I added the below code to FCKeditor.cs and corrected issue. /// <summary> /// TemplatesXmlPath- added because suppose /// to be there /// </summary> [ Category("Configurations") ] public string TemplatesXmlPath { set { this.Config["TemplatesXmlPath"] = value ; } } Moved from SF:[[Bhttp://sourceforge.net/tracker/index.php?func=detail&aid=1346349&group_id=75348&atid=543653R]] |
|||||
#686 | FCKeditor.Net: UserFilesPath | Bug | Normal | Server : ASP.Net | ||
Description |
in "FileWorkerBase.cs" -> "UserFilesPath" property there is a mistake in order to determine which of "sUserFilesPath" variable will be set. Watch this: [original code] ... ... // Otherwise use the default value. if ( sUserFilesPath == null || sUserFilesPath.Length == 0 ) sUserFilesPath = DEFAULT_USER_FILES_PATH ; // Try to get from the URL. if ( sUserFilesPath == null || sUserFilesPath.Length == 0 ) { sUserFilesPath = Request.QueryString ["ServerPath"] ; } ... spotted? "Try to get from the URL." never works. [new code] ... ... // Otherwise use the default value. // Try to get from the URL. if ( sUserFilesPath == null || sUserFilesPath.Length == 0 ) { sUserFilesPath = Request.QueryString ["ServerPath"] ; } if ( sUserFilesPath == null || sUserFilesPath.Length == 0 ) sUserFilesPath = DEFAULT_USER_FILES_PATH ; ... Greetings, Gürhan Başbuğ.
Moved from SF: |
|||||
#687 | [SS] Invalid XHTML | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
In http://www.fckeditor.net/demo/default.html create a new paragraph and set it as TITLE class or something other, it will produce a <p> inside a <span>: <p><span class="Title">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</span> </p> <span class="Title"> <p>dqwfcq</p> </span> Tim
Moved from SF: |
|||||
#688 | Quick Upload with Perl | New Feature | Normal | FCKeditor 2.5 Beta | File Browser | |
Description |
There doesn't have an entry for FileUpload with Perl in the "fckconfig.js" file. Even if I manually added the entry as following, it still doesn't work. FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/browser/default/connectors/perl/connect or.cgi?Command=FileUpload&Type=File&CurrentFolder=/' ; (when upload in the "test.html", it reports successfully, but that page doesn't actually do any upload, does it?)
Moved from SF: |
|||||
#689 | ProtectedSource: "Stack overflow at line 23" | Bug | Normal | General | ||
Description |
Hi I am consistently getting "stack overflow at line 23" error in java script when i try to submit or view source of certain html files. Earlier i thought that the problem was with large files but now i have noticed that all the files that generate this error have comments in them and of the form "<!--{PS..0}-->" , "<!--{PS..1}-->" etc. we have a lot such files in our system. The editor works fine for the same files once the comments are removed. Can you please try to identify what is the cause of this problem. Thanks
Moved from SF: |
|||||
#690 | Form fields end up ouside the form area | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Add a form then place textbox and textarea inside the form. When clicking Source and back several times, and UseBROnCarriageReturn = false, and hit enter in the form, <p> tags cause the textbox and textarea fields to be moved to the outside of the <form> tags.
Moved from SF: |
|||||
#691 | Default foreground colour not set | Bug | Normal | General | ||
Description |
Throughout the editor (main editing pane, all the toolbar text and style/font/etc. dropdowns) the background colour is set but the foreground colour is left at the default. For those wierdos like me that have a dark default background and white foreground, FCKeditor is essentially illegible, because the default white text can't be read against the explicitly-defined white background. Either the default foreground needs to be explicitly set to black, or the default background shouldn't be set to white. I added "color: #000000" to the body clause in fck_editorarea.css which fixed the text area and the style dropdown, but I couldn't figure out where the format/font/size dropdowns are configured. Aside: this also applies to www.fckeditor.net; fortunately the Firefox Text-bgcolor fixer automatically changes the foreground text colour to black, so I can read that. But it would be cool if that got fixed too.
Moved from SF: |
|||||
#692 | [SS] Some style definitions should be blocked in the combo | Bug | Normal | FCKeditor 2.6.3 | Core : Styles | |
Description |
When displaying styles available from fckstyles.xml in styles combo each option is being styled according to the style it belongs to. But if the style has something like "padding-left" attribute, let's say 180px, then the option becomes invisible (the padding is applied to the combo's option as well and it's being displaced completely to the right). It's needed to introduce some !important attributes for combo's options that couldn't be overriden by styles from fckstyles.xml
Moved from SF: |
|||||
#693 | [SS] Problems using Styles | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
There are 3 usability problems we are encountering using Styles: 1) If you click in the edit window, select a style and then start typing, the style is not applied. You have to type the text first and then select it before applying the style - this is counter-intuitive based on other applications (MS Office particularly) 2) If you have applied a style to text, you cannot remove it. This is particularly a problem if you type a line of text, select the line, apply a Style and then hit carriage return. The style carries over to the next line and cannot be removed - even using the Format Eraser (only by editing the underlying HTML) 3) You cannot replace a style - select text, apply a style, hit return. Reselect text and choose a different style - it is applied in addition to the previous style (look at the underlying HTML shows nested SPAN classes). If you use the "Format" feature instead of "Styles" then this works fine and as expected (i.e. none of the problems above), but it doesn't appear as straightforward to push CSS styles into the Format box.
Moved from SF: |
|||||
#694 | Upload ignore File type | Bug | Normal | Server : ASP.Net | ||
Description |
i have a big problem 1.Upload ignore File type when upload file from browse server in info tab 2.how can i ignore function auto create Folder like Image , flash when i click browse server and i want to open only File Folder no matter i click from image or flash button from toolbar ToolBar > Click image > Info Tab > Browse server > Open Only File Folder
3.How to install fck.net plz tell me step by step or all document of it and how to config How can i solve this problem it is very big problem for me coz i search for week i use asp.net 2005 + Fck 2.4.2 curly_006@… My msn i really need help so quickly Sorry for my bad english |
|||||
#695 | Wrong single quote entity code? | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
In the class FCKeditor.java there is a metho HTMLEncode that is used to encode the initial text to be put in the editor upon display. The straight single quote ' is encoded with entity ' However, in the java code, it is encoded with the entity ’ which is a ’ right side quote. This does not cause only esthetic syntax chanfge. This causes FCKeditor's own generated Javascript code to fail. ( for example when you make a link that is to be opened in a popup ). 1) You save you popup link. Its ok. 2) You re-edit your popup link ( passes through HTMLEncode to be set as the initial text ). 3) You find out in the html source of the editor that the ' are tranformed in ’. Your text is corrupted.
Moved from SF: |
|||||
#696 | undo of deleted table row doesn't work in FF | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
(I'm using FF 1.5 on Linux.) If you delete a row in a table with the "delete rows" item in the contextmenu, you can't undo that. Also, shouldn't "delete rows" be "delete row"? Because, even if you select two rows, only one row gets deleted. Thanks, Finn
Moved from SF: |
|||||
#697 | Font size transposes lines | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Hi, I've discovered this happens in other HTML editors so I suspect the problem is in the underlying designMode code rather than FCKEditor but perhaps a workaround can be devised. It happens in Firefox, IE and Netscape so doesn't seem to be browser-specific. Under certain circumstances, if you select all the text and resize the font (problem doesn't seem to occur with any other operation), some of the lines of the text get transposed. Assuming the text AAA occurs in the text, this will only occur if: 1/ AAA is italicized such that the enclosing '</span>' tag has no space before it, 2/ AAA occurs on the end of a line (as determined by window size not manually inserting a line break or new paragraph, 3/ Some further words (call them BBB) follow that '</span>' and a normal space (not ) and 4/ BBB is followed by CCC in a new paragraph. Under these conditions, selecting all text and resizing the font, BBB will be transposed to immediately follow CCC and BBB will not be resized although AAA and CCC will be. For example, the following text: "mainstream cinema. In FPS games, the majority of sounds (the deconstruction in a later chapter of sound files in Urban Terror demonstrates this more fully) are concerned with either defining the environment or sonifying the interface between player and In cinema, the audience or spectator (both passive descriptors) have no control over the visualization or de-acousmatization of sound." If you place that in the editor, ensure that 'Urban Terror' is justified to the end of the line (try to add more words before etc.), select 'Urban Terror' exactly (not including any space either side), italicize it, select all text and resize the font to e.g. 16, then the words: "demonstrates this more fully) are concerned with either defining the environment or sonifying the interface between player and" are transposed immediately after the words: "In cinema, the audience or spectator (both passive descriptors) have no control over the visualization or de-acousmatization of sound." and have not been re-sized. I have discovered that if the '</span>' has a normal space preceding it then, with all the other conditions above, the error does not occur. The problem occurs with any other use of <span>...</span> not just italics and does not occur if the enclosing </span> has a space preceding it.
Moved from SF: |
|||||
#698 | Anchors do not work in Firefox preview window | Bug | Normal | General | ||
Description |
When you try to test anchor links leading to the current page in the preview window in Firefox, it displays a blank page. The links work fine in IE.
Moved from SF: |
|||||
#699 | Problem width positioning of DIV's in IE | Bug | Normal | General | ||
Description |
In FF you can change the size and position of a DIV by simply dragging it around. This, however, doesn't seem to work in IE. You can only drag it around as if it was an image. That means only 'between' text.
Moved from SF: |
|||||
#700 | Perl Integration - Assigning a text value during the editor | Bug | Normal | Server : Perl | ||
Description |
Can't assign a value to the editor (v.2.2) during instance from Perl code. Sample instance: ... FCKeditor('instance_name'); my $BasePath = $sBasePath; my $Value = "Sample text"; my $fckedit = CreateHtml($Value); ... The response returns an empty text field in the editor. The reason is simple - there is no value assignment to the variable $Value in the CreateHTML subroutine in "fckeditor.pl" Now: sub CreateHtml { $HtmlValue = &specialchar_cnv($Value); $Html = '<div>' ; .. } Should be: sub CreateHtml { $Value = shift(); $HtmlValue = &specialchar_cnv($Value); $Html = '<div>' ; .. }
Moved from SF: |