Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Frederico Caldeira Knabben 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.

  1. Add message.

http://img117.imageshack.us/img117/766/image1b.png

  1. Save message:

http://img117.imageshack.us/img117/6015/image2r.png

  1. Edit message:

http://img117.imageshack.us/img117/1993/image3j.png Is is bug.

  1. View again message:

http://img56.imageshack.us/img56/3311/image4.png

#3028 config:startupFocus not working Frederico Caldeira Knabben 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 Garry Yao 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:

  1. Open replacebyclass.html in IE6 with JAWS.
  2. Press tab until you hear the sound that we've entered editing mode.
  3. Alt-F10, and press Shift-Tab until you hear that we're on the Font Size combo box.
  4. Press Enter.
  5. Nothing happens, the combo box does not open.
#3038 There's no label for the image button and hidden field buttons. Artur Formella 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 Garry Yao 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. Artur Formella 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 Frederico Caldeira Knabben 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 Martin Kou 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> Martin Kou 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 Garry Yao 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

  1. Open the replace by code example page;
  2. Make the following content with selection:
    <div>
    	first
    	<p>paragraph</p>se^cond</div>
    
  3. Click on Increase Indent command.
  • Actual Result : A new paragraph is establish for text node 'first' and is indented also.
    <div>
    	<p style="margin-left: 40px;">
    		first</p>
    	<p>
    		paragraph</p>
    	<p style="margin-left: 40px;">
    		second</p>
    </div>
    
  • Expected Result : The pseudo block contains text 'first' should be left untouched while the 'second' chunk should be indented.
    <div>
    	first
    	<p>
    		paragraph</p>
    	<p style="margin-left: 40px;">
    		second</p>
    </div>
    
#3052 CKEditor should be focs-able like a text box under JAWS Martin Kou Bug Normal CKEditor 3.0 General
Description

CKEditor is extremely unfriendly towards screen readers at the moment:

  1. To navigate into the editing area, the user would have to tab through all or almost all toolbar buttons in Firefox and IE.
  2. Pressing e to focus on the editing area like a textbox often does not work in IE, and never works in Firefox.
  3. There's no announcement to the user that he's put his focus into an editable area.
#3053 Safari 4 improperly sets height of editor area Alfonso Martínez de Lizarrondo 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:

  1. Open FCKEditor Demo page http://www.fckeditor.net/demo/toolbar?toolbar=Basic
  1. Type or paste text into editor. Text will be 1 line too short to fill proper box size.
  1. Resize Safari window. Editor area will suddenly expand to fill entire box.

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 '\r\n' was in the source code, the compiled version of script also will contain exactly the same string: '\r\n').

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 Alfonso Martínez de Lizarrondo 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 Frederico Caldeira Knabben New Feature Normal CKEditor 3.0 UI : Context Menu
Description

Implement the context menu.

#3058 IE : Error when closing dialog without setting editor focus Frederico Caldeira Knabben Bug Normal CKEditor 3.0 UI : Dialogs
Description
  1. Open a sample in IE
  2. Click outside the editor, just to be sure it has no focus.
  3. Click the "Smileys" dialog, for example.
  4. Select any of the smileys.

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 Artur Formella 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 Artur Formella 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:

  • Open replacebyclass
  • Click the editor
  • Insert horizontal line or pagebreak
  • Put cursor after the line
  • Hit enter, write something and hit enter one more time.

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 +

'" name="' + this.InstanceName + '" rows="4" cols="40" style="width:' + sWidth + ';height:' + sHeight ;

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

  1. Please insert the following html code into the fck editor

====================== <p><font face="arial" size="2">Avi<br /> Avi <br /> Avi</font></p> <p>&nbsp;</p> ======================

  1. go to design mode
  2. press the find (or replace) button
  3. search the word 'avi'
  4. press the search button 3 times

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 Frederico Caldeira Knabben 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

  1. Open the replace by code example page;
  2. Left click on the document to open Context Menu;
  3. Click on the bold command;
  • Expected Result : The menu will hide before the command execution.
  1. Right click on the document region outside the menu;
  • Actual Result : The menu has always been there.
#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 Garry Yao 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 Frederico Caldeira Knabben 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 Artur Formella 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 Garry Yao 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 Garry Yao 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 Garry Yao Bug Normal CKEditor 3.0 General
Description

CKEDITOR.tools.createClass logic's not right in the following sense:

  • Generally class creation need to fix contructor property, which is wrong after prototype copying;
  • Private fields should be available in constructor;
#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:

  • That I should be able to rename what is in the folder, namely somefile.txt and subfolder.
  • But I should not be able to rename the folder itself.

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 Frederico Caldeira Knabben New Feature Normal CKEditor 3.0 General
Description

Implement the ENTER key customization in V3.

#3084 Spellchecker displays (broken) HTML at the text field WebSpellChecker.net 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:

  1. Go to http://www.fckeditor.net/demo
  2. Click on the FCKeditor text area to place the cursor at the end of the default demo text.
  3. Press Enter, and type "ñ". This is the same as &ntilde;, which is a common character in Spanish language (although I don't speak Spanish).

Notice: I've typed this char by typing ~ followed by n. In my keyboard layout (which is us_intl, or US International), ~ key is a deadkey.

  1. Click on spellchecker button.

Tested with Firefox 2.0.0.19 on Linux.

#3085 Accessibility: Menu Frederico Caldeira Knabben 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 Garry Yao Bug Normal CKEditor 3.0 General
Description

Current CKEDITOR.tools.clone function doesn't work for Array cloning.

#3089 [IE]plugin:showblock problems Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.0 General
Description

It's unable to switch off ShowBlock on IE.

#3090 Paste from Word dialog is broken Martin Kou 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 Garry Yao Bug Normal CKEditor 3.0 Core : Styles
Description

Procedures

  1. Open the replace by code example page;
  2. Initial the document with the following content and selection:
    ^<ol><li>item</li></ol>^
    
  3. Click on stylesCombo to open drop-down.
  • Actual Result: No options are listed in the drop-down.
#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

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    <ol>
    	<li>
    			ite^m</li>
    </ol>
    
  3. Click Insert Table button to insert a 1x1 table.
  • Actual Result : The list has been spliced incorrectly with :
    <ol>
    	<li>
    		ite</li>
    </ol>
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				<br />
    			</td>
    			<td>
    				<br />
    			</td>
    		</tr>
    	</tbody>
    </table>
    <ol>
    	m
    </ol>
    
#3100 plugin:wysiwyg should have dtd check on insertElement Frederico Caldeira Knabben 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

#3097

#3101 <input type> tag converted into mediawiki characters Bug Normal Project : MediaWiki+FCKeditor
Description

Hi,

when using the "Image Button" of the FCKEditor toolbar, I can upload or add an existing image in my article from the file browser. However, the minute I click "Show Preview" or "Save", the image is converted into text : <input type="image" src="/userfiles/apps_norampac.jpg" width="965" height="478"></input>. If I go to wikitext, the line has been converted to : &lt;input type="image" height="600" width="800" src="/userfiles/Hiver.jpg"&gt;&lt;/input&gt;

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.
This is because insertHtml is depending some native methods like pasteHtml to perform revision, from which the result may vary from browser to browser. While insertElement is all about our own logic, which perform no revision at all( The revision logic is proposing at #3100 though).

#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 Martin Kou 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 Artur Formella 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:

  1. Click on the Source button
  2. Enter the following code:
    <a href="http://media.example.com/video/video.flv"
       style="display:block;width:432px;height:240px;"
       id="player">
    </a>
    
  3. Click the Source button again.
  4. Go back into the Source by clicking the Source button

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 Artur Formella 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 Frederico Caldeira Knabben 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>&nbsp;</td>"problem Bug Normal General
Description

I use "FCK.InsertHtml" to insert "<td></td>",but it come out to "<td>&nbsp;</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 :

  1. Open the replace by code example page;
  2. Open a combo and select a item;
  3. Switch to 'source' mode and then switch back;
    • Actual Result: Still marked selection result from previous.
#3130 Tabspaces setting in tab plugin is not working Martin Kou Bug Normal CKEditor 3.0 General
Description

To reproduce:

  1. Set config.tabSpaces=4 in config.js.
  2. Open replacebyclass.html in IE or Firefox.
  3. Put focus into editing area.
  4. Press tab.
  5. Nothing happens.

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 Frederico Caldeira Knabben Bug Normal CKEditor 3.0 UI : Toolbar
Description

To reproduce:

  1. Delete the doctype line in sample.html to make it a quirks mode document.
  2. Open replacebyclass.html in IE.
  3. Resize the IE window smaller such that some toolbar buttons cannot be fitted on the same row.
  4. The alignment of toolbar icons becomes messy.
#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 Frederico Caldeira Knabben 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 Garry Yao Bug Normal CKEditor 3.0 General
Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    ^<h1>text</h1>^
    
  3. Open 'Format combo and select 'h2';
    • Actual Result : End with an extra block appended.
      <h2>
      	text</h2>
      <h2>
      </h2>
      
#3142 Blockquote incorrect with table/list Bug Normal CKEditor 3.0 General
Description

Reproducing Procedures

  1. Open the replace by code example page;
  1. Make document content and selection as following:
^text
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
	<tbody>
		<tr>
			<td>
				text </td>
		</tr>
	</tbody>
</table>
text^
  1. Click Blockquote command;

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

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    	<ol>
    		<li>level1</li>
    		<li>^leve1</li>
    	</ol>
    
    
  • Expected Result : The indent command state is off
  • Actual Result : The indent command state is on
#3144 Block styles incorrect with list Bug Normal CKEditor 3.0 General
Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    ^text
    	<ol>
    		<li>level1</li>
    		<li>^leve1</li>
    	</ol>
    text^
    
    1. Open the Format combo and select 'h1';
    • Actual Result : List items were left untouched.
      <h1>
      	text</h1>
      <ol>
      	<li>
      		level1</li>
      	<li>
      		leve1
      		<ol>
      			<li>
      				level2</li>
      		</ol>
      	</li>
      </ol>
      <h1>
      	text </h1>
      
#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 Martin Kou Bug Normal CKEditor 3.0 Core : Lists
Description

To reproduce:

  1. Open replacebyclass.html sample in any supported browser.
  2. Change the paragraph into a numbered list.
  3. Press numbered list button again.
  4. The list is not removed.
#3152 basicstyle override tag not working Garry Yao 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 '|' Garry Yao 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:

  1. Install for example npath extension (http://www.mediawiki.org/wiki/Extension:Navigation_path)
  2. Add <npath /> in wikitext view
  3. Save page
  4. Edit page again
  5. switch to wikitext view
  6. instead of '<npath />' there is now only '< />'

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 Garry Yao 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:

  1. Open Ajax example
  2. Use smiley plugin to add smiley to the document.
  3. Destroy the editor
  4. Create new editor
  5. Attempt to add a smiley

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">

<title>Test Page</title>

</head> <body>

<form id="form1" runat="server"> <div>

<asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">

<asp:View ID="View1" runat="server">

<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" basepath = "~/fckeditor/" Width="75%" Height="400px"> </FCKeditorV2:FCKeditor> <br /> <asp:Button ID="BtnNext" runat="server" CommandName="NextView" Text="Next" /></asp:View>

<asp:View ID="View2" runat="server">

<FCKeditorV2:FCKeditor ID="FCKeditor2" runat="server" basepath = "~/fckeditor/" Width="75%" Height="400px"> </FCKeditorV2:FCKeditor> <br /> <asp:Button ID="btnPrev" runat="server" CommandName="PrevView" Text="Previous" /></asp:View>

</asp:MultiView>

</div> </form>

</body> </html>

Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy