Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (8201 - 8300 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#9592 Clarify config options apply to one specific creator Task Normal General
Description

We need to find a way to mark in JSDoc, if one configuration is creator specific, to one creator, e.g. autogrow configurations are for themed ui only.

#9593 A number of moono skin regressions Garry Yao Bug Normal CKEditor 4.0 UI : Skins
Description

The following regressions have been introduced by #9540:

  • [Opera] Dialog resizer is invisible (Skin file change a8bb7560b9 regressed this issue)
  • Dialog button flickering on hover in HC mode.
  • [IE7] Dialog buttons are displayed too low (top padding is too large).
#9594 Cannot tab past CKEditor when it is in read only mode Frederico Caldeira Knabben Bug Normal CKEditor 4.0.1 Core : Read-only
Description
  • Open _samples/readonly.html.
  • Click the 'Make it read-only' button and then tab through the page until the editor gets focus.
  • Tab again to move focus to the button below the editor.

Problem: It is not possible to Tab / Shift+Tab once the read only editor has focus.

This is also an issue in CKEditor 4.0 if the editor contains some focusable element. In this case, pressing tab when the editor has focus, moves focus to the first focusable element inside the editor contents and then it is not possible to Tab / Shift+Tab.

#9596 Config.width doesn't accept CSS values Garry Yao Bug Normal CKEditor 4.0 General
Description

Try '50%' and '50em'. In v3 it works, in v4 editor has 100%.

#9597 Config.height accepts percentage value Olek Nowodziński Bug Normal General
Description

It shouldn't accept value like '50%', but it does and tries to do something. The result is broken - on Chrome I have huge editor, when on FF it's tiny.

#9598 Entire source code is indented few times when startupMode = 'source' Piotrek Koszuliński Bug Normal UI : Source View
Description

Open editor with { startupMode: 'source' } and see that entire HTML source code is indented (three times for me).

#9599 Magicline's config options are prefixed with "line" Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description

I was confused what these options mean and this is the last chance to fix their names. They should be prefixed with "magicline".

#9600 Table insertion overflows inline editable Garry Yao Bug Normal CKEditor 4.0 Core : Tables
Description

Table insertion now impose a fixed width, this looks good for framed editable, but it always overflow inline editing area which are mostly smaller.

#9601 Support for config.disableReadonlyStyling is missed in v4 Piotrek Koszuliński Bug Normal CKEditor 4.0 Core : Styles
Description

There's a doc, but nothing else :).

Lack of this feature may be verified in placeholder plugin - in v3 placeholder may be bolded, in v4 no.

#9602 inline editor position is not anchored to contenteditable when there's dynamic content Bug Normal UI : Toolbar
Description

problem: in the case where an inline editor is created via javascript and activated by clicking inside the contenteditable div, but then dynamic content pushes down or pulls up the contenteditable div, the inline editor is displayed in the wrong location.

expected: inline editor should be anchored to the contenteditable div, or position refreshed when activated, even if the position of the contenteditable div changes on the page.

run attached code sample for demonstration of behavior. just put inside the ckeditor folder alongside ckeditor.js

execution steps: 1) run page 2) click inside the contenteditable div to activate the editor 3) click "add space" to push down the contenteditable div 4) click inside the contenteditable div and observe the incorrect editor position

#9603 Inline editor UI direction in RTL Garry Yao Bug Normal CKEditor 4.0 Core : BiDi
Description
  1. Load the attached sample page;
  2. Check the UI direction:
  • Actual: Inline editor UI is not inherited from the content page in RTL.
#9604 Loading error when use extraPlugins Garry Yao Bug Normal CKEditor 4.0 General
Description

Load any sample page with the following configuration will cause JS error thrown:

	config.plugins = 'toolbar,link';
	config.extraPlugins = 'dialog';
#9605 Various float space offset configs not working properly Garry Yao Bug Normal CKEditor 4.0 UI : Toolbar
Description
  1. Load inlineall sample with the following configs:
    	config.floatSpaceDockedOffsetX = 10;
    	config.floatSpaceDockedOffsetY = 10;
    	config.floatSpacePinnedOffsetX = 30;
    	config.floatSpacePinnedOffsetY = 30;
    
    
  • Expected: float space offsets follow the above ones.
  1. Click in the editor in column 3.
  2. Scroll the page to move float space from in between docked or pinned.
  • Actual: the offsets provided in configuration doesn't take affect - offset didn't change between two modes.
#9606 forcePasteAsPlainText not always working Piotrek Koszuliński Bug Normal CKEditor 4.0 Core : Pasting
Description
  1. Load editor in replacebyclass sample with forcePasteAsPlainText set to true;
  2. First click on Paste From Word button and paste some random text;
  3. Now use either Ctrl-V, or click on Paste button to paste some HTML from the clipboard.
  • Actual: Clipboard contents are pasted in HTML.
#9608 Tab should leave listbox in smiley and specialchar dialogs Piotrek Koszuliński Bug Normal CKEditor 4.0 Accessibility
Description

V4's version of issue we had in v3: #9101.

Tab should be used to leave the listbox that is rendered in the smiley and specialchar dialogs, according to standard WAI-ARIA practices.

Not allowing tab to leave the listbox makes it hard for the user to know whether there are other input fields in the dialog, as they need to traverse the whole listbox.

#9609 JavaScript error when inserting new column in the table Olek Nowodziński Bug Normal CKEditor 4.0 General
Description

V4's version of ticket which we had in v3: #8295.

Insert the following code:

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
		<tr>
			<td>
				1.1</td>
			<td>
				1.2</td>
		</tr>
		<tr>
			<td>
				2.1</td>
			<td>
				2.2</td>
		</tr>
		<tr>
			<td>
				3.1</td>
			<td>
				3.2</td>
		</tr>
	</tbody>
</table>

Go to cell 1.2, right click and choose Cell->Insert Cell Before.

Keep cursor in cell 1.2 right click and choose Column->Insert Column Before/After.

Issue: JS error is thrown and error message: 'colSpan' is null or not an object.

#9610 Focus style for various UI elements is nearly invisible Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description
  1. Smileys.
  2. Dialog buttons.
  3. Special chars. Focus isn't well visible too. What's more - tab key navigation seems to be broken in this dialog, but this is a separate issue (#9611).
#9613 Nested Table Vertical Spacing Issue Bug Normal Core : Tables
Description

Browser: Google Chrome 22.0.1229.94 m OS: Windows 7 64bit

Steps to Reproduce: 1) create a 1x1 table, cellpadding="0", cellspacing="0", border="0", width="100%". 2) create a 2x3 table within table(1). cellpadding="0", cellspacing="0", border="0".

Issue: There's a space (empty row) between the bottom of the inner table and the outer table. It is impossible to remove this vertical spacing without editing the source code.

Solution: There's two ways to fix. 1) In source code view, delete all the spaces between the inner </table> and the outer </td>.

2) In source code view, delete ONE space before the outer tables </td>.

Additonal Info (slightly off subject): You probably know already, but any spaces between opening and closing table tags also creates vertical spacing issues in several email clients.

#9615 Some plugins' icons should be updated Bug Normal CKEditor 4.0 UI : Skins
Description

UIColor button has different icon in build than in dev version. Perhaps other icons that changed recently may be outdated too.

#9616 PasteFromWordRemoveStyles option doesnt work with ASP.NET control Bug Normal Plugin : Paste from Word
Description
  1. Open FirstUse.aspx ASP.NET sample
  2. Set PasteFromWordRemoveFontStyles="False" and PasteFromWordRemoveStyles="False"
  3. Run the sample
  4. Paste contents from attached word file

Result: Notice that table background is not pasted but all the font styles are.

Possible cause:
If you see HTML of sample page you will notice that ony "pasteFromWordRemoveFontStyles" : false is present.
This is happening because (can be checked in Visual Studio) CKEditor ASP.NET control has PasteFromWordRemoveStyles set to false by default while in JavaScript editor this value is set to true.
Because PasteFromWordRemoveStyles="False" is treated by control as default value it is not being included in resulting JavaScript. Then default property which is set to true from config is being used instead. This result in missing styles.

To work around to the problem just put in ckeditor/config.js

config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles=false;
#9617 IE, setting autoParagraph to false doesn't work Bug Normal General
Description

setting autoParagraph to false doesn't really affect IE9 (didn't test other IE versions)

#9618 Bottom space should not be visible when empty Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description

With the following configuration:

config.removePlugins = 'elementspath,resize';

The bottom space of the editor should not be rendered. It should be just a 1px line, just like the left and right borders.

#9619 Bad toolbar margins with toolbarLocation = 'bottom' Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description

With the following configuration:

config.removePlugins = 'elementspath,resize';
config.toolbarLocation = 'bottom';

The toolbar should have the same margin space at the top and the bottom.

Additionally, the top space of the editor should not be rendered. It should be just a 1px line, just like the left and right borders. (Just like #9618)

#9620 Isn't working in Chrome Bug Normal General
Description

I have the latest version of CKEditor and the latest version of Chrome (23) and the CKEditor is not working. I am not getting any errors in Firebug lite and it works just fine in FF.

#9621 No focus style for disabled buttons Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description

Unlike v3, v4 doesn't have any styling for disabled buttons on the toolbar:

  1. Put the focus in the editor.
  2. ALT+F10 to focus the toolbar.
  3. TAB to move to any toolbar group with disabled icons.
  4. ARROW-RIGHT to move among the buttons.

Note that the disable buttons have no style, so the focus gets visibly lost.

Disabled buttons should simply use the background styles used on hover of enabled buttons when they have focus.

#9622 IE Bug (Source Mode more then one instance) Piotrek Koszuliński Bug Normal CKEditor 4.0 UI : Source View
Description

This may be a bit picky but is pretty annoying (Only does it in IE) If I have one instance which has source mode on, then go to another instance and switch to source and back to wysiwyg it locks up.

#9623 Selectionmark plugin should be removed from repo Task Normal CKEditor 4.0 General
Description

We dropped support for it few months ago. There's no documentation, sample or whatsoever. To avoid confusion is should be removed and kept in feature branch.

#9624 Unable to run builder with no plugins in profile Bug Normal Project : CKBuilder
Description

The following error occurs when running ckbuilder with no plugin entry:

Exception in thread "main" org.mozilla.javascript.JavaScriptException: Error while generating sprite image: invalid width (0) (e:\CKBuilder\src/lib/image.js#186)
#9626 Move moono icons to plugins' folders Garry Yao Bug Normal CKEditor 4.0 General
Description

We need to update plugins' icons.

#9628 New contents.css Olek Nowodziński Task Normal CKEditor 4.0 General
Description

We should have a rich contents.css, which makes contents created with the editor modern and cool.

This could be accompanied by new samples contents (getting rid of Little Red...) that will also make the editor look cool when loading a sample. Other than beautiful at the first glance, it can also expose some of the editor features.

#9629 New inline icon for anchor Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description

I don't mean toolbar icon, but this little one that we're displaying inline in the editor contents.

#9630 Image disappears when horizontal rull button is clicked Bug Normal General
Description

Firefox, mac. On nightly build here http://nightly-v4.ckeditor.com/3854/samples/inlinebycode.html. Image is selected then hr is clicked and image disappears. See screenshots. Image handles are still visible.

#9631 List TC broken with inline creator run Garry Yao Bug Normal CKEditor 4.0 Core : Lists
Description

The following TC fails from inline creator run, in all browsers.

http://v4.ckeditor.t/dt/plugins/list/list_enterBr.html#test apply list

#9633 New icon for placeholder Olek Nowodziński Bug Normal CKEditor 4.0 UI : Skins
Description

There's a question also - why currently we've got two placehoder icons? createplaceholder and editplaceholder?

#9636 Do not extend the toolbarGroups config object Piotrek Koszuliński Bug Normal CKEditor 4.0 UI : Toolbar
Description

Change the appendto.html sample with the following:

var globalConfig = {
	height: 50,
	toolbarGroups : [ { name: 'basicstyles', groups: [ 'basicstyles' ] } ]
};

CKEDITOR.appendTo( 'section1', globalConfig );
CKEDITOR.appendTo( 'section1', globalConfig );
CKEDITOR.appendTo( 'section1', globalConfig );

Check the results :|

It seems that we're touching the original toolbarGroups configuration object internally. This brings troubles when there is a global configuration option in the application, which is reused by several editors.

If we want to use the original toolbarGroups object internally, we should make a depth copy of it instead.

#9638 a11yhelp availablity Piotrek Koszuliński Bug Normal CKEditor 4.4.3 Accessibility
Description

With preset-basic build profile, the editor is built without the a11yhelp plugin, this causes a issue as the ARIA information still prompts the ALT-0 help info.

#9639 sourcearea plugin availablity Frederico Caldeira Knabben Bug Normal CKEditor 4.0 Documentation & Samples
Description

With preset-basic build profile, the editor is built without the sourcearea plugin, this causes a trouble on some samples that it fails to demonstrate the subject, e.g. fullpage and various output samples.

#9641 Cancel button with focus is too dark? Bug Normal General
Description

Just opened the "About" dialog and started wondering if I faced a bug (well just like in #9157 :P).

Okay, it's because of a focus, but should it look so strange?

#9642 Removed scayt and wsc plugins Frederico Caldeira Knabben Task Normal CKEditor 4.0 General
Description

Both scayt and wsc have been moved to external repos:
https://github.com/ckeditor/ckeditor-plugin-scayt
https://github.com/ckeditor/ckeditor-plugin-wsc

We must now remove them from ckeditor-dev.

#9645 XHTML and Flash samples fail with basic preset Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description

There's no writer so:

Uncaught TypeError: Object [object Object] has no method 'setRules'

#9646 [Webkit] Rendering error when switching between two inline editors Bug Normal General
Description
  1. Open inlineall sample (tested on Chrome).
  2. Set window size to ~1000px.
  3. Focus editor in middle column, so horizontal scrollbar appears.
  4. Focus editor in the left column.

Result:

This is a regression after https://github.com/ckeditor/ckeditor-dev/commit/b66b6d6

That patch fixes more irritating issue on Opera (editable's border rendered with z-index:inf). Both are browsers' issues.

#9647 Code indentation is broken in samples Piotrek Koszuliński Bug Normal CKEditor 4.0 Documentation & Samples
Description

Regression after https://github.com/ckeditor/ckeditor-dev/commit/6c11dffbb8fdccdb62ea70ca14253570ca63c63f

#9648 Font / Size rich combos are too narrow? Bug Normal CKEditor 4.0 General
Description

We develop looking at the English toolbar usually, but I guess it would be good to check how it looks in other languages.

Are we ok with the narrow Font / Size combos?

I'm not talking about expanding the size to match the label, but maybe it would be worth to include a few more letters?

#9649 Global variable leak ("i")? Bug Normal CKEditor 4.0 General
Description

1) I just noticed in Firebug some weird "i" variable. This variable is pretty popular, so I can image quite an interesting results of overwriting it accidentally

Can be reproduced on the nightly demo:

http://nightly-v4.ckeditor.com/demo/replacebyclass.html

2) after running the inlineall sample I see also data-cke-expando:

http://nightly-v4.ckeditor.com/demo/inlineall.html

#9651 Object styles are not being applied Garry Yao Bug Normal CKEditor 4.0 Core : Styles
Description
  1. Open the replacebyclass sample.
  2. Select the image.
  3. On the Styles combo, select "Image on Right".

BUG: Nothing happens.

  1. Go source.
  2. Remove the "style" attribute from the image.
  3. Back to wysiwyg, repeat steps 2 and 3.

It works now.

  1. On the Styles combo, select "Image on Left".

BUG: Nothing happens.

This makes me think that the editor is not applying styles is there is any conflict between the style definition and the styles present in the editor.

#9652 Fix lint errors Bug Normal CKEditor 4.0 General
Description

JSL revealed a lot issues on master that must be fixed ASAP:

  • Missing semicolons
  • Redeclared vars
  • Global scope leakage (#9649)
  • Etc.
#9653 Problems with IE10 Quirks mode Bug Normal General
Description

CKeditor 3.6.5 is not working in IE10 (Windows 7 and Windows 8) if there are no or wrong doctype declarations.

Internet Explorer 10 returns to Quirks mode if there are errors in the declaration of html doctype. In the IE10 Quirks mode CKEditor is not working.

<html>
<head>
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
<title>CKEditor</title>
</head>
<body>
	<textarea id="story" name="story" class=""></textarea>
</body>
	<script type="text/javascript" type="javascript">
	//<![CDATA[
		CKEDITOR.replace ('story');
	//]]>
	</script>
</html>
#9654 CKE 4.x - Problems with IE10 Quirks mode Piotr Jasiun Bug Normal CKEditor 4.2.1 General
Description
  1. Open attached sample in IE10 (You need to copy it to samples folder)
  2. Switch to source and back

Results:

  • Notice that buttons still have greyed out style (like in source mode)
  • When you click on toolbar button -dialog shows up but JS error is also thrown.

Message: Unable to get property '0' of undefined
Line: 1108
URI: /ckeditor4/plugins/dialog/plugin.js

#9655 CKE 4.x & IE7-9 - editor styles look really bad in quirks mode Piotrek Koszuliński Bug Normal CKEditor 4.0.1 General
Description
  1. Open attached sample in IE-9 (You need to copy it to samples folder)

Results: See attached pic

#9656 Should event.on/removeListener handle one listener attached multiple times to one object,event? Bug Normal General
Description

Question based on http://dev.ckeditor.com/ticket/9622#comment:4

Solution (or lack of it) should be discussed first.

#9657 Cut/Copy disabled Bug Normal General
Description

To reproduce in IE8: 1/Go to http://ckeditor.com/demo with paste option disabled (do not copy a text before opening CK editor). 2/Remove all the existing content. 3/Start typing in the editor. 4/Right click somewhere in the editor(nothing happens: OK) 5/Select the text you wrote, cut/copy buttons are disabled.

#9658 [IE9] Justify not working on selected image Garry Yao Bug Normal CKEditor 4.0.1 Core : Selection
Description

It's a designed feature to allow selected image to be aligned specifically, with only left/right alignment, while this feature doesn't work on IE > 9.

#9659 IE+Quirks support on v4 Bug Normal CKEditor 4.0.1 General
Description

IE+Quirks support must be verified and concluded on CKEditor 4. Currently, the UI at least is broken.

#9661 javascript:void(0) Invalid Value for Link Href Artur Delura Bug Normal CKEditor 4.4.1 General
Description

Is javascript:void(0) intended to be an invalid value for the link dialog? My view is that it should be allowed in the href field. It was formerly with FCKeditor.

You can reproduce in the http://nightly-v4.ckeditor.com/3928/samples/replacebycode.html.

  1. Paste <a href="javascript:void(0);">test</a> in source mode.
  2. Go to Wysiwyg.
  3. Edit link, and just try to save. You'll get "invalid value".

So, again, I believe there should be a way to allow this to support this method.

Thanks, Tom

#9662 Unable to re-assign style to an image Piotrek Koszuliński Bug Normal CKEditor 4.0 Core : Styles
Description
  1. Open http://ckeditor4.t/ckeditor/samples/replacebycode.html
  2. Insert an image with src assets/sample.jpg
  3. Assign style "Styled image (right)"
  4. Assign style "Styled image (left)"
  5. Nothing happened. Image holds "Styled image (right)".
  6. Double click the image to show properties. No property has been parsed (no url, alt, width, height...).

Related to #9651. Tested with latest Chrome.

#9663 Insert HR in table head crashes browser Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description
  1. Open replacebyclass sample;
  2. Put cursor inside of the first th of the contained table;
  3. Click on "Insertion Horizontal Line"
  • Actual: Browser crashes.
#9664 [Opera] When inline editor is focused by click on image toolbar doesn't pop up Bug Normal Core : Focus
Description
  1. Open inlinebycode sample.
  2. Click image.
  • Actual: Image is selected, but there's no toolbar.
  • Expected: Toolbar should pop up.
#9665 Some samples shouldn't be in editor basic release Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description

To reproduce:

  1. Opern editor_baisc release
  2. Go to Stylesheetparser sample - you can't check styles as there is no dropdown
  3. Go to table resize sample - it does not work and there are no table borders.

These I'm not sure of

  1. Go to BBCode sample - you can't check BBcode anywhere - There is no sourcearea plugin and E.g firebug won't show the BBcode
  2. Go to HTML or XMTL output - since there is no source area plugin the only way to see spans with classes or b tags is to use firebug.
#9666 Table inside tableresize sample in standard/basic relase doesn't have border Bug Normal CKEditor 4.0 General
#9669 Concerns regarding new contents.css Olek Nowodziński Bug Normal CKEditor 4.0 Documentation & Samples
Description

The following compatibility issues are found regard the new blockquote style:

  • Not compatible in RTL content
  • Not compatible with showblocks comman
#9670 [Standard] TableResize sample - table border missing Bug Normal CKEditor 4.0 Documentation & Samples
Description

A table inside of the sample displays without borders.

#9672 [Basic build] Tableresize plugin: error when resizing table Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description

The following error:

Uncaught TypeError: Object #<Object> has no method 'buildTableMap' plugin.js:8

right after clicking the middle (resizable) border of the table.

Works in full/standard build. Missing dependency?

#9673 Copy Paste error in IE8 Bug Normal Core : Pasting
Description

Hi, I have started using v3.6.5 and noticed a copy paste javascript error in Win7 IE8 (browser mode: IE8 and Document mode: IE standards)

Pre-condition:

The taget ckeditor field is not empty

Steps:

Copy some text (CTLR + C) Select part or while of the existing text in the field. Paste the text onto selected content (CTRL + V)

Observation

A javascript error pops up. (Line 135, Invalid argument) The paste, however, succeeds

I have seen some variants of this defect already reported. Since, I am researching integrating ckeditor into my web app, I would appreciate if someone from the dev team could let me kn ow the status of this defect.

Thanks

John

#9675 [FF3.x] Select all, copy and paste breaks divearea Piotrek Koszuliński Bug Normal CKEditor 4.0 General
Description
  1. http://ckeditor4.t/ckeditor/plugins/divarea/samples/divarea.html
  2. Ctrl + A, Ctrl + C
  3. Ctrl + V, Ctrl + V, Ctrl + V, Ctrl + V...
#9683 Implement tests for editable stripping in clipboard Olek Nowodziński Bug Normal CKEditor 4.0.1 General
Description

Tests should be written for #9675 and #9534.

#9684 Type error when nothing is selected in checkSelectionChange() (Cannot call method "getType" of null) Bug Normal General
Description

Version: 4.x Nightly (Rev. 3952) The call to a.getType() will fail, as the function getSelection(1) can return null.

function b() {
                var a = this.getSelection(1);
                if (a.getType() != CKEDITOR.SELECTION_NONE) {
                    this.fire("selectionCheck", a);
                    var b = this.elementPath();
                    if (!b.compare(this._.selectionPreviousPath)) {
                        this._.selectionPreviousPath = b;
                        this.fire("selectionChange", {selection: a,path: b})
                    }
                }
            }

The corresponding source code would be in: core/selection.js at line 15

function checkSelectionChange() {
		// Editor may have no selection at all.
		var sel = this.getSelection( 1 );
		if ( sel.getType() == CKEDITOR.SELECTION_NONE )
			return;

		this.fire( 'selectionCheck', sel );

		var currentPath = this.elementPath();
		if ( !currentPath.compare( this._.selectionPreviousPath ) ) {
			this._.selectionPreviousPath = currentPath;
			this.fire( 'selectionChange', { selection: sel, path: currentPath } );
		}
	}
#9685 MS-WORD copy paste error from "ckeditor_tablebug_document.docx​" attached Bug Normal Plugin : Paste from Word
Description

Hi CKEditor team,

We integrated CKEditor 3.6 to our product but would like to report a bug.

Bug description:

  1. I have a table copy-paste from WORD 93-2007 doc (see attachment).
  2. Click on "Paste from Word" icon.
  3. Copy table (CTRL+C) then paste into the popup in CKEditor.
  4. CKEditor has a error: "It was not possible to clean up the pasted data due to an internal error." message.

This issue is reproducible on http://ckeditor.com/demo (which is 3.6.5.) I believe it is because of the some of the format inside the table cell that contains extra tags that can't be parsed by ckeditor therefore bringing the error message.

Thanks, Feng Zuo

#9686 Missing content style for <pre> Olek Nowodziński Bug Normal CKEditor 4.0.1 Documentation & Samples
Description

<pre> didn't get styled from this change, especially considering the white-space attribute, which helps to eliminate the overflow.

#9688 Wrong translation is loaded when translation is not vailable Frederico Caldeira Knabben Bug Normal CKEditor 4.0 UI : Language
Description

When opening a plugin with its own language files, and the selected language is not available, the first available translation is loaded.

Which means that the same instance is using: user language (e.g. Italian) AND Afrikaans, Arabic, Bulgarian etc.

To reproduce, take the uicolor plugin, remove "it" from "lang" property, configure the Italian language to be the default one and launch samples/uicolor.html

Happens both, in source and release version.

#9689 Div container command cause JS error Garry Yao Bug Normal CKEditor 4.0 Core : Styles
Description

Div container will throw JS error when opened.

Uncaught TypeError: Cannot call method 'getName' of undefined 
#9691 Context menu items not consistent Bug Normal General
Description

Context menu items disappear depending on whether a link has focus before clicking context menu open.

Steps to reproduce

  1. Open demo http://ckeditor.com/demo
  2. With right mouse button click a link in editor area to open up the context menu.
  • expected result would be context menu with Link and Unlink items but Unlink is missing.
  1. Repeat right mouse click on a link and context menu is different compared to first time.
  • now result is expected

Context menu is missing Unlink item in step 2. Will not happen if focus is first given to a link with either left mouse button or keyboard. This happens at least with links.

#9692 Samples requiring a plugin in development mode are not working out of the box Bug Normal CKEditor 4.0.1 General
Description

Just checked the uicolor sample (samples/uicolor.html)

In development mode (when working with source version), it would be nice to have the extraPlugins option still included in the sample, to not have to add it to config.js every time. It can be achieved by doing something like:

extraPlugins: 'uicolor', // %REMOVE_LINE%

This way in release mode, this entry will not be included.

#9693 UIColor picker doesn't change UI color on submit when "live preview" is switched off Piotrek Koszuliński Bug Normal CKEditor 4.0.1 UI : Skins
Description
  • Open UI color plugin sample.
  • Open UI color picker.
  • Switch off "live preview".
  • Change color and submit.

Nothing has changed.

#9694 config.contentsCss not working in inline editing Bug Normal General
Description

content.css is ignored when editing inline

i tried to set config.contentsCss to another file but it is ignored anyway

#9695 A11Y: Not possible to navigate out of Table without using Magicline Bug Normal Accessibility
Description

To reproduce the defect:

  1. Open Ajax sample & insert a table with default values.
  1. Navigate to empty paragraph after the table and press Backspace
  1. Empty paragraph after tables gets deleted & cursor moves to last table cell.
  1. Now press down arrow key to come out of the table.

Issue: we can't come out of the table using keyboard. This is an Accessibility Compliance issue, since Magicline feature not accessible using keyboard

#9696 IE: Text between list items getting overlapped when list items text has font size more than 36 Bug Normal CKEditor 4.3.2 General
Description

To reproduce the defect:

  1. Open Ajax sample, select font size of 48 and type some text.
  1. Select the text and click on Numbered/Bulleted list icon.
  1. Numbered/Bulleted list created with one list item.
  1. Press enter at end of list item to create new list item.
  1. Start typing the text in new list item.

Issue: see that the text in list items getting overlapped.

#9697 Disble auto unmatching tag correct option New Feature Normal General
Description

I have a problem when I allow users to edit their website templates using CKEditor.

Template files contains unmatching HTML tags intentionally. e.g., some open tags reside header.template, while closing tags for those reside in footer.template. And main content comes in between two templates.

However, when they open these template files, CKEditor auto-correct unmatched tags, then it breaks template files as a result.

Can we have an option for CKEditor to enable/disable this auto tag correct option?

#9698 content editable inside a main table causes bugs Bug Normal General
Description

There is a bug when you have a div with contenteditable="true" inside a main table.

There are many ckeditor functions not working inside these editable block. For example, if you have a structure like this:

<table cellpadding="0" cellspacing="10" border="0">

<tbody>

<tr>

<td width="500px">

<div contenteditable="true">

<p class="texto editable" style="text-align: justify;">

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas lectus eros, egestas ut fringilla a, adipiscing ac diam. Vestibulum odio risus, dignissim eu consequat quis, ullamcorper vel est. Donec aliquet lorem ut eros facilisis bibendum imperdiet nisl egestas...

</p>

</div>

</td>

</tr>

</tbody>

</table>

The main problem here is when you SELECT ALL.

Eg.: if you select all and want to delete the selection, THE WHOLE table will be deleted instead of deleting only the <p> content. The same happens with font-family, font-size and font-colors selectors. If you want to apply one of these options none of them will work because the SELECT ALL select the TABLE and not only the text...

#9699 Applying font styles to selection in inline mode creates empty element instead Piotrek Koszuliński Bug Normal CKEditor 4.0.1 Core : Selection
Description

When using an inlined editor, attempting to change font styles (either typeface or font size) results in an empty span being appended to the end of selection instead of changing the selection.

Steps to reproduce:

  1. Create an inline instance on a contenteditable element
  2. Enter a paragraph of text
  3. Select the paragraph of text from the right end to the left, starting from an empty space
  4. Use font plugin's richcombos to change the font size

Note: it is important how the selection is made. Selecting by double/triple clicking or Ctrl-A will always work.


As far as I can tell, this is due to the font plugin's use of richcombos that change the browser focus. Doing the same selection but using simple styles like bold/italics/underline works 100% of the time.

Tracing through the selection plugin, I found that window.getSelection() reports the selection as isCollapsed. However, when selecting another way (like Ctrl-A) avoids that.

#9700 Drop down button stays active after drop down closed by clicking on that button Bug Normal UI : Toolbar
Description
  1. Open any example with SCAYT (e.g. demo on new page).
  2. Open SCAYT menu (by clicking SCAYT icon ofc).
  3. Click SCAYT icon again to close menu.
  4. Drop down menu is closed, but button stayed active.
#9701 Firefox 17 - CKEditor 4 - Error: Permission denied to access property 'DEBUG' Olek Nowodziński Bug Normal CKEditor 4.0 General
Description

After upgrade Firefox to 17, CKEditor throws this error:

Error: Permission denied to access property 'DEBUG' [Parar en este error]

debug: window.top.DEBUG
{

/ckeditor/plugins/magicline/plugin.js (línea 33)

In Opera, Safari and Chrome work fine.

Regard.

#9702 CKEditor 4.x is missing keystrokes in config object. Bug Normal General
Description

Look at the dom for CKEDitor.
Property config is missing editor.config.keystrokes
Please also note that docs mention this option.

The only way to get to keystrokes now is through editor.keystrokeHandler.keystrokes.

#9704 Clear documentation for keystrokes related API Garry Yao Bug Normal CKEditor 4.0 Documentation & Samples
Description

This is: editor#setKeystroke and config#keystrokes

#9705 Various errors when running inside of an iframe with sandbox="allow-scripts" Bug Normal General
Description

Due to security restrictions, some browsers (latest Chrome, Firefox 17) throw errors when the editor is being run inside of an iframe with sandbox="allow-scripts". A research is needed.

Chrome:

Sandbox access violation: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://ckeditor4.t/ckeditor/samples/replacebycode.html. Both frames are sandboxed into unique origins. wysiwygarea.js:91

Firefox:

Error: Permission denied to access property 'document' wysiwygarea.js:91
  • Use attached sandbox.html to reproduce.
  • First report was in #9701.
  • There can be more errors like this.
#9706 Context Menu generates JS Error in inline mode when editor attached to Header element Piotrek Koszuliński Bug Normal CKEditor 4.0.1 UI : Context Menu
Description

The problem reproduces in inline mode when editor attached to element which does not wrap editable content into <p>. e.g. H1, H2, H3 tags.

Steps to reproduce:

  • open sample inlineall.html
  • initiate editor for the string "Lorem ipsum dolor sit amet dolor" - H3 element
  • select first word (Lorem) and make it bold
  • right-click on the first word (Lorem)

Expected result: Context Menu is displayed

Actual result: JavaScript error is shown in console: Uncaught TypeError: Object #<Object> has no method 'hasClass' /lib/ckeditor-dev/plugins/menu/plugin.js:346

#9708 Context Menu z-index problem when used from toolbar in inline mode Bug Normal UI : Context Menu
Description

Can be reproduced when spellcheck control is added to the toolbar (scayt plug-in should be enabled). Spellcheck control on toolbar use contextmenu to show possible actions.

Steps to reproduce:

  1. open sample inlineall.html
  2. active editor on one of controls
  3. RMB on editable area
  4. click spellcheck control on toolbar

Expected results: Spellcheck items list is shown over the toolbar

Actual results: Spellcheck items list is shown under the toolbar

If step 3. is excluded then Context Menu is working as expected

#9709 pastefromword should not depend on configuration from other styles Piotrek Koszuliński Bug Normal CKEditor 4.0.1 Plugin : Paste from Word
Description

Paste from word read the configuration on editor styles (block and inline) to properly migrate the elements, but it should still work without those plugins.

#9711 [enter BR] plain space is not trimmed on copy and paste Bug Normal Core : Selection
Description

OS: Windows 7 Browser: Firefox 16.02

  1. Ctrl+C/Ctrl+V in WYSIWYG mode of a single plain space character pastes a line break insead of single plain space character when paste is done in the middle or at the beginning of any text within a container.

To reproduce:

  • In enterMode set to BR, select a single plain space character in WYSIWYG mode.
  • Copy it using Ctrl+C.
  • Paste it anywhere in the beginning of any text contatiner or in the middle of text using Ctrl+V.
  • <br/> instead of plain space is pasted.

NOTE: This does not happen in other enterModes - space is trimmed which is by design.


  1. In all enterModes, Ctrl+C and paste through context menu or 'Paste' button of a single plain space character does nothing.

To reproduce:

  • Select a single plain space character in WYSIWYG.
  • Copy it using Ctrl+C.
  • Paste it anywhere using context menu or "Paste" button.
  • A secure paste dialog box appears.
  • Nor pressing Ctrl+V, neither selecting "Paste" in the context menu does nothing - you won't be able to paste a previously copied (?) space character here.

Note: "Paste Only Text" works OK.

#9712 Context menu open destories editor focus Garry Yao Bug Normal CKEditor 4.0.1 Core : Focus
Description
  1. open inlineall sample
  2. Click in one editable, open context menu
  3. Click in another editable, open context menu
  • So far good
  1. Go back to open context menu in the first editable.
  • Actual: Context menu opens up with editor focus moved to the second editable
#9713 Inline editing Source mode Olek Nowodziński New Feature Normal CKEditor 4.1 RC General
Description

In inline editing mode Source button is not displayed in toolbar

#9714 CSS for span imcomplete. Bug Normal UI : Skins
Description

When the page including CKeditor has defined a display setting for all spans comboboxes display incorrect.

This can be fixed by adding. table.cke_editor span {

display: inline

}

Currently it is assumed that no previous setting was applied, this does not have to be the case and therefore forcing the correct setting seems like a good idea to me!

#9715 Resize window bug Bug Normal CKEditor 4.5.2 General
Description

I found a problem by using 2 CKEditor instances in 1 page. After struggling for a while I found how to reproduce the bug. I tested it on the Demo page of CKEditor (http://ckeditor.com/demo) which made me clear it's not a bug caused by my own code.

As I said above I use 2 CKEditor instances. Both are in a hidden div (style="display:none;") and can be opened by clicking on a button. The bug I found was caused by resizing the browser window (which also occurs when you have 1 open tab and then open a second tab).

So we have a hidden div which contains a ckeditor. After resizing the browsers window we remove the display none so that the ckeditor is visible again. As you can see, the document isn't available now.

Reproduce steps on http://ckeditor.com/demo

  1. Find <div class="demoWrapper"> and give it the style 'display: none;'
  2. Resize your browser
  3. Remove the 'display: none;'
#9716 Fix FCKeditor browser detection to work with Firefox 17 Wiktor Walc Bug Normal General
Description

Hi CKeditor team,

Various bits of browser detection that FCKeditor does, in at least 2 places, break because the Firefox 17 User Agent has changed a bit. The Gecko part changed from:

Gecko/20100101 (this number had been frozen for 3 years)

to

Gecko/17.0

The main detector in fckbrowserinfo.js works, but there are other bits of the code which sniff browser versions which are broken. I don't have the details exactly to hand but here are two of them: http://dev.ckeditor.com/browser/FCKeditor/trunk/fckeditor_php5.php#L55 http://dev.ckeditor.com/browser/FCKeditor/trunk/fckeditor.asp#L202

Would you guys consider doing a small bugfix release of the software to update it, or have you decided never to do any more?

I note from your Wikipedia page that there was a security bug in FCKeditor a while ago. I suspect many people are still using vulnerable versions (we've certainly had problem reports from older versions). If you were to make this fix, we could then publicise it, which would encourage people to update and make them safer at the same time.

Gerv (Mozilla)

#9717 Inline editing aside tag Bug Normal General
Description

in inline edit mode editors cannot put a new element outside a trailing "aside" tag

Both hitting enter or using "insert paragraph here" create a new paragraph inside aside tag

<aside>
<dl>
	<dt>*</dt>
	<dd>ertetertertert.</dd>
	<dt>**</dt>
	<dd>ertertertertert</dd>
</dl>
</aside>
#9718 Paste from word plugin fails to load default clean-up file when not running under root web directory Bug Normal Plugin : Paste from Word
Description

All if our ckeditor files are deployed in a sub directory of our web application ('/resources/richtexteditor') while the ckeditor.js file is located under the root directory.

Because of this deployment type, we set the CKEDITOR.basePath property to the path to the editor's resource folder.

When pasting text from word into the editor instance, we see a 404 exception for the /pastefromword/filter/default.js file because the base path was not applied to the resource URL (see following screenshot).

When debugging the code, this.path (in pastfromword/plugin.js, line 15) contains an absolute URL (starting with http://) which will cause that the default CKEDITOR.getUrl() method does not prefix the 'resource' provided with the previously set base path.

It looks to me that the this.path should only contain a relative URL so that the CKEDITOR.getUrl() function can prefix it with the base path if needed.

Thanks, Johannes

#9720 [IE10] script error from elementpath Bug Normal CKEditor 3.6.6 General
Description

The following error is encountered from the elementpath.js, when trying to open context menu on a link.

#9721 Padding in content of div based editor puts editing area under bottom UI space Olek Nowodziński Bug Normal CKEditor 4.0.1 General
Description

See screenshot of http://ckeditor.com/demo#div

#9722 Repository ckeditor/ckeditor-release with ready to use releases Piotrek Koszuliński Bug Normal General
Description

As requested e.g. here https://twitter.com/jonnynott/status/273453091620278275

It'll be possible to add CKEditor as submodule, without any additional steps.

#9723 CKEditor User's Guide 404 Error Bug Normal General
Description

When clicking on the link "CKEditor User's Guide" (http://docs.ckeditor.com/user) in the "About CKEditor" dialog, it returns a 404 error. Either the link needs to be updated or the URL needs to redirect to the proper location.

#9724 Cursor bug in IE 9 and IE 10 Bug Normal Core : Focus
Description

We have a customer reporting that the cursor behaves inappropriately in IE 8 and IE 10.

The customer described it like this:

The IE 10 example repositioned the cursor and scrolled up. The IE 8 example repositioned the cursor to the beginning of the line.

and reproduced in the CKEditor Demo. I am attaching his videos as well.

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