Custom Query
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:
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. |
|||||||||
#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 | 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 | 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%");
l&&(l.style.width="100%"); this.fire("resize"); }; If I call: editor.resize("100%", "2em",true);
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:
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 | Bug | Normal | CKEditor 4.5.2 | General | |||||
Description |
IssueIf 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
Browser & OS
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 "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 | 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:
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 | 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 1) The moment of resizing a column 2) The second column has width set to 0px <tr> <td style="width: 238px;"> </td> <td style="width: 0px;"> </td> <td> </td> <td> </td> </tr> 3) The second column has width set to 1px <tr> <td style="width: 237px;"> </td> <td style="width: 1px;"> </td> <td> </td> <td> </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)
(e.g.: text 1 text 2 text 3 )
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 | 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 | 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 Outdated description:
Because of custom implementation of drag & drop (#11460) we will use
For this reasons we need to reimplement
|
|||||||||
#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 & hello it is being displayed after fetch as: Hi & 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', {
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 | Bug | Normal | CKEditor 4.3.4 | General | |||||
Description |
|
|||||||||
#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 | 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: |
|||||||||
#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:
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:
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:
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() {
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 | 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]
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
Bug
Notes:
This appears in both Windows and Linux Mint for Firefox and Chrome
|
|||||||||
#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="...~LT~mi~GT~&#953;~LT~/mi~GT |
|||||||||
#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:
After pasting the above data in ckeditor it will change like below
Source code like below : <p style="margin-left:.5in;">Important points in 7.5.4:<br>
<ul>
</ul> <p> </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:
After pasting the above data in ckeditor it will change like below
Source code like below : <p style="margin-left:.5in;">Important points in 7.5.4:<br>
<ul>
</ul> <p> </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):
|
|||||||||
#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, / /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="<!--{cke_protected}%3C%25%3D%20link(1)%20%25%3E-->">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 | 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');
Expected: The first lines becomes italic. Actual: The 2nd line becomes italic and selected. |
|||||||||
#11681 | [IE 11] dt/plugins/image2/acf.html test image: all allowed does not work | 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.
Expected result:
Current result: |
|||||||||
#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 |
Expected result:
Current result:
additional info:
|
|||||||||
#11693 | Body direction is being reset in fullPage mode (bidi). | Bug | Normal | Core : BiDi | ||||||
Description |
TC1
Expected result:
Current result: TC2
Expected result:
Current result:
additional info:
|
|||||||||
#11694 | [IE Compat Mode] Toolbar broker when one press "Text direction from right to left" | Bug | Normal | General | ||||||
Description |
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.
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 | Bug | Normal | CKEditor 4.5.9 | General | |||||
Description |
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 | Bug | Normal | CKEditor 4.4.1 | General | |||||
Description |
When creating editor in samples with following configurations, latin chars are not encoded as HTML entities
CKEDITOR.replace( 'editor1', {
});
<table> <tbody> <tr> <td contenteditable="true">ÅÖÄ</td> <td contenteditable="true">ÅÖÄ</td> </tr> </tbody> </table>
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
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:
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.
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 |
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 | 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:
|
|||||||||
#11725 | [Android][Chrome] Mobile Chrome is not recognize as mobile | 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 | Bug | Normal | CKEditor 4.4.0 | General | |||||
Description |
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 | Task | Normal | CKEditor 4.4.0 | General | |||||
Description |
Code snippet: #11480. |
|||||||||
#11737 | ACF callback to prevent filtering on matching element | New Feature | Normal | CKEditor 4.4.0 | General | |||||
Description |
Required for #10925. Explained in #11503.
|
|||||||||
#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 | 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 |
|
|||||||||
#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).
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 | 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.
--> returns false
--> returns true
--> 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 | 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!!! |