Custom Query
Results (2401 - 2500 of 2591)
Ticket | Summary | Status | Owner | Type | Priority | Milestone | ||
---|---|---|---|---|---|---|---|---|
#16683 | Balloonpanel should handle non-existent styles. | confirmed | New Feature | Normal | ||||
Description |
Steps to reproduce
<h1>Content Accessibility Matters</h1><p><img src="https://c.cksource.com/ac/2/images/accessibility-matters-01.png" style="float:right" /></p>
Expected resultThe Accessibility Checker dialog opens. It is styled and positioned properly. Actual resultThe Accessibility Checker dialog opens. It is not styled and positioned properly. Other details (browser, OS, CKEditor version, installed plugins)
The cause of this issue is the fact that
I think |
|||||||
#16687 | ­ character breaks paragraph wrapping in Chrome | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
The typed text is wrapped by a Actual result
The typed text is not wrapped but inserted before the Environment
Google Chrome Version 54.0.2840.100 (64-bit) Windows & Linux. |
|||||||
#16689 | Special char dialog entries unnecessarily encoded | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
Tooltip shows Actual result
Tooltip shows Other details (browser, OS, CKEditor version, installed plugins)
Same thing happens e.g. for |
|||||||
#16700 | Widget editables allowedContent does not filter correctly | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultI can only add a widget of type "dataAndClass" in the container Actual resultI can add both a widget of type "dataAndClass" and "justData" in the container. When switching to source view and back, the "justData" widget code is removed, however, as it does not match the allowedContent for the editable. In summaryI can use a button that I should not be able to use inside of the editable ("justData") |
|||||||
#16704 | IE-8 Insert link not working | pending | Bug | Normal | ||||
Description |
We are using CK editor 4.5.11. in our application. We are facing weird issue in creating content link from CK editor text. If we try to add link on selected text by clicking link button from toolbar nothing happens in IE8. It works fine in a later versions of IE and Chrome browser. By some more attempts it seems to create link but chances are seldom. Most of the time it just gets blink on click of ok button and link dialog goes away. We dont see any error or warning in browser console. |
|||||||
#16707 | double protocol in link plugin when entered URL contains a space in front | confirmed | Bug | Normal | ||||
Description |
The link plugin does already attempt to remove the protocol on change events to the URL field, but it doesn't account for leading white space. It's understood that the URL shouldn't contain leading white space and this could be considered a user issue. However, later in CKEditor's workflow, it trims the URL specified before saving the result. If the user then re-opens the Link dialog for the link they have created, the URL field will now show the URL containing the protocol, but with the original leading white space removed. As a user at glance, everything looks ok, because I'm not aware that the Link plugin is going to prefix the field's data with the protocol that's currently selected in the drop down. Without triggering any change events, the URL field will remain untouched, still containing the protocol at the beginning. The link dialog needs to either trim the contents of the URL field before checking for beginning with a protocol, or use a white space delimiter in the protocol regular expression. Steps to reproduce
Expected result" http://www.google.com" should be trimmed before checking for protocol OR " http://www.google.com" should remain as the actual contents of the URL field (not trimmed before save) so that the user can see the issue that exists. Actual resultThe URL field is not trimmed before checking for protocol but is trimmed before saving the field, thus causing the protocol to exists twice. Other details (browser, OS, CKEditor version, installed plugins)Chrome 54.0.2840.99 m Windows 7 Latest CK editor version (can reproduce in demo) Standard edition (specifically link plugin) |
|||||||
#16708 | Inserting text before a table breaks paragraph wrapping in Chrome | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
The typed text is wrapped by a Actual resultThe typed text is not wrapped but inserted directly before the table. EnvironmentGoogle Chrome Version 54.0.2840.100 (64-bit) Windows & Linux. I could not reproduce this behavior with Firefox ESR 45.5.0; in Firefox I could not move the cursor before the table. |
|||||||
#16710 | Font-familly gets pasted pasted from MS Word with " | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThis is the result from 4.5.11 <p><span style="font-family:Arial,sans-serif"><span style="font-size:8.0pt">TEST</span></span></p> Actual result
This is the result in 4.6.0. Notice extra <p><span style="font-size:8.0pt"><span style="font-family:"Arial","sans-serif"">TEST</span></span></p> Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced from CKEditor 4.6.0 in all browsers. |
|||||||
#16716 | Paste from Word support in MS Edge | assigned | New Feature | Normal | ||||
Description |
This ticket gathers all the issues concerning Paste from Word support in Microsoft Edge. Features that are broken in Edge(mostly because content is not recognized as pasted from Word):
|
|||||||
#16718 | [IE11][CF] Styles applied to the wrong node when CF used exactly on the same position for the second time. | confirmed | Bug | Normal | ||||
Description |
Steps to reproduceCan be easily reproduced on /tests/plugins/copyformatting/manual/safaricolor (for both editors).
Expected resultOn the second click styling should be copied and applied to the word Orange. Actual result
On the second click, styling is applied to first part of the last paragraph Other details (browser, OS, CKEditor version, installed plugins)Happens on IE11, Chrome and Firefox works fine. This issue was found while fixing #16618. It looks similar but the cause is different so it was extracted as a separate issue. |
|||||||
#16720 | Firefox: Not possible to enter normal text after inserting Link using Link dialog | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result Typed text should be outside link and should be normal text Actual result: Newly typed text still part of link & there is no way for user to type normal text on same line unless he press Enter to go to New line |
|||||||
#16721 | [Windows Phone 8.1] Cursor moves at the end of text when I hit the Enter key | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultNew line is inserted and the cursor is at the beggining of it. Actual resultNew line is inserted, but the cursor is at the end of the whole text in editor. Other details (browser, OS, CKEditor version, installed plugins)Appears on NOKIA Lumia 925 with Windows Phone 8.1. Tested on CKE 4.4.6 and today's DEMO version. |
|||||||
#16722 | Number of rows must be a number greater than 0 | confirmed | Bug | Normal | ||||
Description |
Steps to reproduceBased on comment - http://dev.ckeditor.com/ticket/11644#comment:6
Expected resultTable gets inserted. Actual resultDialog shows up saying "Number of rows must be a number greater than 0". The global function from custom script gets called. Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced in all browsers from CKEditor 4.0 at least.
To solve this we would probably need to rename |
|||||||
#16723 | [Umbrella] Plugin items that use contenteditable=false have cursor issues | confirmed | Bug | Normal | ||||
Description |
It's easiest to see using the link below, as the placeholder plugin goes through Widget, which uses contenteditable=false to make the yellow placeholder? items behave as a single unit: http://sdk.ckeditor.com/samples/placeholder.html However, the bugs I'm about to report apply to ANY item in ckeditor that uses contenteditable=false to behave as a single unit. There are several issues that end up confusing users. Steps to replicate included: 1) In the link above, delete the period after "Hotline number?." so that Hotline number? is the last element on that line. With the insertion point at the end of the line (to the right of Hotline number?), click and drag from the end of the line to the left. Current behavior: NO selection is made. Expected behavior: it should select the element as you drag to the left. Put a period back at the end of the line to observe expected behavior. 2) Use the toolbar button "Insert/Remove Bulleted List" Make at least 3 bullet items. Copy and paste placeholder? items so they are the last element on each row of the bulleted list. Ensure that no other characters come after the placeholder? item (such as periods or spaces). Now click to the right of the end of each line for each bullet point. In some cases, the insertion point appears at the far right side of the editor area, instead of immediately to the right of the placeholder? item. I haven't yet figured out how to reliable reproduce this, however. Sometimes the cursor appears in the correct location. 3) Copy and paste any bullet point line, including both some plain text, and your template? item, to create a new, identical bullet point. Use this using the keyboard commands Command-C and Command-V. Hit return and repeat. You'll find you can't, because during the paste process, somehow the document is no longer in focus -- the insertion point seems to be "gone" after paste. |
|||||||
#16724 | [Safari] Can't focus widget's editable | confirmed | Bug | Normal | ||||
Description |
Steps to reproduceNote: this issue appears only on built version of CKEditor.
Expected resultThe editable caption is focusable. Actual resultCaret jumps to the beginning of the content. Other details (browser, OS, CKEditor version, installed plugins)Tested on Safari 10.0.1 (11602.2.14.0.7) and 10.0.1 (12602.2.14.0.7). Happens only in classic editor, inline editor works fine. |
|||||||
#16725 | Non-editable widget selection blocks pasting in IE8 compat mode | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultPasted content replaces whatever was in the editable. Actual resultNothing happens. Other details (browser, OS, CKEditor version, installed plugins)IE8 compatibility mode. |
|||||||
#16726 | Cannot undo after removing uploading image. | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultIt is possible to undo changes. Actual result
Undo does nothing. Error in the console is thrown: Other details (browser, OS, CKEditor version, installed plugins)Checked on Opera and Firefox. Occurs in both browsers. |
|||||||
#16727 | Cannot select all if non-editable element on the beginning/end of the content on mobile Chrome and Safari (Android, iOS) | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultContent is selected. Actual resultNothing happens. Other details (browser, OS, CKEditor version, installed plugins)Chrome (Android), Safari (iOS). |
|||||||
#16734 | Browser crash in Safari 10.0.1 when CKEditor is given a particular template | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16735 | You cannot place a cursor to the rightmost of the table created from tool bar (While from excel you can) | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultYou can place a cursor to the rightmost of the table. Actual resultYou cannot place a cursor to the rightmost of the table. (You can do this if the table if copied from Excel). See the attach for details. Other details (browser, OS, CKEditor version, installed plugins)Demo site(4.6), MacOS, Chrome. |
|||||||
#16739 | Indentation for Text lost when pasted from word doc | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Issue: Indentation for text after list item is lost |
|||||||
#16740 | Native spell checking always active in Source mode | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Some parts of the text are highlighted as incorrect by the native spell checker (e.g. captionedimage) even when disableNativeSpellChecker option is set to true. It happens because in source mode the textarea does not utilize spellcheck attribute in any way. Other details (browser, OS, CKEditor version, installed plugins)CKEditor 4.6.1, checked on Chrome and FF. |
|||||||
#16744 | Drag&drop of multiple files results in an error: The given range isn't in document | confirmed | Bug | Normal | ||||
Description |
Moved from https://github.com/ckeditor/ckeditor-sdk/issues/203 Steps to reproduceWhen I upload "multi images" in this page, below error is displayed on my Chrome console. However, the upload itself is processed correctly. Sample page: http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images Error message: ckeditor.js:430 The given range isn't in document. The same phenomenon occurs also in my development environment. Expected resultThere should be no error reported in the error console. Actual resultFiles are uploaded (great!), but JavaScript exception occurs. Other details (browser, OS, CKEditor version, installed plugins)Chrome, reproduced on the latest version of CKEditor (4.6.1), did not try earlier versions. |
|||||||
#16756 | Image are inserted as file/link after pasting several images with text in between | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultText with pictures should be pasted. Actual resultThe images are broken. Other details (browser, OS, CKEditor version, installed plugins)This is occurs in Firefox/Chrome/Edge/Safari. If pasting data from a secured webpage the images are pasted as links and when the session expires the become inaccessible. It would be nice if the images are converted to Base64 or uploaded separately. I have no problem pasting a single image when coping from Word. |
|||||||
#16761 | Toolbar button status on touch devices does not update for inline styles (italics, font family, etc). | confirmed | Bug | Normal | ||||
Description |
Steps to reproduceSteps to reproduce :
Expected resultWhenever a text is selected toolbar is not having selections as per the formatting of selected text. Actual resultWhenever a text is selected toolbar should have the selections as per the formatting of selected text. Other details (browser, OS, CKEditor version, installed plugins)This issue is reproducible only in iPad. I tried on safari and chrome(iPad 8.1.1) |
|||||||
#16768 | [WebKit][FF] Normalize behaviour of styles combo on link boundaries | confirmed | Bug | Normal | ||||
Description |
While working on #14856 fix, we had a chance to look more in depth into how it works when applied on link boundaries (see also #14856#comment:12). The behaviour is quite inconsistent and should be normalized. One important thing to mention is how browsers natively handle typing on link boundaries. Consider the following html:
For WebKit browsers the selection is like in the above html, however, when you start typing it is moved outside the link (like
In Firefox, the selection can be either
For IE/Edge browsers the selection always behaves and acts like Now consider the resulting html after using styles combo on the following html: Chrome1.
After changing font size to 20px and typing bar becomes
2.
After changing font size to 20px and typing bar becomes
3a.
After changing font size to 20px and typing bar becomes
3b.
After changing font family to Tahoma and typing bar becomes
Firefox1.
After changing font size to 20px and typing bar becomes
2.
After changing font size to 20px and typing bar becomes
3a.
After changing font size to 20px and typing bar becomes
3b.
After changing font family to Tahoma and typing bar becomes
While the elements order may be different I does not make any difference for visual appearance and CKEditor UI ( |
|||||||
#16769 | Event fired when style is changed | review | New Feature | Normal | ||||
Description |
Currently applying new style or removing existing style in the editor (e.g. via changing element's style using "Styles" dropdown menu) does not fire any event. Because of that there is no sensible way to detect such changes in the editor.
Using |
|||||||
#16778 | Maximize hides the toolbar, can't minimze. | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultAbility to use the toolbar, including minimizing the full-screen mode. Actual resultThe toolbar is hidden above the top of the window. A white gap appears at the bottom. I opened up dev tools and found div#page. In the CSS inspector, I got the page to re-render by unchecking position: static and then checking it again. This instantly caused the toolbar to be displayed, and the white gap at the bottom to disappear. Other details (browser, OS, CKEditor version, installed plugins)Firefox 50.0.1, Mac OSX 10.11.6, CKEditor 4.4.3 Plugins: Code Snippets, word counting, Linkit module, Media CKEditor, HTML snippets, and Table Resize |
|||||||
#16780 | selectElement and/or extractSelectedHtml work differently in Chrome and Safari | pending | Bug | Normal | ||||
Description |
Steps to reproduce
I am trying to replace the <question> element with another html string.
editor.getSelection().selectElement(element); // here element is an instance of CKEDITOR.dom.element. // Its nodeName property is 'QUESTION' in all browsers editor.extractSelectedHtml(); editor.insertHtml(myString);
In Safari I get the following error when running extractSelectedHtml: I tried to check what editor.getSelectedHtml method returns in Chrome and Safari. In Chrome it returns CKEditor.dom.documentFragment with question as firstChild, and in Safari it returns CKEditor.dom.documentFragment with answer (inner node) as firstChild. Expected resultI would expect my code snippet to produce the same result in all browsers. Is this working as intended? Is there any workaround for this issue in Safari? |
|||||||
#16785 | [IOS] Editor scrolls back to top of the page | new | Bug | Normal | ||||
Description |
When we click/select the "Paragraph Format button" in iphone 6 & 5, the page scrolls top of the page. Sometimes scrolls at the bottom. Refer the following demo link, which has only less features of the editor configured but the scroll issue exist. https://alfonsoml.blogspot.in/2012/04/placeholder-text-in-ckeditor.html Steps to reproduce
Expected resultIt should stay in the editor without scroll Actual resultScrolls top/bottom of the page Other details (browser, OS, CKEditor version, installed plugins)Device: Iphone 5 & 6, Browser: Safari I can find that there are other tickets already raised related to this (#11730, #10694, #12749), but this issue still remains in the latest version of the editor. |
|||||||
#16788 | [IE10] IndexSizeError while aborting image upload via undo/redo | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultNothing happens as image upload is aborted. Redo cannot be clicked again. Actual resultError is thrown while redoing. Redo is active and can be clicked multiple times (throwing error every time). SCRIPT5022: IndexSizeError ckeditor.js, line 430 character 258 Other details (browser, OS, CKEditor version, installed plugins)IE10, CKEditor 4.6.2. |
|||||||
#16789 | [Safari] Cannot insert widget if focused before widget on the beginning of the content | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultWidget inserted. Actual result
Error is thrown Other details (browser, OS, CKEditor version, installed plugins)Safari 10, CKEditor 4.6.2 built. |
|||||||
#16790 | [IE8] Highlight of found phrase is not deleted | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultHighlight is removed. Actual result
Highlight is still present and it's represented by styled |
|||||||
#16793 | [IE9] Dropping menu content into editor | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCursor is in "not allowed" mode, option is not dropped. Actual resultCursor is in "create shortcut" mode, option is dropped. Other details (browser, OS, CKEditor version, installed plugins)Followup for #10373. |
|||||||
#16796 | Plugin TableTools in combination with inline editor breaks out of editable element | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Sample HTML structure after step 2: <table> <tbody> <tr> <td> <div id="editor1" contenteditable="true"> <table border="1" cellspacing="1" cellpadding="1" style="width: 500px;"> <thead> <tr> <th scope="row"><br></th> <th scope="col"><br></th> </tr> </thead> <tbody> <tr> <th scope="row"><br></th> <td><br></td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> Expected resultThere should be another column before the TH column (in the editable area). Actual resultThere is another column outside the editable area. Other details (browser, OS, CKEditor version, installed plugins)This problem applies to other settings also. For example the alignment of a TH cell is instead set on the first TD cell outside the editor. Problematic Codehttps://github.com/ckeditor/ckeditor-dev/blob/master/plugins/tabletools/plugin.js#L33 var nearestCell = startNode.getAscendant( 'td', true ) || startNode.getAscendant( 'th', true ); When startNode is a TH getAscendant() will only find the TD outside the Editor and not even execute the second part of the condition. You either have to check whether nearestCell ist an element in the editor or search for both (TD and TH) and use the nearest of both. The same applies to https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/tabletools/plugin.js#L50 var parent = node.getAscendant( 'td', true ) || node.getAscendant( 'th', true ); |
|||||||
#16807 | Pasting widgets with the clipboard plugin under firefox removes some classes. | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThe widget should be inserted with all its classes, same content, and same styles. Actual resultAll elements are present but some of their classes are removed, the style is not the same. I've debugged the paste dialog and in the event editor.fire( 'pasteDialogCommit', { dataValue: html }) - the dataValue contains all necessary elements and their classes. However when the widget is inserted and I inspect its elements it seems some of their classes are removed. Other details (browser, OS, CKEditor version, installed plugins)It works perfectly under chrome, IE and Safari. |
|||||||
#16808 | The Justify plugin doesn't obey the custom Advanced Content Filter rules | review | Bug | Normal | ||||
Description |
Steps to reproduce
allowedContent: 'p ul{text-align};li'
> CKEDITOR.instances.content.filter.check('ul{text-align}') true > CKEDITOR.instances.content.filter.check('li{text-align}') false
Place the caret on the second item. The Justify buttons are still enabled. Click on the "Center" button from the tool bar. Expected result
Justify plugin should prevent of applying justification on disallow elements. If ACF forbid to apply text-align style on given element, then plugin should be disabled on such element. Actual resultThe Justify plugin centers the second list item, thus generating invalid content from the point of view of the ACF. Other details (browser, OS, CKEditor version, installed plugins)Any browser, Any OS, CKEditor 4.6.2, Justify plugin Note that in my case I have to convert the generated HTML to a specific wiki syntax which doesn't support attributes/styles for the li element. So when the user saves the content the text-align style on the list item is lost. My users are thus complaining that the list alignment is lost. I don't want to disable the Justify plugin. |
|||||||
#16827 | Container span with drag handle being added to widget after updating to 4.6.1 | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultShould be the same as before going into source mode Actual resultIt added a container span around the element as well as an image after it that looks like a drag handle. Repeatedly switching between source and html adds more wrappers and more drag handle images, some of which end up being block-level. These elements persist after saving the content of the ckeditor and viewing it outside this context, e.g. the iframe that gets added into the content we're editing can be selected like a ckeditor element even outside of ckeditor. Other details (browser, OS, CKEditor version, installed plugins)Tested in chrome and edge. Bug did not happen in 4.5.x, it only took place after updating to 4.6.x. Has widget plugin installed, both the 4.5.x version and the 4.6.x version exhibit the same behaviour. The widget in question is a custom google maps plugin which is supposed to output an iframe in a wrapping div. It also takes place when using the oembed plugin, which uses a widget. |
|||||||
#16828 | copy/paste duplicate text bug | pending | Bug | Normal | ||||
Description |
Sometimes when I perform a Copy/Paste from txt file into the CKEDITOR (latest version), the text gets copied multiple times.(2-6-8-10 times) and the browser also freezes when this happens. But this only happens after long periods of use, with a considerable amount of text and it's hard to reproduce. I'm wondering if there is any way we can prevent this from happening even though we don't really know what the cause of it is. Any help would be much appreciated. |
|||||||
#16834 | Caught error of toolbar | pending | Bug | Normal | ||||
Description |
I got this error when i use online builder and simply download the full package leaving default sets. ckeditor.js:925 Uncaught TypeError: Cannot read property 'toolbar' of undefined |
|||||||
#16837 | Insert row after not working correctly | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultInserting new empty row after focused one Actual resultRow is inserted as second after focused one Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16841 | Optionally display element classes in path to selected item | confirmed | New Feature | Normal | ||||
Description |
For some audiences it would be useful to display the class of each element in the path/breadcrumb at the bottom of the editor, similar to Developer Tools in Chrome or Firefox. Rough patch has already been provided by another user in comments on the plugin page: http://ckeditor.com/addon/elementspath. I didn't see any mention of this with respect to CKEditor 5--please comment if you would like a similar issue submitted on github. |
|||||||
#16848 | Selecting all triggering on certain characters | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCtrl+Alt+A is used to enter the character ą on a US keyboard layout. The ą character should be inserted. Actual resultThe editor's contents are selected. Other details (browser, OS, CKEditor version, installed plugins)Suggested fix (which actually probably explains the issue better than the above description) plugins/widgetselection/plugin.js Change:
To add a
|
|||||||
#16849 | Cannot use Paste From Word on numbered lists with parens around number/letter | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
(a). This will not work. Expected resultSame output as copied from Word (formatted as a numbered list) Actual resultNothing gets pasted. Error in console: Uncaught TypeError: f.getSubsectionSymbol(...).match is not a function at Object.setListSymbol (default.js?t=H0CI:23) at Object.createLists (default.js?t=H0CI:29) at root (default.js?t=H0CI:6) at a.exec (ckeditor.js?oksklt:284) at $.onRoot (ckeditor.js?oksklt:282) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.htmlParser.fragment.filter (ckeditor.js?oksklt:278) at $.applyTo (ckeditor.js?oksklt:281) at Object.CKEDITOR.cleanWord (default.js?t=H0CI:14) at ckeditor.js?oksklt:1093 at a (ckeditor.js?oksklt:1091) Same result if I try (1). or (A). etc. Other details (browser, OS, CKEditor version, installed plugins)Note that this appears to be a regression from version 4.5.11 to 4.6 OS: macOS Sierra Version 10.12.2 Browser: Chrome Version 56.0.2924.87 (64-bit) Word: Word for Mac Version 15.30 CKEDITOR: 4.6.2 (standard) |
|||||||
#16851 | Page Break indication is actually printed | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultTwo pages are printed correctly and Page Break indication is not visible in the first printed page Actual resultTwo pages are printed correctly, but Page Break indication is actually visible in the first printed page Other details (browser, OS, CKEditor version, installed plugins)Firefox 45, Chrome 56, Windows 7 SP1, CKEditor 4.6.2 full on-line demo |
|||||||
#16852 | No carriage returns after images in Edit Draft mode & document is corrupt on saving | new | Bug | Normal | ||||
Description |
Steps to reproduce
How can I attach a picture of this for you? david.brandt@… Expected resultReturn characters are respected Actual resultreturn characters are ignored and document is corrupt. Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16853 | Convert files to unix line endings | confirmed | Task | Normal | ||||
Description |
the files in the repo is a big mix of Unix and Windows line endings and with and without BOM Please agree on a standard and convert all files to this. fx: ckeditor.js is Unix with BOM build-config.js is Windows with BOM CHANGES.md is Windows without BOM Perhaps the best thing is Linux line endings |
|||||||
#16854 | startupFocus: false doesn't work in IE 11 | new | Bug | Normal | ||||
Description |
Steps to reproduceThe CKEditor is used as a component in a react interface with possibility to add new groups of form elements for user input. Whenever the group of form elements consists of at least one RTE, this element is focused in the interface although there are other form elements above it. The configuration for startupFocus is set on false. This works without problems in Firefox or Chrome, but has no effect on its behaviour in IE 11. Expected resultNo scroll event to focus the CKEditor when adding a group of several form elements. Actual resultCKEditor is focused. Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16858 | Standard distribution of upload file plugin code differs from referenced source. | confirmed | Task | Normal | ||||
Description |
The standard distribution of the uploadfile plugin requires the link plugin. However, the Source code made available through the Add-on section of the website indicates that link is not required. My preference would be to not require the link plugin - it isn't actually required to perform the upload. Removing it would also better support those of us that integrate our own and remove the link plugin. That said, the request is to make these two source paths consistent so there isn't confusion about what the plugin requires. Std Dist: https://github.com/ckeditor/ckeditor-releases/blob/master/plugins/uploadfile/plugin.js Source: https://github.com/ckeditor/ckeditor-plugin-uploadfile/blob/t/12541/plugin.js |
|||||||
#16859 | Not able to Assign Table Elements Contents To CKEDITOR at RunTime | new | Bug | Normal | ||||
Description |
Below is My CsHtml File <div id="kendorte-@entityId" class="rte-editor">
@{
</div> callckeditor is a function callckeditor(objectid,iscp,textcontent) { CKEDITOR.document.getById('editor-@entityId').setHtml('@data'); } The problem is i am not able to Load the Table related data on TextEditor The Content is <table style="width:100%">
</table> Other details (browser, OS, CKEditor version, installed plugins)latest CKeditor Version |
|||||||
#16863 | Partial selection in and inside the table cause cells to be deleted when pressing Del or Backspace | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultTable contents get deleted but table stays 3X3 Actual resultCells 1.1 get removed Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced in Blink and Webkit browsers (Win and Mac) from CKEditor 4.4.2. Please also see attached video. EDIT: Problem can also be reproduced when selecting content between cells. Select whole cell 1.1 and part of cell 1.2. |
|||||||
#16865 | Fonts setting should not be toggling options. | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultPlease prevent revert font back to original font if select same font again. Actual resultResetting the font to original font if select font again. Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16869 | Memory leak when creating / destroying inline instances | confirmed | Bug | Normal | ||||
Description |
When you dynamically create inline instances and then destroy an instance with instanceName.destroy() the mutation observers aren't destroyed and thus causing some serious memory leak and dom leakage. On a page with multiple instances and a lot of user interaction this leak quickly starts to grow big (multiple mb's per step) and causing the ckeditor / browser to become really slow. I've attached a screenshot of a heap snapshot comparison done in Chrome. The steps I did were: ActionSteps = create inline instance and then destroy it
Then select heapsnapshot 3 and select from dropdown "Object allocated from snapshot 1 and 2" |
|||||||
#16872 | [Edge][PFW] Multi number markers lists not pasted correctly | confirmed | Bug | Normal | CKEditor 4.7.1 | |||
Description |
Steps to reproduce
Expected resultPasted list has correct structure (ofc multiple digit markers do not need to be preserved). Actual resultStarting with "4.2.1.Aa" item, list structure is broken. Other details (browser, OS, CKEditor version, installed plugins)
I think it has something to do with this list item not having |
|||||||
#16879 | Creating a fakeElement with attributes doesn't work anymore (attributes are removed) | new | Bug | Normal | ||||
Description |
I have a plugin that creates a div with some attributes as a fakeElement. The content of this div is only an ID. With the combination of the attributes and the ID I can later retreive dynamic contents from the database and replace the div-element. This plugin used to work, but after updating CKEditor from 4.5.7 to stable (4.6.2) it stopped working. After the update, it only inserts a div element with the ID as content. So all attributes are removed. Steps to reproduce
Expected resultIn CKEditor 4.5.7, the HTML code includes a div with attributes: <div class="gadgetPlugin tab-htmlcode" height="80" title="Gadget" width="80">1</div> Actual resultIn CKEditor 4.6.2, the HTML code includes a div without attributes: <div>1</div> Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16885 | [IE11] Cursor jump to the 1st table cell in the editor | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThe clicked table element should be selected. Actual resultCursor jump to the 1st table cell in the editor. Other details (browser, OS, CKEditor version, installed plugins)[CKEditor version]
[Client OS, Browser] Windows 10 Pro(64bit) / Internet Explorer 11 Is this a duplicate of #16845? |
|||||||
#16886 | Toolbar configurator won't work with A11y Checker | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultToolbar configurator to load and allow customization. Actual resultErrors out. Uncaught TypeError: Cannot set property 'innerText' of null ckeditor.js:1563 Also get Uncaught TypeError: Cannot read property 'refresh' of null index.html:200 when switching from basic to advanced or vice versa. Other details (browser, OS, CKEditor version, installed plugins)Tried Chrome and Firefox, CKEditor 4.6.1 and also just tried 4.6.2. Have a few plugins extra that can be seen in the builder. I also tried adding jquery into the page but still get errors. |
|||||||
#16891 | Bug in CKEDITOR.htmlParser.fragment.prototype.add | new | Bug | Normal | ||||
Description |
This function starts with the following: add: function( node, index ) { isNaN( index ) && ( index = this.children.length ); var previous = index > 0 ? this.children[ index - 1 ] : null; if ( previous ) { // If the block to be appended is following text, trim spaces at // the right of it. if ( node._.isBlockLike && previous.type == CKEDITOR.NODE_TEXT ) { previous.value = CKEDITOR.tools.rtrim( previous.value ); // If we have completely cleared the previous node. if ( previous.value.length === 0 ) { // Remove it from the list and add the node again. this.children.pop(); this.add( node ); return; } } } ... If you are adding a block-like node after a text node, it trims the text-node on the right and, if it is rendered empty, it claims to delete said text node and add the block node. However, this will only happen in the above if we are adding the node at the very end of the list of children of 'this', because we use .pop(), thereby removing the final element of the array and then add the block node to the end of the array. The following this.children.pop(); this.add( node ); should instead be something like this.children.splice( index-1, 1, node ); The specific case where I am encountering this problem may not be terribly applicable, but I have a widget implementation that is upcasting LaTeX code, not requiring it to be wrapped in an HTML element. Example problematic code: <div> <h5>Solution</h5> <p><strong>i.</strong> Since \(f(x)=2x+3\), \[ \begin{align*} f(-6) &= 2(-6)+3 \\ &= -9 \end{align*} \] </p> <p><strong>ii.</strong> Since \(g(x)=x^2+4x\), \[ \begin{align*} g(-3) &= (-3)^2+4(-3) \\ &= 9-12 \\ &= -3 \end{align*} \] </p> <h4>Example 2 — Part B</h4> <p>Let \(f(x)=2x+3\) and \(g(x)=x^2+4x\).</p> </div> Here, when wrapping the LaTeX code in a div for rendering by MathJax, the second align environment gets moved to the bottom of the outer div and replaces the last paragraph. |
|||||||
#16892 | Add the ability to bulk edit cell properties | new | New Feature | Normal | ||||
Description |
We want to be able to select multiple cells of a table and edit properties such as text alignment and merging of cells. |
|||||||
#16896 | [iOS] CKEditor content area scrolls up when cursor is placed at the beginning of line | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
NOTE: New text doesn’t have to be input at the beginning of editor’s content. Placing the cursor at the beginning of any line moves the editor’s body too. Expected resultVirtual keyboard appears. Editor’s body is not moved (page is not scrolled). Input characters are visible on screen. Actual resultVirtual keyboard appears. Editor’s body is shifted up (whole page is scrolled down) and the beginning of its content is not visible on screen. Typing on the virtual keyboard inputs new characters however they cannot be seen because the page is scrolled down. Other details (browser, OS, CKEditor version, installed plugins)Problem has been checked in CKEditor 4.6.2, iOS 10.2.1, Safari 10.0 |
|||||||
#16897 | Paste From Word: Font family not copied over multiple paragraphs with non-standard font | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThe contents are all viewed as Calibri. When viewing source we should see the font-family correctly set as Calibri. Actual resultThe text comes through with no font family selected Other details (browser, OS, CKEditor version, installed plugins)Chrome. Tested against CKEditor 4.5.10 (owned copy) & 4.6.2 (via cdn https://cdn.ckeditor.com/4.6.2/full-all/ckeditor.js). Word 2016. Please note it works as expected where no newline characters are part of the copied text. |
|||||||
#16898 | Getting "Unable to set property 'setState' of undefined and null reference" in richcombo/plugin.js | pending | Bug | Normal | ||||
Description |
We are using ckeditor4.5.7 in our applications which contains multiple editor sections and getting the error when we click on first editor section and then click on another editor section quickly. There could be a race condition due to which facing issue. but, please look into this and let me know if there is any fix for that. Steps to reproduce
Expected resultShould work without any issue Actual resultGetting "Unable to set property 'setState' of undefined and null reference" error in richcombo/plugin.js Other details (browser, OS, CKEditor version, installed plugins)Browser:IE11, OS:Win-7, CKEditor:4.5.7 |
|||||||
#16900 | Table from Excel gets pasted as image in Firefox | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultTable gets pasted as HTML Actual resultTable gets pasted as image Other details (browser, OS, CKEditor version, installed plugins)Probalem can be reproduced from CKEditor 4.6.2 in Firefox only. |
|||||||
#16901 | Duplicate selection field after changing some styles | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultSelection field hasn't duplicate. Actual resultSelection field duplicates in different ways. It depends on applied style. Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16903 | STRICT MIME TYPE ERROR | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCkeditor shown, no errors Actual resultMIME TYPE strict error, Refused to execute script from 'https://www.XXX.XX/forum/general-discussion/config.js?t=H0CG' because its MIME type ('text/html') is not executable, and strict MIME type Other details (browser, OS, CKEditor version, installed plugins)Chrome browser Ckeditor 4.6 cPanel |
|||||||
#16905 | Editor enterMode: ENTER_BR doesn't strip leading whitespace immediately | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
(space is trimmed on this keypress, and the next character is acted upon) Expected result
leading whitespace should be trimmed on initial Enter keypress (like behavior when performing same action with ENTER_DIV and ENTER_P)
Expected, demo'd with ENTER_DIV: Actual result
leading whitespace is trimmed on Delete, as well as the '1' character.
Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16906 | isArray function in core tools does not recognize ES6 iterator protocol [object Array Iterator] as an array | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCKEditor to initialize Actual resultCKEditor does not initialize. Console window shows resource not found error, as the dynamically generated plugins <script> tag is malformed. Ie: <script type="text/javascript" src="https://mydomain/_js/Performance2/ckeditor-full.4.6.2/plugins/dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,copyformatting,div,toolbar,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,stylescombo,tab,table,undo,wsc/plugin.js?t=v0.01"></script> Other details (browser, OS, CKEditor version, installed plugins)The reason this occurs is because when using ES6 features (ReactJS/lodash/etc) on your page, the CKEditor core tools isArray function does not know how to check the ES Iteration Protocol, as described here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols This is a simple fix by also comparing to [object Array Iterator] in the isArray function in tools.js |
|||||||
#16907 | Iframe plugin uses deprecated attributes and allows invalid values in HTML5 | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
Actual result5 validation errors are found:
|
|||||||
#16910 | [Drag and Drop] Dropping file with " ' " in its name causes 404 | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
Actual result
The Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced in every browser |
|||||||
#16911 | Pastetext plugin incorrectly handles images | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultImage is replaced with its alternative text. Actual resultNothing is pasted. |
|||||||
#16917 | Creating list inside widget splits widget and creates nested structures with ENTER_BR mode. | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
[item1 item2]
Expected resultThe list is created inside widget. Actual result
The creation of list creates new widget for every list item nested inside the former widget which creates invalid widget structure. Also when Other details (browser, OS, CKEditor version, installed plugins)Tested on Chrome (56.0.2924.87 (64-bit)) with newest CKEditor (4.6.2). |
|||||||
#16918 | French text alignment in flash plugin | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Actual resultSee image Other details (browser, OS, CKEditor version, installed plugins)ckeditor 4.6.2 in French language + flash plugin |
|||||||
#16922 | the size of picture upload manager window is break | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultthe window's width is well Actual resultthe window's width is bread Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16923 | Jumping in and out of Source mode adds <p> </p> (again) | pending | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultmy html, unmodified Actual resultappended crud to my html Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16929 | [ENTER_BR]: Enter hides space before text | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultSpace should be visible and key press should either move cursor or delete the space. Actual resultNotice that first key press does nothing and space before '123' is not visible. Other details (browser, OS, CKEditor version, installed plugins)Problem can't be reproduced in native contenteditable element. |
|||||||
#16930 | [A11Y] - JAWS reading each item in Context Menu as separate list | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Issue: JAWS reading each menu item as separate list ex: JAWS reads Paste 1 of 1, Cell Submenu 1 of 1, Row Submenu 1 of 1, Column Submenu 1 of 1 but for Delete Table & Table Properties it combined them as one list and says 1 of 2, 2 of 2 respectively which is incorrect all of them are part of same menu |
|||||||
#16932 | [ENTER_BR]: Enter hides space before text and leaves cursor in first line. | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultSpace in front of '123' is visible and cursor is blinking before it. Actual resultThere is no space in front of '123' and cursor is still blinking at the end of first line. Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16936 | pastefromword plugin issue with paragraph formatting | new | Bug | Normal | ||||
Description |
This issue is not present in CKEditor 4.5.11 (it works as intended) The attached file has following setting set: style: paragraph = no spacing Steps to reproduce
Expected resultPreserved bullet structure / spacing. Actual resultBullet structure and spacing is malformed. Other details (browser, OS, CKEditor version, installed plugins)Chrome/Safari/Firefox, OSX, 4.6.1 (It's also not functioning in 4.6.0/2) plugins:
|
|||||||
#16939 | Unable to maintain scroll position after postback | pending | Bug | Normal | ||||
Description |
I'm using the CKEditor 4.6.2 control in a .Net 4.0 web application. I'm experiencing an issue where the correct scroll position is not maintained after performing a postback on large web form containing multiple CKEditor controls. When a button is clicked, the page performs a postback and the screen appears to return to the correct scroll position but then appears to jump up a few spaces for no apparent reason. This issue only occurs when a postback is triggered towards the bottom of a large web form. It does not occur if a postback is triggered in the top half of large web form or on a small web page. We are experiencing this issue in IE 11. Steps to reproduce
Expected resultWe expect the correct scroll position to be maintained after performing a postback. The size of the web page should not affect scroll positioning. Actual resultThe page will return to the correct scroll position but will jump up immediately after.
|
|||||||
#16940 | Clicking on the disabled toolbar button makes them enabled | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultNothing should happen and toolbar button should stay disabled. Actual resultClicking the toolbar button, enables it. Other details (browser, OS, CKEditor version, installed plugins)CKEditor version 4.5.3.1 Chrome 52 Windows 7 I have debugged the CKEditor code and CKEditor doesn't check the state of the button before performing the Click action. This issue doesn't occur for combo boxes (Format, Font, Size) as CKEditor checks for its state before performing the action. |
|||||||
#16941 | Deleting Paragraph before the description list, changes first list element to instead of moving cursor into list | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCursor is blinking ath the start of first list element Actual resultFirst list element gets changed into paragraph Other details (browser, OS, CKEditor version, installed plugins)This works fine in Firefox. Chrome has been broken since CKEditor 4.4.1 and hasn't worked in IE at all. You will get the same result in native contenteditable element in Webkit and IE with below code: <div style="border:1px solid black; width:500px;" contenteditable="true"> <p>Para</p><ol><li>li A</li><li>li B</li></ol><p>Para</p><dl><dt>dt A</dt><dd>dd A</dd><dt>dt B</dt><dd>dd B</dd></dl> </div> The reason I have reported this bug is because it has been working in Chrome till version 4.4.0 so maybe there is something we can do to improve default behaviour. |
|||||||
#16942 | Cursor gets stuck in inline widget | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultCursor is either in front of the placeholder widget or skips it and jumps to the line above. Actual result
Other details (browser, OS, CKEditor version, installed plugins)
|
|||||||
#16946 | Underline and Strikethrough should work in placeholder | confirmed | New Feature | Normal | ||||
Description |
Steps to reproduce
Expected resultThe whole text should be underlined. Actual resultOnly the text that is not in placeholder gets underlined. Other details (browser, OS, CKEditor version, installed plugins)Windows 7 Browser: Firefox 52.0.2 CKEditor: 4.6.2 |
|||||||
#16947 | Destroy CKEditor on Focus transfer - Error in Chrome | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThe ckeditor will be deaktivated. Actually on our real page we want on focus lost to disable the ckeditor and display the value in a separate div. Probably we could atchive this also with an inline editor, but neverthels, there is a problem with the current solution. It occures only in Chrome, but not in Firefox, Edge or IE. Actual resultJavaScript Error in Chrome: ckeditor.js:238 Uncaught TypeError: Cannot read property 'isInline' of null
Other details (browser, OS, CKEditor version, installed plugins)The error occures wi the newes CKEditor Version 4.6.2 currently in the newes Chrome Version (57.0.2987.98 (64-bit)) under Windows 10: The problem is due to a check for chrome and isInline in the following line 238 of our ckeditor.js: this.hasFocus&&(this.hasFocus=!1,CKEDITOR.env.chrome&&a.editable().isInline()&&a.window.$.getSelection().removeAllRanges() |
|||||||
#16948 | Adding a list removes preceding empty line with enterMode = CKEDITOR.ENTER_BR | new | Bug | Normal | ||||
Description |
Problem
When using the Steps to reproduce
Step 1: Go to
Step 2: Choose When Step 3: Add the following text: Line before empty line First item (Screenshot 2) Step 4: Move the cursor to the line containing First item and press: (Screenshot 3) (Screenshot 4) Expected behavior: A list is created with First item as its first item, leaving the preceding line intact. Actual behavior: The list is created, but the preceding line is removed (*). (*) Note that in the example there is a margin between the first line and the list, so that the removal of the line is not necessarily noticable (especially in the example): (Screenshot 5) SolutionsThe behavior of adding a list (same holds for indentation using the indentblock plug-in) should be changed so that it does not remove a preceding empty line. It might be desirable to make this behavioral change configurable in order to maintain backward-compatibility. |
|||||||
#16949 | dataIndentationChars disregarded if empty string | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultI'm leaning on the documentation for this configuration variable (http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dataIndentationChars): // No indentation. CKEDITOR.config.dataIndentationChars = ''; Actual resultIndentation is still present. Other details (browser, OS, CKEditor version, installed plugins)Firefox, Linux, latest master branch from repository. |
|||||||
#16950 | Insertion of unwanted when you backspace and insert new text | new | Bug | Normal | ||||
Description |
When deleting text and inserting a space (I think it needs to be multiline so that there are p tags), if you switch to the source view you will see an inserted for a single space between words that should not be there. Steps to reproduceTo reproduce:
My uneducated guess is that this might happen because when you add that space there are 2 spaces next to each other, so the latter space gets turned into an (which would be correct if you stopped there), but then when you press the next letter separating the 2 spaces, the is persisted rather than changing back to a space Expected resultA space should be inserted Actual resultA is inserted Other details (browser, OS, CKEditor version, installed plugins)CKEditor 4.6.2 (Standard) (revision 580bcaf) Chrome: 57.0.2987.133 macOS: Sierra 10.12.4 |
|||||||
#16952 | JS error when using div plugin next to a text node | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected result
Actual result
Other details (browser, OS, CKEditor version, installed plugins)As far as I understand the div plugin, there is a curious behavior with text nodes: the addon tries to find a common ancestor, and mixes up regular tags with a #text which doesn't have any ancestor, causing the null exception. |
|||||||
#16953 | On adding links it fails first time and duplicates text 2nd time | pending | Bug | Normal | ||||
Description |
Steps to reproduceSecenario : I am using ckeditor in inline mode in a angular project. The ckeditor is added using the angular-ckeditor directive (https://github.com/lemonde/angular-ckeditor) HTML: <div class="section-editor" ckeditor="options" ng-model="section.content" contenteditable="true" ready="ckeditorOnReady($instance)" ></div>
Expected resultThe link should be added in first attempt without any error Actual resultSometimes the link doesnt get inserted in the first attempt and there is an error in console. Uncaught TypeError: Cannot read property 'getParent' of undefined at a (ckeditor.js:formatted:9746) at CKEDITOR.style.b [as applyToRange] (ckeditor.js:formatted:9776) at CKEDITOR.style.applyToRange (ckeditor.js:formatted:10258) at CKEDITOR.dialog.onOk (link.js?t=G87E:formatted:626) at CKEDITOR.dialog.def.onOk (plugin.js?t=G87E:1467) at CKEDITOR.dialog.def.onOk (plugin.js?t=G87E:1467) at CKEDITOR.dialog.def.onOk (plugin.js?t=G87E:1467) at CKEDITOR.dialog.def.onOk (plugin.js?t=G87E:1467) at CKEDITOR.dialog.<anonymous> (ckeditor.js:formatted:12035) at CKEDITOR.dialog.m (ckeditor.js:formatted:136) Other details (browser, OS, CKEditor version, installed plugins)It can be reproduced in all the browsers and any OS. We are using Ckeditor verson : 4.5.11 (we tried updating the ckeditor version to 4.6.2 but it didnt fix the error) == |
|||||||
#16956 | [blink] Focus placement issue with inline widget | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultcursor should be placed after the widget Actual resultin chrome the cursor is right aligned in the editor Other details (browser, OS, CKEditor version, installed plugins)Chrome, ckeditor 4.6.2, widget plugin installed. |
|||||||
#16963 | [Chrome] Cursor jumps to the beginning of previous line when press backspace right after shift+ enter | new | Bug | Normal | ||||
Description |
Steps to reproduceCan be reproduce in the demo in CKEditor homepage
Expected resultCursor goes back to the end of "abc" Actual resultCursor jumps to the beginning of "abc" Other details (browser, OS, CKEditor version, installed plugins) |
|||||||
#16964 | [Firefox] Double line is shown after pressing Shift+Enter | new | Bug | Normal | ||||
Description |
Steps to reproduceCan be reproduced in the CKEditor demo
Expected resultExpect one line to be shown The HTML element should be <p>
</p> Actual resultTwo blank spaces is shown If you inspect the element, you will see: <p>
</p> # /*the selection range is here*/ If you press backspace after step 4, one line will be removed. But when you begin typing again, your cursor will jump back to the first line. Other details (browser, OS, CKEditor version, installed plugins)Only Firefox. (Chrome/Safari are ok) Tested in OS X Elcapitan (10.11.6) Can be reproduced in the CKEditor demo in CKEditor.com |
|||||||
#16965 | MathJax plugin: add support for MathJax.Hub.Config configuration options | new | New Feature | Normal | ||||
Description |
Steps to reproduceThe MathJax plugin currently supports two configuration options: config.mathJaxClass and config.mathJaxLib. The options provided by MathJax.Hub.Config are not currently supported. Among others, one can here define macros. Without this option they may be visible in the rest of a web site (if configured elsewhere), but not in CKEditor and its MathJax editor window. Expected resultOne can configure MathJax within the CKEditor in the same way as in the rest of the web site Actual resultMathJax within the CKEditor is not configurable Other details (browser, OS, CKEditor version, installed plugins)The MathJax.Hub.Config is set at line 309 of https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/mathjax/plugin.js without possibility to change it outside the source code by means of a configuration option: MathJax configuration, disable messages. 'MathJax.Hub.Config( {' +
'} );' |
|||||||
#16966 | Chameleon not working with kama skin | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultUI should be red. Actual resultUI has default color. |
|||||||
#16969 | [UploadImage] Transparency is lost if PNG is copied directly from webpage | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultPNG image should be displayed with transparent background. Actual resultPNG image is displayed with black background. If however I save the image from webpage and copy it within Windows Explorer, it is pasted correctly in CKEditor. Other details (browser, OS, CKEditor version, installed plugins)Firefox 32bit v52.0.2, Windows 7 SP1 64bit, CKEditor 4.6.2 Full Package with Iframe Dialog Field and Upload Image plugins I have attached 2 files. Alpha_yes.png is the image saved from Firefox (it has an alpha value) and alpha_no.png is the image that is copied directly from webpage (no alpha value). |
|||||||
#16970 | Safari 10.1 freezes on nested tables with surrounding comments | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultExcept to able to edit the content of the table Actual resultSafari hangs. Other details (browser, OS, CKEditor version, installed plugins)Safari 10.1 (12603.1.30.0.34) MacOS Sierra 10.12.4 ckeditor 4.6.2 |
|||||||
#16973 | Uncaught TypeError: Cannot read property '$' of undefined | new | Bug | Normal | ||||
Description |
Steps to reproduce
JQuery IS defined and loaded (via requirejs and used throughout the site and well before CKEditor is loaded). Drilldown on the error is on this compacted line: ...this.hasFocus&&(this.hasFocus=!1,CKEDITOR.env.chrome&&a.editable().isInline()&&a.window.$.getSelection().removeAllRanges(),... The error is on a.window.$ which apparently a.window is undefined. Have tried various things to no-avail:
Not sure what else to do. Other details (browser, OS, CKEditor version, installed plugins)Windows 7 (latest version of Chrome). Running on website that is localhost with PHP, Backbone, jQuery, and underscore all loaded. Full install of CKEditor. |
|||||||
#16974 | Pasting into editor while dialog is opening | confirmed | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultLink is pasted several times into the focused field of newly opened dialog Actual resultLink is pasted several times inside the editor. It's even possible to type into the editor while dialog is open. Note also that this scenario is possible only when the dialog is opened for the first time. On the subsequent dialog openings the link is pasted once/twice into the editor before the focus is moved into the appropriate field inside the dialog. |
|||||||
#16976 | Preserve whitespace around protectedSource entries | new | Bug | Normal | ||||
Description |
Steps to reproduce
Expected resultThere should be a whitespace between protectedSource block and “was printed” Actual resultThere is no whitespace after the protectedSource block. Re-entering source editing shows that input has changed to “<p><?php print_something(); ?>was printed</p>”. Other details (browser, OS, CKEditor version, installed plugins)Tested in Chrome 57 and Firefox 52. Using lots of plugins, but this appears to be plugin independent. |
|||||||
#16977 | Font plugin should also transform `font` element with style attributes. | confirmed | Task | Normal | ||||
Description |
Font plugin now recognizes styling attributes (
The plugin should be also able to recognize such styling and transform |