Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (5601 - 5700 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#6005 [3.4.x] Error when pasting over read-only blocks Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Pasting
Description
  1. Load the following HTML:
<p>
	Para 1</p>
<p contenteditable="false">
	Para 2</p>
<p>
	Para 3</p>
  1. Right-click "Para 2".
  2. Paste and allow clipboard access.

A js error is thrown.

Confirmed with IE8.

#6006 [3.4.x] Error when creating link on empty editor Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Styles
Description
  1. Click the New Page button to cleanup the editor.
  2. Click the Link button.
  3. Type any url and confirm.

The link is created, but a js error is thrown and the dialog stays visible.

#6007 [3.4.x] Error when applying style on full text selection Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Styles
Description
  1. Cleanup the editor.
  2. Type some words.
  3. Hit CTRL+A to select all.
  4. Click the Bold button.

A js error is thrown.

Confirmed with IE8.

#6008 default table width Task Normal General
Description

The table width is set to 200 px.

So users of my sites change the value to a new one like 700 px.

Most of the time users want the table to fill the avialable space (within a div container).

So the best (?) solution i.m.h.o. is to set the default to 100 % .

#6010 Automatic Background Color is Incorrectly displayed as "Black" in UI when it is actually "White" Sa'ar Zac Elias Bug Normal CKEditor 3.5 General
Description

To reproduce the defect

  1. Open Ajax sample.
  1. Enter some text in the Editor,Then click "Background color" menu,select the "Automatic" color.

Problem:

The Automatic color of Background color menu marks black,but it is actually white.

#6011 Disabling plugins should be more intuitive Tobiasz Cudnik Bug Normal CKEditor 3.4.2 General
Description

I'm not sure it it's just a problem with the contextmenu, anyway I guess it deserves a ticket.

If anyone wants to disable the contextmenu, it's quite logical that he'll do something like:

config.removePlugins = 'contextmenu';

Unfortunately it will not work. Instead, ones have to search in source code for all plugins that require contextmenu and disable them. I believe it should happen automatically. Why?

In CKEditor 3.2 to disable the context menu it was enough to add:

removePlugins : 'scayt,menubutton,contextmenu'

Unfortunately if someone upgraded to CKEditor 3.3, he noticed that CKEditor suddenly stopped working. This is because another plugin that requires contextmenu has been added (liststyle), causing a JS error:

editor.addMenuGroup is not a function
#6013 IE[6-9] + FF[10-11]: Focus not in input field after mouse click over "empty" content area Bug Normal General
Description

Using CKEditor 3.2.1 (3.3.1 has this too) with IE6 does have a focus problem. Using Tab to get into the "edit" box does work. Clicking in the "first" line does work too - in both cases you can do some input.

But if you click anywhere in the content box but the first line (line where there is no text yet) it "seems" as the box got focus, but if you want to write something, nothing happen. You have to click again and after that it works.

#6014 Link inserted before the selected word Bug Normal General
Description

Applied patch #5780.

I've selected a word (mouse double click) which has a trailing space (so somewhere mid sentence), opened the link dialog, added link, and pressed OK. Link is inserted before the selected word.

I could only reproduce this behaviour in the above scenario, and it does not happen all the time, but more often then not.

Please do not mark issue as a duplicate of #5780 as it is still an issue. It can be reproduced in Firefox 3.6.7.

#6016 how to install and integrate CKeditor with mediawiki??? Bug Normal General
Description

hi everyone, good day.

I've been working for almost 1 week now trying to install and integrate CKeditor and Mediawiki. I thought the instruction in FCKeditor was the same as CKeditor and that if you follow it would be a successful integration to mediawiki. But to my surprise it wasn't.

Any one who might want offer a hand? Any guides? Ideas? or tutorial on how to install and integrate CKeditor and mediawiki..

Please, please, please help me... Badly needed.

Thanks

#6017 tableresize plugin refactoring Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

We need to review a bit some aspects of the tableresize plugin. The current implementation still have issues:

  • Not compatible with IE6, IE7 and IE+Quirks (#5890).
  • It's not possible to resize the last column (#5891).
  • No support for RTL (#5995).

It's not possible to bring minor changes to the code to be able to fix all these issues. A major change is needed. I'm opening this ticket to handle all these at once.

#6018 PHP FTP Connector for CKFinder 2.x New Feature Normal Server : PHP
Description

Hello,

I've written a php connector which will use ftp nstead of file system commands. Right now, only php5 is supported, because i use my own created FTPStandalone class.

Setup is quite easy You need only to add the following config in ckfinder config.php

$configFTP? = array(

"ip" => "127.0.0.1", "user" => "username", "pass" => "password", "path" => "The/Path/From/FTP_HOME/To/baseurl"

);

path example webserver document root: /var/www/vhosts/domain.de/httpdocs

base path for uploading: /uploads/files/ckfinder

complete path: /var/www/vhosts/domain.de/httpdocs/uploads/files/ckfinder

ftp homedir (complete path) /var/www/vhosts/domain.de/

so the path configuration should be: $configFTP?path? = "/httpdocs/";

this example is based on parallels plesk

feel free to tell me if you like it or what i could do better.

#6020 Copy and cut icons should be disabled on empty selection Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 General
Description

Copy and cut toolbar buttons should be disabled when the selection is empty.

#6021 Does not show correct number sequence for statements that are separated by sub-bullets Bug Normal General
Description

Does not show correct number sequence for statements that are separated by sub-bullets

please see attachment

#6022 Does not allow proper numbering for statements that are one space apart. The numbers also fill in the spaces in between the statements. Bug Normal General
Description

Does not allow proper numbering for statements that are one space apart. The numbers also fill in the spaces in between the statements.

please refer attachment

#6023 [[Opera]] Can not delete number/bullet list by pressing Backspace key Garry Yao Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample & enter some text,then click number list or bullets list icon
  1. Press Backspace key to delete all content

Exected result:

  1. After step1, entered text display with number/bullet list
  2. Can delete all content by pressing Backspace key.

Actual result:

  1. Pressing Backspace key can delete all text, but can not delete number or bullet list.
#6024 [[Opera]] we can't start a Number/bullet list by just clicking Number/bullet list icon with out selecting Text in editor body [CORE-91] Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample & keep the Cursor in the editor body.
  1. Don't input any content,click Number/Bullet list icon directly.

Expected result:

  1. Number/bullet list display in the message body

Actual result:

  1. Number/bullet list not show in the message body
#6025 Focus is lost after applying commands in Opera Tobiasz Cudnik Bug Normal CKEditor 3.4 General
Description

Steps to reproduce

  • Open a sample and clear the document.
  • Put the cursor in the editor.
  • Apply a command.

Notice that the focus is lost.

#6026 Handling of elements with attributes in the style system Bug Normal General
Description

The style system does not respect attributes on elements, as mentioned by Garry. IMHO we should respect other attributes to achieve the result that is expected by clients.
Let's say the loaded HTML is:

<strong class="redText">I'm a bolden red text</strong>

Now, say the user wants to unbold the text but still preserve the red color. He expects the editor to leave the class attribute.

#6027 [[FF]] Modifying Table Properties by selecting more than one cell, causing several issues Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 General
Description

To reproduce the defect:

  1. open Ajax sample.
  1. Insert a Table with 5 rows & 6 columns.
  1. Select more than one cell( for ex: Top 2 cells) and click on Table Properties option.
  1. Try to modify any of Table Properties and Click OK button.

Expected Result:

Table properties should be modified successfully.

Actual Result:

we are getting the following error in firebug when we press OK button

k.$ is undefined [Break on this error] h.get=function(i){return i&&(i.$?i:new...turn c?i.replace(/<\?[>]*>/g,):i;

and also when we press cancel and close the dialog, the last Table cell that was selected gets deleted.

And also it is giving the option to edit the No of Rows & Columns for the user which it should not be.

#6028 BIDI: Tables should align to corresponding direction when base language direction is set New Feature Normal General
Description

When setting a table's base language direction, its alignment should also be set to correspond to the direction.

E.g. When setting the base language direction to RTL the table alignment should switch to align=right.

The alignment can then be overridden by a user if they wish.

#6030 cleare single <br /> or blank <p></p> befor send Bug Normal Core : Output Data
Description

Firefox 3.6.6 (3.6.8), Opera 10.60 ,ckeditor 3.3.1 - ckeditor_nightly_5729, php

inserts <br />\r\n tag in empty editor, but dont remove it befor send

my temporary solution for php:

function trim_cke_blank_value($value) {

return preg_replace('/(\<p\>(\&nbsp\;|(\s)*)\<\/p\>|\<br(\s\/)?\>[\r\n\t]?[\r\n\t]?|\<br(\s\/)?\>)$/', , $value);

}

but some times very annoying trim all requests of ckeditors areas.

example:

i have description and content, if description blank - show cut part of content as description

after adding content (ckeditor1) with blank description (ckeditor2) in firefox or opera i get 100% <br /> as description :(

#6031 Cursor problem inserting images at end of editor Bug Normal General
Description

There appears to be an IE8 issue when inserting images at the end of the editor. It's impossible to move the cursor past the image using any combination of arrow keys or mouse. This is reproducible in the demo site (http://ckeditor.com/demo).

A forum thread describing the issue is located here: http://cksource.com/forums/viewtopic.php?f=11&t=19228

#6032 Links are not handled correctly in a readonly block Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

First TC

  • Open a sample, go to source and paste the following:
    <p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
    
  • Go to wysiwyg mode.

Notice that the CKEditor main page opens in the editing window.

Second TC

  • Load an editor with the following html:
    <p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
    
  • Click on the link.

Notice that the CKEditor main page opens in the editing window.

#6033 [IE] Pasting over a readonly block merge the siblings and the pasted content Bug Normal Core : Pasting
Description
  • Load the following HTML:
    <p>
    	Para 1</p>
    <p contenteditable="false">
    	Para 2</p>
    <p>
    	Para 3</p>
    
  • Right click "Para 2".
  • Paste some content.

Notice that para 1, the pasted content and para 3 are merged into one paragraph.

#6034 Horizontal Alignment applied to Table cell is not updated correctly in the Toolbar Tobiasz Cudnik Bug Normal CKEditor 3.4.1 General
Description

To reproduce the defect:

  1. Open Ajax sample and insert a Table and enter text in all the cells
  1. Go in to a Table cell, open Cell Properties dialog and change Horizontal Alignment of the text to right and click OK.
  1. Now look at the text in the Table for which we have changed Horizontal Alignment.

Expected Result:

Text in Table cell is moved to right and Align Right icon in the Tool bar is selected.

Actual Result:

Text in Table cell is moved to right, but Align Right icon in the Tool bar is not selected, and the Text is still shown as Left Aligned.

when you Navigate to a different cell or come out of the Table and go back to the Cell again it will show you Correct Alignment(Align Right icon is selected in the Tool bar)

Same behavior happens for all Horizontal Alignment

#6035 IE: Bookmarks being left on paste Bug Normal Core : Pasting
Description

It should be surely possible to reproduce it in several ways, but the following case happens always:

  1. Load:
<p>Para 1</p>
<p>Para 2</p>
  1. Copy a single word from the page.
  2. Put the caret at the end of para "1".
  3. Hit SHIFT+ARROW-DOWN to select para "2".
  4. Right in the selected para "2" and select "Paste". Allow clipboard access so it gets executed.

The "span" entry will show in the elements path, and the bookmark can be confirmed in the source view.

#6036 Right clicking on a link inside a readonly block results wrong Bug Normal General
Description
  • Load an editor with the following html:
    <p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
    
  • Right click on the link.

Notice that a new paragraph is created above and the parent container is not selected.

#6037 CKEditor does not respond and shows "NULL" Bug Normal General
Description

CKEditor is unresponsive. And shows content as "NULL". The editor is in a popup modal window (DIV). Screen manipulation is done using jQuery, but no ckeditor jquery plugin.

Firebug shows (@ ckeditor.js (line 72)):

var E=B.fixBlock(true,x.config.enterMo...atch(T){}K=w.window=new d.window(K);

#6038 BiDi plugin's language entries are unmodifiable Wiktor Walc Bug Normal CKEditor 3.4 General
Description

The langtool reverts the changes in the 'bidi' language entries. I assume it has something to do with the double quotation marks instead of single quotation marks that are present there.

#6039 FF3: Home page (base href) appearing in text area iframe Bug Normal General
Description

In some cases, the base href of the domain appears in the textarea iframe. This has been reported in Firefox, versions 3.6.6+.

Unable to reproduce consistently.

Screenshot here: http://content-img.experienceproject.com/1277817629Tj0fsl.jpg

Originally noticed in ckeditor 3.2.2, but problem persists in 3.3.1.

#6041 BIDI: Direction of Increase Indent & Decrease Indent icons are not reversed after changing Lang direction to RTL Tobiasz Cudnik Bug Normal CKEditor 3.4.1 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text, Select the text and click on RTL icon in the Tool bar.
  1. keep the cursor in the Paragraph and look for the direction of Increase Indent & Decrease Indent Icons.

Expected Result:

Direction of the Arrow in Increase Indent icon should be pointing from right to left and direction of Arrow in Decrease Indent icons should be pointing from right to left, since we have changed the direction of Paragraph from left to right.

Actual Result:

Direction of Increase Indent & Decrease Indent icons are not reversed, they are sill showing the same direction of Indentation for a Left to Right paragraph.

#6042 BIDI: We can’t apply Left/Block Justify Alignment to a Paragraph with RTL applied Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text, Select the text and click on RTL icon in the Tool bar.
  1. See that paragraph is moved to right and Align Right icon is selected in the Tool bar.
  1. keep the cursor in the Paragraph and click on Align Center icon in the Tool bar.
  1. See that paragraph is moved to center and Align Center icon is selected in the Tool bar.
  1. keep the cursor in the paragraph and click on Align left icon in the Tool bar.

Expected Result:

See that paragraph is moved to left and Align Left icon is selected in the Tool bar.

Actual Result:

See that paragraph is moved to right and Align Right icon is selected in the Tool bar.

same behavior happens when we click Block Justify icon in step 6.

#6043 BIDI: When we apply RTL direction to a right aligned Paragraph, Paragraph is not moved to left & Alignment of Paragraph is not changed Tobiasz Cudnik Bug Normal CKEditor 3.4.2 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text, keep the cursor in the paragraph and click on Align Right icon in the Tool bar.
  1. See that paragraph is moved to right and Align Right icon is selected in the Tool bar.
  1. keep the cursor in the Paragraph and click on RTL icon in the Tool bar.

Expected Result:

See that paragraph is moved to left and Align Left icon is selected in the Tool bar.

Actual Result:

Paragraph is staying on the right instead of moving to left & Alignment of Paragraph is also not changed & it is still shown as Right Aligned.

#6044 BIDI: [[FF/Safari]] When we apply RTL direction to a left aligned Paragraph, Paragraph Alignment is not changed Bug Normal CKEditor 3.4 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text, keep the cursor in the paragraph and click on Align Left icon in the Tool bar.
  1. See that paragraph is moved to left and Align Left icon is selected in the Tool bar.
  1. keep the cursor in the Paragraph and click on RTL icon in the Tool bar.

Expected Result:

See that paragraph is moved to right and Align Right icon is selected in the Tool bar.

Actual Result:

Paragraph is moved to right but Alignment of Paragraph is not changed & it is still shown as Left Aligned.

#6045 [3.4.x] Error when changing link properties Tobiasz Cudnik Bug Normal CKEditor 3.4 General
Description
  • Open the ajax sample.
  • Create a link.
  • Right click on the link and select Edit Link.
  • Change any of the link properties and hit OK.

JS error is thrown.

#6046 [3.4.x] Some form elements no longer have their context menu buttons Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description
  • Open a sample.
  • Add a image button.
  • Right click on it.

Notice that the "Image Button" option is missing.

The same happens for textarea, text input, radio button and checkbox.

#6047 textarea - problem when load data from db Bug Normal General
Description

when I create the html textarea below and anything else and save in mysql database

when I load data from db in data ckeditor below the textarea are not loaded into the ckeditor

#6049 Page-break marker dissapears in editor when div tag modified. Bug Normal General
Description

The page-break indicator that shows where the page breaks are inside the editor will not be shown if the div tag is modified with the editor (e.g. change font for the entire page).

To Recreate:

1) Input the folloing source to start. This will show a page-break indicator in the editor window.

<p>
	Page 1</p>
<div style="page-break-after: always">
	<span style="display: none">&nbsp;</span></div>
<p>
	Page 2</p>

2) Use editor: "Select All" and change font to "Arial" & size "8".

3) Toggle "Source" twice and the page-break indicator is gone.

4) Resulting HTML in the editor is below (which the editor doesn't interpret the "page-break" div tag correctly).

<p>
	<span style="font-size: 8px"><span style="font-family: arial, helvetica, sans-serif">Page 1</span></span></p>
<p>
	&nbsp;</p>
<div style="page-break-after: always">
	<span style="font-size: 8px"><span style="font-family: arial, helvetica, sans-serif"><span style="display: none">&nbsp;</span></span></span></div>
<p>
	&nbsp;</p>
<p>
	<span style="font-size: 8px"><span style="font-family: arial, helvetica, sans-serif">Page 2</span></span></p>

The page-break indicator should be shown even though a font attribute has been introduced to the page-break div tag.

#6050 Copy a table then paste in CKEditor, generate wrong table property Bug Normal General
Description

The line number and rows number of the pasted table are not right

#6051 Copy a table then paste in CKEditor, generate wrong table property Bug Normal General
Description

The line number and rows number of the pasted table are not right

#6052 When centered a table, the pads sizing the table are not centered Bug Normal General
Description

When centered a table, the pads sizing the table are not centered

#6053 Can not align an element to the opposite of the parent's alignment Bug Normal CKEditor 3.4 General
Description
  • Load the following HTML and put the cursor at the marked place:
    <div style="text-align: right">
    	Right aligned
    	<p>
    		Left^ aligned</p>
    	Right aligned</div>
    
  • Click on the Left Justify button.

Nothing happens.

#6054 [3.4.x] Can not create a link over a textarea Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description
  1. Create a textarea. Make sure it is selected.
  2. Click on the link icon.
  3. Type a URL and hit Ok.

A JS error is thrown.

#6055 Timestamp is added twice to the styles definition file Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 General
Description

I've just build a release based on trunk. With Firebug, I've noticed that the style definition file had the URL timestamp added twice to it.

This is what I'm having:

... /plugins/styles/styles/default.js?t=A6SI4G0&t=A6SI4G0
#6056 Floating panels don't have scrollbars Sa'ar Zac Elias Bug Normal CKEditor 3.4 UI : Floating Panel
Description

IE + Quirks: floating panels don't have scrollbars.

#6057 Error when clicking beneath the body of a maximized editor Bug Normal General
Description

IE with Office2003/V2 skins:

  • Maximize an editor.
  • Click beneath the content of the editor.

A part of the editor disappears.

#6058 [IE Quirks] CSS-Glitch with file upload fields Frederico Caldeira Knabben Bug Normal CKEditor 3.4 UI : Skins
Description

Under IE-Quirks mode, the file upload fields are too small. This stems from what appears to be a mis-named CSS tag.

#6059 BIDI: switching from Numbered to Bulleted List & vice versa is changing Lang direction of the list Sa'ar Zac Elias Bug Normal CKEditor 3.4 Core : Lists
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type few lines of text, select all the lines and Click on RTL icon in the Tool bar.
  1. See that all the lines of text is moved to right,RTL and Align Left icons are selected in the Tool bar.
  1. Select all the lines of text and click on Insert/Remove Numbered list icon in the Tool bar.
  1. See that a Numbered list appears with RTL language direction with the selected lines.
  1. Now select all the items in Numbered list and click on Insert/Remove Bulleted list icon in the Tool bar.

Expected Result:

Numbered list disappears and a Bulleted list appears with RTL language direction with the selected lines.

Actual Result:

Numbered list disappears and a Bulleted list appears with LTR language direction instead of RTL Language direction

same behavior happens when we make a Bulleted List first and then switch back to Numbered List.

#6060 IE: Error on editor.destroy() with selection Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

With IE8+Compat, when calling editor.destroy() in an editor with selection, a js error is thrown.

I'm attaching a test page that shows the problem.

#6061 IE: AutoGrow is not shrinking Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description

With the new autogrow plugin, introduced into the 3.4.x branch, the editor grows as expected when we insert contents, but it's not shrinking back when we start deleting it.

Steps to reproduce:

  1. Load the AutoGrow sample.
  2. Hit ENTER in any of the editors, so it start to grow.
  3. Delete all the previous line breaks with BACKSPACE.

The editor should shrink back up to its original size. With IE, this is not happening.

#6062 FF: The text cursor icon appears on toolbar buttons Frederico Caldeira Knabben Bug Normal CKEditor 3.4 UI : Toolbar
Description

When slowly moving the mouse cursor over the toolbar buttons, it's possible to note that the cursor changes from arrow to text cursor when it's at the left side of the button.

#6063 WebKit: Toolbar items have the hand cursor icon Bug Normal CKEditor 3.4 UI : Toolbar
Description

With Safari and Chrome, when moving the mouse over the toolbar buttons, it's possible to note that the icon changes from arrow to hand. It should stay an arrow instead.

#6066 RichComboBoxes CSS Issues Frederico Caldeira Knabben Bug Normal CKEditor 3.4 UI : Toolbar
Description

1) They have the wrong cursor, should have default 2) In FF, the non-active text is partially cut off on the end

Patch forthcoming

#6067 FF: copy & paste lists from OpenOffice or StarOffice = empty POST-Data Bug Normal Core : Pasting
Description

As testcase I use:

<?php

if(!isset($_POST['send']))
{?>
<html>
<head>
	<title>Sample - CKEditor</title>
	<script type="text/javascript" src="ckeditor/3.3.1/ckeditor.js"></script>
</head>
<body>
	<form method="post" action="ckeditor_test.php">
		<p>
			My Editor:<br />
			<textarea name="editor1">&lt;p&gt;Initial value.&lt;/p&gt;</textarea>
			<script type="text/javascript">
				CKEDITOR.replace( 'editor1' );
			</script>
		</p>
		<p>
			<input type="submit" name="send" />
		</p>
	</form>
</body>
</html>
<?php
}
else
{
  print_r($_POST['editor1']);
}

If I copy a list from OpenOffice or StarOffice into CKEditor Textfield, the list is displayed correctly.

But clicking the submission-button leads to empty POST-Data for this textfield with Firefox.

The method of copy & pasting is irrelevant- it doesn't work for either method.

Environment:

Windows XP Professional Version 2002 SP3 (same on Linux)

Firefox 3.6.6

CKEditor 3.3.1

OpenOffice 3.2.1

StarOffice 8 (Product Update 12)

With Apple MAC we also get an empty POST-Field and _surplus_ this text within the Editor-Textfield instead of a correct list:

Version:1.0 StartHTML:0000000167 EndHTML:0000000654 StartFragment:0000000454 EndFragment:0000000638

Enviroment in this case:

Mac OS X V.10.5.8

Firefox 3.6.8

OpenOffice 3.2.0

#6068 [IE7] RTL languages' labels are sometimes invisible Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description
  • Open the languages sample and choose RTL language (e.g. Hebrew).
  • Open the text input dialog.

Notice that the 'Character Width' and 'Maximum Characters' labels are invisible.

#6069 [Chrome] Ugly yellow form outline around editor Bug Normal General
Description

When the editor has focus, an ugly yellow outline appears around the containing form. This is a default CSS values thing in Chrome.

Patch Forthcoming

#6070 [IE6] Dragging a link that uses JavaScript code for the href value causes error. Bug Normal General
Description

In IE6, if you drag a link that uses JavaScript as its href value, from outside the editor into the content area's iframe body, an error is thrown. You know when the mouse is over the iframe body when the cursor changes from a pointer to a text bar.

Link example:

<a href="javascript:void(window.open('http://dev.ckeditor.com', 'ckeditor'))"

The error is "type is null or not an object". It is occurring in the selection plugin. In the saveSelection function. The native selection object's type is read. The property does not exist for some reason in this scenario, and an error is thrown.

#6071 FF: garbage preamble while copy & paste of a list from Open Office Bug Normal Core : Pasting
Description

Using the nightly build (d/l some Minutes ago) I get this in Editor-Textfield and (after submission) POST-Data-Textfield while copy & paste a bulleted list from Open Office in Firefox:

<p>
	&nbsp;</p>
<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE" />
<title></title>
<meta content="OpenOffice.org 3.2  (Win32)" name="GENERATOR" />
<style type="text/css">
<!--{cke_protected}{C}%3C!%2D%2D%0A%09%09%40page%20%7B%20margin%3A%202cm%20%7D%0A%09%09P%20%7B%20margin-bottom%3A%200.21cm%20%7D%0A%09%2D%2D%3E--></style>
<ul>
	<li>
		<p style="margin-bottom: 0cm;">
			Eins</p>
	</li>
	<li>
		<p style="margin-bottom: 0cm;">
			zwei</p>
	</li>
	<li>
		<p style="margin-bottom: 0cm;">
			drei</p>
	</li>
</ul>

Environment: Windows XP Professional Version 2002 SP3 (same on Linux) Firefox 3.3.6 OpenOffice 3.2.1

#6072 forcePasteAsPlainText = true; does not work in latest build Bug Normal Core : Pasting
Description

So I've made sure to test this a hundred dozen different ways. I think the most obvious test is if you download the latest copy of your work. And simply put in the embed code this

CKEDITOR.config.forcePasteAsPlainText = true;

It does not work. It used to work before 3.1 . But it looks like it doesn't work anymore.

I have scoured the internet looking for any possible solutions, workarounds, anything. Literally anything. To this very moment, I will accept any workaround to this. :D I have ripped apart the javascript and spent days on this, and can not find any possible solution.

Just letting you know. I very much appreciate all of your hard-work and dedication. You have created a great product.

#6073 List Context Menu Incorrect Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Lists
Description

Run the attached code. Place cursor on a bulleted list item. Invoke the context menu.

The list menu option is for Numbered Lists, not Bulleted List.

Version - 3.4.x branch

#6074 Insert Table Column additive Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

Run the attached code example. Place the cursor in the last column. Execute "Insert Column Before". View the source.

The id attributes for the last column are copied into the inserted column. This is an issue for us as we require unique ids on the elements within our document.

I see this behavior in 3.2 and 3.4 on both on IE and FF.

#6075 [FF] Newly created links not filling in information on edit Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 General
Description

Win XP, FF 3.6.7

Steps to reproduce:

  1. Open a new editor
  2. Make a new paragraph and click the link button, just give a URL (i.e. google.com)
  3. Push ok, now double click the newly created link

Expected: URL is shown as google.com

Actual: URL field is blank

Going to the source view and back eliminates the issue. Also, it seems that this only occurs when the link is in it's own paragraph alone. Tested on nightly and normal demo sites.

#6077 Page Break bug Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

In ticket #5079, page break element was changed from DIV to SPAN. As the result, page breaks don't work anymore, because CSS page-break-after properties only apply to block-level elements.

http://www.w3.org/TR/CSS2/page.html#page-break-props

#6078 toolbox and edit space doesn't wrap (ie8 issue) Bug Normal General
Description

In ie8 (but not in google chrome), ckeditor doesn't respect the right margin so the right half of the editor and the toolbar is unusable.

See this (and scroll down to the ckeditor box): http://www.laughingspaniard.com/2010/test-post/

Note: I assume this is some sort of styling or css issue, but I didn't see anything in the css of my page that leads to it.

#6079 Find should work for read-only regions Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

I wasn't expecting the fix for #5925 to disable Find. Performing a Find on read-only content should be allowed. Replace is what should be disallowed.

Version 3.4.x branch

#6080 Insert special char in readonly selection throws error Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description
  1. Load this HTML:
<p contenteditable="false">
	Test</p>
  1. Click the paragraph to select it.
  2. Open the Insert Special Character dialog and click on any char.

A js error is thrown.

#6081 Regression: Link text is not updated when link protocol is changed Bug Normal General
Description
  1. Click the New Page button.
  2. Open the Link dialog.
  3. Type "test.com" in the URL field and confirm. The "http://test.com" text is created and linked.
  4. Right-click the link to edit it.
  5. Change the protocol to "https" and confirm.

While the URL is properly set in the tag, as per #4612, the text should be also updated, which is not happening.

#6082 Introduce the useComputedState setting to control default toolbar states Frederico Caldeira Knabben New Feature Normal CKEditor 3.4 UI : Toolbar
Description

There are two toolbar features that use computed values to indicate their on/off states: alignment and bidi.

In some cases though, it's better to give the user the possibility to explicitly apply these features. For example, a user may create contents in LTR, and publish them in various formats, including RTL.

To solve this case, we could introduce the useComputedState setting, which would be a generic flag indicating whether computed values or "real" values should be used by plugins on their state evaluation.

#6083 IE: Selection collapses when inserting special char Garry Yao Bug Normal CKEditor 3.4.2 General
Description
  1. Clear the cache and load the editor.
  2. Select any work by double click.
  3. Click the "Insert Special Character" button.
  4. Click on any character.

Note that the char has been added at the start of the selection, instead of replacing it.

#6084 IE: Error on Source view blur Bug Normal CKEditor 3.4 General
Description
  1. Switch to source view.
  2. Click inside the source view contents.
  3. Click in the page, outside the editor.

A js error is thrown.

#6086 Pasting mixed BiDi content from Word removes spacings Garry Yao Bug Normal Plugin : Paste from Word
Description

While trying to use mixed Hebrew-English text, as can be seen in image "01.bmp" I am getting the output seen in image "02.bmp"

You can see that in the vicinity of mixed language (where there are no punctuation marks) a separation (space) is missing.

I must say that in the previous version, this problem did not exist, still I would like to use this one due to its excellent improvements.

#6087 IE: Caret doesn't blink on RTL dialogs Garry Yao Bug Normal CKEditor 3.4.2 UI : Dialogs
Description

In IE, the caret is not visible inside dialogs when the UI is RTL.

This is a followup ticket for comment:19:ticket:4615.

#6088 Firefox 3.6.8 for Mac and FCK 2.6.6 ASP.NET Bug Normal Server : ASP.Net
Description

If I mark a word in Firefox 3.6 Mac the FCKEditor adds automatically the following <p>-tag at the end of the text-box.

<p><img id="fvdkoff-target-image" style="position: absolute; visibility: visible; color: transparent; margin: 0px; border: medium none; z-index: 2147483647; left: 336px; top: 1472px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACLklEQVQ4jbXUP0wTcRQH8O/9ekdjkT8CUqpee00bRyNNmSRSV0PcJJoQg2i6ODTExEUHg04OaNSppqtCjQ4ukDSKSuLUwcm4NNZcQYsIGtD+u/f7MZSWXltqo/Ul7/JL7u7z3r3fLye53e5xj8ejoYWRSCSSstfr1YLBYHcr4XA4rMmMMciy3EoXjDHIjDEoivL/4fefrP1P3nYEvqzLajOIo8fQz5/cfH3cnVttCM8udQaODBxQFx44Ye9h4HxvdGWtgMlbSXV2SQoMHf0RNcGSJJlmvPLdos7fdyIWL+D5myx+ZwwUDAIRh2EU1wYRFItA6FwvIjdcGJr4qFYakiSBlTavlABwsJth7mUWmSyBOAfnAkQE4gKccxBx/MoYmHmcxuH+NgAwGQ03j3NeRjjnoGqcC/zcIgghAMBkNISJuKlbEy4EaKdoKerC5nNMxQdlgVx+t0siKhYQovwV1rbdtyoNxlhxxoqilBMA0uuES6Pt6NqP2hHsoDarhJuXD2F5NV/uuJR1T4XLzvTJ25/VyHUnzgzba0YkKq6pdB4T00m47EyvPhU1M54asy3ee5o55bvwQQWAr/PHMBfbQGhGrykCANqARZ8asy3+ccYjg/K3kcF9UQAYvrJ29dmrDUxHlnOxu72P+rpYrq5eFU39K649TCF0tnPB0WdtCt2z48rQHIp+8XTHu9ET7alm0aY6fnFHjda98a/w3wZjDJLP5xv3+/1aK+F4PJ7cBm32CUNiyI2GAAAAAElFTkSuQmCC" alt="" /></p>

When I mark a word there comes a small blue sign in the right corner above the marked word:

This only happens under Firefox 3.6 Mac. With Apple Safari it doesn`t occur. Do you have an idea what the reason is for this failure of FCKEditor?

#6089 Support for iPad Garry Yao New Feature Normal CKEditor 3.6.2 General
Description

In #5440 we have disabled CKEditor on mobile devices. It looks however that there is a chance that it may work on iOS4.

I do not have a Mac to check it, but it might be worth to investigate it.

#6090 IE: Textarea with selection inside causes Link dialog issues Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

In IE, textarea with selection inside, causes Link dialog issues.

Reproduce

  1. Open editor with textarea inside the document.
  2. Click first time to focus textarea.
  3. Click second time close to the border to move selection inside textarea.
  4. Open Link dialog.
  5. Type URL and hit OK.

Result: JS error is thrown.

#6094 Find & replace is not working properly with Tables in the content. Garry Yao Bug Normal CKEditor 3.4.2 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type the word test 2 times and then insert a Table with 3 rows and 2 columns.
  1. Type the word test in all Tables Table cells
  1. Open find and replace dialog, go to replace tab Enter the word(tt) in Find what field and word(xx) in Replace with field
  1. click on Replace button.

Expected result:

An error dialog should come up saying "The specified text was not found".

Actual Result:

It is highlighting last Char 't' in the last word before the table and first character 't' in the first word in first Table cell.

  1. Click on Replace button again.

It will create a new word xx in the new paragraph above the Table

  1. Click on Replace button again.

It is highlighting last Char 't' in the word in first Table cell and first character 't' in the first word in second Table cell.

  1. Click on Replace button again.

It is adding a new cell in between the first two cells with a new word xx

  1. Click on Replace button again

It is removing all Table cells and leaving just one Cell with word es

And when we Replace after that we are not getting any error dialog or any error.

if we repeat the above procedure by clicking on Replace All button we are getting a dialog saying 6 ocurrences replaced and it is adding anew cell between each Table Row and it is adding a new word xx above the table.

#6095 addMenuGroup is not a function Bug Normal General
Description

I have this error "a.addMenuGroup is not a function" when I remove at once plugins contextmenu and scayt.

CKEDITOR.editorConfig = function( config )
  {
  config.removePlugins = 'contextmenu,scayt';
  }

Error is not triggered when I additionally remove liststyle.

Other people only disable plugin "scyte" to achieve this error. Look at this thread http://cksource.com/forums/viewtopic.php?f=11&t=18990

I think that is because plugins "liststyle" and "scyte" need required property with "menu" plugin.

I added this lines to source files and it seems to work:

File \ckeditor\_source\plugins\liststyle\plugin.js:10

(function()
{
	CKEDITOR.plugins.liststyle =
	{
  	requires : [ 'menu' ],               // HERE 
		init : function( editor )
		{


And in file \ckeditor\_source\plugins\scayt\plugin.js:486

	CKEDITOR.plugins.add( 'scayt',
	{
		requires : [ 'menubutton', 'menu' ],       //HERE

		beforeInit : function( editor )

#6096 Error when double clicking on a input Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description

FUP of #6090, double clicking on an input throws an error.

#6097 The bookmarks still have the old '_fck' prefix Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 General
Description

The bookmarks still have the '_fck_bookmark' attribute. It should be renamed to '_cke_bookmark'.

#6098 It is possible to change the direction of a readonly element Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description
  • Load the following:
    <p contenteditable="false">
    	aa</p>
    
  • Click on the paragraph and click on one of the bidi icons.
#6099 BIDI: when we apply explicit language direction to Numbered/Bulleted List the corresponding BIDI Tool bar icon is not highlighted in the Toolbar Tobiasz Cudnik Bug Normal CKEditor 3.4.2 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type few lines of text, select all the lines,click on Numbered/Bulleted list icon.
  1. See that a Numbered/Bulleted list appers with the selected lines of text.
  1. Now select the Numbered/Bulleted list and Click on RTL icon in the Tool bar.

Expected Result:

Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step and RTL icon is selected in the Tool bar.

Actual Result:

Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step but RTL icon is not selected in the Tool bar.

same behavior happens when we apply LTR direction to Numbered/Bulleted list.

#6100 BIDI: when we change Table language direction indentation of text in Table cells is not applied correctly. Tobiasz Cudnik Bug Normal CKEditor 3.4.2 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Insert a Table and enter text in all Table cells, Indent the text in few cells.
  1. Activate Context menu and select Table properties option.
  1. In the Table Properties dialog on Advanced Tab, change the Language direction of the Table to Right to Left(RTL) and click OK button.

Expected Result:

Table language direction is changed to right,Table cells should be shown as reversed,Table Cells & text in Table cells should appear as a mirror image of Table in previous step and indentation for Paragraphs in Table cells should be changed from left to right.

Actual Result:

Table language direction is changed to right,Table cells are shown as reversed,Table Cells & text in Table cells are appearing as a mirror image of Table in previous step but the indentation for Paragraphs in Table cells still shown as left.

#6101 _samples missing? Task Normal General
Description

Were the _samples intentionally left out of the 3.4 release? Did they move? Am I going insane?

#6102 CKEditor NightlyBuild 5813 just running on local Server or IExplorer Bug Normal General
Description

I integrated CKEditor into my CMS, and after a lot of testing, I found out, that not even the DemoFiles are running on a real Webserver, except Internet Explorer 7.

Verify on following link: http://www.kirchensoft.ch/Demo1/CKEditor/_samples/fullpage.html

Editor is loaded and displayed perfectly in InternetExplorer 7, but not on all other browsers Safari, Opera, Firefox, Netscape Navigator

The same problem happens on Releases 3.3.1 and 3.3.2

#6103 Read-only: Bug feature for inline elements Frederico Caldeira Knabben Bug Normal CKEditor 3.5 Core : Styles
Description

Currently, the style system is made in a way that it will never touch read-only elements.

The above is good for block elements, but when we talk about inline elements, this is not true.

Here we have a simple TC:

  1. Load the following:
<p>
    My name is <span contenteditable="false">%NAME%</span>,
 I&#39;m from <span contenteditable="false">%CITY%</span>.</p>
  1. CTRL+A to select all.
  2. Click the Bold button.

Current Results:

<p>
	<strong>My name is </strong><span contenteditable="false">%NAME%</span><strong>,
 I&#39;m from </strong><span contenteditable="false">%CITY%</span><strong>.</strong></p>

Expected Results:

<p>
	<strong>My name is <span contenteditable="false">%NAME%</span>,
 I&#39;m from <span contenteditable="false">%CITY%</span>.</strong></p>

So, the basic ideas is that, if a read-only inline element is fully included in the selection, then it get's included in the style range.

Is this assumption correct? Are there cases where this is not desired?

#6104 Error when trying to upload image on a page with two ckeditor instances Bug Normal UI : Dialogs
Description

I get a Javascript error when I try to upload image with ckeditor. this error happens only when I have more than one instance of ckeditor in a page.

Error Details:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3) Timestamp: Mon, 28 Jun 2010 08:03:56 UTC

Message: '_.filebrowserSe' is null or not an object Line: 50 Char: 414 Code: 0 URI: http://www.mysite.com/ckeditor/ckeditor.js

#6105 error when trying to upload images Bug Normal General
Description

I get an error when I'm trying to upload image with a second instance of ckEditor. I have a page with two ckeditors. I tried to upload image with the two of them and I get an error only in the second one:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3) Timestamp: Wed, 4 Aug 2010 14:51:01 UTC

Message: Object doesn't support this property or method Line: 8 Char: 1774 Code: 0 URI: http://dev.test.com/ckeditor/plugins/image/dialogs/image.js?t=A73H4H9

In firefox I also get an error:

Error: E.setCustomData is not a function Source File: http://dev.test.com/ckeditor/plugins/image/dialogs/image.js?t=A73H4H9 Line: 8

#6106 use page-break-before instead of page-break-after New Feature Normal General
Description

When I insert a page break in ckEditor it embed the following HTML <div style="page-break-after: always;">

However from CKEditor I want to copy and paste back into MS Word and also call 3rd party tools that convert HTML 2 PDF. However the stlye page-break-after is not reconginised by any of these tools and the page breaks are not retained.

If we replace page-break-after with page-break-before 2 places in ckeditor.js 2 places in plugins\pageBreak.js

This fixes the issue and makes life much easier.

#6107 Remove block style via the list Garry Yao Bug Normal CKEditor 3.5.1 Core : Styles
Description

Currently it's impossible to remove block styles via the combo by clicking on the active option.

#6108 div style Tobiasz Cudnik Bug Normal CKEditor 3.4.1 General
Description
  1. Put this as html:
    <div class="someclass">
    	<div>
    		<p style="text-align: justify;">
    			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum vel eros lacus, vitae tempor arcu. Pellentesque ut mi vitae elit semper rutrum. Fusce non pretium velit. Etiam egestas tellus erat. Ut ut libero magna, quis varius turpis. Ut at consequat enim. Donec id sem vitae nisl dictum egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis cursus bibendum metus. Pellentesque venenatis, leo sed tincidunt euismod, odio orci ultricies lacus, a lobortis mauris ipsum ac enim. Cras rhoncus quam eget libero elementum eu aliquam lacus ornare. Duis ac purus ligula, et accumsan massa. Aenean consequat bibendum quam, quis ullamcorper tortor cursus quis. In adipiscing rhoncus tempor. Nam pellentesque, enim eget suscipit porta, ante quam dapibus nibh, a auctor risus eros quis tellus. Sed egestas lobortis augue et tristique. Integer aliquet, diam in tempus venenatis, dolor arcu malesuada augue, eget fermentum leo lacus id turpis. Fusce tempus volutpat nisi.</p>
    	</div>
    </div>
    
    
  2. Right click -> Edit Div -> Advanced -> Style -> "line-height: 30px" -> OK


  1. As before -> Remove "line-height: 30px" OR change it -> click OK -> No effect - stays "line-height: 30px"
#6109 use commitContent() and setupContent() methods in pastetext plugin dialog Sa'ar Zac Elias Task Normal CKEditor 3.5.4 General
Description

We are currently integrating CKEditor into ExtJS.

There seems to be a standard pattern for separation of concerns between user interface and data layer.

When a CKEditor shows a dialog data is normally set via the setupContent() method, on okay data is normally stored via the commitContent() method. The pastetext plugin dialog does not follow this pattern. To be reusable in our/ other integrations it should follow this standard pattern.

Find a patch for the ckeditor/_source/plugins/pastetext/dialogs/pastetext.js file attached.

#6110 Code altered after deleting quotation mark within <td> Bug Normal Core : Output Data
Description

When using a single quote within a double quote "BOTH" ckeditor and fckeditor cancel out the single quote which in turn is altering the code in the background.

TC:

  1. In CKEditor, delete all content
  2. In source editing paste:
    <table>
      <tbody>
    	<tr>
    	   <td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px">
    	&nbsp;</td>
    	</tr>
       </tbody>
    </table>
    
  3. Delete last " mark in <td>
  4. Switch to WYSIWYG mode - the table cell is missing or messed
  5. and back to Source editing
  6. <td></td>line is interpreted wrong or deleted
    1. in Chrome7 & Safari:
      <table>
        <tbody>
          <tr>
          </tr>
        /tbody>
      </table>
      
    2. in Firefox 3.6.9:
      <table>
        <tbody>
      	<tr>
       	 <td 216px="" align="center" bgcolor="#009900" class="style26" http:="" index_htm_files="" style="" width:="" www.aaagraphicsanddesign.com="">
      	 &nbsp;</td>
      	</tr>
        </tbody>
      </table>
      
    3. in IE8
      <table>
      	<tbody>
      		<tr>
      			&lt;td align=&quot;middle&quot; bgcolor=&quot;#009900&quot; class=&quot;style26&quot; style=&quot;background-image: url(http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px&gt; &nbsp;
      		</tr>
      	</tbody>
      </table>
      
    4. in Opera 10.62
      <table>
        <tbody>
          <tr>
      	<td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px&gt;
      				 &lt;/td&gt;
      		&lt;/tr&gt;
      	&lt;/tbody&gt;
      &lt;/table&gt;
      ">
      	&nbsp;</td>
          </tr>
        </tbody>
      </table>
      
#6111 Splitting cell horizontally after splitting another vertically can cause incorrect colspans Martin Bug Normal CKEditor 3.6.3 Core : Tables
Description

Steps to reproduce:

  1. Create a 3x3 table
  2. Split vertically the third cell in the second row
  3. Split horizontally the second cell in the third row.

Expected: 4x4 table with some cells merged Actual: 2nd cell in 2nd row has colspan=3, causing the last cells in the 2nd and 3rd row to stick out the right side of the table.

#6112 BIDI: Alignment set to text in Table cell is not shown in the Tool bar when we press Enter to start a new Paragraph Tobiasz Cudnik Bug Normal CKEditor 3.4.1 General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Insert a Table, go in to a Table cell, and click on an Alignment option(for eg: Align Right) in the Tool bar.
  1. Now Type the text in the cell and see that it is Right Aligned and Align Right icon in the Tool bar is highlighted.
  1. Press Enter.

Expected Result:

A New Paragraph starts and it should have Right Alignment as well and Align Right Icon in the Tool bar should be highlighted.

Actual Result:

A New Paragraph is started and it has Right Alignment but Align Right Icon in the Tool bar is not showing as highlighted and when we keep the cursor in the previous paragraph Align Right icon is not even highlighted for that Paragraph as well.

same behavior happens for all the Alignment options.

#6113 editing textarea value New Feature Normal General
Description

The form textarea plugin can't not set / edit value.

#6115 BIDI: when we apply RTL direction to a pasted Table, Borders are missing on one side. Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
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 the Table direction to Right to Left(RTL).

Expected Result:

Table language direction is changed to right,Table cells & content in Table cells should be shown as mirror image of Table in previous step 2.

Actual Result:

Table language direction is changed to right,Table cells & content in Table cells should be shown as mirror image of Table in previous step 2 but Borders for the Table is missing on the left side.

we are using the following config options.

Paste from Word configuration

config.pasteFromWordRemoveFontStyles = false;

config.pasteFromWordRemoveStyles = false;

#6116 The contentEditable attribute is lost from textareas and inputs Sa'ar Zac Elias Bug Normal General
Description
  • Load the following:
    <textarea contentEditable="false">Text</textarea>
    
  • Go to source mode.

Notice that the attribute is missing.

#6117 BIDI: Language direction is changing when we come out of Numbered/Bulleted list Tobiasz Cudnik Bug Normal CKEditor 3.4.1 General
Description

To reproduce the defect:

Scenario 1:

  1. Open Ajax sample.
  1. Type few lines of text, select all the lines & click on RTL icon in the Tool bar.
  1. See that the language direction of the lines are changed to Right and RTL Icon in the Tool bar is selected.
  1. Now select all the lines and click on Numbers/Bullets icon in the Tool bar.
  1. See that a Numbered/Bulleted list appears with RTL language direction.
  1. Now select all the list items and press Decrease Indent icon.

Expected Result:

Numbered/Bulleted list is removed but the Language direction of text in the lines should still be from Right to Left(RTL).

Actual Result:

Numbered/Bulleted list is removed but Language direction of text in in the lines is removed and they have no language direction set.

Scenario 2:

  1. Open Ajax sample.
  1. Type few lines of text, select all the lines & click on RTL icon in the Tool bar.
  1. See that the language direction of the lines are changed to Right and RTL Icon in the Tool bar is selected.
  1. Now select all the lines and click on Numbers/Bullets icon in the Tool bar.
  1. See that a Numbered/Bulleted list appears with RTL language direction.
  1. go to the last list item and press Enter Twice.

Expected Result:

See that you are out of Numbered/Bulleted but the direction of text in the New Paragraph should still be from Right to Left(RTL).

Actual Result:

we are out of Numbered/Bulleted list is removed but New Paragraph has no explicit Language direction set.

#6118 Accessibility : Initial Focus should be set to to Tabs when Table Properties dialog is opened Sa'ar Zac Elias Bug Normal CKEditor 3.4 Accessibility
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Go to the Tool bar by pressing Alt + F10 and navigate to Table icon and press Enter.

Expected Result:

Focus should go to Tabs first, User can navigate the Tabs using Arrow keys, and he can select the Tab that he wants by pressing Enter or space bar. when the user presses enter focus should go to first element in the Tab.

Actual Result:

Focus is going in to the elements on Table properties Tab directly when we open Table dialog.

#6121 Chrome: Styles are hardcoded when text is moved Bug Normal General
Description

I use CKEDITOR.config.contentsCss to apply a certain style to the contents of the editor. All is working well, but when I select a heading and move it to another paragraph, styles are hardcoded all of a sudden. After the move, a H1-tag looks something like this: <h1 style="font-size: 25px; margin-bottom: 12px; margin-top: 10px;">. Somehow the style from the stylesheet is hardcoded into the tags.

But it only happens in Chrome, in IE8 and FF tags are not changed!

Its easy to reconstruct it. Download the zip-file from http://ckeditor.com/download Edit the "ajax.html"-file Add "CKEDITOR.config.contentsCss = 'XXXXXXXXXX.css';" after line 27 Test it in Chrome.

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