Custom Query
Results (1201 - 1300 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#812 | BBCode support | New Feature | Normal | General | ||
Description |
An option to return text processed with FCKEditor encompassed in BBCode tags instead of plain HTML tags. BBCode is used in many famous Bulletin Board systems like phpBB and VBulletin. That code is very similar to HTML, e.g. bold text is represented by the tags [b] and b, but it has a much smaller set of tags. If by some option we could make FCKEditor use BBCode tags instead of HTML tags in the resulting text, it could greatly improve integration of FCKEditor with many forums.
Moved from SF: |
|||||
#816 | Tag path (like Dreamweaver) | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Hello. I believe this would be a very nice feature: A tag path that shows the tags hierarchy from the cursor. See the attached image. Good by and thanks
Moved from SF: |
|||||
#817 | Merging cells command changes | New Feature | Normal | FCKeditor 2.5 Beta | General | |
Description |
Merging table cells does not work properly in IE: It is only allowed to merge cells horizontaly, possibility to merge cells verticaly is missing. Another bug: Empty cells cannot be merged in the editor.
Moved from SF: |
|||||
#819 | XML Doctype | New Feature | Normal | General | ||
Description |
The ability to edit XML documents within the editor would be awesome. Perhaps an XML doctype could be added, and then the formatting would leave out the <html>, <head>, and <title> stuff and you could create your own document. This would be useful for quick editing of, let's say, RSS feeds.
Moved from SF: |
|||||
#820 | does not honour size widget argument | New Feature | Normal | General | ||
Description |
FCKeditor always renders in the same size. It would be nice if that size could be changed. The Archetypes RichtWidget class supports the 'size' argument for this purpose. Setting it to 20 should cause the widget to render with 20 lines shown. FCKeditor does not honour this setting, but it would be nice if it could be made to honour it. Thanks,
Moved from SF: |
|||||
#821 | use references, not URLs | New Feature | Normal | General | ||
Description |
When I insert a link or image with the 'Browse Server' option, FCKeditor inserts a URL relative to the server root. For instance, if my site is rooted at http://mysite/path/to/plone, and I insert a link to http://mysite/path/to/plone/image.png into a document, the generated tag will be <img src="/path/to/plone/image.png" /> This is bad for two reasons:
links will become invalid.
links refering to it will become invalid. As of late, Plone uses Archetypes for its content types. Archetypes gives every object a unique ID, and a catalog to search these IDs quickly. A better idea would be to insert a link to the reference ID and let it be resolved at runtime. Please check the Kupu editor for an example of how this works. If you need help with the implementation of this important feature, please let me know! Thanks,
Moved from SF: |
|||||
#822 | Add <th> tag support | New Feature | Normal | FCKeditor 2.6.4 | General | |
Description |
Be able to add and edit <th> (table header) tags.
Moved from SF: |
|||||
#824 | Automatically resize images over a configurable dimensions | New Feature | Normal | General | ||
Description |
Firstly, a very big thank you to the developers of FCKeditor, this is definitely the best editor ever! I have a fantastic, implementation on my clients' websites, and I wouldn't use another editor - ever! Ok:
XHTML 1.1 - personally, I find it frustrating having webpages that are not able to comply with these standards. I wish there was an option for this.
there could be a limit to the dimensions of uploaded images, and if an image exceeded this limit, it would be automatically resized.
available - I use the editor in a situation where there are different users, and they all have their own folder. I wish I was able to limit how much webspace each user can use, and also perhaps give them the option to delete files too. I like the default file manager, which I have implemented using .ASP - but I have also modified the colour scheme, and added script to display thumbnails too.
Moved from SF: |
|||||
#825 | table class | New Feature | Normal | General | ||
Description |
Hello, I have little request - is possible add input box to specify class (and style, eventually) in table dialog box? IMHO it will be helpful.
Moved from SF: |
|||||
#826 | Locked/Editable Region Support | New Feature | Normal | General | ||
Description |
I have only just started using FCKeditor and must express my congratulations on such a wonderful product. I am sure this has been adked many times before, and is obviously difficult else it would already be there but what is the possibility of getting some form of editable region support. Similar to the DreamWeaver template approach, where you can only edit certain areas of the site. Even if it is not identical to Dreamweaver it would be good (and something could be written that could adapt the dreamweaver code to match FCKeditor at runtime - and back again) This would take the editor much closer to allowing people to manage the content of their websites without messing up the code. Just a thought from a complete newbie!
Moved from SF: |
|||||
#828 | Introduce configurable, non-editable, wrapping XHTML | New Feature | Normal | General | ||
Description |
Configurable, non-editable, wrapping sections above and below the editable area would allow for true WYSIWYG experience. Imagine the css style selector for a <p> element that only applies for the particular <div class="myDiv"> element: div.myDiv p { font-weight: bold; } Configuration options like FCKConfig.EditorAreaHtmlPre FCKConfig.EditorAreaHtmlPost would allow to wrap the editor area. These wrapping code snippets should not be editable by the editor. This way, the style sheet rules would be applied and real WYSIWYG could be realized. As a side note, just inserting the editable text with these code snippets upon load and removing them upon save is not reliable, since the user can change the code in many ways, e.g. by pressing Ctrl+A, Delete.
Moved from SF: |
|||||
#830 | KHTML Compatibility? | New Feature | Normal | General | ||
Description |
In recent story between KHTML developer and Apple, it is revealed that Apple made a lot of changes to the Safari such that they can break KHTML. Furthermore, people have to sign Apple's NDA to get to see the changes. Will FCKeditor's persuit of Safari compatibility break codes intended for KHTML?
Moved from SF: |
|||||
#832 | print css | New Feature | Normal | CKEditor 3.0 | General | |
Description |
hi, i think it would be useful to have a print css that simply hide the toolbar, leaving the rest as is. cheers
Moved from SF: |
|||||
#834 | use icons instead of text in toolbar | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Maybe it is possible to replace Style, Format, Font, Size and Source texts that are written next to dropdown boxes with icons. Text takes too much space on toolbar.
Moved from SF: |
|||||
#835 | use connectors FileUpload command for quick-upload function | New Feature | Normal | General | ||
Description |
use connectors FileUpload command for quick-upload function instead of seperatly one. It does nearly the same and i don't like to do thinks twice ;-) I use my connector for the quick-upload too (because i want one place to change it, etc.). What i've changed is the Connectors FileUpload- Response where i must give back the uploaded file-url when using Quick-Upload in OnUloadComplete-Callback function. Also we must be aware of the location of that function too ... <script type="text/javascript"> if (window.parent.frames ['frmUpload'].OnUploadCompleted) { window.parent.frames['frmUpload'].OnUploadCompleted (0); } else { window.parent.OnUploadCompleted (0,'<uploadedfileurl>'); } </script> In my Custom-fck-Config File i use this to link the quick- upload function to my connector: FCKConfig.ImageUploadURL = '/service/BASIS.FCKEditor.FileBrowser.Connector.cls? Command=FileUpload&Type=File'; By the way ... my script-language/Connector is for InterSystems Cache-Database with its Cache-Server- Pages Web-Gateway/API. What i also like is to see a complete and better documentation of the FileBrowser/Service-Side- Integerations ;-) Thanks and Regards ... Bernd! |
|||||
#836 | non file based (dynamic) toolbar configuration | New Feature | Normal | UI : Toolbar | ||
Description |
A way to modify the toolbar at runtime, and not only with fckconfig.js file.
or
or anything else...
Moved from SF: |
|||||
#837 | merged add/edit link with delete link | New Feature | Normal | General | ||
Description |
It is nice to have less buttons on the UI. Thus the add/edit link button's functionality could be merged with the delete link button.
Moved from SF: |
|||||
#838 | rename "smiley" to "icon" | New Feature | Normal | General | ||
Description |
"smiley" is regarded as unprofessional in business use. The more generic term "icon" would be less problematic and mean the same.
Moved from SF: |
|||||
#840 | Use "pixels" in the font size toolbar command | New Feature | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
Does anyone know how does the editor software generate its font tag in the text editor area? I would like to change '<font size="1">' into '<font style="font-size: 13px;">'. Is this possible?
Moved from SF: |
|||||
#841 | Documentation inside the Package | New Feature | Normal | General | ||
Description |
Greetings, There is NO documentation included in the archive of this project - not even so much as a README or INSTALL file. There is some silly _documentation.html which is only a URL. 2 problems with this URL file: 1) What if you want to use this in an INTRAnet environment w/o connection to the INTERnet? The _documentation.html won't help. 2) This URL points to a wiki. Not very helpful in a development environment. ... OK 3 problems... 3) How will this URL help a new administrator/ user with setup/ installation of this editor in their environment?! This is like providing the install documentation for Windows/ BSDi/ Linux as a URL to the OS website. SHEESH! What in the heck is the problem with including documentation with this project?!? I vote NO for using this project until the doc's are included - or at least as a downloadable archive. c'mon guys, get a grip.
Moved from SF: |
|||||
#843 | Quick link creation | New Feature | Normal | General | ||
Description |
I'd like to see internal links. Example of usage with PHP: $intlinks = array(); $intlinks[] = array('/foo/bar', "Foo Bar", "blahblah"); $intlinks[] = array('http://www.fckeditor.net/', "FCKEditor", "FCKEditor is cool editor"); $fck = new fckeditor(); $fck->internalLinks($intlinks); Now you could select text just like normal link but instead of clicking link button user clicks internal link button. Next popup window has options: Foo Bar - /foo/bar - blahblah FCKEditor - http://www.fckeditor.net/ - FCKEditor is cool editor User clicks one and editor adds proper link to selected text
Moved from SF: |
|||||
#846 | Want width units preserved after dragging table/div borders | New Feature | Normal | General | ||
Description |
Hi. Tested in ver 2.1.1 in FF, Ne and IE on XP. In IE (TABLE): If you have set a width of the table to be let say 50%. If you now in design view mark the table and make it shorter/wider by dragging its right border then the width is changed to pixels. I would prefer the width to use the same width unit as before you started to widen it by dragging. In IE (DIV): The width unit is the same after changing it's width by dragging. That is good. But, if you set height to be "auto" and drag one of its borders to change the width then the height is set to a pixel unit. Would prefer the DIV to use same height unit as before dragging, and if "height:auto" is used then that should not be changed after dragging. FF ( TABLE): Same as for IE. Changes percent to pixel after dragging to make wider. Would prefer the same with unit to be used after end of dragging. FF (DIV): Not possible to drag the borders of a DIV. Netscape behaves same as Firefox.
Moved from SF: |
|||||
#847 | Drag and Drop as plaintext | New Feature | Normal | General | ||
Description |
Marking an element on the screen and then dragging it to be dropped is allways containing the original formatting. Can it be formatted to plaintext???? regindk@…
Moved from SF: |
|||||
#848 | Implement Marquee For Scrolling Text | New Feature | Normal | General | ||
Description |
Provide the capability to add scrolling text (marquee) to a web page. Should be able to specify left-to-right, right-to-left, top-to-bottom, bottom- to-top scrolling; left/right edge of scrolling window, speed of scrolling, continuous/number of times for scrolling, should scrolled text remain or not, formatting of scrolled text.
Moved from SF: |
|||||
#850 | Force bold and italics (b and i) | New Feature | Normal | FCKeditor 2.5 Beta | General | |
Description |
I thought I'd create a new bug since the strong and em in every browser isn't getting any response. The problem with forcing em and strong is that it is the exact opposite of what needs to be done. The main problem deals with this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=249909 What needs to happen is that there needs to be a configuration variable called ForceBI (force bold and italics). Not only does it create less code, but also IE can manipulate these tags without a problem. In effect this would workaround the problem with gecko based browsers and the em tag. I've already modified the source code to do this so I can even submit the templates to you that I have changed so you can implement it in the next version.
Moved from SF: |
|||||
#856 | Provision for a custom onPaste code cleanup function | New Feature | Normal | General | ||
Description |
Can you please add a custom code cleanup function (callback) that would be executed onPaste being fired into the main editor text area. Reason: Many implementations of FCKEditor in an application would require end-users to create their own web pages (CMS). Consequently, if a end-user pastes in HTML from a 3rd party web site, the code would need to be cleaned in some way before being saved in a content repository (on the server) - for example to remove javascript onclick handlers or form elements. While this is is easy to do on the server side, the saved html would not be what the end-user had pasted into the editor, and thus confuse the end user. It would be better if the cleanup could be done on the client side using the onPaste event before being displayed in the editor, so the user knows exactly what he/she is getting. However, each implementing application's requirements for the cleaning algorithm would be different. Thus, the requirements are:
executed onPaste. The function can be an empty stub, that returns the raw html if not modified by the implementer. (maybe with a commented out regex example inside)
and off
support access to the clipboard (Gecko browsers (firefox) currently do not - but would be there for when it does!)
Moved from SF: |
|||||
#857 | tab index as a html form element | New Feature | Normal | General | ||
Description |
it will be great to set a tab index for the fck-textarea see me patch for the php class 1403823 insert tabindex in fckeditor.php
Moved from SF: |
|||||
#858 | TrackChanges and show invisible elements | New Feature | Normal | General | ||
Description |
It would be nice if the FCKEditor has this functionality. Hopefully, I can type away and see which changes I did to the doc from its original form.
Moved from SF: |
|||||
#860 | Support for AJAX spellchecking | New Feature | Normal | General | ||
Description |
Like requested before a real-time spellchecking feature would be nice. The following provides some info. http://www.lab4games.net/zz85/blog/wordpress- plugins/live-spell-checker/ http://me.eae.net/stuff/spellchecker/demo.html best, Adil Gunaslan
Moved from SF: |
|||||
#861 | Background color for tables | New Feature | Normal | General | ||
Description |
I would like to have the background color option for whole tables, not only cells. The editor will really suck if that option is not supported because most browsers support colors in tables. If the style of the tables should be set with CSS classes then the whole thing will be a mess! I don't know why you should make things difficult to use if there is an easy way to do it.
Moved from SF: |
|||||
#862 | SpellerPages for PHP while Safe Mode is On (solution within) | New Feature | Normal | Server : PHP | ||
Description |
I've been using the FCKEditor for Joomla plugin, that mostly uses the PHP side of things. Because of the usage of shell_exec, it is not possible to use aspell is Safe Mode is on. However, I've made a few changes to print_checker_results() in editor/dialog/fck_spellerpages/server-scripts/spellchecker.php that should provide aspell functionality while Safe Mode is on. The there are two security settings that will be required, however. First, you must allow the operation of proc_open. Secondly, you must have aspell located or linked into your safe_mode_exec_dir. Things to note about these changes: I'm not primarily a PHP coder, but I've dabbled. There are probably better ways to do what I've done, but these get the job done. I did have a version that streamed the $tempfile straight out to the read pipe, but decided to read from the file instead, for simplicity. Also decided to keep the error file if things didnt go so well. Anyway, I hope these changes get added to the next release. If there is a more formal way I should be submitting this, like a patch, please let me know. Here are the changes: // from when the tempfile is generated fclose($fh); $othertemp = tempnam($tempfiledir, 'aspell_error_');^M $descarray = array ( 0 => array("file", $tempfile, "r"), 1 => array("pipe", "w"), 2 => array("file", $othertemp, "a")); $process = proc_open($aspell_prog . " " . $aspell_opts, $descarray, $pipes); if (is_resource($process)) { $aspellret = ''; while (!feof($pipes[1])) { $aspellret .= fread($pipes[1], 8192); } fclose($pipes[1]); $rc = proc_close($process); } // previous read if( $aspellret = shell_exec( $cmd )) { if( $rc == 0) {^M unlink($othertemp); // remove error file if no error $linesout = explode( "\n", $aspellret );^M // continue process the output as normal
Moved from SF: |
|||||
#865 | filemanager: configuration of subfolders | New Feature | Normal | General | ||
Description |
Hi, it would be great if the filemanager had the option to choose custom main folders with certain filetype restriction. An option to totally drop that multiple main-folder system world be great too, so that you have just one folder in that you can operate. That would be less confusing to some users ;). Furthermore it would be great if the filemanager would be language independent. Thx for your consideration ;), chris
Moved from SF: |
|||||
#866 | Better documentation for paths | Task | Normal | General | ||
Description |
Add more examples and better explanations to these files and variables: fckconfig.js: FCKConfig.CustomConfigurationsPath = '' ; Related to what? Absolute? Domain? Where FCK is? editor\filemanager\browser\default\connectors\php\config.php: // Path to user files relative to the document root. $Config['UserFilesPath'] = '/UserFiles/' ; Document root? Relative? Absolute? Where FCK is? $Config['UserFilesAbsolutePath'] = '' ; This has good comment, but is there any differences if its empty ('') or commented out? ..Trying to setup FCK's image upload for two days and still it isn't working..
Moved from SF: |
|||||
#867 | blockquote toolbar item | New Feature | Normal | General | ||
Description |
It would be great if there was a blockquote toolbar item with large quotes so that it doesn't have to be done in styles. thanks
Moved from SF: |
|||||
#868 | small image preview and large image in popup | New Feature | Normal | General | ||
Description |
It would be useful if there would be an option like that:
original size is saved on the server
picture, and when I click it original size picture appears in popup window. This would be very useful ie. for online shops, but not only.
Moved from SF: |
|||||
#869 | Storing Images In DB and Inserting from db | New Feature | Normal | General | ||
Description |
We have our website hosted in a load balanced environment. The existing image upload functionality does not extend well to our website as we end up uploading images to one server and when a user comes back another time and gets redirected to another server they do not find the images. Would it be possible to stored images in a DB (an Sql Server implementation would be super) ... and have image listing from the db itself ... so you view all images stored in the db and select the one you want. thanks Imran
Moved from SF: |
|||||
#870 | Images resized by control points, less pixelated | New Feature | Normal | General | ||
Description |
Here is a proposal that would solve pixelation problems from using a browser to resize images. It sure would be slick if FCKeditor had an option to insert images in the form: /fckeditor/image_resizer.php? image=selected_image.jpg&w=300&h=123 This image_resizer.php script would use Imagemagick, GD, or another util to resize the image, store a cached copy of it on disk, and output the image. Now FCKeditor could ran a check every 500ms or so to see if any images had changed dimensions from being dragged via control points, and if they did, then it would update their src URL, adjusting the width and height parameters appropriately. Voila, no more pixelated images, and no having to explain to someone to resize via Photoshop.
Moved from SF: |
|||||
#871 | Table Auto Format | New Feature | Normal | General | ||
Description |
Please, include it in next version. It's useful!
Moved from SF: |
|||||
#872 | Way to show toobar button text | New Feature | Normal | UI : Toolbar | ||
Description |
I have a requirement to include text on certain toolbar buttons. In this case, we are talking about the 'Image' button. I attempted to display the optional icon context menu text by doing the following.
Changed line: case 'Image' : oItem = new FCKToolbarButton( 'Image' , FCKLang.InsertImageLbl, FCKLang.InsertImage ) ; break ; to: case 'Image' : oItem = new FCKToolbarButton( 'Image' , FCKLang.InsertImageLbl, FCKLang.InsertImage, null, FCK_TOOLBARITEM_ICONTEXT, true, true ) ; break ;
Edited the following lines to accommidate my text requirements. InsertImage : "Insert/Edit Image",
This did not work. To get this icon to display the text properly, I did the following:
Commented line: //case 'Image' : oItem = new FCKToolbarButton( 'Image' , FCKLang.InsertImageLbl, FCKLang.InsertImage ) ; break ;
Added Image : "Insert Image",
This works. Please investigate and correct as a default setting if possible. Thanks and regards, George Lerma
Moved from SF: |
|||||
#875 | Make editor detectable on server side | New Feature | Normal | General | ||
Description |
One problem my company has encountered is detecting if this editor was used. Unfortunately, not all browsers support this great editor. So, especially when you're using it in a 450,000-member forum, you start to hear complaints when some people's text is formatted and others' isn't. We set a format=y/n flag in our database on each message, but we are having ot set it to 'n' on everything because carriage returns will be doubled if we format messages upon display that have already been edited by the FCKeditor. So, we made this temporary change to fckeditor.php in the function CreateHtml(): $Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config \" value=\"" . $this->GetConfigFieldString() . "\" style=\"display:none\" / >" ; -to- $Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config \" name=\"{$this->InstanceName}___Config\" value=\"" . $this- >GetConfigFieldString() . "\" style=\"display:none\" />" ; That way, we can detect that that field was editing using the FCKeditor by testing for isset($_POST['body___Config']) and setting the y/n flagaccordingly. Just an idea. Nicholas |
|||||
#876 | Select last line | New Feature | Normal | General | ||
Description |
Editor should select the last line of (move cursor to the end of a text), if clicking on a white area below the text. Now it doesn't react to this click.
Moved from SF: |
|||||
#878 | Autosave | New Feature | Normal | General | ||
Description |
Would an Autosave feature be too much work?
Moved from SF: |
|||||
#880 | Organize the code in namespaces | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Hello all, I have been taking a look at FCKeditor as an HTMLArea control and I must say I really like what I see. I am going to look into tweaking the code in order place it in a YUI-esque class structure. I’d like to detail what I’m looking at doing to see if you’d be interested in integrating it back into the main project. If you've not yet taken a look at YUI its got some REALLY cool ideas - http://developer.yahoo.com/yui/index.html. The best thing I've learned from the YUI is its awesome use of class structures. Basically, everything Yahoo has released in its YUI is housed under a single 'global' JavaScript variable named 'YAHOO'. So, if you want to use the calendar, you access it via 'YAHOO.widget.Calendar', if you want to use the DOM module, you access it via 'YAHOO.util.Dom'. I can see that with fairly little effort, the FCKeditor could be modified to work in the same fashion. For example... var FCKeditor = function( instanceName, width, height, toolbarSet, value ) would be changed to... FCK.editor = function( instanceName, width, height, toolbarSet, value ) Thanks to the FCKeditor's current use of JavaScript objects (‘var FCKeditor = function’), it would be pretty simple to modify it to function like the YUI. Plus the only JavaScript naming restrictions users would have to abide by is not having a variable/function named 'FCK'. I’ve used this idea with much success in one or my own projects. All of my JavaScript now resides under a single variable/class structure and I believe the FCKeditor could also benefit. Anyway… I’ve attached the base creator .js for the FCK variable/class. If you’re interested in using this idea throughout the project, please do let me know.
Moved from SF: |
|||||
#882 | Equation | New Feature | Normal | General | ||
Description |
I need a new plugin/feature for work with equations, like M$ Equation. This will be very helpful in my work, in a project being developed to help me to make a educational data- base, containing texts, questions, links and multimedia files regarding school subjects. thanks a lot in advance. Leandro, from brazil leandro@…
Moved from SF: |
|||||
#883 | FTP upload for picturs with the PHP connector | New Feature | Normal | Server : PHP | ||
Description |
It seems to be more security than change rights to the directory system. Soring files vie PHP ftp command is even better. You must only change the rights for a temporary directory and not for your working dir.
Moved from SF: |
|||||
#885 | File/image upload | New Feature | Normal | General | ||
Description |
I will paypal for this addition. I would like a button, like a text button, in the FCKeditor, that allows for automatic file/image browse and validate, so in my forms created I have the ability to have a customer/user browse for, preview and attach and image when the form submit is clicked.
Moved from SF: |
|||||
#886 | custom css - a tag not using css defs in firefox | Bug | Normal | General | ||
Description |
I set up fckeditor to use my custom css. the <a tag in firefox doesn't use the style from the css. It works when you look at the tag on the web in firefox and in ie both on web and in editor. |
|||||
#887 | custom styles w/ white txt | Bug | Normal | General | ||
Description |
I edited the fckstyles.xml for custom styles - any style w/ white txt isn't readable in the style drop down because the background is white. |
|||||
#888 | IE6 can't display file browser using PHP connector | Bug | Normal | FCKeditor 2.5 Beta | Server : PHP | |
Description |
After updating to 2.4.3 the php connector stops to display the file manager. It displays an alert saying that the request error is OK 200 (actually this is not an error it reads OK and 200 is the code to inform that the resource exists). Also includes a very large message (it is not useful). The version 2.4.2 works fine in the same systems. |
|||||
#889 | Custom Configuration | Bug | Normal | General | ||
Description |
I was glad reading you are working on a new Configuration System. I need to generate some Configuration Options on the Server based on some Variables in my PHP-Application. My solution should have looked like this: $oFCKeditor->ConfigCustomConfigurationsPath? = $Webbase/path/to/fckeditor/customconfig.js.php?$query"; The query doesn't work (fcke. throws "malformed uri sequence"). I need to generate the EditorAreaCSS-Array based on those query-varibles. Could also be nice to do that inline without customconfigfile. Is there any solution for this right away? Thanx, Markus |
|||||
#890 | Formating options in context-menu | New Feature | Normal | UI : Context Menu | ||
Description |
Hi there, In the area of edition, when we right-mouse click, we can only choose copy or paste in the popup menu. Would it be possible to have new choices in that popup for formatting the selected text, pls? The format bar is nice, but it would be nicer to have those options in the popup menu showing choices regarding which kind of selection was done (a single character, a word, a sentence, a paragraph, or, if no selection, the page of the complete text). Thx.
Moved from SF: |
|||||
#891 | Use Tab key to navigate tables (Next/Previous cell) | New Feature | Normal | General | ||
Description |
So far, I haven't figured out exactly what the Tab key does when focused on a table (except that I have to click on a cell in the table in order to start editing again). It would be very handy if the editor could trap the tab key and cause it to move you to the next cell, and Shift-Tab to move in the reverse direction. Right now, it can take a long time to move around just using the left/right cursor keys. It's not hard to move quickly up and down through the table using the up/down arrow keys, but it's inconvenient moving short distances. Thanks!
Moved from SF: |
|||||
#892 | content pasted outside the editor aea | Bug | Normal | General | ||
Description |
in ie6 when i set : oFCKeditor.Config['DocType'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ; and editarea not get focus always right; then editarea only have one line to get fosus even more ,when content is empty ,and i click where in editarea and it can not get focus then content will paste out side then editor[] |
|||||
#893 | Target required for forms | New Feature | Normal | General | ||
Description |
I would like to have the option to choose target for a FORM when using them. Sometimes it is needed to have the target attribute but current fckeditor doesn't have it.
Moved from SF: |
|||||
#894 | can the undo function have finer control | New Feature | Normal | FCKeditor 2.5 Beta | Core : Undo & Redo | |
Description |
If you write some text, then make it bold, then undo, it undoes all the text. Can undo be more finely grained?
Moved from SF: |
|||||
#895 | Anti spam e-mail encryption | New Feature | Normal | General | ||
Description |
Is it possible to avoid the e-mails to get readen by spambot robots. I found a solution to get an efficient e-mail encryption on the Tin William Web site (click on the link below). http://www.u.arizona.edu/~trw/spam/spam4.htm Unfortunately, I did not find any way to use it in the FCKEditor pages. I think that the WYSIWIG editor should encrypt the e-mails with the hyperlink pop up window (when the user select the link type "e-mail").
Moved from SF: |
|||||
#896 | Support for the "dfn" tag | New Feature | Normal | General | ||
Description |
It would be nice to be able to edit text on different languages. Cat in French is called chat. I you get this text in a screen reader you would hear chat like talking! The correct sentence would be something like: Cat in Franch is called <dfn lang="fra">chat</dfn>. (I have borrowed this idea from: http://www.alistapart.com/articles/worldgrowssmall )
Moved from SF: |
|||||
#897 | Centralise configuration | New Feature | Normal | General | ||
Description |
There are separate configuration files for the editor, the resource browser and the upload manager. Putting all this configuration information into a single file would simplify moving a project from the development to the production environment as well as simplifying upgrading the editor.
Moved from SF: |
|||||
#898 | Add EditorAreaCSS to image preview | New Feature | Normal | FCKeditor 2.6.1 | General | |
Description |
It would be a nice improvement for the image preview pane to view the image in the context of the current editor area CSS file. To do this, I've added this code to the <head> of the fck_image_preview.html file: (inside the exisiting <script>) // Sets the editor area CSS if (window.parent.FCKConfig.EditorAreaCSS.length > 0) document.write( '<link href="' + window.parent.FCKConfig.EditorAreaCSS + '" type="text/css" rel="stylesheet">' ) ;
Moved from SF: |
|||||
#900 | onChange event | New Feature | Normal | General | ||
Description |
Is it possible to detect an onChange event of the FCKeditor? In a TEXTAREA it is possible to place an onChange event; but after substituting to it the appropriate statements for FCKeditor $oFCKeditor = new FCKeditor('...') ; and so on it seems that there is no way to detect a change performed by editing. FCKeditor installs in HTML three stetements, two of them <INPUT HIDDEN ....> and one <IFRAME ...> but it seems that none of the three can be checked for change of rhe value. Do you know any way to detect a change?
Moved from SF: |
|||||
#901 | Parse stylesheet to make styles list | New Feature | Normal | CKEditor 3.6 | Core : Styles | |
Description |
I would like it if the editor parsed the stylesheet defined in FCKConfig.EditorAreaCSS (or another stylesheet) and made its styles list with that instead of having to make a seperate XML Styles file.
Moved from SF: |
|||||
#903 | Allow for "reveal codes" | New Feature | Normal | General | ||
Description |
..or perhaps just make it possible to add. I know there is a lot of debate on this subject, but I truly believe that the ability to see the code actually being edited is critical to the tool. It helps with debugging and allows people who know HTML better than they know the editor to see what the editor does when you push a button. It also allows experts to add code that the editor doesn't yet know how to add.
Moved from SF: |
|||||
#904 | Lotus Notes Domino Connector upload parameter | New Feature | Normal | UI : Dialogs | ||
Description |
Most of the implementations of FCKEditor for Lotus Notes Domino completely disable the ability to upload including the discussion you link to here https://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/09467d31ceb6c94885257084006b57db?OpenDocument. I've implemented a version that has very light changes to your code, specifically fck_flash.js, fck_image.js and fck_link.js. The core problem that domino has, is that when a file is uploaded, the name of the <input type="file"> must use a name, specified by the processing design element that process it. If you could make these 3 tiny changes it would prevent us from having to muck with them and allow an unmodified FCKEditor install to work fully functional with Domino. in fck_flash.js near if ( FCKConfig.FlashUpload ) GetE('frmUpload').action = FCKConfig.FlashUploadURL ; Add also: if(FCKConfig.FlashUploadName) GetE ("txtUploadFile").name=FCKConfig.FlashUploadName; in fck_image.js near if ( FCKConfig.ImageUpload ) GetE('frmUpload').action = FCKConfig.ImageUploadURL ; Add also: if(FCKConfig.ImageUploadName) GetE ("txtUploadFile").name=FCKConfig.ImageUploadName; in fck_link.js near if ( FCKConfig.LinkUpload ) GetE('frmUpload').action = FCKConfig.LinkUploadURL ; Add also: if(FCKConfig.LinkUploadName) GetE ("txtUploadFile").name=FCKConfig.LinkUploadName; I've blogged about it here. http://www.dwightwilbanks.org/dwightwilbanks/blog.nsf/d6plinks/SERR-6KEBTH As you can see, the impact is very light, on everyone else, but, significant to us.
Moved from SF: |
|||||
#905 | Quick Image Upload | New Feature | Normal | General | ||
Description |
My problem is with the slow uploading of new pictures. I've used several Web CMS packages for my news site, and the most recent was the "Soditor"; and it shared a feature with yours of assuming that the picture I want to use is already on the site. In fact, I almost never use an old pic, and five or six times a day AT LEAST I want to upload a new one - usually, a small 200 pixel wide picture. What I want, more than anything, is a "one click upload" button. It has in the past taken me very nearly five minutes to get a single new picture uploaded, because of the number of operations I have to go through before I can get to the magic "browse your system" button. That would be on an evening when there were no interruptions. If the Internet suffers a temporary glitch, I can do it several times, and have to start over. What I want, is a button which opens a window onto my pictures, and lets me pick one. And if it's the right size, I then want to pick "upload" right away and see it appear in my HTML. Is there a reason you don't do it this way? And even if there is, can I plead for a simple one? Have a look at the way Typepad does it...
Moved from SF: |
|||||
#906 | Make Paste from Word XHTML 1.0 Strict compliant | New Feature | Normal | FCKeditor 2.5 Beta | General | |
Description |
When pasting a simple Word (attached) document, a p element encloses a table element which is invalid according to the XHTML 1.0 Strict spec.
Moved from SF: |
|||||
#907 | Setting Image as Background for HTML | New Feature | Normal | General | ||
Description |
Can you please provide information regarding whether there is any feature in this editor to place an image as background? If not can you please guide how to add it to this? The Editor otherwise is very classy and works really good. The feature should have options to select from as in outlook for selecting watermark or image which should be the background for HTML.
Moved from SF: |
|||||
#908 | Make TabSpaces work with FF | New Feature | Normal | General | ||
Description |
In Firefox, even when FCKConfig.TabSpaces is set to 0, tabbing still produces several spaces. In IE, I get the desired behavior of moving out of the editor. We have tabindex set on the editor's iframe and would like tabbing to move to the next form element. Is this a bug or is the TabSpaces IE only?
Moved from SF: |
|||||
#909 | Resource browser localization | New Feature | Normal | File Browser | ||
Description |
Everything up to the point of running Resource browser is translated, but browser itself is not. You can see it after running demo in language other than English and browsing e.g. for images.
Moved from SF: |
|||||
#910 | Tables in IE and TAB key | New Feature | Normal | General | ||
Description |
Hi! I have a wish for the next release. In Firefox a new row is created if you press tabulator in the last cell of a table. In IE however the entire table is selected. Is it possible to change this so it is works the same way as Firefox (and Microsoft Word for that matter).
Moved from SF: |
|||||
#912 | cannot bypass buttons using left/right arrows | Bug | Normal | General | ||
Description |
if your cursor is to the left of a button, you cannot skip past the button by hitting the right arrow (and vice versa).
to test:
the bug is similar to #739, but not quite the same |
|||||
#913 | can edit broken image's alt text, but it is not saved | Bug | Normal | FCKeditor 2.6 | General | |
Description |
if you have an image with a broken URL, the alt text will show in Firefox. this alt text is editable, but the changes are not saved.
to test:
|
|||||
#914 | Enable Buttons In Source Mode | New Feature | Normal | UI : Source View | ||
Description |
Would there be a way to enable the buttons during source mode so that you can press bold and see the <strong> tag appear? If this is too complicated, would there be a simple way of making it so that when a button is pressed, the editor switches from source to wysiwyg mode, executes the command associated with that button, and then switches back to source mode? |
|||||
#915 | Bugs in JavaScript undo/redo logic of FCKeditor | Bug | Normal | FCKeditor 2.5 Beta | Core : Undo & Redo | |
Description |
Background: The JavaScript undo/redo logic is used for IE only in the release version (2.4.3), and is being ported to Firefox in the SVN trunk. FCKeditor's current undo/redo logic in JavaScript suffers from a number of critical bugs. - Pressing Ctrl-Z breaks the undo/redo system 1. Open the current release version of FCKeditor in http://www.fckeditor.net/demo in Internet Explorer 6 or 7. 2. Typing some random characters into the editor instance. 3. Press Ctrl-Z to undo, it works. 4. Press Ctrl-Y to redo, it doesn't work. 1. Open the current release version of FCKeditor in http://www.fckeditor.net/demo in Internet Explorer 6 or 7. 2. Select the editor instance. Don't type anything yet. 3. Press Ctrl-Z a few times. 4. Type some random characters into the editor instance. 5. Perform undo by either Ctrl-Z or by the toolbar button above, it doesn't work. There is obviously a logic error in the current undo/redo JavaScript code. If you print out the FCKUndo.CurrentIndex counter after the above test cases, you'll see a negative index lower than -1 (say, -15), which should not happen at all considering it's an index to an array. What really happened was that, each time you pressed Ctrl-Z inside of the editor, the FCKUndo.CurrentIndex was decremented by 1 unconditionally. - Selection is not restored for the first change 1. Open the current release version of FCKeditor in http://www.fckeditor.net/demo in Internet Explorer 6 or 7. 2. Select some text. 3. Change the font size. 4. Press the undo button in toolbar. 5. The font size is restored, but the text selection is not. This bug occurs because the current undo/redo logic thinks the snapshot just before the font size change was the same as the initial snapshot taken at editor initialization, so it ignored the newer snapshot. The current logic neglected to check for differences in selection. - No stepwise undo for Cut and Delete operations 1. Open the current release version of FCKeditor in http://www.fckeditor.net/demo in Internet Explorer 6 or 7. 2. Select some text. 3. Press Ctrl-X or Del. 4. Select some more text. 5. Press Ctrl-X or Del. 6. Select even more text. 7. Press Ctrl-X or Del. 8. Press the undo toolbar button. 9. Your three delete/cut operations were restored in one step. Compare this behavior to MS Word 2003, MS Word restored the 3 operations in a stepwise manner. Also compare the how the stepwise undo you got if you did the cut operation by the toolbar button instead. This bug occurs because there are currently no registered commands for Ctrl-X or Del keystrokes in FCKeditor. They are treated as simple keyboard input in front of the undo/redo system. |
|||||
#916 | in firefox version 2.0 and + the dialogs are showing behind the parent window | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |
Description |
hi, In firefox version 2.0 and + the dialogs (insert anchor,images,flash ...) are showing behind the parent window witch is the editor,in the previous versions i dont have this bug, any ideas, regards, Robert |
|||||
#918 | Enter key handler causes placeholder plugin to behave strangely | Bug | Normal | UI : Enter Key | ||
Description |
The introduction of the new enter key handler causes the placeholder plugin to behave in a strange way, that I'm not certain is caused by the plugin.
|
|||||
#919 | SetUrl doesn't preserve height and width | Bug | Normal | General | ||
Description |
Following this code: window.opener.SetUrl( src, width, height, title ); window.close(); I can see that the width and height are set to the values passed. However, they are immediately changed back to the original image size. That negates setting the width and height in the SetUrl call, breaking those two parameters. |
|||||
#920 | Editor text erased on history navigation (Opera) | Bug | Normal | Opera Compatibility | General | |
Description |
Bug: your modifications are lost. Proposal: tell Opera to use "fast" history navigation. It means the entire DOM and the user's changes will be preserved. See http://www.opera.com/support/search/view/827/ To be exact, the code to add to FCKEditor would be if(typeof history.navigationMode != 'undefined')history.navigationMode='fast'; |
|||||
#921 | With respect to Ticket #95 (new Bug) | Bug | Normal | General | ||
Description |
Hi,
|
|||||
#922 | Generic EMBED and OBJECT placeholder | New Feature | Normal | FCKeditor 2.6 | General | |
Description |
Display a generic placeholder for <object> and <embed> tags, similar to the flash placeholder:
|
|||||
#923 | Firefox bug: setting the color of the hyperlink | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Firefox bug. If you set the color on a hyper link it does not change. That is due to that it is placing the font tags around the link tags. In IE it works fine. There the font tags are placed within the link tags. |
|||||
#924 | Firefox bug; Picture alignment | Bug | Normal | General | ||
Description |
Firefox bug. If you change the alignment of a picture from left to right in the editor. The white dots that indicate drag points do not follow. |
|||||
#925 | re-editing | Bug | Normal | General | ||
Description |
1/ a text is created with FCKeditor and saved into MySQL 2/ the text is opened for editing into <form> FCKeditor </form> and postod to update. The re-opening caused many problems.... Maybe we do a mistakes ... maybe not, but the right way how to re-open a text for editing is no described ... |
|||||
#926 | View source toggle adds empty para tag before & after the page-break tags | Bug | Normal | General | ||
Description |
I'm testing the fckeditor demo at http://www.fckeditor.net/demo a) add some text - Lorem ipsum dolor sit amet, anything b) add a page-break c) add some more text - some text abc xyz mno pqr cde. d) click "Source" button, click "Source" again to return back to editing mode. e) repeat step (d) 2-3 times, you will find empty paragraph tags adding before and after the page-break tags. . |
|||||
#927 | Ctrl-X not working in Opera for the first selection | Bug | Normal | Opera Compatibility | General | |
Description |
Summary:
Reproduction procedures:
|
|||||
#928 | Hitting Enter in a <li> </li> creates a new <li> | Bug | Normal | General | ||
Description |
Pressing the Enter Key after a <li> </li> will create a new <li></li> instead of removing the <li> </li> that seemed empty for the user. |
|||||
#929 | The enter key should create an undo snapshot | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
The enter key by itself has an important meaning in the editor, as it creates new lines, paragraphs, lists, etc. Therefore, it should trigger an undo snapshot so we can restore the enter key action changes. |
|||||
#930 | Need to hide the toolbar. | Bug | Normal | General | ||
Description |
I am trying to hide the toolbar from my textarea, As my business needs, users entering the data copied from MS Word or from webpages to this textarea. So i dont need toolbarset, i just wanna hide it. It seems it doesnt have that fecility, i can collapse and expand the toolbar but still my textarea showing the few borders on top it. Looking forwaard to hearing from u guys. Thanks a lot in advance' |
|||||
#931 | FCKConfig.BodyClass not assigned to the preview window | Bug | Normal | General | ||
Description |
The Steps to reproduce
Browser name and OS User Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 Browser Firefox/2.0.0.4 Platform Windows XP sp1 |
|||||
#932 | Bullet list can bullet the whole editor | Bug | Normal | General | ||
Description |
Hi, I am using FCKeditor v2.4.3 and have an issue in IE where I can select the whole FCKeditor window, click the bullet list button and the whole control gets bulletted causing a very odd looking control. I've searched but cannot find this issue raised already, but I can reproduce it easily. Steps to reproduce: 1) Using either IE6 or 7, go to the FCKeditor demo page: http://www.fckeditor.net/demo 2) Click in the editor area to 'activate' the control. 3) Click the mouse to the left of the control and hold, then drag over the whole control (until it highlights blue), then release the mouse button. 4) Click the Bullet button and observe the bulletted control. Hope this is of use. Thanks, James |
|||||
#933 | FCKDomRange.MoveToSelection() crashes in Internet Explorer when editor frame has never been selected | Bug | Normal | General | ||
Description |
Reproduction Procedure:
Why is this important? |
|||||
#934 | FCKEditor in modaldialog with plugin | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Here at Infoland we have a problem using the fckEditor. When using the fckeditor in a modaldialog, we're getting a javascript error when closing the dialog. The error is: "Can't execute code from a freed script". It seems to be a timing issue since it doesn't occur every time. We've traced the problem to the point where the fckEditor seems to fire an onblur event. The error occurs in FCKFocumManager_FireOnBlur, which calls an anonymous function. Within this anonymous function, the error occurs. But since the code is "compiled", I can't make heads or tails of the code being executed. It's trying to execute a function in an array Called D at position i. So that's not helping. How should I continue to pinpoint the problem and solve it, because we really need this thing to work? Update: I've narrowed the problem down quite a bit. I attach an onblur event to the fckeditor in the "FCKeditor_OnComplete" function. This works fine until i load a plugin I created. Once i add the plugin (not even add the toolbarbutton that uses the plugin) the problem occurs. Although the plugin doesn't do anything with onblur events I've created a testcase to reproduce the problem |
|||||
#935 | Source View / About box | Bug | Normal | General | ||
Description |
I recently was playing around with the FCKEditor and noticed something strange. I am not sure if this has been reported before. If I click View Source(Most Toolbar buttons get disabled) then click the About button then click cancel in the about box the FCKEditors toolbar suddenly becomes enabled and if you click some of the buttons you get a javascript error. |
|||||
#936 | Bug fix for ie xml cacheing | Bug | Normal | General | ||
Description |
IE caches XMLHttp requests, updated fckstyles.xml are not reflected in the editor. I found that the following fix can be applied to fckeditorcode_ie.js. B.setRequestHeader("If-Modified-Since", "Wed, 15 Nov 1995 04:58:08 GMT"); i.e. B.open("GET",A,false); B.setRequestHeader("If-Modified-Since", "Wed, 15 Nov 1995 04:58:08 GMT"); B.send(null); Thanks D. |
|||||
#937 | create toolbar(set) at runtime | New Feature | Normal | UI : Toolbar | ||
Description |
It would be great to have the possibility to create full toolbarsets at runtime. Following the forums I see this need more and more often. It also gives the users the ability to customize the editor without server access (Greasemonkey, http://www.greasespot.net/). In combination with <EditorInstance>.ToolbarSet.Load( '<ToolbarName>' ) this would -I believe- be a strong feature. |
|||||
#938 | create toolbar buttons at runtime | New Feature | Normal | UI : Toolbar | ||
Description |
In the line of thought my request 'create toolbar(set) at runtime' (Ticket #937), it would be great to be able to create buttons at runtime. I mean completely new buttons that were not available as plugins. |
|||||
#939 | add toolbar buttons at runtime | New Feature | Normal | UI : Toolbar | ||
Description |
In the line of thought my request 'create toolbar(set) at runtime' (Ticket #937), it would be great to be able to add existing buttons at runtime. |
|||||
#940 | Array prototype extensions breaks plugin code that uses "for(var i in <Array object>)" | Bug | Normal | General | ||
Description |
Instead of creating a new array object, or expanding the static Array object, the fckeditor messes with the standard array prototype. This results in the following problem: suppose i do this in a plugin:
var objArray = new Array();
for(var strKey in objArray)
i wanted to get all values from the array, but instead, i get all values + 2 function objects, since the fckEditor added AddItem and IndexOf to the array prototype. |
|||||
#941 | Error with Upload Folder Names | Bug | Normal | General | ||
Description |
I just upgraded to the latest version of FCKeditor (2.4.3) and I'm experiencing an error using the File Manager Browser and uploading files and images. Instead of using the existing /userfiles/File and /userfiles/Image folders, the newest version of FCKeditor keeps trying to create and use /userfiles/file and userfiles/image. (It's just trying to lower-case the first letter of the directories.) This is a problem for me, since my entire website is integrated around the FCKeditor program, and pulls files out of the "File" and "Image" folders. Since there's a lot of PHP code on many pages in my site, it would be a pain to go through and change all the "File" to "file" and "Image" to "image." Where in the actual FCKeditor code can I go through and change it so that it will use the "File" and "Image" folders again, instead of trying to create "file" and "image" folders? |
|||||
#942 | spellerpages / coldfusion integration broken for non en_US languages | Bug | Normal | FCKeditor 2.5 Beta | Server : ColdFusion | |
Description |
spellerpages / coldfusion integration broken for non en_US languages Server based spell checking with aspell fails at extended characters (German umlauts, for example). As a result, HTML source code and words get mixed up in the spellerpages dialog box because <cfexecute> seems to have a hard time with UTF-8 encoded characters on std_out. There is a lack of consistency in treating all the data as UTF-8 during it's way on the server. I modified the source of spellchecker.cfm to make it work (see attachment). These are the major changes I did to the page logic:
I did some general code clean-up as I went, all those changes are equivalent to the original meaning. The <cfloop list="#food#"...> part is rewritten to be easier to read and to fix a "index out of range" bug in the <cfset wrdList = mid(list,(LastIndexOf(...> part. |
|||||
#943 | use relative paths in PHP upload and browser connectors | Bug | Normal | FCKeditor 2.5 Beta | File Browser | |
Description |
In FCKeditor 2.4.3 and today's (2007-07-06) snapshot editor/filemanager/upload/php/upload.php and editor/filemanager/browser/default/connectors/php/connector.php include files without path. You don't know what you are loading. If include_path does not include current directory (.) and has other directories with config.php, util.php, basexml.php, commands.php or io.php scripts, they will be loaded instead of FCKeditor files. Use relative paths. "include('./config.php');" instead of "include('config.php');" |