Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (5001 - 5100 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#5311 Scroll bar is displaying on right hand side instead of left hand side for RTL pages. Bug Normal General
Description

Scroll bar is displaying on right hand side instead of left hand side for RTL pages. Please refer to attached screen shot for details.

The issue was reproducible in nightly build with IE8 and Firefox 3.6.

#5312 When selected content has more than one paragraph format, paragraph format list box always showing the paragraph format option of the first selected line of text Bug Normal General
Description

To reproduce the defect

  1. Open ajax sample
  1. Type few lines of text(say 6) and apply diff Paragraph formattings(Heading 1 to Heading 6) to each line.
  1. select all the content and look for the fomatting option displayed in Pragraph Format list box.

Actual: Paragraph Format list box displays the Paragraph format option of the Top line in the selected content

Expected: Paragraph Format list box should not display any option, since the selected text has diff paragraph format option applied.

Same issues also happens with Font Name, Font Size and Styles drop down lists

#5313 Style info within <li> disappear after press Enter twice brooks Bug Normal CKEditor 3.3 UI : Enter Key
Description

To reproduce the defect

  1. Open ajax sample.
  1. Type four lines of data
  1. Select all the text and click on Bullets and Center Justify Icons.
  1. Go to HTML Source.you can find there is a style definition info within every list item
  1. Go back to Rich Text and set the cursor on the last line,after item 4 & press Enter twice

Result:

The list is not at the center of the Editor, and at the left in fact.

Go to HTML Source, you will see that style definition info with each list item is lost.

#5314 aria-selected attribute is not removed when rich combo box list item is deselected. Frederico Caldeira Knabben Bug Normal CKEditor 3.6.1 Accessibility
Description
  1. Open the Ajax sample.
  1. Enter some text and select it.
  1. Apply the style of 'Blue Title' and 'Marker: Green' using the Style drop down.
  1. Change the style to 'Red Title' and 'Marker: Green'.
  1. Inspect the anchor elements for the 'Blue Title' and 'Red Title' menu items. They both have the aria-selected attribute. Only the 'Red Title' list item element has the CSS class cke_selected. (See Attachment)

The CKEDITOR.ui.listBlock.mark function marks a list item selected by adding the CSS class 'cke_selected' and a 'aria-selected' attribute. The CKEDITOR.ui.listBlock.unmark and CKEDITOR.ui.listBlock.unmarkAll remove the CSS class, but do not remove the aria-selected attribute.

#5315 caret position when there is a blockquote as a default content Bug Normal General
Description

Load the attached page, in which i removed the docType in the config and added CSS to the blockquote to illustrate the boundries of the block.
Click somewhere in the white area below the blockquote.

  • in IE: the caret is going into the blockquote, after the <p> tag inside. type some text and see that there is no new paragraph created.
  • in FF: the caret is jumping into the paragraph.

when a user click inside an editor after the blockquote he expects the editor to create a new paragraph after the blockquote, in which he will be able to write his notes about the quote.

#5318 Editor content appears blanc on empty cache Bug Normal General
Description

In Firefox 3.6 the editor content appears blanc on empty cache.

I can reproduce it with my own installation and your demo installation (screenshot added).

Could not reproduce this with the nightly demo. I don't know if it's because of the amount of data or if the bug is already fixed.

#5319 Replace Option with Match Whole Word Option checked is not working properly Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect:

  1. Open ajax sample.
  1. Type few words(find and replace, finder,replacer,finding,replacing)
  1. Click on "Replace" button.
  1. Fill in contents in replace tab, make sure that the Match Whole Word option is not checked,Fill in Find: field with replace and Replace With: field with aa
  1. Click on Replace all button.
  1. Now see that the words are replaced as(find and aa, finder,aar,finding,replacing)
  1. Click on Replace button again and fill the Find: field with aa and Replace With: field with replace
  1. Make sure that the Match whole word option is checked.
  1. Click on Replace all button.

Actual Result: Now see that the words are replaced as(find and replace, finder,replacer,finding,replacing)

Expected Result:Now see that the words are replaced as(find and replace, finder,aar,finding,replacing)

#5320 Problems with &quote; Bug Normal Core : Output Data
Description

Steps to reproduce:

  1. Copy this code into a HTML page as the content of a CKEditor:

<object data="http://ii/ckeditor/plugins/flowplayer/flowplayer-3.1.5.swf" height="344" type="application/x-shockwave-flash" width="425"><param name="movie" value="http://ii/ckeditor/plugins/flowplayer/flowplayer-3.1.5.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="config={&quot;clip&quot;:{&quot;url&quot;:&quot;http://flashy.flowplayer.org/video/flowplayer-700.flv&quot;,&quot;autoPlay&quot;:false}}" /></object>

  1. Open the page in a browser. When the CKEditor is loaded switch to "Source". It results in an invalid HTML code:

<object data="http://ii/ckeditor/plugins/flowplayer/flowplayer-3.1.5.swf" height="344" type="application/x-shockwave-flash" width="425"><param name="movie" value="http://ii/ckeditor/plugins/flowplayer/flowplayer-3.1.5.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param :="" autoplay="" clip="" flashy.flowplayer.org="" flowplayer-700.flv="" http:="" name="flashvars" url="" value="config={" video="" /></object>

#5321 After copy paste if click on 'Enter' getting error in IE8 Bug Normal UI : Enter Key
Description

When we copy - paste contents in editor and click on 'Enter' button, getting error in IE8.

#5323 Selecting font doesn't work for the first time Bug Normal General
Description

Confirmed in IE8, works fine in FF, didn't test other browsers. When selecting font family straight after the editor loads, IE ignores it, setting font family again works.

Steps to reproduce

  • Use an IE8 browser
  • Open replacebyclass.html sample
  • Before you click anything, click the font drop down on the toolbar.
  • Select any font and click.
  • problem: the font you selected doesn’t stick, it goes back the gray default item “font”.
#5324 Dialogs contain invalid html id's Bug Normal UI : Dialogs
Description

According to the spec dialogs in CKEditor contain some invalid id's. Some of the id's start with numbers which are not valid and break firefox (throw a javascript error) when you try to use querySelectorAll which was introduced in version 3.5.

to reproduce the error open the Image dialog and execute "document.querySelectorAll('#133_uiElement')" in FireBug.

#5325 Path becomes relative after a copy / paste Bug Normal General
Description

If you are accessing CKEditor with an URL ending with a slash, let's say :

http://ckeditor.com/demo/

Insert a new link in the editor and specify "http://ckeditor.com/test/" (please note the ending slash) as URL.

Then select the newly created link and copy / paste it.

Now have a look at the source, the link becomes :

<a href="../test/">...

Even if you specify the config baseHref.

How can we fix this ?

#5326 Catalan language file updated New Feature Normal CKEditor 3.3 UI : Language
Description

I have updated the catalan language file that I downloaded from: http://nightly.ckeditor.com/latest/ckeditor/_source/lang/

Now there are no strings missing.

#5327 Spellchecker takes focus Bug Normal UI : Spell Checker
Description

Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17996 and I think that I've also experienced it.

#5328 <br /> tags inside <p> tags when using SHIFT+Enter Bug Normal Core : Output Data
Description

I do not now if this is a bug or excpected behaviour. Look at the html below:

<p>Test</p> <p>Enter<br /> shitf enter</p> <p>Testar</p>

The <br/> tag is outputted inside the <p> tag as you can se. We have customers that consider this as a bug as they want the <br /> tag to bet outputted after the closing </p> tag:

<p>Enter</p><br/>Shift enter.

#5329 maximize will error if button is not displayed Bug Normal General
Description

Request for improvement. I would like an option to maximize the ckeditor control by default.

You can simulate that by using

CKEDITOR.on('instanceReady', function(ev) {

var editor = ev.editor; editor.execCommand('maximize');

});

However you'll get a javascript error if the maximize button is not part of the current tool bar. This can fixed if the following change is made to the maximize plugin.

if (button) {

var buttonNode =

editor.element.getDocument().getById(button._.id);

buttonNode.getChild(1).setHtml(label); buttonNode.setAttribute('title', label); buttonNode.setAttribute('href', 'javascript:void("' + label + '");');

}

#5330 Contextual menu not functionnal in safari, Google Chrome and Firefox 3.6 on Mac Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 UI : Context Menu
Description

The contextuel menu dont work on FireFox 3.6 for Mac.

Safari 4 and Google Chrome 5 for Mac work the first time. When I want to right click to an other item it's the browser contextuel menu appear.

Mac OS X 10.5.8

#5332 forcePasteAsPlainText doesn't work anymore. Bug Normal UI : Dialogs
Description

Hi,

I have the following option enabled in the config.js file:

config.forcePasteAsPlainText = true;

but when I press Ctrl+V the data is pasted directly as plain text without any dialog. I noticed this behavior since the 3.1 version. I tried the 3.2.1 SVN (revision 5238) version but it doesn't work neither.

#5333 In Air Select elements in dialogs display incorrectly Bug Normal UI : Dialogs
Description

In Air all select element in CKEditor dialogs when opened the dropdown appears below where it should.

I have attached a simple example, to examine.

A solution I have found is to change it to insert the dialog at the beginning of the body instead of at the end.

Not sure if that would break anything else tho.

#5334 2.6.5 Incompatibility Upgrade to 2.6.6 Bug Normal General
Description

Can you please tell us what files specifically need to be updated from 2.6.5 to 2.6.6 to resolve the FireFox incompatibility issue? Re-Installing the whole package shouldn't be nessisary?

What files need to be replaced?

#5335 Several lines' formatted data will be merged to one line when we apply Numbers/Bullets Garry Yao Bug Normal CKEditor 3.4.1 UI : Toolbar
Description

To reproduce the defect

  1. Open ajax sample and type some 4 lines of text( eg: test 1 test 2 test 3 each on a diff line)
  1. Select all the lines and apply Formatting paragraph format option to them.
  1. Now click on Numbers/Bullets Icon

Expected Result:we should see that Numbers/Bullets is applied to the lines

Actual Result: All the four lines of data are merged in to a single line.

#5336 Remove object style Tobiasz Cudnik Bug Normal CKEditor 3.4.1 Core : Styles
Description

Currently it's not able to remove Object Style by styles combo, when you select an marked style item in the list, the style will just get re-applied.

#5337 Major defect with enterMode = ENTER_BR Bug Normal UI : Enter Key
Description

For a HTML code like this:

some_text_here<img src="xxx"/>

With enterMode = ENTER_BR, hitting "Enter" between the text and img would show the line break being inserted in WYSIWYG mode correctly, but switching to SOURCE mode you'll see the BR tag was added after the IMG tag.

As a result, the actual code being submitted to server side was incorrect. This is a major defect as users thought they had the text formatted correctly in the editor but shown up otherwise.

#5338 Paste from Open Office causes error Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Pasting
Description

When pasting from Open Office into CKEditor in Firefox, an error is thrown when attempting to save or use the Source button.

The error is in plugins/htmldataprocessor/plugin.js line 192:

element.children[ 0 ].value = element.attributes[ '_cke_title' ];

element.attributes._cke_title is undefined

It is possible that this error is a consequence of the empty title element which Open Office creates.

Note that this error does not occur in Chromium 5.0.330.0, which is the only other browser I have tested in.

To reproduce:

  • Create a document in Open Office
  • Copy some content from it
  • Paste it into a CKEditor instance in Firefox
  • Click the 'Source' button

Using:

  • CKEditor 3.2 (also tested on Nightly)
  • Firefox 3.5.8 (Ubuntu 8.10)
  • Open Office 3.11
#5339 In fullpage mode, document without "title" tag breaks CKEditor Minh Nguyen Bug Normal General
Description

To reproduce:

  1. create an editor with the "fullpage" option turned on.
  1. start editing content in WYSIWYG mode.
  1. switch to source mode and adjust the content so that there is no title tag in the head.
  1. switch back to WYSIWYG mode, note that the toolbar buttons don't come back to being usable.

Patch:

Patch for plugins/wysiwygarea/plugin.js (at least, here's the diff that fixes it for us):

741,744c741,742
<                                         if (title != null) {
< 						title.setAttribute( '_cke_title', editor.document.$.title );
< 						editor.document.$.title = frameLabel;
<                                         }
---
> 					title.setAttribute( '_cke_title', editor.document.$.title );
> 					editor.document.$.title = frameLabel;
#5340 Feature request - Paged documents - WYSIWYP? New Feature Normal General
Description

Hi

Here comes a feature request:

As it is now, you can edit the text in one WYSIWYG editor interface. So, you have no chance to see how many pages your text will cover when you print it.

Could it be possible to create paged documents using CKEditor? So you see in realtime the different pages in the browser as you edit.

Any chance to see support for this in the near future.... so we could get both: WYSIWYG and WYSIWYP

Keep up the good work!

#5342 Editor always at least 300px wide on Webkit Bug Normal General
Description

Webkit-based browsers refuse to create editors less than 300 pixels wide. Following code creates 300px wide editor, even though 150 is specified for all width options. Testcode was made against 2nd example in /_samples/replacebycode.html

CKEDITOR.config.toolbar_Mini = [ ['Bold','Italic','RemoveFormat'] ];
CKEDITOR.replace( 'editor2', { width: 150, resize_maxWidth: 150,  resize_minWidth: 150, skin: 'v2', toolbar: 'Mini' } );

Happens on Safari 4.0.3 (Windows) / Chrome 4.1.249.1036 (Windows)

#5343 Active list item ARIA role is wrongly placed Garry Yao Bug Normal CKEditor 3.3 Accessibility
Description

Currently the 'aria-activedescendant' which marks the active list item is not applied on the correct element, we should move the attribute up to the element that has the role "listbox".

#5344 Wrong japanese translation Frederico Caldeira Knabben Bug Normal CKEditor 3.4 UI : Language
Description

The Japanese translation in the search dialog box is wrong. The attached the patch for it.

#5345 delete editor.config.elementsPath_filters on editor.distroy based on r5242 Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 General
Description

On destroy function, set items of editor.config.elementsPath_filters to null, but not reset length=0.

So reopening a editor with CKEDITOR.replace, fire the event of "selectionChange" on elementspath/plugin.js, throw a exception.

Repair this bug only needs a statement on 508 line "_source/core/editor.js" :

items = editor.config.elementsPath_filters; for ( index= 0 ; index < items.length ; index++ ){

items[ index ] = null;

}

items.length=0; add by ominshelley

#5347 Plugin: iframe issue in IE8 Bug Normal UI : Floating Panel
Description

When adding a plugin like this (with fixed height):

CKEDITOR.plugins.add('uploader',{
    requires: ['iframedialog'],
    init:function(a){
        CKEDITOR.dialog.addIframe('upload_dialog', 'File Uploader','classes/uploaders/fck_bestand.php',550,400,function(){/*oniframeload*/})
        var cmd = a.addCommand('uploader', {exec:uploader_onclick})
        cmd.modes={wysiwyg:1,source:1}
        cmd.canUndo=false
        a.ui.addButton('uploader',{ label:'Upload a File..', command:'uploader', icon:this.path+'images/icon.png' })
    }
})

The iframe's height is not correct in IE8 (screenshot).

#5348 [IE] Caret is moving to the next block when image/smiley is inserted at the end of the block brooks Bug Normal General
Description

To reproduce

  • Open the demo or a sample in the SVN with an empty editor.
  • In source mode paste the following markup. switch to WYSIWYG mode and place the caret in the marked place (end of the first block):
    <p>
    	P1^</p>
    <p>
    	P2</p>
    
  • Insert a smiley or an image.

The caret is going to the beginning of the second block.

#5351 Use of cut and paste from Word then save results in Server and Javascript errors. Bug Normal General
Description

When used in conjunction with a .NET 3.5 environment we are having users intermittently taking javascript errors and more importantly server errors due to the .NET view state getting corrupted. These seem to occur almost randomly and are difficult to reporduce.

Have not been able to precisely debug the issue down to what is occuring but seems to be related to the use of cut and paste functionality with Word documents, then switching back to view mode, then performing a postback to the server. Error results in a Validation of viewstate MAC failed. If the drag and drop of text from a Word doc is used instead we do not get this error.

I'm attaching a copy of the aspx file, let me know if you need more info.

#5352 CKEDITOR.stylesSet.add can't be used inline with _source files Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 General
Description

Trying to use the CKEDITOR.stylesSet.add in the page to define a stylesSet without using an external file doesn't work while using the _source files.

#5353 wrong width of editor after resize() called in firefox 3.6 Garry Yao Bug Normal CKEditor 3.4.1 UI : Toolbar
Description

CKEditor version 3.2 OS: WinXP

after call of the function resize() the editor width is to big. this behavior can only be seen in firefox 3.6. with IE 6.0 it works as expected.

to reproduce the bug see the attached sample test_resize.html. see also the screenshot for firefox and IE in the attachment.

#5355 Opening a dialog causes silent exception Bug Normal UI : Dialogs
Description

Opening a dialog (Image dialog for example) causes exception which is silently consumed by try - catch block but javascript debuggers like firebug still break on the error.

this is caused by access to undefined index (-1) in "focusList" in plugins/dialog/plugin.js:286 and could be fixed by adding:

if (current > -1)

before the

focusList[ current ].getInputElement().$.blur();

line

The bug was discovered with Firefox 3.5.8 (Firebug 1.5.3) / Linux 64bit

#5356 Scayt options dialog doesn't work with prototype.js enabled environments Bug Normal CKEditor 3.3 UI : Spell Checker
Description

When using CKEditor in prototype.js enabled environments SCAYT plugin options dialog opening crashes.

This is caused by plugins/scayt/dialogs/options.js:218

for ( i in buttons )

Normally this clause iterates over all items within a array but in prototype enabled environments this causes loop to iterate also over all extended methods thus causing following doc.getById( button) to fail

This problem can be fixed by changing line 218 into:

for ( i = 0; i < buttons.length; i++ )

The problem was discovered with Prototype 1.6.1

#5357 Impossible to use CKEditor v.3.2 with all browsers but IE Bug Normal General
Description

I noticed that it's impossible to use the last version of CKEditor in every browser except in IE, where it works well. I tried it in Firefox (last version), Chrome (last version), Safari (last version) and IE 8. You can see it in the printscreen. The previous version that I used was the 2.6, and it worked well. For simplicity, I used the samples provided in the Zip file.

#5358 Anchor not showing the text Bug Normal Accessibility
Description

Hello!

Using the current nightly Build (not sure if that worked before) the anchor will remove the selected text when anchoring. Also the text within the anchor (with text from fckeditor) will not be rendered in the editor.

Steps to reproduce using ckeditor on demo page:

Write some text. Select one word which should be anchored. Press the anchor button and create new anchor. Not the previous selected text is gone (removed) and the anchor is there.

If you change the source by adding the missing text back manually, the text is still missing!

Please see the screenshots:

  1. added the anchor "testanchor" to the word "anchor";
  2. shows 1. in source view;
  3. changed the source manually;
  4. shows 3. in wysiwyg mode (still no change);

With best regards, Juergen

#5360 CKEditor nightly build missing some plugins Bug Normal Project : CKPackager
Description

Nightly build doesn't have these in plugins folder:

  • tab/plugin.js
  • templates/plugin.js
  • toolbar/plugin.js
  • undo/plugin.js
  • wysiwygarea/plugin.js
  • wsc/plugin.js

Verified with firebug http://nightly.ckeditor.com/5260/_samples/replacebyclass.html

Maybe some others are missing too?

#5361 Preview window's title should reflect the title tag in full page mode Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 General
Description

When using full page mode, the preview window's title should be "original title (preview language entry)". Attaching a patch.

#5362 Non existent language files causes JavaScript errors Bug Normal General
Description

If you set the 'language' configuration value to something which does not exist, 'foobar', for example - CKEditor fails to load and shows the following errors in Google Chrome:

Uncaught TypeError: Cannot read property 'options' of undefined

It also fails to load in every other browser, with similar errors (unable to get at the moment, a colleague should be getting these soon).

We ran across this because we uploaded CKEditor and then removed all language files apart from 'en.js' to save space, as we knew our users would never want other languages.

If no 'language' config value is provided, afaik it picks it up from the browser - and one of our developers had a different language, which resulting in this error.

It would be nicer imo to default to 'en' if the provided language file does not exist.

#5363 Have the "title" atttribute on iframes Garry Yao Bug Normal CKEditor 3.3 Accessibility
Description

We should evaluate the impact about having the "title" attribute in all iframe elements we use in our interface. This is a requirement for accessibility standards:

http://www.w3.org/TR/WCAG20-TECHS/H64.html
http://www-03.ibm.com/able/guidelines/web/webframes.html

We can check the impact of it is by using INS+F9 in JAWS. Currently, it should list the editor iframes, which now have a kind of unusable name.

#5364 The a11y help dialog doesn't always get focus Garry Yao Bug Normal CKEditor 3.3 UI : Dialogs
Description

Sometime, with a clean cache, the focus is not sent to the accessibility help when opening it with ALT+0. The caret stays in the editor, and it's even possible to type on it.

I was able to reproduce it with Firefox in the nightly build, but not locally. I think it's related to the download delay of the online installation. It may be that the dialog focus procedure is execute before having the dialog ready, so no focus is set at all.

#5365 Undocumented options for the link dialog Alfonso Martínez de Lizarrondo Task Normal QA
Description

In link\plugin.js there are two options that aren't documented

CKEDITOR.tools.extend( CKEDITOR.config,
{
	linkShowAdvancedTab : true,
	linkShowTargetTab : true
} );

As the new architecture of the dialogs allow to easily customize the tabs of each dialog, I wonder if we should add the documentation for these or just remove them (and the little code in the dialog.js file)

Personally, I vote for removing them. Note also that the image plugin lacks the corresponding options.

#5366 JAWS not reading Template Options on Content Templates dialog Garry Yao Bug Normal CKEditor 3.3 Accessibility
Description

To reproduce the defect

  1. with JAWS on Open AJAX Sample and Navigate to Tool bar by Pressing Alt+F10
  1. Navigate to Templates icon and press space bar to activate Content Templates dialog.
  1. When the dialog comes up and when the Focus is on the Template Options list box "JAWS reads out Templates Options list box use the arrow keys to navigate through the options".
  1. when the user press Arrow keys and focus goes to Template Options but JAWS not reading the name of the options it just reads 1 of 3 Not Selected

Expected:

JAWS should read the name of the Template Options.

#5367 Implement editor.insertText and use it in the special chars dialog Garry Yao New Feature Normal CKEditor 3.5 General
Description

We must have an insertText function which inserts plain text into the editor, contextual to the current selection.

This ticket is being opened because of [5273]. It fixes the undesired behavior we have in the insert special char dialog because of the usage of insertHtml. We should revert those changes and use the new insertText function instead.

#5368 Memory leak in setData function Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 General
Description

Hi

I think there is a memory leak in the function CKEDITOR.editor.setData().

OS : WIndow 7 Firefox 3.6

I create an editor and a button. When I click the button I put 10 time 1 million 'a' in the editor using the function setData. At the beginning my brower took 69MO , after 10 click on the button it goes 330MO. (I have waiting for the GC to collect).

It is a problem for me because I'm using the ckeditor in an ajax application and so never reloaded the page moreover my customer does big Word paste into the editor.

I join my simple html witch illustate that.

Thanks.

#5369 editor addCss only works on first pass Bug Normal General
Description

In order to recreate the bug I used the divreplace example. After the line to replace the dive I add "editor.addCss("body{background-color:red;}");"

On the first div the css is added. On the subsequent editors on the other divs it no longer works.

The bug was produced in Firefox 3.5.8 and IE 6, 7, & 8

#5370 New Faroese locale Task Normal CKEditor 3.3 UI : Language
Description

Filled in quite some missing translations.

#5371 New Faroese locale for FCKeditor_2.6.6 Task Normal UI : Language
Description

New Faroese locale for FCKeditor_2.6.6

#5372 Create sublist should not clone styles from parent Garry Yao Bug Normal CKEditor 3.3 Core : Lists
Description
  1. Load the following HTML:
 <ul style="margin-left: 40px;">
	<li>A</li>
	<li>B</li>
	<li>C</li>
 </ul>

  1. Put the caret in the "B" item.
  2. Click the "Increase Indent" button.

Expected Results: the "B" item becomes e sub-list of "A".

Actual Results: the "B" item becomes a sub-list of "A", but it also takes it's margin-left style, which should happen only in a second click.

#5373 pathBlockElements contains a 'de' elements brooks Bug Normal CKEditor 3.3 General
Description

http://dev.fckeditor.net/browser/CKEditor/trunk/_source/core/dom/elementpath.js#9

the pathBlockElements contains a 'de' element, while I think it should be a 'dd' element.

#5374 [[IE]] Selecting a linefeed at start of text in CK Editor causes styling issues Garry Yao Bug Normal CKEditor 3.3 Core : Styles
Description

'To reproduce the defect'

  1. Input several lines of text into Editor for example like below.

a

b

c


  1. Select characters beginning with a linefeed. In this case, select from the linefeed character just after the character 'a' up to and including the character 'b'.
  1. Add a style to the text e.g. Bold, to change the style of selected characters and the bold styling will be applied.
  1. Select the same style button again (in this case bold) to restore the text to it's original format.

Problem:

The text remains in bold - the styling is not restored.

Expected:

The text should restore to it's original format.This only occurs in IE and only occurs when the linefeed is selected at the start of the highlighted text.

#5375 Cursor in the wrong position when you delete an Empty Paragraph Garry Yao Bug Normal General
Description

To reproduce the defect

  1. Open Ajax sample and Type the text as shown below

This is a paragraph 1.

<empty paragraph>

This is a paragraph 2.

  1. If I put my cursor at the end of paragraph 1 and press the delete key, it deletes the empty paragraph as it should, but it moves the cursor to the beginning of paragraph 1.

Expected Result:

We believe the expected behavior is for the cursor to stay at the end of paragraph 1.

if the paragraph is not an empty paragraph, the cursor behavior is correct.

#5376 if we apply heading formatting to a list item in an Ordered/Unordered list we can't come out of the list Garry Yao Bug Normal CKEditor 3.3 Core : Lists
Description

To reproduce the defect

  1. Open Ajax sample
  1. Click on Numbers icon to start a Numbered list.
  1. Type some text after the first number in the list.
  1. Select the text in list item and apply any heading formatting(Heading 1 to Heading 6)
  1. See that Heading formatting is applied to the list item.
  1. Now press Enter, see that the next number comes up in the Ordered list
  1. Press Enter one more time.

Expected Result:

The cursor should come out of the Ordered list and a new empty Paragraph should open

Actual Result:

No Matter how many times we press the Enter, the list goes on increasing and every time we press enter it is adding a new empty list item in Ordered list.

Same behaviour is also happening in the case of Bullets.

#5378 Paragraph inserted before table on document start Bug Normal General
Description

Paragraph inserted before table on document start.

Reproduce:

  • Use following content:
    <table>
    	<tbody>
    		<tr>
    			<td>
    				TD</td>
    		</tr>
    	</tbody>
    </table>
    
  • Depending on a browser do following:
    • IE6: Click "TD" cell
    • IE7/Chrome: Open dialog using toolbar

Result:

<p>
	&nbsp;</p>
<table>
	<tbody>
		<tr>
			<td>
				TD</td>
		</tr>
	</tbody>
</table>
#5379 jQuery adapter TC affected by regression Bug Normal QA
Description

jQuery adapter TC affected by regression between r5046 (works) and r5280 (doesn't work).

The effect is JS error:

Unexpected error: editor is not defined

The error shouldn't happend in place where it's raised:

				var editor = this;
				testSelf.resume( function()
				{
					assert.isTrue( editor instanceof CKEDITOR.editor, 'editor instanceof CKEDITOR.editor' );

The second editor reference used in assert.isTrue creates the error.

This may be an issue only with YUI test, as jQuery sample works fine.

Env: Chrome linux, FF 3.5 linux

#5380 admin side images are not showing Bug Normal General
Description

When adding an image to an article you have to options

  • Relative to: Site root or Document

I have all my images relative to document meaning my path to the images is images/test.gif but your plugin is not showing the images only if I have http://www.domain.com/images/test.gif

Problem here is that if I change the domain name all image links are broken

#5381 Cursor in wrong position after pasting content Garry Yao Bug Normal CKEditor 3.3 General
Description

Confirmed in IE8. Looks like a IE issue and it looks like it didn't occur before CKEditor 3.1 and probably it has something to do with pasting mixed <div> and <p> tags.

After pasting certain content, cursor is not positioned at the end of text but somewhere in the middle.

Steps to reproduce

  • Open in IE8 http://ckeditor.com/demo and select all text in the CKEditor and clear the contents.
  • Paste the content from example2.html - the cursor will be positioned at the beginning of the second line

(Old steps to reproduce below, the example above is much simpler)

  • Press "New Page" button and paste the content from example1.html - the cursor will be positioned at the beginning of the last paragraph - before "The content of... "
  • Press "New Page" button and paste the content from ckeditor_ie8_pasting_bug.CLP (use clipbrd.exe / ClipBoardViewer to open the file) - the cursor will be positioned at the end of first paragraph (after Gruss, schöne Test, Email)
#5382 Works fine on a windows test server but uploaded to a linux it error You don't have permission to access /webadmins/fckeditor/editor/filemanager/browser/default/browser.html on this server. Bug Normal Server : PHP
Description

Hi Thanks for such powerful editor but I am facing great problem when uploading site to server. after upload it shows good for typing but when I try to upload image it gives error on browse server button as You don't have permission to access /webadmins/fckeditor/editor/filemanager/browser/default/browser.html on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at lhdpsindh.org Port 80

Please guide how I solve this issue else

#5383 java: create userfilepath according to chosen directory New Feature Normal General
Description

In the file browser, I've created a virtual file directory (in this case called "screens") that points to another file system directory. What I'd want is in case of choosing that virual directory, the userfilepath also changes. I've managed this by overriding the GetResponse class, and add the following line in the constructor:

		if ("/screens/".equals(currentFolder))
			constructedUrl = <my new userfilepath>

This works fine, it would be nice if this could somehow be plugable/ configurable. It would also be nice if this could be configured for several subdirectories.

I tried to do this by overriding ServerRootPathBuilder.getUserFilesPath, but then the returned path is "<userfilepath>/file/screens/<myFile>", while what I need is "<userfilepath>/<myFile>"

#5384 java: create userfilepath according to chosen directory New Feature Normal Server : Java
Description

In the file browser, I've created a virtual file directory that points to another file system directory. What I'd want is in case of choosing that virual directory, the userfilepath also changes. I've managed this by overriding the GetResponse class, and add the following line in the constructor:

		if ("/screens/".equals(currentFolder))
			constructedUrl = <my new userfilepath>

This works fine, it would be nice if this could somehow be plugable/ configurable. It would also be nice if this could be configured for several subdirectories.

I tried to do this by overriding ServerRootPathBuilder.getUserFilesPath, but then the returned path is "<userfilepath>/file/screens/<myFile>", while what I need is "<userfilepath>/<myFile>"

#5385 When a link is added a new undo snapshot should be made Bug Normal CKEditor 3.4 Core : Undo & Redo
Description

It is expected that when a new link is added (via the lonk dialog) a new snapshot should be made.

#5386 Google Chrome for Mac, error on form.submit override Bug Normal General
Description

Currently Google Chrome for Mac chokes under certain circumstances in the attachToForm function of core/editor.js producing the following error: "TypeError: Cannot read property 'nodeName' of undefined"

This error only occurs under the following circumstances:

  • There are two CKEditor instances on the page.
  • Both CKEditor instances are associated with elements within a <form> tag.
  • CKEDITOR.config.autoUpdateElement == true

Attached is an HTML page that replicates the error. I've only seen this error in Google Chrome for Mac & have run the test on FF3.0 and Safari 4.x on my Mac.

The simplest solution I've found is to set CKEDITOR.config.autoUpdateElement = false.

#5387 [CKEditor 3.2] Creation of div with id cke_pastebin multiple in chrome Bug Normal Core : Pasting
Description

Somehow <div id="cke_pastebin"> is popping up multiple times in code. While I don't really care about this mysterious mark up, I do care about valid mark up. That div is being added to the editor multiple times and id selectors are unique. Having multiple elements with exactly the same id selector is invalid mark up.

#5388 [IE][Chrome] Strange behavior on copy & paste <span> Bug Normal Core : Pasting
Description

To Reproduce

  • open http://ckeditor.com/demo with IE8 or Chrome
  • switch to source mode
  • erase all text, and type
    <span>foo</span>
    
  • switch to WYSIWYG
  • select "foo" and Ctrl+C to copy
  • press "Enter" to break line
  • Ctrl+P to paste
  • switch to source mode
    • [IE] <span> is generated twice
      <p>
      	<span>foo</span></p>
      <p>
      	<span><span>foo</span></span></p>
      
    • [Chrome] additional surrounding <div> is created
      <p>
      	<span>foo</span></p>
      <p>
      	&nbsp;</p>
      <div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">
      	<p>
      		<span>foo</span></p>
      </div>
      
    • [FF] works fine!
      <p>
      	<span>foo</span></p>
      <p>
      	<span>foo</span></p>
      
#5390 Bullets/Number contents displays across the left justified table Bug Normal General
Description

To reproduce the defect

  1. Open Ajax sample and input some lines of text
  1. Select all the lines of text, and click on "Bullets/Numbers" icon
  1. Keep the cursor before the beginning of the Numbered/Bulleted list, and click on Table icon.
  1. Select Left Alignment for Alignment in Table Properties dialog and click "Ok" button

Expected Result:

Table is inserted Correctly.

Actual Result:

Bullets/Numbers contents displays across the Table

#5391 Img alignment New Feature Normal Core : Output Data
Description

Hello,

thanks for the CKeditor, but I love FCKEditor yet :) In CKEditor if img has alignment the image.js remove the align attribute and replace by inline style. I think this is bad for developers and users, because it can cause the lost of unified display of the webpage. It would be better using class or, left the align attribute, which can be globally format in CSS. Can this process turn off in config.js, or somewhere else? Or intergrate a new option to use this inline style-format, or using default HTML attributes?

Thanks a lot.

#5392 Complete Finnish translation Bug Normal CKEditor 3.3 UI : Language
Description

Here's complete Finnish translation.

#5393 Bold/Italics/Underline ruins the page Bug Normal Project : MediaWiki+FCKeditor
Description
  1. Edit a page
  2. Highlight a word in FCKeditor.
  3. Click Bold, Italics, Underline in sequence.
  4. Save.

The rest of the page after the highlighted word will now be underlined. The wikitext of the page will now look like this:

<u>'''''Word'''''</u

You can also just click over to wikitext and then back instead of saving to see the effect.

The last > is stripped off by FCKeditor. Doing different combinations of these buttons or using strikethrough instead of underline produces different varieties of this bug. The problem seems to be that clicking bold, italics, then underline produces markup that looks like this: <u><em><strong>Word</strong></em></u><em></em> in FCKeditor. Converting to wikitext then causes the JavaScript that does the conversion to screw things up. It sees the empty <em> at the end and deletes the final > from the </u> tag.

#5394 chrome: copying from one instance to another creates unnecessary inline css Bug Normal General
Description

tested with nightly build and chrome 4.1.249.1042 beta (42199) (in my experience this also happens with older versions of chrome), vista sp2.

when copying (not source view) the default para from nightly build in one chrome to another:

<p>

This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>

becomes:

<p>

&nbsp;</p>

<div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">

<p>

This is some&nbsp;<strong>sample text</strong>. You are using&nbsp;<a href="http://ckeditor.com/">CKEditor</a>.</p>

</div>

this happens for all types of html; extra unnecessary inline css is appended to the pasted html source.

this doesn't happen in firefox 3.*

#5396 Focus is going out of the Editor when we change the Option in Cell Type list box on Cell Properties dialog Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect

  1. Open Ajax sample.
  1. Insert Table with default no of Rows & Columns.
  1. Go in to one of Table cells and Activate Context menu.
  1. Go to Cell Properties sub menu and click on it to open Cell Properties dialog.
  1. In the Cell Properties dialog change the Cell Type to Header from Data in Cell Type list box.
  1. Click OK Button.

Expected Result

Cursor should be back in the Table cell for which we have changed the Cell Properties.

Actual Result

Cursor is going out of the Editor and we have to use Tab and Shift + Tab to get the focus back in to the Editor.

#5397 Chrome hangs when strange characters are in the source code Bug Normal General
Description

It looks like some specific characters cause Chrome to hang. Confirmed in Chrome 4.1.129.1036 (41514). It seems it doesn't happen in Safari.

Steps to reproduce

  • Open Chrome 4.x
  • Paste the content of Bug14733.txt in the source mode
  • Switch to wysiwyg mode
  • Result: CKEditor and the whole tab is not responding.

It might be a bug in Chrome (just like #2917 was).

#5398 fckeditors toolbar not showing properly in IE8 only Bug Normal Server : ASP.Net
Description

fckeditors toolbar not showing properly in IE8 only i am using fckeditor 2.6.3.22451

#5399 Lists pasted from Word do not maintain their nesting Paweł Horzela Bug Normal Plugin : Paste from Word
Description

After copying a Word document from Word 2007 to CKEditor, a list with nested lists inside it flattens out. This occurs for both numbered and unordered lists.

Steps to Reproduce

  1. Create a Word document which has a nested list inside.
  1. Copy the list using CTRL+C.
  1. Go to CEditor and open "Paste from Word"
  1. Paste the document into the dialog's textarea and click "OK"

I do not know if this issue occurs with other versions of Word. I have created a patch which seems to solve the problem.

#5400 P tags are automatically added when text is inserted into Editor boxes Bug Normal UI : Source View
Description

When text is added to the textarea boxes (Editors) a paragraph tag is automatically added to the beginning and end of the text. For example; if I add "This is a test." to the textarea it appears like this when Source is selected <p>This is a test.</p>. If I delete them, update my changes and exit the editors all is good, but if I go back into the record, the paragraph tags are added back in.

I work on a Windows platform using XP Professional. I've tested this bug in Firefox 3.6.2 and in IE6.0 and IE7.0 with the same results.

#5401 On IE quirks mode, the context menu break layout with Office2003 and V2 skin. Minh Nguyen Bug Normal CKEditor 3.3 UI : Context Menu
Description

Reproducing Procedures

  1. Open the "skins.html" page;
  2. Change to IE quirks mode;
  3. With V2 or Office2003 skin, right click on a link to show context menu;
#5402 if we apply Pre-Formatted formatting to a list item in an Ordered/Unordered list we can't create new list items & also we can't come out of the list Garry Yao Bug Normal CKEditor 3.3 Core : Lists
Description

To reproduce the defect

  1. Open Ajax sample
  1. Click on Numbers icon to start a Numbered list.
  1. Type some text after the first number in the list.
  1. Select the text in list item and apply Pre-Formatted formatting.
  1. See that Pre-Formatted formatting is applied to the list item.
  1. Now press Enter

Expected Result

See that next number comes up in the ordered list and when we press the Enter for the second time,the cursor should come out of the Ordered list and a new empty Paragraph should open

Actual Result

The Next Number in the ordered list do not comes up and when we Press Enter any number of times we can't come out of the list.

Same behaviour is also happening in the case of Bullets.

#5403 JAWS not reading the Selected List item as Selected Bug Normal Accessibility
Description

To reproduce the defect

  1. Open Ajax Sample.
  1. Type some text and apply Heading 1 format to the text
  1. Keep the cursor on the same line and navigate back to the Paragraph Format drop down list in the Tool bar.
  1. Activate the Paragraph Format drop down list by pressing Space bar.
  1. Focus goes to the Heading 1 Option and JAWS reads that option 2 times but it is not reading it as Selected.

We are getting the same behaviour on all the List boxes(Font Name,Font Size,Styles)

This is happening only on FF 3.6.2

This looks similar to the defect http://dev.fckeditor.net/ticket/5366

#5404 FillEmptyBlocks in CKEditor 3.x Garry Yao New Feature Normal CKEditor 3.5 Core : Output Data
Description

It looks like FillEmptyBlocks option is not available in CKEditor 3.x, thus it is impossible to configure CKEditor to leave empty elements without nbsp; inside of it.

#5407 Introduce a setting to keep using deprecated attributes New Feature Normal General
Description

This is related to the tickets 4878 and 4246.

Please introduce a setting in config: useDeprecatedAttributes = TRUE|FALSE;

Based on this, the deprecated attributes for tables and images should either remain in the code (thus having both height="123" and style="height:123px;") or be used exclusively (only height attribute, no style).

This is important in order to be able to use ckeditor for editing html emails.

It is possible to hack the relevant plugin files, but in order to keep the code clean and allow easy upgrades to future versions it would be better to introduce a config setting.

#5408 Style plugin not working as expected. Bug Normal General
Description

Assigning a 'block style' to the CKEditor is not working when; a) The current content is not wrapped in a block. b) All content is selected.

Steps to reproduce:

  • remove wrapping "<P>" tag from any sample file which has the style plugin.
  • SelectAll or use CTRL+A to select all content.
  • Set the style to a 'block' style.

Expected behaviour:

  • The block style applied to the entire selected text.

Given result:

  • No changes to the selection, although the 'style' combo shows the selected style (untill you click somewhere else).

---

Also tried intercepting CTRL+A (by config.keystrokes) and assigning 'SelectAll' has no effect.

Clicking inside the line which you want to make a certain style (or selecting a word inside that line), and then choosing the style DOES work like expected, but when all content is selected it does not work.

#5409 CKEditor 3.2 image dialog forces refresh of page Bug Normal General
Description

I have a Java/JSP application which implements CKEditor via

<body onLoad="CKEDITOR.replace('Trade_Description');">

When clicking on the image-toolbar icon and then either Canceling or OKing the dialog, the source page refreshes. This occurs on Safari 4.0.5 and Google Chrome on Mac OSX. No refresh occurs when run in IE or Firefox.

I have also tried the nightly build. Using FCKEditor 2.6.6 does not produce the same issue and I therefore believe there is a bug when closing the Image dialog on Safari/Chrome (Webkit).

#5410 Resize object leaves markers Bug Normal General
Description

Resizing objects leaves the original bounding markers.

Steps to reproduce:

  • In default sample; insert image.
  • Resize image to another size (e.g. 50% bigger or smaller)
  • Rightclick the image, choose "image properties"
  • Reset the image to its original dimensions
  • Click OK


The 8 "drag handles" are still in the 'original' position, before resizing.

#5411 Anchors can be resized. Garry Yao Bug Normal CKEditor 3.4 General
Description

An anchor can be resized, even though this is just a fake object to represent the anchor.

Steps to reproduce:

  • In default sample; insert anchor.
  • Resize placeholder image using handles.
#5412 Provide a disabled mode for the editor New Feature Normal General
Description

In some cases, it would be desirable to disable the editor in a form. This would behave like a normally disabled text area.

Ideally, the disable function should disable the toolbar buttons, and not allow content to be added to the editing area, but preserve the editor within the form.

#5413 Browser error after pasting html table in ckeditor Tobiasz Cudnik Bug Normal Core : Pasting
Description

When pasting html table copied from FF3 to ckeditor opened in IE 7 the following browser error is received:

Line: 16
Char: 1462
Message: Unexpected call to method or property access.
Code: 0
URI: http://nightly.ckeditor.com/5319/_samples/replacebyclass.html
(see error_message.jpg from the attached parts)

Steps to reproduce:

  1. Open the file 'table.html' in FF, select the table from 'For users:' to the last record in the table.
  2. Paste the content(Ctrl + v) in ckeditor opened in IE7
  3. Press 'Enter' immediately after it (see ckeditor1.jpg from the attached files)
  4. Browser error appears (see error_message.jpg from the attached parts)
#5414 [IE] Image can't be resized Garry Yao Bug Normal CKEditor 3.3 General
Description

When selecting an image in IE by right click on it, the control type selection rapidly switched into text type, which cause the resize handler disappears thus it's not able to resize the image.

#5415 Undo not working when we change the Table Properties for the table on a saved page Garry Yao Bug Normal CKEditor 3.4 Core : Undo & Redo
Description

To reproduce the defect

  1. Open Ajax sample.
  1. Insert a Table and enter the text in Table Cells.
  1. Click on Remove Editor button to save the Page.
  1. Click on Create Editor button to open the page again.
  1. Go in to one of Table cells and Open Table Context menu and Click on Table Properties.
  1. In Table Properties dialog change Table Alignment to Center and Click OK.

Expected Result

Table is Aligned to Center and the Undo button should be enabled.

Actual Result

Table is Aligned to the Center but the Undo button is not enabled and it will not enable even if we change any number of Table Properties.It is only enabled when we type some text in the Editor.

#5416 [[IE]] we can't delete the Table on a Saved Page brooks Bug Normal CKEditor 3.3 General
Description

To reproduce the defect

  1. Open Ajax sample.
  1. Insert a Table and enter the text in Table Cells.
  1. Click on Remove Editor button to save the Page.
  1. Click on Create Editor button to open the page again.
  1. Go in to one of Table cells and delete the text in one of the Table Cell.
  1. Open Table Context menu and Click on Delete Table Option.

Expected Result:

See that the Table is deleted and you are able to save the page.

Actual Result:

Table is deleted but we are getting an Error & i have attached a Screen shot of the Error and when we click on Remove Editor button to save the Page we get the same Error again.

When i click on Remove Editor button for the Second Time it saves the page but i could still see the Table that i have deleted before.

Tested on IE 6&7

#5417 Spell checker window doesn't close after correcting words Bug Normal UI : Spell Checker
Description

Using WinXP, IE7.0, CKEditor 3.2

When having some misspelled words and running the Aspell type spellchecker, the check dialog won't close when finished. It works with WinXP, FF, CKEditor3.2

It seems as if I add an alert in aspell.js,

function oSpeller_OnFinished(dialog, numberOCorrections)
{
        if (numberOCorrections > 0)
        {
                 editor.focus();
                 editor.fire('saveSnapshot'); // Best way I could find to trigger undo steps.
                 dialog.getParentEditor().setData(document.getElementById(textareaId).value);
===>>>           alert ("oSpeller_OnFinished" );
                 editor.fire('saveSnapshot'); // But there's a blank one between!
         }
         dialog.hide();
}

it works!? When I remove it, the dialog stays open.

If I run the spellcheck with no misspelled words, it closes (since numberOCorrections is 0 i suppose).

Reproducible: every time.
Add editor to page
Enter misspelled words
Start spellchecker dialog
Replace words
When finished, dialog stays open.

#5418 We can't change Border size,Cell Spacing & Cell Padding for Pasted Tables from Word Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

To reproduce the Defect

  1. Open Ajax Sample
  1. Copy and Paste a Table from Word in to the Editor.
  1. Go to Table Properties and Change Table Border Size to 10 and Cell Spacing & Cell Padding also to 10.

Expected Result:

Table Border,Cell Spacing and Cell Padding between the cells should increase according to the Values we have set on Table Properties dialog.

Actual Result:

Table Border,Cell Spacing and Cell Padding between Table Cells remains same.But the Vales for Border, Cell Spacing & Cell Padding are set properly in HTML Source.

#5419 JAWS not reading first option in Special Character list on Special Character dialog Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect

  1. with JAWS on Open AJAX Sample and Navigate to Tool bar by Pressing Alt+F10
  1. Navigate to Special Character icon & press space bar to activate Special Character dialog.
  1. When the dialog comes up and when the Focus is on the Special Character Options list box Focus goes to first Special Charcter which is !(Exclamation mark). JAWS not reading the name of the option.It just reads 1 of 221 not Selected

Expected:

JAWS should read the name of the Special Character Option.

JAWS reads the name of the option properly in FF3.5 but not in FF 3.6

This looks similar to the defect http://dev.fckeditor.net/ticket/5366

#5420 Destroying editor on replaced textarea inserts <br /> to originally empty input Bug Normal General
Description

We are using a standard textarea element that can be changed into a CKEditor and back by clicking a button. When the textarea is originally empty and user makes no changes to it, switching to CKEditor and back to normal textarea leads to a "<br />" element being inserted.

I will attach a sample HTML page that demostrates the problem. Click "Toggle state" twice and you should see the extra br in the text area. The version of CKEditor we are using is 3.2.

Tested on Linux with Firefox 3.5.8 and Opera 10.10. The problem occurs with both.

#5421 xhtml code generation problem &nbsp; instead of &#160; (htmlentities, entities,entities_additional,..., configuration) Tobiasz Cudnik Bug Normal CKEditor 3.4.1 Core : Output Data
Description

For a more complete description and discussion see http://cksource.com/forums/viewtopic.php?f=11&t=18208

The ckeditor 3.2 does not produce the correct output when you enter a text like this in the editing area:

ab c (there are several blanks between "ab" and "c")

The result is something like ab&nbsp;&nbsp c but should be ab&#160;&#160; c

No configuration option like entities, entities_additional... ever resolved the problem. This worked correct in older versions like 2.6.x.

#5422 [[IE]] we can't enter the text below Page break Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect

  1. Open Ajax sample.
  1. Type some text and Click on Insert Page break for Printing button.
  1. See that Page break is inserted in the Editor.
  1. Try to position the Cursor after the page break using Mouse or Key board.

Expected Result:

We should be able to position the cursor after the page break using mouse or key board and we should be able to type the text after Page break.

Actual Result:

Cursor is still shown above the Page break and we can't position the cursor after page break.So we won't be able to type the text after page break.

#5423 Add config option for DefaultLinkTarget New Feature Normal General
Description

The DefaultLinkTarget option used to be in FCKEditor, but it's not in CKEditor. It'd be nice if this was added.

#5424 SCAYT takes a lot to activate Bug Normal CKEditor 3.3 UI : Spell Checker
Description

At least on the current trunk, SCAYT is taking a lot of time to get enabled when activated. It just took me more than two minutes when enabling it with just a short phrase and two dispelled words.

The Firebug Net pane shows precisely that some spellckecker.net calls are having a quite long response time.

#5425 SCAYT button must be disabled in Opera Bug Normal CKEditor 3.3 UI : Spell Checker
Description

The SCAYT button must not be enabled when using the editor in Opera as it's not compatible with it.

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