Custom Query
Results (2001 - 2100 of 2591)
Ticket | Summary | Status | Owner | Type | Priority | Milestone |
---|---|---|---|---|---|---|
#13157 | Enhanced Image plugin alignClasses don't work when image assigned a link | confirmed | Bug | Normal | ||
Description |
I've managed to reproduce this bug with the latest nightly build, as follows:
|
|||||
#13161 | No notification after aborting image uploading. | confirmed | Bug | Normal | ||
Description |
Browser: Chrome Version: 4.5.0 beta Open: http://tests.ckeditor.dev:10450/tests/plugins/uploadwidget/manual/image
There should be information that image upload has been aborted.
Result: There is no notification present while uploading. |
|||||
#13162 | BBCode plugin crash with smiley | confirmed | Bug | Normal | ||
Description |
http://plnkr.co/edit/3cupW1Y2T7zWWTXxtyyF?p=preview
It returns Happens when smiley is at the very front of quote.
|
|||||
#13168 | Impossible to navigate to editable from toolbar by keyboard and vice versa. | review_failed | Bug | Normal | CKEditor 4.7.1 | |
Description |
Result: You can't navigate to elements path. Expected Result: You can navigate to elements path. It should be possible to navigate to elements path right froom toolbar and vice versa. |
|||||
#13175 | [IE8] Coping and pasting some widgets results in invisible (empty) widgets | confirmed | Bug | Normal | ||
Description |
Some details:
|
|||||
#13181 | [IE] Error after dragging widget and then external content | confirmed | Bug | Normal | ||
Description |
Browser: IE11
Result: There is an error in here. |
|||||
#13182 | [IE8][Toolbar conf] Drop downs can be opened | confirmed | Bug | Normal | ||
Description |
Instead of trying to override buttons' onclick properties it will be much better to cover the entire toolbar with another div. |
|||||
#13183 | [IE10] Dropped image has micro size | confirmed | Bug | Normal | ||
Description |
|
|||||
#13190 | Maximize problems | confirmed | Bug | Normal | ||
Description |
Hi, I have big problem to maximize CK 4.4.7. For some security I have defined html{display:none;}. My JS then enable html with code: if(window.top === window.self) { document.documentElement.style.display = 'block';} Everything works perfect to situation when I click CK to maximize. All browsers hardcode change style and I see only blank window. I tried in my config this: CKEDITOR.instances.content.on('maximize', function() { document.documentElement.style.display = 'block'; }); It works only in Chrome not in FF and IE. I dont want to change my security improvements, but CK maximize must work. Next issue it on maximize CK is problem comboboxes. See picture. |
|||||
#13204 | It's hard to notice where one can edit anything in the Advanced Toolbar Configurator | confirmed | Bug | Normal | ||
Description |
|
|||||
#13205 | Advanced Toolbar Configurator on wide screens | new | Task | Normal | ||
Description |
I think we could style differently Advanced Toolbar Configurator on wider screens. Imho it looks a bit weird now on such screens. |
|||||
#13206 | Style is not visible if it uses multiple classes | review | Bug | Normal | ||
Description |
When the classes are not sorted alphabetically (in the string), it will not be made available because it is deemed not "applicable", because it does not pass the test in objectCompare(element.attributes,clone.attributes). Example: a style in stylesset with the following definition: {name:'Multi Class', element:'p', attributes:{class:'c b a'}} Will not be selectable from the combo because when a clone is created from the element and then compared, the compared class-string is ordered alphabetically 'a b c'; 1652 core/filter.js/processElement/updateElement loops through all possible classnames and then sorts them on line 1658 classesArr.sort().join( ' ' ); 140 stylescombo/plugin.js style.checkApplicable() 366 core/style.js checkApplicable/filter.check() 744 core/filter.js CKEDITOR.toosl.objectCompare() thus the object comparison fails... |
|||||
#13216 | List gets styled when pressing delete | confirmed | Bug | Normal | ||
Description |
Please refer to: 12284.
Result: List item gets bold. If there is paragraph instead of list below the bold paragraph, it won't get bolded/styled on delete. <p>text <strong>bold</strong></p> <p>text</p> Problem can be reproduced from CKEditor 3.6.5 rev. [7620] |
|||||
#13220 | Widget cannot be dropped into middle&last section of layout widget | confirmed | Bug | Normal | ||
Description |
The main bugs are: 1.When a layout with more than 1 column is inserted, a widget out of the layout can only be dragged and dropped into the first column. 2.When there are is 3-column layout. Because of the bug pointed in '2' the widget can only be dragged into the first column.Then the widget can easily be dragged into the middle column but cannot be dragged to the third, even if it was in the middle beforehand. Here is image of the bug. |
|||||
#13224 | Blink/Webkit change formatting of inline styles when removing them and don't remove them completely. | confirmed | Bug | Normal | ||
Description |
Result: Typed text is bold (First problem), bold button is active and element's path is showing "body p b" (<- notice the conversion, this is second problem). Problems can be reproduced from CKEditor 3.0 in Blink and Webkit browsers. |
|||||
#13225 | IE: Can't remove inline styles with Backspace and Delete needs to be pressed twice. | confirmed | Bug | Normal | ||
Description |
Problem can be reproduced from CKEditor 3.0 in IE8-11. |
|||||
#13235 | Change event not triggered when using the browser context menu | confirmed | Bug | Normal | ||
Description |
To Reproduce:
CKEDITOR.instances[EDITOR].on('change', function(){console.log('change...')});
Problem: The event is not triggered |
|||||
#13240 | <br> vs \n in side a <pre> | confirmed | Bug | Normal | ||
Description |
Test the issue from http://ckeditor.com/demo#full
How do solve the inconsistent behavior? Can we keep <br> after clicking Formatted? Thanks in advance. |
|||||
#13250 | Style attribute type gets corrupted when editing source in IE 8 | confirmed | Bug | Normal | ||
Description |
We want to use CKEditor to provide a full html document editor, and we want to use the <style> element in the <head> section. We found that when using IE 8, the attribute type="text/css" in the <style> element is changed to type="text" when switching from source to visual editor then switch back to source view. I am using the nightly build in the following steps, but I have used the master and the major branch on github and they all have the same problem. Here are the step I used to reproduce this bug :
I have tried to fix the bug by myself, but after 2 hours digging into the parser in the javascript console I surrender. Everything seems fine (the source is well parsed), but at some point when the DOM is inserted the content is modified. If you have hints about how I should help to fix the problem by myself feel free to point me, or if you have any workaround. I have tried to use bender but was stuck by a strange error in testbuilder.js on master branch. Anyway it was not related to the debugging of the code. |
|||||
#13255 | Allow to edit element properties from the statusbar | confirmed | New Feature | Normal | ||
Description |
Please see the attachments, it would be cool to make these links a bit more functional. For example I can edit parent container properties using right click context menu, but if there are multiple containers it is quite hard to do. Would be cool if I can do right click on items in status bar and see the same "Edit container" option. An additional feature could be to highlight elements in the editor while hovering corresponding elements in the status bar e.g. like google chrome dev. tools do (see the second screenshot). Best, Alexander |
|||||
#13257 | Left-align button does not indicate correct state under mode of CKEDITOR.ENTER_BR | confirmed | Bug | Normal | ||
Description |
Hey CkEditor team We found the align button in Ckeditor tool bar does not work correctly with enterMode as CKEDITOR.ENTER_BR By default, the enterMode is <p>. Under this mode, the content of editor always have <p></br><p> inside, which can not be removed by backspace(Look up through HTML inspector). Just because of this, the left-align button is hovered when we click on the editor input area with nothing typed in. However, under enterMode as CKEDITOR.ENTER_BR, the content is empty inside <body> Just leak of <p></br><p>, the left-align button is NOT hovered to indicate its current states. I wonder if the align-button(at least left-align button) is designed to work under mode of CKEDITOR.ENTER_BR. If yes, should this issue be considered as a bug. Many thanks John. |
|||||
#13267 | Implement htmlParser.element.find() method | confirmed | Bug | Normal | ||
Description |
It is hard to find matching elements in
Implementing find/findOne which would work in the same way as in real DOM is reasonable, because the CSS selectors implementation would be huge. Therefore, I propose a simpler method accepting a callback or element name. It can be implemented in few lines of code using Based on #12854. |
|||||
#13275 | Images displayed as block may break CKEditor | confirmed | Bug | Normal | ||
Description |
I have a bunch of images displayed as block elements through CSS. When I try to apply a block style to a paragraph containing such images, a new paragraph is created instead of getting the style applied. CKEditor works as expected when removing the display:block style from these images. |
|||||
#13276 | Input:Select.Dialog: Delete default option. Value still existing | confirmed | Bug | Normal | ||
Description |
Hi, i found a bug in the input select Dialog. Steps:
=> 6. The value of the option which was deleted is still visible in the upper "Value" field. Expected Behaviour: => value in field "Value" should be removed on deleting the default option. Note: However if you open the dialog again (contextMenu edit selection). The value in "Value" field is removed. So the broken behaviour is only on creating a new selection. |
|||||
#13283 | range.clone should not set containers if source range was not positioned yet | confirmed | Bug | Normal | ||
Description |
Currently doing: var range = new CKEDITOR.dom.range( root ); var range2 = range.clone(); will log that containers outside of the root are set. It does not make sense. |
|||||
#13287 | bug with table content drag-and-drop - removes the cells | confirmed | Bug | Normal | ||
Description |
Used both on-site installation and demo here Steps to review the bug:
You'll see that these actions make the table cells disappeared. Versions checked: from 4.4.7 placed as demo and lower |
|||||
#13288 | Copy/paste of small strings causes editor enlargement (inline editing) | confirmed | Bug | Normal | ||
Description |
Checked under Windows 7/Chrome. Correct behavior:
-> The editable div grows in height to adjust to the additional content. Unexpected behavior:
Perform the exact same steps, but in step 3, select "Lorem " (Lorem + space) instead of "Lorem ipsum". |
|||||
#13291 | Easy copy and paste of checkboxes | confirmed | Bug | Normal | ||
Description |
When working in the ckeditor, you used to be able insert a check box in one area and then click on top of the check box (you did not have to highlight it) and copy and paste it. You can no longer do that. If you click on top of the check box and copy it with the context menu, it just pates a space (no check box). If you very tediously highlight the check box and copy it, it includes a space before the check box and a space after the check box. |
|||||
#13294 | 2 Buttons don't show in 'High Contrast Mode'; acessibility | confirmed | Bug | Normal | ||
Description |
Hello, thanks for the most accessible editor anywhere! I can't use a CMS without it. BUT... a BUG: My eyesight requires the 'High Contrast Mode'. (info at: http://ckeditor.com/blog/CKEditor-WAI-ARIA-Usable-Accessibility
'TextColor', 'BGColor' (background color button). Versions I tested with bug: 3.x to 4.4.7 |
|||||
#13299 | Magic line not displayed with elements floated/aligned to the right | confirmed | Bug | Normal | ||
Description |
Result: No magic line is displayed and there is no possibility exit the element. |
|||||
#13301 | Can't exit element floated/aligned to right with enter key | confirmed | Bug | Normal | ||
Description |
1.Insert below code into editor <div style="float: right;">TEST</div>
Result: New lines are not created (visually) and cursor stays in first line. You can't exit it with enter key or arrows. Switch to source mode. The result is: <div style="float: right;">TEST</div> <div style="float: right;"> </div> <div style="float: right;"> </div> Problem can be reproduced in all browsers from CKEditor 3.0.
I haven't mentioned |
|||||
#13314 | checkReadOnly is undefined when using readonly inline editors | confirmed | Bug | Normal | ||
Description |
How to reproduce: Working demo to verify: http://jsfiddle.net/aZqL9/7/ 1 - Add two DIVs <div contenteditable="true" id="editable"><img src="http://i.imgur.com/M3LOzdI.jpg"/></div> <div contenteditable="true" id="editable2"><img src="http://i.imgur.com/aD7V3hQ.jpg" width="320"/></div> 2 - Add a button to set the editors as readonly <input type="button" onclick="editor.setReadOnly(true); editor2.setReadOnly(true);" value="Make readonly"> 3 - Execute the loading of the editors in a <script> CKEDITOR.disableAutoInline = true; var editor = CKEDITOR.inline( document.getElementById( 'editable' ) ); var editor2 = CKEDITOR.inline( document.getElementById( 'editable2' ) ); 5 - When it loads, click the button to set the editors to read only 6 - Do a right click on the first editor 7 - Do a right click on the 2nd editor. Javascript error is shown Working demo to verify: http://jsfiddle.net/aZqL9/7/ Reproducible in: IE11 |
|||||
#13322 | IE: setData causes Access Denied error | confirmed | Bug | Normal | ||
Description |
Message: Access Denied. |
|||||
#13323 | Dropping image on nested editable (image2 caption) doesn't effect. | confirmed | Bug | Normal | ||
Description |
Effect: Image uploading notification is visible, but nothing changes in the editor content. |
|||||
#13325 | New plugin: source code validator | confirmed | New Feature | Normal | ||
Description |
Perhaps some day in the future it would make sense to make some kind of source code validator plugin to check the correctness of the HTML code modified by user. There are cases like #13306 where it's even hard to notice that the source code was broken as a result of manual changes in the code. Some tool that could validate the HTML content before the mode is switched back to wysiwyg could help in dealing with mistakes and prevent from creating broken content. Of course this is a complex task, especially if we consider notifying user in some user-friendly way where the content is possible broken. In case of unclosed tags it's even harder. |
|||||
#13357 | [IE11][Firefox] List dropped from MS Word is not a real list | confirmed | Bug | Normal | ||
Description |
When I dragged a list from MS Word 2013 to CKEditor 4.5 I get something what looks like a list but is not a real list: <p>• Sdf<br /> • Sdfsdf<br /> • sdf<br /> </p> The content in the paste event is: "• Sdf<br>• Sdfsdf<br>• sdf<br> We could fix this and change into a list. It was working before custom drag and drop was implemented, so before 4.5. I was able to reproduce this issue in Firefox and IE 11. In Chrome dropping list works fine. |
|||||
#13359 | [Chrome android] Copying and pasting image2 results uploading image | confirmed | Bug | Normal | ||
Description |
Two images are uploaded. |
|||||
#13367 | Selection Dialog: Field value field is missing read-only styles. | review | Bug | Normal | ||
Description |
The Selection field properties form has (Value) text field. When putting the cursor on this field for editing, it becomes not responsive. This happens in both bidi and English forms. Steps: 1- Click on the Selection button. 2- Put the cursor on value text field. 3- Try to add text to this field. |
|||||
#13368 | [FF] Resizing tooltip in Bidi mode aligned to the right | confirmed | Bug | Normal | ||
Description |
The editor resizing tip is aligned to bottom right while it should be aligned to the bottom left. See attached snapshot for illustration. |
|||||
#13372 | CkEditor zoom plugin scroll | confirmed | Bug | Normal | ||
Description |
If you have CkEditor zoom plugin and you set zoom level above 100% scroll doesn't work as it should. I have zoom at body set to 1.1 and I go to the bottom of the document. Then I press enter a few times and cursor goes below visible area. Scroller is visible, but it doesn't scroll to the bottom. But then if I press one character, editor scrolls to the bottom. To reproduce download attachment, run on web server and follow instructions on the page. Tested on Win8/Chrome. |
|||||
#13380 | Alert messages in RTL mode are not mirrored | pending | Bug | Normal | ||
Description |
(tested on IE11 and FF) Impact on all languages: text is not translated in the message box (i.e. text on the button) unless web browser itself is translated to that language. Impact on bidi languages: message boxes are not mirrored / flipped unless web browser itself is translated to Arabic / Hebrew. This behavior has a pretty serious impact on user experience, since there are around 18 contexts in which alert message is called. We suggest to contribute a solution by developing a general modal message box in pure JS which will address all the needs currently addressed by alert dialog. Do you agree that this issue should be fixed? If so, do you accept the suggested approach to the solution? Thank you |
|||||
#13384 | Accessibility checker editor content table is broken and causes errors. | confirmed | Bug | Normal | ||
Description |
Actual result: There is an error in the console.
That's because editor table HTML is wrong - there are empty |
|||||
#13399 | Wrong element is dropped on D&D after D&D widget | confirmed | Bug | Normal | ||
Description |
Browser: IE8
Result: Dropped element is image but not anchor. |
|||||
#13404 | With enter mode as <br>, decreasing indent will cause different lines form back into 1 single line | confirmed | Bug | Normal | ||
Description |
Issue: With enter mode as <br>, decreasing indent will cause different lines form back into 1 single line. Steps to reproduce:
Expected Result: 456,789 are in two lines. Actual Result: 456,789, are in the same line. We have figure out the root cause and one possible solution. |
|||||
#13405 | Text Area not working properly during resizing of dialog window when using paste plugin | confirmed | Bug | Normal | ||
Description |
Actual result: the text area didn't adjust to the changed dialog box. Expected result: the text area should adjust to the dialog box. I have prepared the fix from https://github.com/yuhai/liferay-ckeditor/commit/bac522635b92b29959fd0b2288e2887e359a982a. Could you please help check it? Please help solve the issue. Thanks. |
|||||
#13407 | The window still resizes following mouse movement after letting go of the mouse click | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
Expected behaviour:
Acutal behaviour: |
|||||
#13413 | [Autoembed] Multiple embedding actions are registered in a single undo step. | confirmed | Bug | Normal | ||
Description |
Expected: The last embeddable object invoked is reverted back to link. Actual: All widgets are reverted back to the chain of links. Sometimes only some group of widgets is reverted. The point is the invocation of multiple widgets is registered within a single undo step. |
|||||
#13415 | [Autoembed] UX and a11y | confirmed | Task | Normal | ||
Description |
While the new feature is quite innovative and I really do like it, I found some UX issues worth discussing: Double undo mechanismAt the moment, if the user pastes a link and it gets converted into an embeddable widget, they got to undo twice to get back to the initial state of the editor. The first undo step removes the widget, then the second one – the link. However, if the user decides to change something in the contents after the first undo step, there's no way to convert the link into a widget again, unless you remove it completely and paste again. Thus the user is stuck with a link which supposed to be an embeddable content but there's no way to achieve that because the flow of the actions (state shifting) is broken. Possible solutions:
Batch autoembedIf one pastes https://twitter.com/reinmarpl/status/573118615274315776 then it's converted into a Twitter embeddable. However pasting https://twitter.com/reinmarpl/status/573118615274315776 https://twitter.com/reinmarpl/status/573118615274315776 is followed by no magic action. No autolink, no autoembed.
Since we support parallel embedding (there's a progress bar indicating the status of things) and we support embedding of multiple items in a row (just hold Possible solutions:
TBH, I'd like to see both solutions implemented alongside, complementing each other. AccessibilityI played a little bit with JAWS and my impression is that it could be confusing for some people that when a link is pasted it is immediately converted into something else. I wonder what is the right solution for such magic and whether there are mechanisms to notify the user about the transformation. In real life, the transformation (embed request) could take a lot of time and once the user received an audible confirmation from the synthesizer that the contents have been pasted from the clipboard (once pressed CTRL+V), they could move across the document, unaware of the transformation of the link which is yet to happen or which has just happened. WDYT? EDIT: There's no context menu entry for embed widgets. There should be one to edit the widget. |
|||||
#13417 | [autoembed][pastetext] Paste as plain text will upcast link into a widget | confirmed | Bug | Normal | ||
Description |
This one came to me while analysing #13415.
Expected result: Should insert plain text.
Current result:
Link is upcasted to the It might be related to #13415, since some of proposition there might prevent user from pasting a plain link text into his document. Then paste as plain text would be his last hope to do it. |
|||||
#13427 | Persistent formatting in list contents immune to Remove Formatting | confirmed | Bug | Normal | ||
Description |
Expected: New list item without text formatting. Actual: Text formatting does not give up. Confirmed in Chrome and Safari. See the video. |
|||||
#13428 | Moono does not look perfectly on Safari | confirmed | Bug | Normal | ||
Description |
And Chrome for comparison: |
|||||
#13430 | Autoembed: undo deletes content typed after pasting autoembeddable link | confirmed | Bug | Normal | ||
Description |
Steps to reproduce:
Expected result: Only link convertion should be undone, so the editor should contain some text, the link and the text typed in step 3. Result: Not only link covertion was undone but also all the text typed in step 3 is deleted.
Note: This can't be tested in Firefox because after pasting the link the caret is "inside" |
|||||
#13432 | [D&D] From outside into nested editable not working | confirmed | Bug | Normal | ||
Description |
Browser: Opera, maybe others. Clasic editor only. D&D from outside source into nested editable is possible only if you the nested editable is empty or you had focus in it before selecting something from outside source. Steps to reproduce:
Expected result: Selected text has been copied into caption. Result: Test has been copied at the beginning of the editor. You can test it here: http://tests.ckeditor.dev:10450/tests/plugins/clipboard/manual/draganddrop |
|||||
#13433 | Error in console after D&D widget right after itself on empty content. | new | Bug | Normal | ||
Description |
Browser: FF Tested on 4.5.0 dev version and built one.
There is an error: TypeError: node is null this.setStart( node.getParent(), node.getIndex() ); At core/dom/range.js:1917 |
|||||
#13435 | [D&D] Image into nested editable throws error | confirmed | Bug | Normal | ||
Description |
Browser: Opera, maybe others. Steps to reproduce:
Expected result: Inline image is no longer at previous position but is now in the caption.
Result: Error thrown
Note: It works fine if you select some text beside inline image and try to D&D the text with the image. Note: I am able to cut the inline image and paste it into caption, so it is D&D bug. |
|||||
#13437 | [D&D] Image2 broken in half when drag and dropped. | confirmed | Bug | Normal | ||
Description |
Steps to reproduce:
Height added for easier reproduction.
Result: Widget got broken in half. I think we should discuss expected result for this kind of selection. I can imagine some users trying to select some text and widget image *whole* but will fail to do so, because they will just select it to the end of caption. In this case you end up with the properly copied version of widget but you also have empty, gray rectangle in the place of the original widget. |
|||||
#13442 | Editor scrolls to the top after paste when contained in absolute positioned element | confirmed | Bug | Normal | ||
Description |
Follow up on https://dev.ckeditor.com/ticket/9771 The fix in https://dev.ckeditor.com/ticket/9771 does not work for editors embedded in a absolute positioned element with overflow scroll.. I've made a demo here: https://jsfiddle.net/899r5exm/ Yeah I know, it's probably not wise to position elements like this but the CMS I'm using is using this. Any idea how we could fix this? |
|||||
#13452 | Resize of CKEditor in Chrome results in weird artifacts | confirmed | Bug | Normal | ||
Description |
Issue: When user inputs large text in ckeditor, the scrollbar shows. Resizing ckeditor to the bottom edge of the browser results in artifacts and resize is cancelled. Reproduced Steps:
Please see the attachment resizing_issue.gif and resizing_issue.swf. In resizing_issue.swf, the issue starts at the fourth second. The issue might be related with https://dev.ckeditor.com/ticket/13407. Thanks, Hai |
|||||
#13464 | Expose simple way to trigger lineutils-based DnD | confirmed | New Feature | Normal | ||
Description |
(Note: lineutils-based DnD is the mechanism used while dragging block widgets) Use cases:
|
|||||
#13466 | CKBuilder fails on ES6 Promises | assigned | Bug | Normal | ||
Description |
.catch() in ES6 Promises causes an CKBuilder error: Jun 25, 2015 8:39:12 PM com.google.javascript.jscomp.LoggerErrorManager println SEVERE: plugin.js:87: ERROR - Parse error. missing name after . operator }).catch(function() { ^ |
|||||
#13473 | [FF] Help icon is not mirrored in RTL CKEditor | confirmed | Bug | Normal | ||
Description |
Expected Result: The CKEditor is mirrored and help icon is mirrored Actual Result: The CKEditor is mirrored but the help icon is not mirrored |
|||||
#13475 | File upload with CORS (cross origin resource sharing) | confirmed | New Feature | Normal | ||
Description |
As mentioned in http://docs.ckeditor.com/#!/guide/dev_file_upload
This seems to be a pretty common case and it does not require lots of code, so I would consider adding an option for it. WDYT? |
|||||
#13478 | Rethink if entries like "ID" should be translatable at all | confirmed | Task | Normal | ||
Description |
E.g. https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/div/lang/pl.js#L6 |
|||||
#13481 | Nested dialog hides parent dialog on Maximized editor. | confirmed | Bug | Normal | ||
Description |
Try to load the Full Page demo at http://ckeditor.com/demo When you're lucky and the page finally loads, start the test: Maximize the editor Open the Page properties dialog In the second tab open the color selector. Actual results: The Page properties dialog is hidden while the color selector is shown. Expected results. That dialog is partially visible behind the color selector. It works correctly if the editor is not maximized. |
|||||
#13485 | LESS files of samples and toolbar configurator should not be included in the build version | assigned | Bug | Normal | CKEditor 4.5.1 | |
Description |
Reproduced with the online builder only. The CLI one works fine. |
|||||
#13487 | Make CKBuilder Better Support CDN Loading | confirmed | New Feature | Normal | ||
Description |
First: Thank you for all your efforts! You guys are extraordinary. I would like to suggest that CKBuilder be extended to better support those of us who would prefer to load CKEditor from a CDN, but use a lot of extra plug-ins. I have read your doc on loading from a CDN: http://cdn.ckeditor.com/ I already load jQuery, jQuery UI, and Amplify from CDNs, so it is nothing new to me. However, I do not want to load CKEditor from a CDN, as of yet. Here is why: I load a lot of extra plugins that my users like, many of which are not in your available builds from the CDN. Unless I am mistaken, I would end up with a lot of extra HTTP calls to load those plug-ins from our server that would probably offset the benefit from CDN loading. Although, your CDN doc is helpful, it begs the question to me of why you do not just extend CKBuilder to be able to create a "mega plug-in" (a bunch of concatenated plug-ins w/ setup code, but w/o the core ckeditor) for extra plug-ins that are not part of the standard builds, such as for the CDN builds. That way, I could just load one of the available builds from the CDN, and I could use CKBuilder to put all the extra plug-ins in one "mega plug-in" to be loaded from our server. It keeps the number of HTTP calls low, and enables me to more easily set up a CDN fall-back for my users in China for whom CDNs are sometimes blocked. And, yes, I could probably set something up to concatenate the various extra plug-ins myself. However, isn't that what CKBuilder basically does, anyway? |
|||||
#13488 | Documentation Bug: dev_files not found | confirmed | Bug | Normal | ||
Description |
http://docs.ckeditor.com/#!/guide/dev_files Oops…Guide dev_files was not found. Maybe it was renamed to something else?
Most likely you just followed a broken link inside this very documentation. Go and report it to the authors of the docs. But if you think it's a bug in JSDuck documentation-generator itself, feel free to open an issue at the JSDuck issue tracker. Sorry for all this :( |
|||||
#13500 | Delay before seeing upload notifications after pasting image from MS Paint. | confirmed | Bug | Normal | ||
Description |
Win7/IE11/ckeditor instance in jQuery UI modal dialog. I am seeing a noticeably long delay before seeing the progress notification when pasting a large image copied from MS Paint into an editor instance. In Chrome, I see the notification right away. In IE, a user may be inclined to think the editor is hung up when pasting a large file. I think this could be a case of upload progress events not being consistently fired from one browser to another--you may need a smaller period to update progress. I have seen this before. It is important to show a 0% Progress Notification right away before initiating the upload (don't depend solely on progress events), so the user knows something is going on. |
|||||
#13504 | [IE9-10]:Inline styles are not always removed | confirmed | Bug | Normal | ||
Description |
Steps to reproduce:
Result: Cursor will enter previously removed inline styles. |
|||||
#13509 | [IE11] It is not possible to type in Japanese in right aligned table | confirmed | Bug | Normal | ||
Description |
Result: after pressing ‘I’ focus is moved to the left to the beginning of the body. Same thing happens in native contenteditable page. Please see attached file. |
|||||
#13511 | iOS selection UI obscures ckeditor toolbar | new | Bug | Normal | ||
Description |
For single line editors, when the user makes a selection, the iOS selection toolbar covers the ckeditor toolbar Go to the ckeditor demo page and select the "ENTER key configuration" user interface. In any of the editors, select the editor to give it focus, then double tap to select a word. Note that the iOS toolbar is on top of the ckeditor toolbar. In addition, clicking any toolbar item which creates a dialog causes the selected word to be unselected, so its impossible to do things like Format or Styles. |
|||||
#13522 | CKEditor & iPad Safari issue | new | Bug | Normal | ||
Description |
Hi there, When I was looking at My App and CKeditor sample files on Safari iPad, I've noticed that when you you move cursor between the lines, CKEditor does not apply proper formatting on buttons. For example:You select Heading 1 for the first line, and Heading 2 for the second line and when you click on first line, it still shows Heading 2 in the toolbar as opposed to Heading 1 Or If you bold some texts in first line and move the cursor to second line, Bold button is still enabled However, it looks fine when you use Safari windows desktop version. Could you please advise what is the best solution to get it sorted ? Thanks
|
|||||
#13537 | Comments between LI | confirmed | Bug | Normal | ||
Description |
Comments (protected source) between list elements are removed by click on indent toolbar button. |
|||||
#13545 | Error is thrown when creating one embed content on another. | confirmed | Bug | Normal | ||
Description |
Expected Result: Non-semantic Media Embed should be changed to Semantic one. Actual result: JS error is thrown. Since it works when doing this with dialogs I'm guessing that autoembed plugin doesn't report widget/content to some list. |
|||||
#13549 | Enable skins to be not be loaded by CKEditor | confirmed | New Feature | Normal | ||
Description |
Hi! I'm integrating CKEditor into my site and we already have a build pipeline where our assets (CSS, image, JS, etc) are all fingerprinted for caching. I've add the CKEditor css and images to that build step and, as such, I don't need or want CKEditor to make a request for the CSS and icons. From what I can tell, there's no way to disable the loading of a skin. Is this possible? Scott |
|||||
#13553 | Dropdowns shouldn’t show any option when multiple styles, fonts or formats are selected | confirmed | Bug | Normal | ||
Description |
Result: Font dropdown shows Arial. In general, dropdowns reflect the beginning of selection. Expected result: Dropdown shouldn’t show any value as current behaviour gives false impression that whole content has this type of font assigned. |
|||||
#13561 | Formatting text can remove empty lines | confirmed | Bug | Normal | ||
Description |
If there are two <br /> positioned before unformatted text, and the text is changed to <h2>, the editor removes both <br />. Seen from the perspective of the user, formatting the text removes an empty line, which is probably unexpected. |
|||||
#13563 | Dragging an image can delete it and throw an error | confirmed | Bug | Normal | ||
Description |
Using the divarea and image2 plugin. If you drag an image to a location in the editor that does not have any content, the image will disappear and an error will be thrown. The error is "Unable to get property 'getParent' of undefined or null reference. The problem occurs in IE, FireFox, and Chrome. I've attached an animated GIF of the problem. |
|||||
#13569 | Drag and drop link pastes URL in plain text | confirmed | Bug | Normal | ||
Description |
This is a regression. It worked in version 4.4.8, but doesn't actually work in version 4.5.0 onwards. Steps to reproduce:
What should happen: The editor should contain a link, with the title of the page and the URL in the href attribute, as shown in the first screenshot. What happens instead: The editor contains the plain text URL, as shown in the second screenshot. Reproduced on OS X 10.10.4 with Chrome 44.0.2403.89 beta and Safari 8.0.7. Additional info: You can check out how it worked in version 4.4.8 in the following JSFiddle: http://jsfiddle.net/jm9syL75/ |
|||||
#13573 | Any style from selectbox in toolbar can`t be applied to the selected text in CKEditor with divarea plugin in Safari browser in iOS | confirmed | Bug | Normal | ||
Description |
I use CKEditor with divarea plugin instead of iframe (with iframe this bug is not appeared) and it is very necessary to use the editor in Safari in iPad, but the user used this device can not apply any style formatting located in selectbox for the selected text. Very crucial that font size can`t be applied too.
|
|||||
#13575 | IE11: Typing in Korean with Enter Mode BR moves cursor to previous line. | assigned | Bug | Normal | ||
Description |
Result: Cursor will be moved up Problem can be reproduced in IE11 only at least from CKEditor 4.0. Issues which may be related: #10414, #12910 Edit: This is IE11 bug, it was reported here https://connect.microsoft.com/IE/feedback/details/1629173/ie11-broken-composition-in-contenteditable-when-using-korean-hangul |
|||||
#13579 | [Chrome] ALT+0 does not open accessibility help if using Hiragana (IME) | confirmed | Bug | Normal | ||
Description | ||||||
#13592 | [IE] Non-editable widget can become editable by clicking near the bottom of the widget | confirmed | Bug | Normal | ||
Description |
The following bug was found to affect both a custom widget and the sample widget given in CKEditor documentation. The CKEditor sample widget "simplebox" and an inline version of "simplebox" are included in the attached files. Steps to reproduce:
Result: Previously immutable read-only widget is now editable. Browser name: Internet Explorer 11 (v. 11.0.21) OS: Microsoft Windows 7 SP1 Editor configuration: Affects both inline and standard configurations of CKEditor 4.5.1 and CKEditor nightly build 7/29/2015. All test cases in attached .zip folder. Potentially relevant files: simplewebpage.html (demo page used in test) ckeditor/config.js (altered from standard) ckeditor/plugins/simplebox/* (added from tutorial found at http://docs.ckeditor.com/#!/guide/widget_sdk_tutorial_1) ckeditor/plugins/simpleboxinline/* (added and edited from tutorial found at http://docs.ckeditor.com/#!/guide/widget_sdk_tutorial_1) ckeditor/plugins/widget/* (src: http://ckeditor.com/addons/plugins/) ckeditor/plugins/lineutils/* (src: http://ckeditor.com/addons/plugins/) ckeditor/plugins/clipboard/* (src: http://ckeditor.com/addons/plugins/) |
|||||
#13593 | [iOS, Android, WP] Fire editor#selectionChange on selection changes caused by touch events | review | Bug | Normal | ||
Description |
Currently editor#selectionChange is based on:
Therefore, CKEditor does not know about selection changes done on touch devices if browser does not implement selectionchange itself. It may also happen that we have some bugs in this system. Lack of editor#selectionChange and checkSelectionChange() calls result in various issues like wrong selection being locked on focus (we store a reference to the last selection) and lack of updates in commands states. I think that related tickets may be: |
|||||
#13595 | Drag and drop image into editor does not work in IE11 | confirmed | Bug | Normal | ||
Description |
Chrome, Firefox, and IE10 allow you drag and drop an image file into the editor with the uploadimage plugin. For some reason it does not work with IE11. |
|||||
#13598 | [Lineutils] Incorrect width of the line | confirmed | Bug | Normal | ||
Description |
Expected: The line always ends within editable. Actual: The line extends beyond editable. Might have something to do with #13155. |
|||||
#13600 | Autoembedded content inserted after link deleted during load. | confirmed | Bug | Normal | ||
Description |
Reported on FF.
Expected result: Nothing is embedded. Actual result: Even though link is deleted, autoembeddable content is inserted. |
|||||
#13602 | [Edge] Drag and drop within editor(s) throws an error or removes too much text | confirmed | Bug | Normal | ||
Description |
Edge is the only browser which don't handle preventDefault() on drop correctly. The dragged text gets removed, so our cached dragRange points to an invalid location. This causes errors or removal of too much text. It could be possible to workaround this, but it's very, very sad and would make the CKEditor's integration with DnD very inconsistent. |
|||||
#13615 | [Chrome][Android] Dropdown options positioned incorrectly. | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
Expected resultDropdown options are shown below dropdown "button". Actual resultDropdown options are somewhere else. Other details (browser, OS, CKEditor version, installed plugins)Browser is Chrome@Android. This is an old bug, I checked 4.4.0 and it is there already. |
|||||
#13620 | insertElement and insertHtml fail if widget is first in editor (Chrome) | confirmed | Bug | Normal | ||
Description |
Steps to reproduce(Simple demo attached)
Expected resultThe HTML should be inserted before the widget. Actual resultFails with error "Uncaught TypeError: Cannot read property 'checkReadOnly' of undefined" Other details (browser, OS, CKEditor version, installed plugins)Chrome 44.0.2403.125 | Windows 10/8.1 | CKE 4.5.1 | Plugins: Widget / Enhanced Image (any plugin that uses widget will do) |
|||||
#13623 | Improve copy and paste from Office applications (particularly Excel & Powerpoint) | confirmed | New Feature | Normal | ||
Description |
When copying an excel or powerpoint content into CKEditor, rich content is lost. Customers want to copy it as an embedded object, so that the original content can be edited. |
|||||
#13625 | Numbered List adds items when switching from Source to Preview Mode | confirmed | Bug | Normal | ||
Description |
CKEditor 4 with the current Editor Options configured: language: 'en', uiColor: '#741275', allowedContent: true, removePlugins: 'image', extraPlugins: 'image2,uploadimage,colorbutton,table,tableresize,tabletools,dialogadvtab', filebrowserImageUploadUrl: '/scripts/uploadImage.php', colorButton_enableMore: true Replicate: Open Page => Add/Remove Numbered List => Add some items to the list My test source: <ol> <li>item1</li> <li>item2</li> <li>item3</li> </ol> In Source mode add some line breaks between items Test Source now looks like: <ol> <li>item1</li> <li>item2</li><br> <li>item3</li><br> </ol> Toggle between Source/Preview mode. CKEditor will start adding line breaks and list items After 1 iteration Test Source now looks like: <ol> <li>item1</li> <li>item2</li> <br /> <li>item3</li> <br /> <br /> </ol> Keep toggling and it becomes <ol> <li>item1</li> <li>item2</li> <br /> <li>item3</li> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <li> </li> <li> </li> <li> </li> <li> </li> <li> </li> </ol> Expected resultCKEditor should not add line breaks and new list items. Hopefully it would just remove the line break tag. Actual resultCKEditor adds line breaks and list items Other details (browser, OS, CKEditor version, installed plugins)See above |
|||||
#13627 | [bidi] Structure text is not supported in URL fields in Insert image dialogs | pending | Bug | Normal | ||
Description |
Steps to reproduceURLs or file paths should have structure text (STT) support in order to properly display them. In Insert image dialogs, STT expression is not ordered correctly when contains Hebrew strings/resources duo to lack of STT support. See attached images for each case:
Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||
#13630 | [IE11] Focus issues when the editor gets loaded | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
Expected resultTextarea gets focus, cursor is visible Actual resultCursor is visible in the textarea on 3-4th click only. It's not always reproducible with nightly ckeditor.js, Step 4 has to be done quickly after reset button is pressed. Other details (browser, OS, CKEditor version, installed plugins)IE11 |
|||||
#13633 | Selection should stay when switching between modes | confirmed | New Feature | Normal | ||
Description |
I am not sure what category this comes under so would like advice: Currently using CKeditor 4.5.1 in a drupal 7 install to edit some quite large body fields - usually just plain html. When I find part of the text I want to edit and look at the source code I click on 'Source' button but I am then taken to the top of the page showing code. Many of my pages have a lot of code so re-finding the relevant bit can be very time consuming. Can we not have this work so that when I click on 'source' it returns me to the point at which I was viewing when I pressed the button? |
|||||
#13644 | CKEditor shows no content anymore when character '<' is used in html comment | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
<style type="text/css">
Expected resultOriginal text is still shown Actual resultNothing is shown Other details (browser, OS, CKEditor version, installed plugins)Browser used: IE11. If there is a space between < and 9 everything works. /* Test <9 */ |
|||||
#13647 | [IE@WP] Page is scrolled to the end when I press enter | new | Bug | Normal | ||
Description |
Steps to reproduce
Expected resultEnter is inserted, the page is not scrolled. Actual resultEnter is inserted, but the page is scrolled to the end (end of the page, not end of the editable document). Other details (browser, OS, CKEditor version, installed plugins)Internet Explorer on Windows Phone 8.1 |
|||||
#13648 | [IE@WP] Table is inserted at the end of the document | new | Bug | Normal | ||
Description |
Steps to reproduce
Expected resultTable is inserted in the selection. Actual resultTable is inserted at the end of the document. Other details (browser, OS, CKEditor version, installed plugins)Internet Explorer in Windows Phone 8.1. |
|||||
#13651 | Unable to paste unicode characters | confirmed | Bug | Normal | ||
Description |
Steps to reproduceWhen I try to copy and paste certain unicode characters like pi (960), angle (8736) into the editor, it appears as "p" and "Ð" Expected resultShould display as the actual pi and angle character Actual resultAppear as "p" and "Ð" Other details (browser, OS, CKEditor version, installed plugins)Same effect on IE, chrome etc |
|||||
#13666 | buggy copy + paste | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
Johanniskirche: 10.30 GD (H. Feußner); Michaelis-Kapelle Hasenhecke: 9.00 GD (H. Feußner) Klinikseelsorge Diakonissen-Krankenhaus: Raum der Stille: Mo.- Fr. 9.-9.15 "Lichtblick am Morgen", Mo.- Sa. 18.-18.15 "Abendstille zur guten Nacht"; Expected resultJohanniskirche: 10.30 GD (H. Feußner); Michaelis-Kapelle Hasenhecke: 9.00 GD (H. Feußner) Klinikseelsorge Diakonissen-Krankenhaus: Raum der Stille: Mo.- Fr. 9.-9.15 "Lichtblick am Morgen", Mo.- Sa. 18.-18.15 "Abendstille zur guten Nacht"; Actual resultJohanniskirche: 10.30 GD (H. Feußner); Michaelis-Kapelle Hasenhe, Mo.- Sa. 18.-18.15 "Abendstille zur guten Nacht"; Other details (browser, OS, CKEditor version, installed plugins) |