Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (9601 - 9700 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#11598 IE11 Win7 - Error 80020101 when opening dialog for second time. Bug Normal General
Description

Please have a look at attached jing video.

To reproduce:

  1. Open replacebyclass sample
  2. Click on link button type something in URL and press OK
  3. Switch to source and WYSIWYG
  4. Scroll down a little bit and click in one of paragraphs below.
  5. Press Link dialog button

Result: Error 80020101 is thrown.

Problem can be reproduced in IE11 only from CKEditor 4.3

NOTE: it is not necessary to insert link. This also causes error: Open link dialog, Cancel, Source, Wysiwyg, scroll down, open link dialog.

#11599 Cannot decrease indent of single list item. Bug Normal General
Description

I tested it with IE9 and IE11 using DEMO page.
STR:
1) Create a flat numbered list with five elements.
2) Select elements 2-4 and press 5x "INCREASE Indent" button.
3) Now select one of the indented list element and try to DECREASE indentation.
RESULT: All of the indented list items move not just the selected one.
4) INCREASE the same element indentation.
RESULT: Single list element can be indented right but left.

#11600 Image2 plugin include class to indicate alignment New Feature Normal General
Description

Without a class on the figure element, it's not possible to apply some pretty fundamental styling e.g. left margin for right-floated elements.

Attached a quick one line patch to add 'align-left', 'align-center', 'align-right' class to the element.

#11602 onchange event does not fire for CKEditor textarea input elements. Bug Normal General
Description

My application uses onchange="fldchanged();". It does not fire. Tested on IE and FireFox.

#11603 [PR#80][Inline] Tableresize attaches to tables outside of editable Piotr Jasiun Bug Normal CKEditor 4.3.4 Core : Tables
Description

Following the pull request #80: it is possible to resize a table which belongs to DOM outside of an inline editable.

#11608 Selecting a style with attributes and then selecting a style with styles (but no attributes) retains the original attributes (and vice versa) Bug Normal Core : Styles
Description

Assuming the presence of the following style rules:

{ name: 'CSS Style', element: 'span', attributes: { 'class': 'my_style' } },
{ name: 'Marker: Yellow', element: 'span', styles: { 'background-color': 'Yellow' } }

Switching between the above styles using the Styles drop-down appears to be retaining styles/attributes from the originally selected style. This also results in both styles being selected when the Styles drop-down list is displayed.

Looking at the source, this appears to be due to the following lines of code at line number 1355 within the core\style.js file:

// #6226: attributes should be copied before the new ones are applied
if ( element )
   element.copyAttributes( el );

This looks to have been introduced to preserve the BIDI language direction when applying block formats. See ticket #6226.

#11611 'change' is fired when pressing arrow keys in the editor Marek Lewandowski Bug Normal CKEditor 4.4.4 Core : Undo & Redo
Description

When I use the arrow keys to change the cursor position in the editor there is a 'change' event fired for every keypress although no changes are caused by the arrow keys.

I'd appreciate if arrow keys are detected and the 'change' event wouldn't be fired in this case. Or to replace keypress by another event (as reported earlier, see comment on http://dev.ckeditor.com/ticket/10926)

This only happens in Firefox (I use 27.0.1 on OSX at the moment). Chrome and Safari seem to be fine.

#11612 Unable to find an image manipulation component Bug Normal Server : ASP
Description

I'm getting new error "Unable to find an image manipulation component". This happened to me in two different servers (with the newest version. one of them is Goddady) and in both of them it started the last month. I have all permission and the last ckfinder version. I see the same problem in your forum but no solution (the question with the xml). It happened to me in the asp version.

#11613 CKEDITOR.editor.resize won't accept CSS units for height Bug Normal General
Description

The documentation of CKEDITOR.editor.resize http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-resize reads:

resize( width, height, [isContentHeight], [resizeInner] ) Resizes the editor interface. editor.resize( 900, 300 ); editor.resize( '100%', 450, true ); Parameters width : Number/String The new width. It can be an integer denoting a value in pixels or a CSS size value with unit. height : Number/String The new height. It can be an integer denoting a value in pixels or a CSS size value with unit.

But its implementation is:

CKEDITOR.editor.prototype.resize=function(a,b,c,d){ var g=this.container,k=this.ui.space("contents"),l=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement,d=d?g.getChild(1):g; d.setSize("width",a,true); l&&(l.style.width="1%");

k.setStyle("height",Math.max(b-(c?0:(d.$.offsetHeight
0)-(k.$.clientHeight0)),0)+"px");

l&&(l.style.width="100%"); this.fire("resize"); };

If I call:

editor.resize("100%", "2em",true);

Math.max(b-(c?0:(d.$.offsetHeight
0)-(k.$.clientHeight0)),0) returns NaN

This results into a call to setStyle("height", "NaNpx"); which has no effect.

#11615 Enhanced Image Editor will not center align image and allow a link Bug Normal General
Description

Steps to reproduce:

  1. Insert an image
  2. Once image is created, add a link to the image using the Link button.
  3. Check source code of page and see that the image is wrapped with an href anchor as expected.
  4. Setting alignment to None, Left, or Right and the link remains. If you set the alignment to Center, the link wrapper disappears...

This is reproducible on the Image Tool demo here: http://ckeditor.com/demo#widgets

I really need the ability to have links on images, as well as left, right, and center align.

#11616 (Chrome) Resizing the editor while it's not displayed Szymon Cofalik Bug Normal CKEditor 4.5.2 General
Description

Issue

If the editor gets resized while not shown, I can't interact with the textarea when I decide to display the editor again.

Steps to reproduce

  1. Open JSFiddle http://jsfiddle.net/jtf3f/7/ in Chrome
  2. Resize the browser
  3. Click 'Toggle editor'-button
  4. Try to write anything in the editor

Browser & OS

  • Browser: Google Chrome Version 33.0.1750.117 m
  • OS: Windows 7 (x64) Enterprise SP 1

The issue is for Chrome only, I'm not experiencing the issue with Firefox and IE.

#11617 Fix typo in bower.json Bug Normal CKEditor 4.3.4 General
Description

There is a typo inside bower.json (website address), currently we have:

	"authors": "CKSource - Frederico Knabben (http://ckeditor.com)",

Should've been:

	"authors": "CKSource - Frederico Knabben (http://cksource.com)",
#11618 Cannot paste in modal text editor using Android/Chrome Bug Normal Accessibility
Description

Copy some text on the Android (tap and hold until blue text selection arrows appear). Select & copy.

Open modal text edit. Tap and hold EXPECT: Android "Paste" object appears - tap it to paste ACTUAL: Android "Paste" object appears very briefly - no time to tap

#11619 pasting numbered lists from MS Word - different behavior in CKE3 and 4 New Feature Normal General
Description

Configuration in config.js for this case is

config.forcePasteAsPlainText=true; 

When pasting a formatted numbered list from MS Word (or OpenOffice/LibreOffice) results to a html source code like this:

with CKE 3.6.3

<p>1. first item<br/>
   2. second item<br/>
   3. third item</p>

with CKE 4.3.2

<p>first item<br/>
   second item<br/>
   third item</p>

As you can see, in CKE 3 the numbered list was pasted as "hard coded" numbers, in CKE 4 it is ignored.

If you paste such a list in a text editor (like Windows editor, notepad++) you get the same behavior as in CKE 3.

It would be great if the old behavior from CKE 3 could be available in a future release, maybe controllable via a configuration setting.

#11620 My download of 4.3.3 won't work except in IE10 Bug Normal General
Description

I downloaded my build of 4.3.3 this morning (2/26). You can see a sample form at https://test.inlocc.iu.edu/orm/cas/test/ckedittest3.cfm This is barebones: just jquery, jquery-migrate and ckeditor

All browsers are up to date (not sure about Safari). Try typing something into the input field. IE 10 works (I'm told IE9 doesn't), FF does nothing, Opera, Safari and Chrome shows the text outside the field. FWIW I've gone back to an earlier version [2010] (replace the 3 with 1 in the URL) and it works.

I'm attaching (hopefully) an rtf file where I noted all the add-ons I included in the build.

#11621 Less extreme paste as plain text - keep semantic but strip styles Artur Delura New Feature Normal CKEditor 4.5.0 Beta General
Description

In the current situation we have the ACF and forcePasteAsPlainText (forcePAPT). The ACF works perfectly unless following happen:

  1. Editor has so many features enabled (e.g. fonts and colors) that it does not filter pasted content as precisely as user would want.
  2. Developer decided to disable ACF because of complexity of content which is going to be edited.
  3. Developer makes a decision that paste content should be filtered more strictly than content being edited. In this case he can use forcePAPT, but this option is too strict for many cases. For example one may want to preserve semantic, but no styling. See e.g. #11619.

The proposed solution is to replace forcePAPT with a separate ACF instance, which can be configured independently from the main one. We could have some presets available, like "semantic" preset which would allow HTML tags and some semantic attributes and "plaintext" preset which would allow only paragraphs and line breaks.

Note: these presets do not have to be correlated with editor features like main ACF is, because main ACF would be still applied to the inserted content.

#11626 Tableresize sets invalid width Piotr Jasiun Bug Normal CKEditor 4.4.1 Core : Tables
Description

When resizing a column to the maximum available width (by shrinking a column next to it), the width of the second column is set to 0, which is an invalid number.

When 0px is used, the column behaves like it did have width style set at all, while the fact is that user decided to resize it to the minimum. Setting 1px will preserve a narrow size of the column.

1) The moment of resizing a column

2) The second column has width set to 0px

		<tr>
			<td style="width: 238px;">&nbsp;</td>
			<td style="width: 0px;">&nbsp;</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>

3) The second column has width set to 1px

		<tr>
			<td style="width: 237px;">&nbsp;</td>
			<td style="width: 1px;">&nbsp;</td>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>

#11627 Missing words while copy/paste from word Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
Description

There are missing words after I copy paste text from this word document. Demo page on your site has same problem. I tried all config options starting with "pasteFromWord..." no luck. Check attached file, copy paste text to editor, you'll see there are missing words in second paragraph.

#11628 the numbering of headlines is excluded from the font-layout Bug Normal General
Description

This is the same as #10674 that I couldn't reopen.

to reproduce: (used http://ckeditor.com/demo)

  1. Create 3 lines of normal text

(e.g.: text 1 text 2 text 3 )

  1. Select all and add numbering.
  2. Select all and change format to Heading 1

Expected: Bullets of numbered list (Numbers) adopt the heading format. Actual: Numbers preserve its previous format (Normal)

Can't find a way to make the numbers match the Header format.

#11633 file downloads CKfinder.html Bug Normal General
Description

website holidaytravel.co hosted with godaddy.com now and having issue with htaccess file as the godaddy server does have a differnt htcassess file settings (told by our programmer) as website was working fine with old hosting company. when we use the Ckeditor to make changes to the website text and try to browse images from server it gives and error and a file downloads automatically . file name CKfinder.html please expedite the issue. thanks, ravi

#11635 Correct attributes protection Piotrek Koszuliński Bug Normal CKEditor 4.3.4 General
Description

Some HTML attributes (onXYZ) in some tags (eg. video and audio) are not correctly protected when run through htmldataprocessor.js.

#11636 Introduce new, focused on UX, methods for getting selected HTML and deleting it Piotrek Koszuliński New Feature Normal CKEditor 4.5.0 Beta General
Description

Short description - we need methods which will retrieve and extract HTML in a way correct from user experience POV. For example when selection is inside <strong>, we need not only text that's selected, but also information about the style applied in this location, so that <strong> tag.

Outdated description:

Because of custom implementation of drag & drop (#11460) we will use selection.getSelectedHTML and range.deleteContents more often to read and remove dragged HTML. Current implementation of selection.getSelectedHTML can not be based on range.cloneContents because it changes range (#11586) and works not as we could expected.

For this reasons we need to reimplement selection.getSelectedHTML, range.cloneContents and range.deleteContents.

range.cloneContents and range.deleteContents should behave more as user could expect than simple clone or delete. For example:

  • for 'xx<a href="foo">b[a]r</a>xx' range.cloneContents should return '<a href="foo">a</a>',
  • for '<p>[foo]</p>' range.deleteContents' should remove whole paragraph,
  • for '<table><tr>[<td>foo</td><td>b]ar</td></tr></table>' range.deleteContents should change contents to the '<table><tr><td></td><td>ar</td></tr></table>'.

selection.getSelectedHTML should be based on range.cloneContents.

#11637 HTML format Bug Normal General
Description

while saving data from editor it is saving with html tags. While retrieving same data it is showing html tags in the editor.

For Eg: I have typed: Hi& Hello it is being saved as Hi &AMP hello it is being displayed after fetch as: Hi &AMP; hello

#11640 onClick event of "send to server" button not firing in image plugin Bug Normal General
Description

What I need to do is show an "uploading" text somewhere when the file is being sent to the server. Currently what I was trying to do is on the click of "Send it to server" button in the upload tab, I want to change the text of that button to "Uploading" so as the user will atleast know that the file is being uploaded. I consoled that button and found that i was getting an onClick event handler. I used it but it just wouldnt fire.

Here is my code.

CKEDITOR.replace('textarea1', {

filebrowserImageUploadUrl: '/upload'

});

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

var dialogName = ev.data.name;

var dialogDefinition = ev.data.definition;

if (dialogName == 'image') {

dialogDefinition.onLoad = function() {

var dialog = CKEDITOR.dialog.getCurrent();

var uploadTab = dialogDefinition.getContents('Upload'); var uploadButton = uploadTab.get('uploadButton'); console.log('uploadButton', uploadButton);

uploadButtononClick? = function(evt){

console.log('fire in the hole', evt);

}

uploadButtonfilebrowser?onSelect? = function(fileUrl, errorMessage) {

console.log('working');

}

};

}

});

Notice that the onSelect handler successfully fires after the image has been uploaded to the server, but the onClick event wouldnt fire. I hope you look into this matter. And if you have a more better way of indicating the user that the file is being uploaded, I would really like to know.

I am using CKEditor: version 4.3.3(I tried both with minified and unminified code) Browser: Chrome 33.0

Let me know if you want any other details. Thank you.

#11641 Switching between modes in framed editor removes content styles for inline editor Piotr Jasiun Bug Normal CKEditor 4.3.4 General
Description
  1. Download 11641.html
  2. Switch between modes in first editor.
  3. See that content in inline editor lost styles.
#11642 Registration is not user friendly Bug Normal General
Description

we are the creating beast user friendly editors. but the registration form was not user friendly. Please use ajax or js for this.. when whole details of the form was entered, then it checks whether the user name availablity. then the page loads and if the user name is already in use then all the typed details are lost. Please change..

#11643 advance options not coming in c.k editor any version Task Normal UI : Toolbar
Description

I have using c.k editor for more than years for almost 20 projects. Now I need use of advanced options to set content allow attribute. I have tried in ckeditor.js but no use. how the advance options to appear in UI? I have seen screenshots in some blog about that. Please advise. note: I am using 4.3.3

#11644 Number of rows must be a number greater than 0 Bug Normal General
Description

we are using Ckeditor version:'3.6.5' in our project.When we are trying to insert table through ckeditor than its throwing a validation as "Number of rows must be a number greater than 0".The above issue is occuring in all the browsers.

#11647 Blur event does not fire on FIRST blur of inline editor Piotrek Koszuliński Bug Normal CKEditor 4.4.6 Core : Focus
Description

Creating new inline editor instances using CKEDITOR.inline() on an element, the editor instance is created and starts up correctly. The cursor appears in the editable area and I can make changes.

The first time I click out of the editor and change focus to something else on the page, the editor does not fire it's blur event and the editor UI does not disappear (though the contentEditable border around the element does disappear).

If I then click back into the editor and click out again, everything works as expected -- blur event fires and editor UI disappears.

This happens for each instance of an editor on the page. One exception is that if I click from one inline editor to another, then the first one DOES blur as expected.

This issue has been noted previously in the forums, i.e. here:

http://ckeditor.com/forums/CKEditor/Registered-blur-event-doesnt-fire-the-first-time-it-seems-that-it-should-see-details

#11648 Customize for your ckeditor_4.2.1 .... Task Normal UI : Dialogs
Description

Hello Sir

i am web application developer .. but one thing . your rich text editor.. automates use <p></p> (paragraph tag)if any word type.. but i don't want this tag in write some worlds .. So Please give solution and remove this automates <p></p> tag in the rich tag editor ...

Thanks

Ritesh Kumar +91-8802480305 India

#11649 node.js: cross domain getPrarent() permission access denied error Bug Normal General
Description

Hi CKEditor team,

So we iframed a page using CKEditor in another page with different domain. Since getParent() in core/dom/noide.js could try to access the parent of this.$ (which could be a "document" level node) that will give access denied permission error.

I would suggest below code:

	getParent: function( allowFragmentParent ) {
		var parent;
		try{
		  parent = this.$.parentNode;
		} catch(err){
                  //for no permission to access the parentNode
		  parent = null;
		}
		return ( parent && ( parent.nodeType == CKEDITOR.NODE_ELEMENT || allowFragmentParent && parent.nodeType == CKEDITOR.NODE_DOCUMENT_FRAGMENT ) ) ? new CKEDITOR.dom.node( parent ) : null;
	},
#11650 Moving cursor past end of line removes current formatting in Firefox Bug Normal General
Description

This is only a bug on Firefox. I have tested it on the nightly demo page as of 3/7/2014. It works as expected in IE and chrome. I am running Firefox version 27.0.1

I'm using the ENTER_BR enter mode, but it also happens with ENTER_P.

To reproduce:

  1. Open Firefox and go to a blank instance of CKeditor
  2. Select some soft of formatting such as italics. I have tested bold, italics, underline, colors, and font size.
  3. Type "test".
  4. Move cursor to the end of the line by using one of the following:
    1. End Key
    2. Down arrow
    3. Click to the right of the line or below the line.
  5. Type more text. The new text will not have the foratting.

IE and Chrome will keep the formatting. This is the way Microsoft Word works as well.

I have attached a screenshot showing the steps on nightly 14-03-07-07-05

#11652 Drag handle disappear on Chrome Bug Normal UI : Widgets
Description

I'm using some widgets with Chrome on OSX 33.0.1750.146.

When I add a widget to the inline editor I cannot see the widget drag handle and the widget "yellow" marker.

Everything is ok with Safari and Firefox.

#11653 Ckeditor 3.6.4 Not working while retrieving page through Oracle FSM Bug Normal General
Description

Hi, We have integrated ckeditor 3.6.4 (java version)in ADF but while retrieving integrated page from External Application such as Oracle FSM Ckeditor component is not loading and giving some java script error on browser as follows : m.lang.contextmenu is undefined in ckeditor.js

While debugging found that lang object load to empty.

#11654 viewing with CKEditor, Creating with CKEditor Bug Normal General
#11656 Insert row numbering automatically into table New Feature Normal General
Description

Not sure if this is a bug or a new feature, for now I am marking it as new feature since this is more a RFE.

Steps to reproduce:

  • Create Table of 3 rows and 2 columns.
  • Mark first column.
  • Click on Numbered List icon. Notice that each row gets the number 1 instead of the correct number.

Expectations: That each row has the proper numbering: row 1 to have number 1, row 2 to to have number 2 and so on like other complex editor like MSWord or Symphony do.

Notice this is reproducible even in CK Editor 4.3.3 in http://ckeditor.com/demo#ful

#11657 [Chrome] Editor with divarea plugin drag/drop image places image on last selection Bug Normal CKEditor 4.5.0 Beta General
Description

Assuming that the editor has the divarea plugin enabled:

In chrome (and possibly other webkit based browsers)- when dragging an image from outside of the editor to inside the editor. The image gets placed- not on the location where you dropped it, but on the location where the caret was last found before the drag started.

To reproduce:

  • Instantiate an editor with the divarea plugin enabled.
  • Enter the text: "Hello" inside the editor (no formatting required).
  • Explicitly click at the end of the text to ensure that the caret is found directly after the 'o'.
  • Drag an external image inside the editor and drop it right before the 'H'.
  • Observe that the image is placed after the 'o'.

So far I've only seen this problem within Chrome. IE10/11 and FF seem to work fine.

#11658 How to make CKEditor field read only in IE9 Bug Normal Project : CKPackager
Description

Dear Team,

We are facing one critical issue on CKEditor field making read only.

We have some conditions to make that field.

in both cased it is getting enabled.

we tried below cutoms code in java script to make that field read -only. But we are getting the some errors from ckeditor.js file.

code we tried :

1) $(sId).attr("readonly", true); 2) CKEDITOR.instances[sDetailReport.GetInputName()].setReadOnly(true);

3) $(sId).ready(function() {

CKEDITOR.config.readOnly = true;

});

4) $( sId ).prop("disabled", true);

but no luck.

Can you help on this issue.

Regards, Ravi Para

#11659 forcePasteAsPlainText: Word - Firefox Bug Normal General
Description

When copying formatted text from Word into en editor in Firefox the formatting is not stripped even though config.forcePasteAsPlainText = true

In IE 9 and higher, and Chrome the functionality is correct.

#11660 IE8 table content is lost when there is some extra markup inside a table Piotrek Koszuliński Bug Normal CKEditor 4.3.4 General
Description

Take the following code and paste in source mode in IE8:

<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
		<tr>
			<td>1</td>
			<td>2</td>
Issue1
		</tr>
Issue2
		<tr>
			<td>3</td>
			<td>4</td>
		</tr>
		<tr>
			<td>5</td>
			<td>6</td>
		</tr>
</table>

The result is:

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
	<tbody>
		<tr>
			<td>
				1</td>
			<td>
				2</td>
			<td>
				Issue1</td>
		</tr>
	</tbody>
</table>

The expected result is having strings "Issue1" and "Issue2" moved at the top of the table and the table itself left intact.

Note 1: plain contenteditable behaves correctly

Note 2: this is a misbehaviour of CKEditor, introduced in CKEditor 3.6.3, exactly in this commit: [7411]. See samples for 7410 vs 7411

#11661 Error: Permission denied to access property 'nodeType' Bug Normal General
Description

Hi support team,

I am using ckeditor in my application. When i am using resizable jquery features and try to resize the editor a getting the following error:

Error: Permission denied to access property 'nodeType' [Break On This Error]

...kit)(b.type=="None"&&this.document.getActive().equals(a)
b.type=="Caret"&&b.anc...

If i don't use the ckeditor then resize functionality work fine.

I am using the CKEditor 4.3 version with jquery 1.9.1 version.

Please check and let me know how can i solve this issue.

#11662 conflict with autogrow, divarea, magicline and sharedspace Bug Normal General
Description

Setup

  • Setup config for an editor with magicline, autogrow, sharedspace and divarea.
  • Create an editor instance with a sharedspace toolbar elsewhere.

Bug

  • Any mouse movement over the editing area causes scrollbars to show up and disappear, almost like a flicker.
  • If you pause the mouse at the right moment, the scrollbars will stay, move again, and they disappear.
  • But the very first time the scrollbars show up (ie, first mouse move over editing area), the magicline red indicator shows up briefly behind the bottom scrollbars.

Notes:

  • The magicline indicator shows up and disappears so fast, I had to do a screen recording of it, and take a screenshot of the video. (attached)
  • Firefox: Flicker of scrollbars on/off starts right away.
  • Chrome: Flickering starts only after more content is added the affects vertical height of editor.
  • Some browsers the magicline indicator shows up in the bottom left corner, others bottom right.

This appears in both Windows and Linux Mint for Firefox and Chrome

  • Firefox version: 27.0.1
  • Chrome: 33.0.1750.149 (Linux Mint)
  • Chrome: 33.0.1750.146 (Windows 7)
  • IE 8/9: No issues. (everything works fine)
#11664 Symbols are not working Bug Normal Server : ASP.Net
Description

hi all I am Using radeditor3.1.4 Version wiris plugin squre mathhtml >128 symbols are not working I am Fasing Issue "<!DOCTYPE html><html> <head> <title>A potentially dangerous Request.Form value was detected from the client (mml=&quot;...~LT~mi~GT~&amp;#953;~LT~/mi~GTLT...&quot;).</title> <meta name="viewport" content="width=device-width" /> <style> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } @media screen and (max-width: 639px) { pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; } } @media screen and (max-width: 479px) { pre { width: 280px; } } </style> </head> <body bgcolor="white"> <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> <h2> <i>A potentially dangerous Request.Form value was detected from the client (mml=&quot;...~LT~mi~GT~&amp;#953;~LT~/mi~GTLT...&quot;).</i> </h2></span> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> <b> Description: </b>ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see http://go.microsoft.com/fwlink/?LinkID=212874. <br><br> <b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (mml=&quot;...~LT~mi~GT~&amp;#953;~LT~/mi~GTLT...&quot;).<br><br> <b>Source Error:</b> <br><br> <table width=100% bgcolor="#ffffcc"> <tr> <td> <code><pre>[No relevant source lines]</pre></code> </td> </tr> </table> <br> <b> Source File: </b> c:\Users\pavan\AppData\Local\Temp\Temporary ASP.NET Files\root\455b50dd\3e88dd67\App_Web_r3l2vtpw.8.cs<b> &nbsp;&nbsp; Line: </b> 0 <br><br> <b>Stack Trace:</b> <br><br> <table width=100% bgcolor="#ffffcc"> <tr> <td> <code><pre>[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (mml="...~LT~mi~GT~&#953;~LT~/mi~GT~~LT...").] System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +9724269 System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +184 System.Web.HttpRequest.get_Form() +55 System.Web.HttpRequest.get_HasForm() +9725863 System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +95 System.Web.UI.Page.DeterminePostBackMode() +69 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245 System.Web.UI.Page.ProcessRequest() +72 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +58 ASP.pluginwiris_integration_createimage1_aspx.ProcessRequest(HttpContext context) inTemp\Temporary ASP.NET Files\root\455b50dd\3e88dd67\App_Web_r3l2vtpw.8.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +69</pre></code> </td> </tr> </table> <br> <hr width=100% size=1 color=silver> <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440 </font> </body></html><!-- [HttpRequestValidationException]: A potentially dangerous Request.Form value was detected from the client (mml=&quot;...~LT~mi~GT~&amp;#953;~LT~/mi~GTLT...&quot;). at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) at System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) at System.Web.HttpRequest.get_Form() at System.Web.HttpRequest.get_HasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.pluginwiris_integration_createimage1_aspx.ProcessRequest(HttpContext context) in \Temp\Temporary ASP.NET Files\root\455b50dd\3e88dd67\App_Web_r3l2vtpw.8.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)-->"

#11666 Editor changing pasted text from word formatting Bug Normal General
Description

CKEditor version : 3.6.2

Content pasted from word that contains indented bullet points end up having the formatting messed up when pasted into the editor. Attached is a copy of the word content and the result.

I pasted the following data from word :

Important points in 7.5.4:

o Understanding Discrete vs. Continuous

o For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).

o For a Continuous Random Variable the probability that X=(any specific value) = 0. For a continuous variable there are an infinite number of

o "expected value" is a term that means the mean (average)

o the mean (“expected value”) is the "balance point" of the area

After pasting the above data in ckeditor it will change like below

Important points in 7.5.4:

o Understanding Discrete vs. Continuous

o For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).

o For a Continuous Random Variable the probability that X=(any specific value) = 0. For a continuous variable there are an infinite number of

o "expected value" is a term that means the mean (average)

o the mean (“expected value”) is the "balance point" of the area

Source code like below :

<p style="margin-left:.5in;">Important points in 7.5.4:<br>

&nbsp;</p>

<ul>

<li>Understanding Discrete vs. Continuous<br>

&nbsp;</li>

<li>For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).<br>

&nbsp;</li>

<li>For a Continuous Random Variable the probability that X=(<i>any specific value</i>) = 0.&nbsp; For a continuous variable there are an infinite number of possible values the variable can have.&nbsp; Even if you think of each one as equally likely (as in a Uniform Distribution), the probability of any one particular value is 1/(infinity) which is 0.<br>

&nbsp;</li>

<li>&quot;<b><i>expected value</i></b>&quot; is a term that means the mean (average)<br>

&nbsp;</li>

<li>the mean (&ldquo;expected value&rdquo;) is the &quot;balance point&quot; of the area<br>

&nbsp;</li>

</ul> <p>&nbsp;</p>

so can any one tell me, How to resolve it.

#11667 Editor changing pasted text from word formatting Bug Normal General
Description

CKEditor version : 3.6.2

Content pasted from word that contains indented bullet points end up having the formatting messed up when pasted into the editor. Attached is a copy of the word content and the result.

I pasted the following data from word :

Important points in 7.5.4:

o Understanding Discrete vs. Continuous

o For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).

o For a Continuous Random Variable the probability that X=(any specific value) = 0. For a continuous variable there are an infinite number of

o "expected value" is a term that means the mean (average)

o the mean (“expected value”) is the "balance point" of the area

After pasting the above data in ckeditor it will change like below

Important points in 7.5.4:

o Understanding Discrete vs. Continuous

o For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).

o For a Continuous Random Variable the probability that X=(any specific value) = 0. For a continuous variable there are an infinite number of

o "expected value" is a term that means the mean (average)

o the mean (“expected value”) is the "balance point" of the area

Source code like below :

<p style="margin-left:.5in;">Important points in 7.5.4:<br>

&nbsp;</p>

<ul>

<li>Understanding Discrete vs. Continuous<br>

&nbsp;</li>

<li>For a Continuous Random Variable, probabilities of an interval of values are represented by areas (that are sectioned off by vertical slices).<br>

&nbsp;</li>

<li>For a Continuous Random Variable the probability that X=(<i>any specific value</i>) = 0.&nbsp; For a continuous variable there are an infinite number of possible values the variable can have.&nbsp; Even if you think of each one as equally likely (as in a Uniform Distribution), the probability of any one particular value is 1/(infinity) which is 0.<br>

&nbsp;</li>

<li>&quot;<b><i>expected value</i></b>&quot; is a term that means the mean (average)<br>

&nbsp;</li>

<li>the mean (&ldquo;expected value&rdquo;) is the &quot;balance point&quot; of the area<br>

&nbsp;</li>

</ul> <p>&nbsp;</p>

And I added a word document which contains data to paste in editor.

so can any one tell me, How to resolve it.

#11670 Toolbar definition in global editorConfig does not work Bug Normal General
Description

Hi,

I have troubles with configuring the toolbar. I want to configure it globaly for every editor, so I'm trying to use the CKEDITOR.editorConfig way. I followed the instructions seen here: http://docs.ckeditor.com/#!/guide/dev_toolbar

But no toolbar setting I try in CKEDITOR.editorConfig works. Other settings (uiColor, width, height, ...) do work.

I can configure toolbar using the "instance" settings: CKEDITOR.replace("...", {toolbar: ...});

Is this a bug, or am I doing something wrong? How to configure the toolbar globaly for every editor instance?

Examples (jsfiddle):

  1. localy (working): http://jsfiddle.net/AeGWJ/
  2. globaly (not working): http://jsfiddle.net/KcvUm/
#11672 EJS templates not preserved by protectedsource Bug Normal General
Description

I am using CKEditor 4.3.3 (revision 7841b02) (currently the latest revision) on my web app. I have used the protecedsource to escape EJS templates (<%= ... %>), and here is a copy of the regEx used:

protectedSource: [/<%[\s\S]*?%>/g, /&nbsp;/g]

The problem appears when switching between source and wysiwyg editor. When the html code in source editor is in this format:

<div style="color: #aaaaaa;">
  <a href="<%= link(1) %>">Test link</a>
</div>

it all works normally. However, when html is in this format:

<div style="color: 
  #aaaaaa;"><a href="<%= link(1) %>">Test link</a>
</div>

after switching to wysiwyg and back to source, it changes to this:

<div style="color: 
  #aaaaaa;">
<a href="&lt;!--{cke_protected}%3C%25%3D%20link(1)%20%25%3E--&gt;">Test link</a>
</div>

This way all html made with EJS templates becomes broken. I am including screenshots of the issue. Is there any way that this problem could be solved?

#11675 Cannot call method 'getComputedStyle' of undefined Bug Normal General
Description

When page is loaded dynamically, error

Cannot call method 'getComputedStyle' of undefined

appears.

This error does not appear when I refresh the page, only when I navigate to this page from elsewhere.

#11676 SSRV has timed out with the current operation Bug Normal General
Description

Hi

we got this error

SSRV has timed out with the current operation

when we use spell check option.

#11677 CTRL+Z/Y (undo/redo) blocked in source mode Piotrek Koszuliński Bug Normal CKEditor 4.3.5 General
Description

Unfortunately fix for #11126 touched also source mode, so undoing and redoing is completely impossible.

We need to find a way to block those keystrokes only in wysiwyg mode. I'm not sure how can we achieve this in a clean way, because blockedKeystroke is mode-blind and undo/redo commands are not even executed at the bottom/top of the stack, because they are disabled then.

Our API does not leave us much choice (if any), so new option may need to be proposed.

#11680 Editor in Modal/Modeless dialog formatting problems Bug Normal General
Description

Browser: IE 10 and 11

Document mode: <meta http-equiv="X-UA-Compatible" content="IE=8" />

Problem description: When showing the editor in a Modal or Modeless dialog in Internet explorer 10 and 11 formatting is sometimes not applied and the wrong line is selected.

Reproduce: Create a page that opens a dialog with an editor: showModelessDialog('ShowEditor.html');

  1. Write two lines of text in the editor.
  2. Select the 2nd line and click on the Styles drop down and select Marker.
  3. Select the first line and click on the Italic button.

Expected: The first lines becomes italic.

Actual: The 2nd line becomes italic and selected.

Example: http://37.123.176.119/ckeditor/dialogerror.html

#11681 [IE 11] dt/plugins/image2/acf.html test image: all allowed does not work Olek Nowodziński Bug Normal CKEditor 4.4.0 General
Description

Test is red on IE11: http://ckeditor4.t/dt/plugins/image2/acf.html?name=test-image%3A-all-allowed

#11682 [IE8]Test dt/core/htmldataprocessor.html 'test xss - false positive 1' does not work Bug Normal CKEditor 4.3.4 General
Description

Test does not work:

http://ckeditor4.t/dt/core/htmldataprocessor.html
'test xss - false positive 1'

Git blame:

56380b24 dt/core/htmldataprocessor.html (Piotrek Reinmar Koszuliński 2014-03-12 16:29:00 +0100 1090)

This commit was part of #11635.

#11683 CKEditor changing pasted text from word Bug Normal Plugin : Paste from Word
Description

Hi All,

CKEditor Version:3.6.2

I pasted text which is from pasteData.doc in ckeditor then it will give a some indented data like see "results.png" and in the ckeditor source mode it will add some style attribute extra see the "CKEditor_source.png"

I found that it is working fine in ckeditor latest versions. But This is not working in CkEditor 3.6.2.

So is there any configurations to fix it or any patches for back porting.

#11684 FCK Editor Resource List in Server Bug Normal File Browser
Description

Hi All,

I want to know is there any configuration should I change because when I click Browse Server not all files or folder listed in the list.

Thank You.

#11685 Bidi support for block quote. New Feature Normal General
Description

We may enrich block quote bidi compatibility, by placing border at right hand side if it's in right-to-left block.

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following source code:
    <div dir="rtl">
    <p>Line 1.</p>
    
    <blockquote>Some random quote.</blockquote>
    
    <p>Ending line.</p>
    </div>
    

Expected result:
Produced source code: Quote border (decoration) should be at right hand side.

Current result:
Code without checked attribute: For both text directions it's at left hand side.

#11688 Filtering iframe tag in Full Html Bug Normal Core : Parser
Description

Using the standard editor, with _no_ html filtering, trying to past a Google Map Iframe in the source, after untoggling the source button the iframe has disappeared. More detailed information here.

Easily reproducible in the demo page. This doesn't happens in the Advanced editor.

How to reproduce:

1) Install CKeditor 4.3.3, Standard Package

2) Select an Iframe to embed (e.g., a Google Map)

3) Toggle the source button

4) Paste the iframe code

5) Untoggle the source button

Error: The iframe has disappeared

#11689 Weird font being applied into editable for Chinese simplified Bug Normal General
Description
  1. uilanguages sample with CKEditor (i.e. samples/uilanguages.html)
  2. change language to "Chinese simplified"

Expected result:
Content in editable should remain with default font

Current result:
It's changed to some weird font

additional info:

  1. It seems that it occurs only at Windows (tested with Win7 - FF27, latest chrome)
#11693 Body direction is being reset in fullPage mode (bidi). Bug Normal Core : BiDi
Description

TC1

  1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
  2. using "Source" button, paste following markup:
    <html>
    <head>
    	<title></title>
    </head>
    <body dir="rtl">
    <h1>Test string.</h1>
    </body>
    </html>
    
  3. go back to wysiwyg mode
  4. check again Source

Expected result:
Body element should be: <body dir="rtl">

Current result:
Body element is: <body dir="ltr">

TC2

  1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
  2. use "Document Properties" button from toolbar
  3. set Language Direction to "Right to Left (RTL)"
  4. click ok (note that document will gain RTL direction, which is correct)
  5. switch to Source mode
  6. switch back to wysiwyg mode

Expected result:
Document is restored to left to right.

Current result:
Doucment should stay with right to left text direction.

additional info:

  1. experienced with chrome@Win7, IE8@Win7
#11694 [IE Compat Mode] Toolbar broker when one press "Text direction from right to left" Bug Normal General
Description
  1. Open replace by class sample in IE9 "Compact mode" (document mode IE7).
  2. Press "Text direction from right to left" button.

Result: toolbar get broken (see attachment).

#11695 Cannot use JAWS Virtual Buffer to navigate to RTE Bug Normal Accessibility
Description

Reported for jnurthen, because Akismet was going crazy.

When navigating a page using the JAWS screen reader I try to navigate to the CK Editor RTE using a couple of different techniques. JAWS reads that it is on the text editor, but does not switch into application mode so I cannot type in the field. When navigating to a text region I would expect to switch to application mode.

To reproduce do the following.

  1. Open JAWS
  2. Start Firefox (note it is important to start JAWS b4 starting FF as the FF window initialization code changes based on this)
  3. Go to http://ckeditor.com/demo
  4. When on the page, press E (to go to next edit field). JAWS reads "Rich Text Editor, editor 1 ...... press ALT+0 for help"

However, ALT+0 does nothing, and typing anything into the field does not show the text but will navigate the JAWS virtual buffer

Similarly, if you instead of using E press INSERT+F5 to bring up the Form field selector and select "Rich Text Editor, editor 1 edit" JAWS will read "Entering Application region, Leaving application region" and you will not end up in the edit field.

Both these behaviours are very confusing.

#11697 It is possible to replace content with wrong letter case kkrzton Bug Normal CKEditor 4.5.9 General
Description
  1. Open Replace by Class sample.
  2. Open 'Replace' dialog.
  3. Type 'APOLLO' into 'Find what' field.
  4. Press 'Replace' button.
  5. Check 'Match case' ckeckbox.
  6. Press 'Replace' button.

Result: 'Apollo' has been replaced even though the 'Match case' was checked and case did not mach.

Probably 'Match case' button (and the rest of the find Options) should reset find tool.

#11698 Latin chars not converted to HTML entities with following configurations Piotrek Koszuliński Bug Normal CKEditor 4.4.1 General
Description

When creating editor in samples with following configurations, latin chars are not encoded as HTML entities

  1. Create editor with configurations like below

CKEDITOR.replace( 'editor1', {

allowedContent: true,
entities_latin: false,
entities_processNumerical: 'force',
fullPage: true

});

  1. Copy-paste HTML code to body where parent element has attribute contenteditable="true" and inner text/siblings contains latin chars, e.g. code below

<table> <tbody> <tr> <td contenteditable="true">ÅÖÄ</td> <td contenteditable="true">ÅÖÄ</td> </tr> </tbody> </table>

  1. Toggle to WYSIWYG and back

If one then removes contenteditable attribute in Source view or comments out the allowedContent property from config, latin chars are encoded properly.

#11699 Text comming from "Paste from word" to ckeditor add some style attribute to first line Bug Normal Plugin : Paste from Word
Description

Hi All,

I pasted some text using "paste from word", here the data is pasted as it is in the word file but when i click on the ok button the style attribute is added to first line of the document in source

I attached word file ckeditor UI page and source file.

#11702 Is there any sub version (SVN) for CKEditor code Bug Normal General
Description

HI All,

we are downloading CKEditor as a Zip right. May I know,Is there any sub version (SVN) CKEditor code is available instead of ZIP to download?

#11703 CKEditor's editing area doesn't appear Bug Normal UI : Skins
Description

I've installed CKEditor v.4.3.3 (7.x-1.13) and when I try to edit an article or basic page I see no window on editor's place, switching to a simple editor lets me see a window and text to edit, swiching back to CKEd it disappears again. When I open "Modules" in system menu I see a message: key() expects parameter 1 to be array, string given in function ckeditor_defaul_skin() (string 206 in file d:\xampp\htdocs\mysite\sites\all\modules\ckeditor\includes\ckeditor.lib.inc). Text is repeated twice in one message (see attached file).

Default skin for editor is "Moonocolor", editor was customized before downloading from your site.

#11704 What is differences between standard version and full version of ckeditor Bug Normal General
Description

Hi All,

I want to know what is difference between standard version and full version of ckeditor and how to know what is the current using CKEditor is(standard or Full or Basic)?

Because when I use standard i have some issue but it is not in standard version.

Thanks

#11705 Editor changing pasted text from word formatting Bug Normal General
Description

HI All,

I created one ticket(http://dev.ckeditor.com/ticket/11667#comment:1) for indentation which is related to "Paste" but you suggest me use higher versions,

Now I upgraded a ckeditor 4.3.3 full version and I checked with it, the issue got exist but when I checked same scenario with ckeditor 4.3.3 standard version then its working fine.

Can any one tell me what is difference between them.

#11706 DropDowns closes immidiately in IE Bug Normal UI : Dialogs
Description

We have a ckeditor inside a table which is inside a ui-dialog.Jquery-ui.js version is :-1.10.2 Even after giving fix from http://bugs.jqueryui.com/ticket/9087#comment:30 we are facing issue of drop-downs closes immediately after open in IE. As suggested in above fix i.e

address interaction issues with dialog window

if ( $( event.target ).closest( ".cke_dialog" ).length ) {

return true;

} address interaction issues with iframe based drop downs in IE if ( $( event.target ).closest( ".cke" ).length ) {

return true;

}

We are getting length as zero in both cases because jquery's closest function doesn't return anything. As tested in Chrome,there is no such ".cke_dialog" present,but ".cke_editor" do exist. So we tried with ".cke_editor",but in that case also IE returns nothing in that if statement. Please respond asap.

#11707 Magic-Line showing in email Bug Normal Core : Pasting
Description

Magic line is a great tool for creating new paragraphs into spaces where normally would be impossible to reach.But we have found an issue associated to it.

Issue: We have been using CKeditor for designing emails. We have seen some red line remain in final email we design. This issue we have seen to be happening from IE 10. Steps to reproduce:

  1. Place your cursor such that Magic-Line is visible in ckeditor.
  2. Press Ctrl+A then Ctrl+C.
  3. Paste the content you will see that Magic-Line is also copied with other content.

Please see attachment.

Any help will be admirable. thanks

#11710 Directive extraPlugins - ignore spaces between multiple items Bug Normal General
Description

I can use the extraPlugins directive to include multiple plugins at once, by separating their names with a comma: "plugin1,plugin2,plugin3". But when I type a space after the commas (for better readability) CKEditor throws an error.

I think it should be able to split the values correctly, regardless the whitespace. So this should work: "plugin1, plugin2 , plugin3"

#11711 Directive extraPlugins - allow array format New Feature Normal General
Description

The extraPlugins directive should allow an array format. It would be more readable than a single string of comma separated values. And getting the values from this directive would be easier too, no need to split a string by commas.

#11712 [iOS][Android] Mobile research Task Normal General
Description

Check how CKEditor works on Chrome 33 on Android 4.4.2 and Safari (537.51.2) on iOS 7.1 (iPad).

#11713 Plugin "Image2": Add "Image Info", "Link", "Advanced" tabs New Feature Normal General
Description

Hi all,

we are currently upgrading our HTML editor from FCKEditor to CKEditor (I know, we are very late :) )

We want to use plugin "image2" (to preserve the "Center the image" functionality see http://ckeditor.com/addon/image2) instead of the buit-in "image" plugin.

However "image2" does not contain "Image Info" "Link" "Advanced tabs like we know from "image".

Are these tabs hidden and I need to enable them or does the "image2" plugin don't support them? If the "Image2" plugin does not support these tabs I would request them with this ticket.

Thanks Frank

#11715 SCAYT enabled for ckeditor inline causes problems with widgets Bug Normal UI : Spell Checker
Description

Steps to reproduce - I have provided a html file that demonstrates the bug.

This page shows four base ckeditor blocks:

  1. Ckeditor classic with scayt disabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
  2. Ckeditor inline with scayt disabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
  3. Ckeditor classic with scayt enabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
  4. Ckeditor inline with scayt enabled on startup. This FAILS when doubleclicking on the simplebox widget handle in upper left corner of widget.

Browser and OS - Lenovo laptop, Ubuntu (v 12.04), Chrome(v 33.0.1750.152) and Firefox(v 28.0) Screenshot - see 2014-03-19_ckeditor_inline_widget_scayt_bug.png Sample data - see 2014-03-19_ckeditor_inline_widget_scayt_bug.html (this must be viewed in a webserver to get the scayt_autoStartup=true to work) Test case file - Using simplebox widget: https://github.com/ckeditor/ckeditor-docs-samples/commit/8793b94892aa7876156b01c32c59cdedc5b103b3 Build configuration -https://github.com/ckeditor/ckeditor-releases/commit/944d690c3d79c21efe3fce42b2ca231b08c4c909

#11716 allowedContent have a problem Bug Normal General
Description

Hi,

When I am set to allowedContent = true in config.js it will work fine but have some misalignment so I replaced with allowedContent = true to allowedContent = {'ul ol big h1 h2 h3 p li': true} in this scenario I can see only some ckeditor buttons on CKEditor UIPage.

I Attached a Screen Shots,go through it to get more clarity.

#11717 Document properties: unable to choose color Bug Normal CKEditor 4.3.5 General
Description
  1. Go to http://ckeditor.com/demo#full-page
  2. Click the "Document Properties" button (top-right corner)
  3. Open the "Design" tab
  4. Click "Choose" buttons
  5. Result: nothing happens

Confirmed in Chrome, Firefox. Not sure if there is a missing dependency or sth. No errors are thrown.

#11719 [IE8] CKEDITOR.dom.element#setHtml() will strips new lines Bug Normal General
Description

Seems that setHtml strips new lines for IE8.

Here's js code to reproduce the issue:

test_setHtmlNewLines: function() {
	var elem = new CKEDITOR.dom.element( 'pre' ),
		expectedCode = "foo\n\nbar";
	elem.setHtml( expectedCode );
	assert.areSame( expectedCode, elem.getHtml() );
},

It does not work only for pre element, i've tested it with div, p as well.

Pushed TC to tests in t/11719.

#11722 [iOS][Android] Drag and drop does not work on mobile New Feature Normal General
Description

I've tested it on Chrome 33 on Android 4.4.2 and Safari (537.51.2) on iOS 7.1 (iPad).

I is not possible to drag anything on mobile including table resizer, widgets and dialogs. However, that's in my opinion beyond what we want to achieve in CKE4. These things would be nice, but you can leave without them.

#11723 Break tags inserted if editor hidden - IE 11 Bug Normal General
Description

We are having the same issues as described in this ticket.

https://dev.ckeditor.com/ticket/11342

It affect a large part of our users. Do you have a fix for the bug in a future release ?

#11724 [Touch devices] Dropdows work unstable Szymon Kupś Bug Normal CKEditor 4.5.4 General
Description

Tested on CKEditor 4.3.4, Chrome 33 on Android 4.4.2.

When I press style combo to open dropdown:

  • sometimes nothing happens,
  • sometimes list works fine (usually when I press it for the second time),
  • sometimes I lose a selection.
#11725 [Android][Chrome] Mobile Chrome is not recognize as mobile Szymon Kupś Bug Normal CKEditor 4.5.4 General
Description

Tested on CKEditor 4.3.4, Chrome 33 on Android 4.4.2.

CKEDITOR.env look like this:

air: false
chrome: true
cssClass: "cke_browser_webkit cke_hidpi"
gecko: false
hc: false
hidpi: true
iOS: false
ie: false
isCompatible: true
isCustomDomain: function () {
mac: false
mobile: false
needsBrFiller: true
needsNbspFiller: false
opera: false
quirks: false
secure: false
version: 537
webkit: true

So "mobile" is "false" and should be "true".

#11726 [Android][Chrome] Smiley faces are available. Bug Normal General
Description

Tested on CKEditor 4.3.4, Chrome 33 on Android 4.4.2.

On Nexus 10 I able to insert smiley faces which are most probably special characters (see attachment). On Nexus 7 I see this face only in source mode.

There should be a way to disable these faces.

#11727 Editor tries to select non-editable image which was clicked Piotrek Koszuliński Bug Normal CKEditor 4.4.0 General
Description

https://github.com/ckeditor/ckeditor-dev/blob/aed915e8f79a1d1d2208fae38e33130f265a76d5/core/editable.js#L743-L751

This causes an issue in #11480 on Firefox because editor tries to create selection on widget's mask which is placed inside widget wrapper. This somehow does not cause any visible problems on in other cases, but in this one fixDom steps into the process and adds bogus BR inside the wrapper.

I set milestone to 4.4, because this ticket may have unexpected influence on MathJax and Image2 plugins.

#11736 Icon for codesnippet plugin Olek Nowodziński Task Normal CKEditor 4.4.0 General
Description

Code snippet: #11480.

#11737 ACF callback to prevent filtering on matching element Piotrek Koszuliński New Feature Normal CKEditor 4.4.0 General
Description

Required for #10925.

Explained in #11503.

Disabling ACF without a possibility to communicate through element's attributes. In this case the only possible solution is a callback executed by ACF which will notify it about how it should proceed. For example mediaembed will add a callback which will tell ACF that all descendants of element should be skipped if element has mediaembed's class. Callback will return binary flags, because we may need more options in the future. Example of flags that we may need to implement:

  • DISABLE_ON_ELEMENT - skips only this element (continues on descendants),
  • DISABLE_ON_DESCENDANTS - skips descendants,
  • CONTINUE_ITERATION - continue iteration - used with DISABLE_ON_DESCENDANTS could inform ACF that it should look for a descendant that reenables filtering,
  • ENABLE - reenable filtering.

But of course for now we'll need just one of these flags, so only one should be implemented.

#11738 Ckeditor Contents getting deleted Bug Normal General
Description

We have been working on ckeditor and at times we came across an issue which doesnot allow the contents typed in ckeditor fields to be saved. At this time we were getting Uncaught TypeError: Cannot call method 'getSelection' of undefined ckeditor.js:307 in console. It is not occurring every time. Chrome Version 33.0.1750.154 browser version.

#11739 [Umbrella] Keypress listeners should/can be removed or replaced Marek Lewandowski Task Normal CKEditor 4.4.4 General
Description

For some historical reasons we use keypress in many places - e.g. in keystroke handler, undo manager and in the toolbar.

From what I know we were forced to do that, because of some bugs or inconsistencies (FF on Mac and Opera?). But now this event is finally gone and we don't seem to need it.

Related tickets:

#11740 editor.insertHtml isn't registered as event.editor.on "change" Bug Normal General
Description

Maybe is a bug.

I'm using a tiny scroller bar in my page (inline editor) and I must re-init the bar after every change in the editor.

event.editor.on "change", -> window.adminjsmain.jScrollPaneReinit()

Everything is working right while I'm typing text in the editor, but if I use "editor.insertHtml" the editor state is not changed.

#11741 Colored markup in source view New Feature Normal General
Description

It would be nice if the source view were able to color the markup in, say, the style of prism.

#11742 Paste as Plain text not stripping font html Bug Normal General
Description
  1. regular paste, ctrl + V, some words from a website.
  1. paste as plain text the same thing.
  1. They should be different if the words have their own style, but it is not. The source page shows that they have the same style, font size, color and something else.
#11744 Text Formatting not possible if using browser via citrix or RDP Bug Normal UI : Toolbar
Description

If I use a browser via RDP or citrix (tested with IE 11 and IE8) I cannot use the text formatting toolbar.

Click on a button does nothing and even the font selection menu does not popup.

I checked this with a "native" IE11 and it worked as expected. So I assume the problem has something to do with the remote connection.

You can check this on the ckeditor demo page, too!

#11746 Problem in character count - IE browser Bug Normal General
Description

Hi Team,

Character count does not work in IE when I do copy paste words but it happens in first time only. After I type something and again do copy paste it will works fine. it works fine in other browsers( Mozilla & Chrome ). Could you please explain me? what is that bug?

Thanks & Regards, Arun

#11747 Javascript error when removing a CKeditor instance (including extra plugins) before its content is fully loaded Bug Normal General
Description

The example attached includes the latest CKeditor version, we've tried the latest nightly one with the same results. We've included WIRIS plugin (http://www.wiris.com/plugins/docs/ckeditor). In the attached .zip you need to open destroy.php

We've experienced this issue using Chrome. Steps to reproduce it:

1.- Create a page with a button to create and another to destroy a CKeditor instance (destroy.php in the example attached). 2.- Load CKeditor with some content 2.- Open the page and hit alternatively create and remove buttons 3.- Whenever you remove a CKeditor instance before its content is loaded this error shows in Chrome console:

Uncaught TypeError: Cannot read property 'on' of undefined ckeditor.js:322
CKEDITOR.editable.CKEDITOR.tools.createClass.proto.attachListener ckeditor.js:322
CKEDITOR.editable.CKEDITOR.tools.createClass.proto.setup ckeditor.js:328
k ckeditor.js:716
(anonymous function) ckeditor.js:24

This doesn't happen if we comment the line where the custom plugin is added in config.js.

config.extraPlugins += (config.extraPlugins.length == 0 ? '' : ',') + 'ckeditor_wiris';

The issue can be reproduced with an empty CKeditor too but the create-remove buttons would need to be clicked faster to trigger the error. The error is in ckeditor.js file, so that's why we believe it's a CKeditor issue.

#11748 PhraseExpress gains wrong focus in CKEditor Bug Normal Core : Focus
Description

Hallo,

we are using PhraseExpress for quicker writing in our company. For our textfields we use the CKEditor. When using Phrases, which require inputs from an dialogue (which causes the browser to lose focus and fire the onblur event) the mouseposition while regaining focus is wrong and thus creates wrong inputs. This bug can be reproduced with your demo (http://ckeditor.com/demo#inline).

No image "screenbug.png" attached to Ticket #1

I already fixed the problem with a quick hack, which I put into a plugin. Because I'm also a developer ;)

If you want I could add my quickhack.

Best regards, Manuel Gellfart

#11749 Cannot use mouse or touchpad to copy and paste in Chrome Bug Normal General
Description

Hello. I'm unable to use the copy and paste function in Chrome using a mouse or a laptop touchpad. Please see the msg I get on the attachment.

#11751 incompatibility issues with ckeditor used by Bluehost Bug Normal General
Description

Hello,

I use Bluehost for my websites and a few days ago they switched to your html editor. Now all pages that were created with their previous html editor, cannot be edited on yours. Pieces of html code just disappear when the Bluehost pages are opened on CKeditor. Codes like DIV, and the page size parameters, disappear from the page's code; I add the code back in, save the page, then I check the source and it's gone again. Also, I cannot see the bottom part of the page on the CKeditor, to work on it, there is no scroll down, to see the rest of the page. Lastly, elements on the page [position of images, etc] move when the pages are opened with the CKeditor. What do you make of this? what do I need to do?

sincerely, Thanos

#11752 Editor removes [type] attribute on <ol> Bug Normal Core : Lists
Description

Type in source mode:

<ol type="a">
	<li>abc</li>
</ol>

Editor forbids type attribute. This is incorrect behavior. See http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type

Additionally, "liststyle" plugin sets css property "list-style-type" instead of "type" attribute. I think this needs to be discussed.

#11753 CheckDirty is true after clicking a widget, but getData() returns the same Artur Delura Bug Normal CKEditor 4.4.2 General
Description

In Chrome33 and IE9, the checkDirty() method returns true after a widget drag handle has appeared, even though nothing has changed.

  1. Open Developers console
  2. Go to http://ckeditor.com/demo#widgets
  3. Run CKEDITOR.instances.editor3.checkDirty(); in console

--> returns false

  1. Run var d1 = CKEDITOR.instances.editor3.getData(); in console
  2. Click on the apollo picture in the 3rd editor, but do not move it.
  3. Run CKEDITOR.instances.editor3.checkDirty(); in console

--> returns true

  1. Run var d2 = CKEDITOR.instances.editor3.getData(); in console
  2. run d1 === d2 in console

--> returns true

I know this is a battle between getData() vs getSnapshot() vs _.previousValue, but as far as I can see, it is unexpected behaviour. Shouldn't checkDirty() work with getData() especially when there are widgets involved?

Switching to source mode and back does not help.


Bonus: In Chrome CKEDITOR.instances.editor4.checkDirty(); is always true after page has loaded.

#11754 Infinite loop in google chrome when contents contains not closed attributes Marek Lewandowski Bug Normal CKEditor 4.4.1 General
Description

When I edit some contents using Google Chrome, CKEditor enters into an infinite loop.

I have checked the problem with the latest release 4.3.4 and with the nighly's demo. I'm using Google Chrome in GNU/Linux, but some users report to me the same problem using Google Chrome in Microsoft Windows 7.

To reproduce the problem:

1) Go to http://ckeditor.com/demo

2) Click to the Source HTML button

3) Paste the follow html code:

<table border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;></table>

4) Return to the default view mode (clicking to the Source HTML button)

And then, the browser is consuming all CPU into an infinite loop!!!

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