Custom Query
Results (3101 - 3200 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#3024 | Permission denied in IE7 when source view'ing in popup mode | Bug | Normal | UI : Dialogs | ||
Description |
In IE7, when viewing source in popup mode, we get an access denied error when clicking 'ok'; the changes do pass though. |
|||||
#3025 | V3 : Color Selectors | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Implement the "Text Color" and "Background Color" buttons in the toolbar. |
|||||
#3027 | Bug edit the contents of messages containing HTML. | Bug | Normal | General | ||
Description |
I copy a code html into the editer then i save it. Next I edit the this code html, it is no longer available.
|
|||||
#3028 | config:startupFocus not working | Bug | Normal | CKEditor 3.0 | General | |
Description |
CKEDITOR.config.startupFocus set to 'true' doesn't work for both modes. |
|||||
#3029 | Opera: FCKeditor 2.6.4 won't work correctly under text/xml mime-type | Bug | Normal | General | ||
Description |
under .xml or text/xml: can't edit anything, lots of error message from console. test under opera 9.63 and opera 10alpha1139, with fck official demo page saved with .xml, all failed. changing extension to .htm or header('Content-Type: text/html') will make the exact same script work JavaScript - http://-----------/htmleditor/editor/fckeditor.html?InstanceName=intro Inline script thread Error: name: TypeError message: Statement on line 85: Type mismatch (usually non-object value supplied where object required) stacktrace: Line 85 of linked script http://-----------/htmleditor/editor/js/fckeditorcode_gecko.js function(A){this.IsRTL=(FCKLang.Dir=='rtl');this.IsContextMenu=false;this._LockCounter=0;this._Window=A||window;var B;if (FCKBrowserInfo.IsIE){this._Popup=this._Window.createPopup();var C=this._Window.document;if (FCK_IS_CUSTOM_DOMAIN&&!FCKBrowserInfo.IsIE7){C.domain=FCK_ORIGINAL_DOMAIN;document.domain=FCK_ORIGINAL_DOMAIN;};B=this.Document=this._Popup.document;if (FCK_IS_CUSTOM_DOMAIN){B.domain=FCK_RUNTIME_DOMAIN;C.domain=FCK_RUNTIME_DOMAIN;document.domain=FCK_RUNTIME_DOMAIN;};FCK.IECleanup.AddItem(this,FCKPanel_Cleanup);}else{var D=this._IFrame=this._Window.document.createElement('iframe');FCKTools.ResetStyles(D);D.src='javascript:void(0)';D.allowTransparency=true;D.frameBorder='0';D.scrolling='no';D.style.width=D.style.height='0px';FCKDomTools.SetElementStyles(D,{position:'absolute',zIndex:FCKConfig.FloatingPanelsZIndex});this._Window.document.body.appendChild(D);var E=D.contentWindow;B=this.Document=E.document;var F='';if (FCKBrowserInfo.IsSafari) F='<base href="'+window.document.location+'">';B.open();B.write('<html><head>'+F+'<\/head><body style="margin:0px;padding:0px;"><\/body><\/html>');B.close();if(FCKBrowserInfo.IsAIR) FCKAdobeAIR.Panel_Contructor(B,window.document.location);FCKTools.AddEventListenerEx(E,'focus',FCKPanel_Window_OnFocus,this);FCKTools.AddEventListenerEx(E,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmenu',FCKTools.CancelEvent);this.MainNode=B.body.appendChild(B.createElement('DIV'));this.MainNode.style.cssFloat=this.IsRTL?'right':'left';} |
|||||
#3032 | Event 'instanceReady' doesn't work in certain case | Bug | Normal | General | ||
Description |
Specifically, the instanceReady was triggered twice when edito r created in 'append' mode and the editor isn't fully interacted in because of incorrect state of 'dirty' flag. |
|||||
#3033 | V3: New Test Case | Bug | Normal | QA | ||
Description |
Contains covering of CKEDITOR.editor. |
|||||
#3035 | Javascript error in IE when using fckdialog to insert an image | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I have tried this several times in IE 6, using various different image settings (thumbnail, frame, border, right, left, etc) to no avail. After I select my image using the fckdialog, I get an error in the following function, on the line indicated by my comments: /** * Ensures that the editing area contains an active selection. This is a * requirement for IE, as it looses the selection when the focus moves to other * frames. */ EnsureSelection : function() { // Move the focus to the Cancel button so even if the dialog contains a // contentEditable element the selection is properly restored in the editor #2496 // EE - Error occurs on the following line $( 'btnCancel' ).focus() ; // EE window.focus() ; FCK.Selection.Restore() ; } Note: I see that the line in question has been added in the latest release, and was not present in release 2.6.3. |
|||||
#3037 | Combo boxes are not usable with screen reader | Bug | Normal | CKEditor 3.0 | UI : Floating Panel | |
Description |
To reproduce:
|
|||||
#3038 | There's no label for the image button and hidden field buttons. | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
Description |
Image button and hidden field labels read "undefined" in JAWS right now. Proper labels should be added for the two buttons. |
|||||
#3039 | word file to FCKeditor bug. | Bug | Normal | Plugin : Paste from Word | ||
Description |
copy word document content to FCKeditor in firefox3 browser, and then view this page in ie6, you can find there would be so many script and code display also. I know those code were came from word, but why not to add a remind before the user paste their post? Just do as in IE. that's all, wait for your reply, thanks! |
|||||
#3040 | Adding YUI.util.Selector module to testing framework | Bug | Normal | CKEditor 3.0 | General | |
Description |
Now UI-level functional is a little bit hard since we have no tool to locate elements. YUI CSS3 Selectors, which could help to locate those elements like buttons. So we'll merge into testselector.jsfile for this functionality. |
|||||
#3041 | plugin:colorbutton incorrect state after color selected. | Bug | Normal | CKEditor 3.0 | General | |
Description |
The bgColor and textColor button should have no states after applying the styles. Currently we can still found sometimes these two buttons toggled on after panel is closed. |
|||||
#3042 | Accessibility not complete on toolbar items | Bug | Normal | CKEditor 3.0 | Accessibility | |
Description |
Certain toolbar items are not correctly with title and tabIndex. |
|||||
#3043 | plugin:list unable to cancel when selection inside table cell | Bug | Normal | CKEditor 3.0 | General | |
Description |
When reverse apply either numberedlist OR bulletlist inside a td, got a JavaScript error. |
|||||
#3045 | FCK In lightbox - Menus don't show properly | Bug | Normal | General | ||
Description |
I have forms that appear in a lightbox. I would like to put an FCK editor in those forms. However, when the user clicks on a menu, it is not positioned with the editor, because the iframe of the menu is a child of the body and absolutely positioned within the body. I would like for it to be made possible to show an FCK editor within a lightbox or other div that is not absolutely positioned within the body tag, and the menus appear appropriately. I believe it would take an option for what child element the menu iframes are children of. |
|||||
#3046 | plugin:list adding extra <br> | Bug | Normal | CKEditor 3.0 | General | |
Description |
Both list commands appending extra <br> at end of the target block elements. |
|||||
#3047 | plugin:formatcombo doesn't preserve existing styles | Bug | Normal | CKEditor 3.0 | General | |
Description |
After applying format elements, css styles on the original element was lost. |
|||||
#3048 | FCKeditor + IE7 + Tab-Browsing | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I recently set up a new Wiki MediaWiki 1.13.4 PHP 5.2.8 (cgi) MySQL 5.0.67-log FCKeditor (2.5 SVN Build 21745) Everything works just fine except when I edit an Article using IE7 with Tab-browsing enabled. I can use all functions. But when I try to include an image the selection window appears, the image can be selected, but when I try to take it over the picture is inserted, but the selection window does not close. I narrowed down the problem to a "close window" which does not work. Accessing this wiki using IE6 or Firefox there is no problem. Unfortunately the "OK" and cancel Button are disabled so a manual close it not possible either. Any suggestions? Maybe it would be okay not to disable the cancel button (as an intermediate solution) -but I cannot find the location where to do it :o |
|||||
#3049 | RangeIterator not correct with table caption | Bug | Normal | General | ||
Description |
Iterator is creating new paragraphs inside caption which is disallowed with the current DTD. |
|||||
#3050 | FCKEditor grabs focus when submitting | Bug | Normal | General | ||
Description |
On our website we have 4 seperate FCKEditors for photo descriptions. We use javascript to submit the form. The problem only occurs in Internet Explorer. When the first editor has focus and you scroll down using the browser's scrollbar, then press the submit, focus jumps back to the editor. The strange thing is, when you use the scroll wheel on the mouse to scroll down, the form submits without problem. We also don't have the problem with the other three editors. Maybe that has to do with the fact that they are in view when pressing the button. Is it possible to prevent the editor from grabbing focus when submitting the form. |
|||||
#3051 | Domiterator incorrect with enforceRealBlock | Bug | Normal | CKEditor 3.1 | General | |
Description |
When domiterator establish new block for one of the pseudo blocks, others should be left untouched, which is currently not respected. Procedures
|
|||||
#3052 | CKEditor should be focs-able like a text box under JAWS | Bug | Normal | CKEditor 3.0 | General | |
Description |
CKEditor is extremely unfriendly towards screen readers at the moment:
|
|||||
#3053 | Safari 4 improperly sets height of editor area | Bug | Normal | FCKeditor 2.6.5 | General | |
Description |
Tested on Safari 4 Windows and Webkit nightly build Mac. Issue occurs when pasting text or typing text. To reproduce:
Note 1: If it does not happen, try shift-reload first. It only happens on the first non-cached load of the page. Note 2: Some editor layouts have no issues, some editor layouts have significant sizing issues, some over with the editor area 1 inch screen height too small. See attached file for an extreme case. |
|||||
#3054 | CKPackager: special characters are incorrectly(?) parsed by scriptcompressor | Bug | Normal | CKEditor 3.0 | General | |
Description |
If I'm correct, the following code in scriptcompressor.js: value = value.replace( /[\b\t\n\v\f\r\\]/g, function( match ) { var chars = { '\b' : '\\b', '\t' : '\\t', '\n' : '\\n', '\v' : '\\v', '\f' : '\\f', '\r' : '\\r', '\\' : '\\\\' }; return chars[ match ]; } );
translates back some special ASCII characters (this way if However, the code above does not recognize the following characters which appear in CKEditor source code: \ufeff \u0085 \u00a0 \u1680 \u280e \u2028 \u2029 \u202f \u205f \u3000 \x1b \xa0 Is it done intentionally or is it a bug? I suspect it may cause some strange problems sooner or later. |
|||||
#3055 | Unbolding a word in IE8 expands the selection to the whole tag | Bug | Normal | General | ||
Description |
Using IE8 in the current CKEditor nightly: doubleclick in the bolded "sample" word, now click the bold command to unbold that word: the whole "sample text" is selected and becomes unbolded. |
|||||
#3056 | Selecting a tag using the "elements path" gives error in IE8 | Bug | Normal | General | ||
Description |
Put the cursor in the middle of "sample text" in IE8 in the current nightly of CKEditor, in the status bar click in the "strong" tag to select the whole tag. It gives an error in the selection plugin, line 585, Invalid argument. |
|||||
#3057 | V3 : Context Menu | New Feature | Normal | CKEditor 3.0 | UI : Context Menu | |
Description |
Implement the context menu. |
|||||
#3058 | IE : Error when closing dialog without setting editor focus | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
An error is thrown. It happens with all dialog. |
|||||
#3059 | V3: Ability to disable Rich Combo element | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Now it is impossible to disable richcombo in toolbar. It should be possible to disable it in source mode. |
|||||
#3060 | V3: Ability to disable PanelButton element | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Now it is impossible to disable PanelButton in toolbar. It should be possible to disable it in source mode. |
|||||
#3061 | V3 : image dialog- correct buttons position | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
Due to previous fixes, LockRatio and Reset Button has wrong position in FF and Webkit. |
|||||
#3062 | V3 : Show blocks bug | Bug | Normal | CKEditor 3.0 | General | |
Description |
Steps to reproduce:
Result: Show block works only above the line. In IE it works only after second enter. |
|||||
#3063 | Add textarea id fckeditor.js - code fix included in description! | New Feature | Normal | General | ||
Description |
In line 92 of fckeditor.js (v 2.6.4), I suggest specifying an id for the textarea. Right now only the name is specified. So the code would become: sHtml += '<textarea id="' + this.InstanceName +
This change makes it easier for other code to reference the textarea directly, in order to interact with it programmatically, which is useful. -Dan dan8080@… |
|||||
#3064 | plugin:domiterator incorrect when range collapsed at paragraph end | Bug | Normal | CKEditor 3.0 | General | |
Description |
It reporting extra block elements when in case of the title described. |
|||||
#3065 | plugin:domiterator not reporting 'div' with nested 'p' | Bug | Normal | CKEditor 3.0 | General | |
Description |
If iterate over a 'div' with nested block-level element, a 'p' will be reported instead. |
|||||
#3066 | bug in find replace plugin on releace 2.6.4 | Bug | Normal | General | ||
Description |
bug in find replace plugin on releace 2.6.4 ============================================== when try to find or replace text, when I press the find button to find the next occurrence of the word, there is a javascript error. The bug happens on Highlight function in fck_replace.html I trucked the code and the source of the error is in : fckdomrange.js on function _UpdateElementInfo line 47 : this.StartNode = eStart.nodeType == 3 ? eStart : eStart.childNodes[ innerRange.startOffset ] ; eStart.childNodes[ innerRange.startOffset ] is undefined Note - it's not happening in all sorts of texts in the editor In order to reproduce the bug, please follow the following steps
====================== <p><font face="arial" size="2">Avi<br /> Avi <br /> Avi</font></p> <p> </p> ======================
You get the following error : Line 266 'StartNode.nodeType' is null or not an object Please try to fix it, as soon as you can. I will appreciate it if you will update me in email Avi@… Thanks, Avi |
|||||
#3068 | plugin:panel doesn't hide on subsequent click | Bug | Normal | CKEditor 3.0 | General | |
Description |
In The panel system (contextMenu and floatPanel)should auto hide on any click which doesn't fall into the panel region, now it's not working appropriately. It could be identified by the context menu Procedures
|
|||||
#3069 | FF:plugin:checkbox/radio inserted element is not control type | Bug | Normal | General | ||
Description |
The checkbox/radio is not displayed as a control type, which make certain related features like Context Menu and Drag and Drop unable to apply. |
|||||
#3070 | plugin:form doesn't work with 'edit' mode | Bug | Normal | CKEditor 3.0 | General | |
Description |
The Edit Form function doesn't works, which make certain related feature like Form Properties on Context Menu failed too. |
|||||
#3071 | V3 : Entities | New Feature | Normal | CKEditor 3.0 | Core : Output Data | |
Description |
Introduce the HTML entities support in V3. |
|||||
#3072 | Remove all "pluginPath" arguments from the plugin::init functions | Task | Normal | CKEditor 3.0 | General | |
Description |
In the early beginning we were able to access the plugin path only by a parameter sent to the init function. Now, this parameter is not sent anymore, but the arguments are still there. Some cleanup is need to remove it from the code (it may cause confusion). |
|||||
#3073 | Accessibility: Tab key toolbar navigation stop at Combo | Bug | Normal | CKEditor 3.0 | General | |
Description |
It's now impossible to use Tab navigating through all the toolbar items caused by a stop at the the first combo button. |
|||||
#3075 | plugin:wysiwyg broken on insertHtml | Bug | Normal | CKEditor 3.0 | General | |
Description |
After introducing the HTML Parser Filter system, method like protectHtml should be removed, which in this case cause JavaScript error. |
|||||
#3077 | Tools: createClass incompleteness | Bug | Normal | CKEditor 3.0 | General | |
Description |
CKEDITOR.tools.createClass logic's not right in the following sense:
|
|||||
#3078 | Images loose any URL/Link reference when edited a second time | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
MediaWiki: v1.14.0 FCKeditor: v2.6.4 1) created table with 5 rows, 4 columns 2) added images in 2nd and 4th columns 3) highlighted each image, selected the link tool to link an internal PDF (but using absolute path) 4) saved document - everything worked fine 5) edited document again and all URL references were gone (did not appear in Wikitext-mode either) On first edit (while still in edit mode), Wikitext displayed this format on a configured image and link reference: [[Image:Pdf icon.png|My Comment]] On second edit, Wikitext displayed this format on same image: [[Image:Pdf icon.png|My Comment]] Tested using: Firefox: v1.9.0.7 Internet Explorer: v7.0.5730.13 Windows XP SP2 Checked latest SVN trunk but received error in FCKeditor.php line 33: require_once(.../includes/parser/Parser_OldPP.php) failed to open (No such file) |
|||||
#3080 | ckFinder 1.3.1: undefined variable: rulesMasks | Bug | Normal | Server : PHP | ||
Description |
in addACLEntry in AccessControlConfig.php, $rulesMasks is undefined. If display_errors is on, this results in an error being spat out to the XML response, resulting in an invalid XML feed, so this is not merely a hypothetical problem. I couldn't find the/a bug reporting site for ckFinder so I hope this is the right place to report it. |
|||||
#3081 | ckfinder: folderRename | Bug | Normal | Server : PHP | ||
Description |
I think the permission model for folderRename and folderDelete is wrong. Supposing we have this filesystem: /somefolder/ /foldername/ /foldername/somefile.txt /foldername/subfolder/ If I set: folderRename = true on /foldername/ I would expect this to work like the unix model, namely:
Instead, foldername itself can be renamed, which seems odd. I think instead this should follow the unix model, which is that you can't make changes unless the container gives you that permission. At present it's impossible to stop people breaking a site by renaming a containing high-level folder. |
|||||
#3082 | ckfinder: folderView/folderCreate...fileDelete permissions undocumented | Bug | Normal | Server : PHP | ||
Description |
These set of 8 permissions need to be documented at http://docs.fckeditor.net/CKFinder/Developers_Guide/PHP/Configuration/Access_Control#The_syntax_of_the_ACL_Items once it's clear exactly what they should be. For instance for folderRename = true on /foldername/, with a filesystem: /somefolder/ /foldername/ /foldername/subfolder/ it should be made clearer that (at present) /foldername/ and subfolder/ can both be renamed. (I think this design is wrong - see ticket #3081.) |
|||||
#3083 | V3 : ENTER Key | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Implement the ENTER key customization in V3. |
|||||
#3084 | Spellchecker displays (broken) HTML at the text field | Bug | Normal | UI : Spell Checker | ||
Description |
The spellchecker dialog shows a small piece of broken HTML at the text panel. It shouldn't display HTML, and shouldn't even display broken one. See attached screenshot. How to reproduce:
Tested with Firefox 2.0.0.19 on Linux. |
|||||
#3085 | Accessibility: Menu | Bug | Normal | CKEditor 3.0 | General | |
Description |
Menu( Context Menu currently) should has some same navigation mechanism with drop-down control like RichCombo. |
|||||
#3086 | Accessibility: list item/colorbox lacking of title | Bug | Normal | CKEditor 3.0 | General | |
Description |
These items should also have corresponding title attribute. |
|||||
#3087 | Tools: Clone method not working for Array type | Bug | Normal | CKEditor 3.0 | General | |
Description |
Current CKEDITOR.tools.clone function doesn't work for Array cloning. |
|||||
#3089 | [IE]plugin:showblock problems | Bug | Normal | CKEditor 3.0 | General | |
Description |
It's unable to switch off ShowBlock on IE. |
|||||
#3090 | Paste from Word dialog is broken | Bug | Normal | CKEditor 3.0 | UI : Source View | |
Description |
The Paste from Word dialog is broken in the trunk right now. |
|||||
#3092 | plugin:stylesCombo has no options | Bug | Normal | CKEditor 3.0 | Core : Styles | |
Description |
Procedures
|
|||||
#3096 | FF: Block style: Deleted Text/Inserted Text not working | Bug | Normal | General | ||
Description |
Those two styles doesn't working with the following generated codes, the schema is valid though, maybe it's belong to a bug of FF? <ins> <h3 style="color: Blue;">text</h3> </ins> If we nested the <ins> inside <h3>, it works fine. |
|||||
#3097 | Insert table within list problem | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing Procedures
|
|||||
#3100 | plugin:wysiwyg should have dtd check on insertElement | Bug | Normal | CKEditor 3.0 | General | |
Description |
CKEDITOR.editor::insertElement is about introducing changes to the document, which need to make sure the schema are satisfied. The functional test reproduce a typical case of this when inserting a table failed within list items. Related tickets |
|||||
#3101 | <input type> tag converted into mediawiki characters | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Hi,
It seems the tag is converted into characters. I use Mediawiki 1.13.3 with FCKEditor 2.6.4 (I think, it doesn't show up in my version page of mediawiki, just saying "FCKeditor (Version fckeditor/mw-extension $Rev$ 2008)" |
|||||
#3102 | FF: CKEDITOR.editor::insertHtml incorrect with multiple range | Bug | Normal | General | ||
Description |
Multiple selection ranges happens when more than one control type element is selected, and this method is currently inserting new elements at each range which is not right. |
|||||
#3103 | when past from word dialogue bos not open in firefox | Bug | Normal | Server : ASP.Net | ||
Description |
Hello , when past from word dialogue box of 'past from word' not open in firefox.it works properly in ie... |
|||||
#3105 | insertHtml and insertElement should agree on the result | Bug | Normal | General | ||
Description |
Currently CKEDITOR.editor.insertHtml and CKEDITOR.editor.insertElement are having different results when the inserted element happened to be malformed or schema-violated. |
|||||
#3107 | enterMode problem with link | Bug | Normal | CKEditor 3.0 | General | |
Description |
It doesn't make sense to break link with enterKey when enterMode is P, it's better to cancel it's effect in this case. |
|||||
#3108 | enterMode problem with block elements | Bug | Normal | CKEditor 3.0 | General | |
Description |
When press enterKey ( enterMode is P) in other block elements like <code>, a new block of the same type should be established instead of <p>. |
|||||
#3109 | enterMode problem with <pre> | Bug | Normal | CKEditor 3.0 | General | |
Description |
Neither enterKey ( enterMode is P) or shiftEnterKey in <pre> could help to exit the element. |
|||||
#3111 | Customized icons for context menu items | New Feature | Normal | CKEditor 3.0 | UI : Context Menu | |
Description |
It should be possible for plugin developers to define icons for their context menu items easily, instead of having to include a separate .css for the purpose. |
|||||
#3113 | Need to move input focus to the dialog panels | Bug | Normal | UI : Floating Panel | ||
Description |
Some of the dialogs panels like 'Add New Image' do not get the input focus, while others like 'Add Anchor' move the focus to the panel. It is especially noticeable in IE, as unlike FF it does not hide the focus marker when a panel is opened. |
|||||
#3115 | Tags with attributes removed when they have no content | Bug | Normal | General | ||
Description |
When entering html source directly the editor removes tags with no content even if they have attributes. To reproduce:
The source will be blank. If you repeat this but put a character between the <a tag and the closing </a tag it will preserve the source. Expected behavior: The editor should only remove the empty tags that have no attributes. |
|||||
#3116 | New button - quote selected text | New Feature | Normal | General | ||
Description |
Add a new button "Quote selected text". It inserts any selected text on a page into the FCKeditor with some css style. For example : <span class="Quote">Some selected text</span> |
|||||
#3117 | Permission denied to set property Window.fakeOpener | Bug | Normal | CKEditor 3.0 | General | |
Description |
If the V3 editor is hosted on third party domain clicking "Spell Check" throws the following error "Permission denied to set property Window.fakeOpener" (FF) or "A Runtime Error has occurfed. Do you wish to debug? Line: 30 Error:Permission Denied" (IE). |
|||||
#3118 | Coldfusion image upload | Bug | Normal | Server : ColdFusion | ||
Description |
CF 8 developers edition Windows XP (running on Parallels, MacOS X 10.4) Download FCKEditor 3.0 Beta, place in web root Open sample files for coldfusion, including http://127.0.0.1:8500/bcsot/fckeditor/_samples/cfm/sample01_mx.cfm select image icon from toolbar popup form "Image Properties" opens, Select browse server Error is generated, suggesting that this form is using the php connector, not the cfm connector. XML request error: OK (200) Requested URL: http://127.0.0.1:8500/bcsot/fckeditor/editor/filemanager/connectors/php/connector.php:Command... Response text: <?php ... |
|||||
#3119 | Dynamically Expandable Height | New Feature | Normal | General | ||
Description |
Let me start by saying that I HEART FCKeditor. You guys did an amazing job, and I can't thank you enough. From a design perspective, there is only 1 feature I feel that your system lacks, and that is its ability to adjust the height of the editor to fit to the amount of content inside of it in real time. Something like this for example: http://james.padolsey.com/javascript/jquery-plugin-autoresize/ FCKeditor is so customizable I was able to create the illusion of "edit-in-place" with a CMS I built a couple of years ago. The only indication that the editable content was in a box was the internal scrollbar. :( 'AutoResize' would be a fantastic boolean switch. Hope others agree. Thanks! |
|||||
#3121 | domwalker not stopping correctly | Bug | Normal | CKEditor 3.0 | General | |
Description |
Current stopping logic within domwalker has one more extra step. |
|||||
#3123 | FCK Editor doesn't load in IE with slow connection | Bug | Normal | General | ||
Description |
When trying to load FCK Editor on Internet Explorer (version 7 in my case) while using a slow connection, the editor won't load. I tested this by connecting my cell phone to my computer and use it's UMTS connection as an internet connection for my computer. In Firefox the editor loads fine, Internet Explorer gives the following errors: Line: 38 Char: 1538 Error: Object doesn't support this property or method. FCKIECleanup is undefined. FCKLanguageManager is empty or not an object. FCK.ContextMenu is empty or not an object. FCKLang is undefined. I'm using the asp.net lib for FCK Editor, so there is no textarea, so the user is unable to type anything. The demo on the official FCK Editor website doesn't load either. |
|||||
#3124 | Cut or Copy/Paste - HyperLink is lost | Bug | Normal | General | ||
Description |
I was reformatting a page and noticed that when I copy or cut/pasted hyperlinks (moving it to another spot on the page), the hyperlink was lost. The text was there, but the underlying link was gone. Using IE7. |
|||||
#3126 | Rename documentFragment.js to lower case | Task | Normal | CKEditor 3.0 | General | |
Description |
The documentFragment file has been mistakenly named with camel case, just like the class name. It must instead be renamed to full lowercase. The reference in loader.js is also to be renamed, as well as the test file for it. |
|||||
#3127 | Using"FCK.InsertHtml"insert"<td></td>"become"<td> </td>"problem | Bug | Normal | General | ||
Description |
I use "FCK.InsertHtml" to insert "<td></td>",but it come out to "<td> </td>",i don't know why? I want to know where can i modify this? Thank you very much! |
|||||
#3129 | Selection sensitive commands state after switch mode is incorrect | Bug | Normal | General | ||
Description |
E.g. RichCombo marked list item state is not reset on mode switch, reproduce by :
|
|||||
#3130 | Tabspaces setting in tab plugin is not working | Bug | Normal | CKEditor 3.0 | General | |
Description |
To reproduce:
In Senthil's demonstration this evening, what happened was the editor put 4 spaces while blurring itself and put focus into the next field - but that's also wrong. |
|||||
#3134 | Invalid alignment of toolbar icons in IE Quirks mode | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
Description |
To reproduce:
|
|||||
#3135 | Colorselector | New Feature | Normal | General | ||
Description |
Integrate the Color Changer from http://frosty.free.fr/scripts/colpick.html to the colorselector popup. |
|||||
#3137 | Request for Office 2003 Skin in CKEditor 3.0 | Bug | Normal | CKEditor 3.0 | Core : Styles | |
Description |
In 2.6.x we have used Office2003 skin as a default one and it is not exist in CKEdiot 3.0. |
|||||
#3139 | focusNext incorrectness | Bug | Normal | CKEditor 3.0 | General | |
Description |
It's shown that CKEDITOR.dom.element::focusNext method not working in some cases. |
|||||
#3141 | Block styles incorrect with full selection | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing Procedures
|
|||||
#3142 | Blockquote incorrect with table/list | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing Procedures
^text <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table> text^
Expected Result : <blockquote> <p> text</p> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table> <p> text</p> </blockquote> Actual Result : <blockquote> <p> text</p> <p> text </p> </blockquote> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table> |
|||||
#3143 | Indent incorrect with second list item | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing Procedures
|
|||||
#3144 | Block styles incorrect with list | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing Procedures
|
|||||
#3145 | Spellcheck dialog responseless | Bug | Normal | UI : Spell Checker | ||
Description |
Currently the Spellcheck dialog loading is very slow and come without any waiting message,and sometimes failed in browser other than FF. |
|||||
#3147 | InsertSmiley link problem | Bug | Normal | General | ||
Description |
I use fckeditor to InsertSmiley,but in the source code the smiley src="localhost:xxxx/fckeditor/editor/images/smiley/msn/regular_smile.gif" I want it change to src="fckeditor/editor/images/smiley/msn/regular_smile.gif" I know this is because "FCK.InsertElement" but how can i change this "FCK.InsertElement" not to modify the link? I also found "FCK.InsertHtml" modify the link in some condition. |
|||||
#3149 | Domiterator incorrect with BR | Bug | Normal | CKEditor 3.0 | General | |
Description |
The iterator should ignore <br /> when establish new paragraph. |
|||||
#3150 | Toolbar items icon has extra border when disabled | Bug | Normal | CKEditor 3.0 | General | |
Description |
IE6 witness. |
|||||
#3151 | Remove list command is not working | Bug | Normal | CKEditor 3.0 | Core : Lists | |
Description |
To reproduce:
|
|||||
#3152 | basicstyle override tag not working | Bug | Normal | CKEditor 3.0 | General | |
Description |
Specifically the overrides of both <b> and <i> are not working. |
|||||
#3154 | In IE: CKEditor - Editor Area content is not word wrapped | Bug | Normal | CKEditor 3.0 | General | |
Description |
In IE: CKEditor - Editor Area content is not word wrapped |
|||||
#3155 | Htmlentities incorrect with '|' | Bug | Normal | CKEditor 3.0 | General | |
Description |
ASC char '|' is been translated into HTML Numeric Entity, which is wrong. |
|||||
#3156 | MW1.4 - lost special tags (parser extensions) | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Hello, Some days ago, i upgraded my mediawiki from 1.13.2 to 1.14.0. After the upgrade, i had to upgrade FCKEditor too. Now i have the Problem, that many of my other extensions (npath, headertabs) not working with FCKEditor (newest nightly build!). The Problem is, when i add special tag (in wikitext view) (for example. <npath />)and save it, the extension works correctly, but next time i want to edit the page, the tags are removed. To Reproduce:
The same problem appears with other extensions (examples: HeaderTabs,AnyWeb,..). what is wrong here? Im using FF3.0.7 and IE7 (same problem on both) MediaWiki is running on a Debian Linux System (x86) - Apache2 and MySQL 5.0.45 Greetings Christian |
|||||
#3157 | Smiley plugin causes browser to hang | Bug | Normal | CKEditor 3.0 | General | |
Description |
Most browsers hang or crash when accessing the smiley feature on a subsequent instance of the editor.
Steps to reproduce:
Result: Most browser will hang or crash at this point. Possibly related to a recursion issue. |
|||||
#3158 | HTML code appears when you use the Browser back button | Bug | Normal | Server : ASP.Net | ||
Description |
If you use the browser back button when moving between views in a .net web page HTML code appears in the text window see example http://staging.ltscotland.org.uk/lts/cpdscotland/admin/test.aspx Type some text with formatting into the window. press the "next" button now press the Browser "Back" button HTML code now appears. Do you have any work around for this? CODE <%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="Login_test" title="Test Page" %> <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %> <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server">
</head> <body>
</body> </html> |