Custom Query
Results (2501 - 2600 of 2646)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#11484 | Text with CSS3 column-count property in IE 11 handled as bloc | IE11 | Bug | closed | Normal | |
Description |
I have a style "two cols" defined in my CSS like this : .two-cols{ -moz-column-count:2; -webkit-column-count:2; -o-column-count:2; column-count:2; -moz-column-gap:20px; -webkit-column-gap:20px; -o-column-gap:20px; column-gap:20px; } When I apply this style on a text under firefox, chrome or IE 10, there is no problem. I can click on the text anywhere I want and edit it. Under IE 11, the text is handled as a bloc, and I can't edit it. |
|||||
#11491 | Pressing delete key in highlighted text in blockquote removes paragraph tags | Firefox IE | Bug | confirmed | Normal | |
Description |
If you create a blockquote, enter some text, highlight the text and then press the Delete key. The paragraph(s) inside the blockquote disappear and you can type directly into it. For FF you need more than one line of text highlighted. |
|||||
#11506 | Image inside floating DIV looses selection with Context Menu on IE | IE | Bug | confirmed | Normal | |
Description |
Descriptive summary: When you move the focus out of the image area and then do a right clic on the image, Image Properties option is not displayed in the context menu
|
|||||
#11518 | Inline Editing Cursor Jump w/ SCAYT Enabled | Firefox IE | Bug | closed | Normal | |
Description |
I see this happen on our app and also on your demo. If SCAYT is enabled and you click into an inline area to edit, the cursor jumps to the 0 position and needs to be focused into the original position again. Any fixes for this? Behavior w/o SCAYT enabled is fine. |
|||||
#11598 | IE11 Win7 - Error 80020101 when opening dialog for second time. | IE11 | Bug | closed | Normal | |
Description |
Please have a look at attached jing video. To reproduce:
Result: Error 80020101 is thrown. Problem can be reproduced in IE11 only from CKEditor 4.3 NOTE: it is not necessary to insert link. This also causes error: Open link dialog, Cancel, Source, Wysiwyg, scroll down, open link dialog. |
|||||
#11605 | [IE] Selection cached after making selection by mouse | IE | Bug | confirmed | Normal | |
Description |
See ie-selection-cached.webm. Tested on IE8 and IE9.
Result: entire list was indented. Most likely editor.getSelection() returned cached selection made in step 2. |
|||||
#11609 | [IE] List items annihilated after certain actions with Elements Paths | IE | Bug | confirmed | Normal | |
Description |
Expected (considering that 5. is right): <ul style="margin-left: 40px;"> <li>x</li> <li>y</li> <li>z</li> </ul> Actual: <ul> <li>x</li> </ul> Two list items are gone. Just like that. This ticket may be related to #11604. |
|||||
#11663 | Input Method Editor(IMEs) didn't work properly in CKEditor with the AutoGrow plugin in IE11 | IBM IE11 Support | Bug | review | Normal | |
Description |
Input Method Editor(IMEs) didn't work properly in CKEditor with the AutoGrow plugin in IE11. When trying to enter Chinese character using pinyin, the word options list disappeared after typed in the first letter (it didn't wait until I finish typing the whole pinyin) and it auto select the first one on the list. Tested on the demo page http://ckeditor.com/demo#auto-grow on Windows 7 64bit, IE11. Steps to reproduce:
(Docked the language bar in the taskbar for the easy access)
Noticed that after entered "k", the words option list showed and disappeared and a Chinese character is auto selected and that is not the character I want. The Input Method Editor works fine on the standard CKEditor, tested on demo page http://ckeditor.com/demo#standard Attached a screen capture of the editor with AutoGrow plugin and standard editor. |
|||||
#11671 | [IE 8-10] inserttext space as first call on editor problem | IE | Bug | confirmed | Normal | |
Description |
please take a look at the following JSFiddle: http://jsfiddle.net/5zx3B/1/ in IE10 click on button: "space" click on button: "letter A" result: "A" expected result: " A" Take an empty editor. If you call insertText(" ") the space is displayed. If you call insertText("A") the space is removed and the "A" is added. |
|||||
#11691 | [IE8] Can not expand selection when caret is at the end of a inline element | IE8 | Bug | confirmed | Normal | |
Description |
checked only on IE8, but this issue might be also present in other IE versions
Expected result:
Current result:
additional info:
|
|||||
#11692 | [IE9-10] Home and end buttons in inputs move cursor to the wrong possition | IE9 IE10 | Bug | confirmed | Normal | |
Description |
Result: there is a space between cursor and text. The same issue for 'end' button. I was able to reproduce it on IE9 and IE10 with all of the text fields. On IE8, IE11 and Chrome everything is fine. |
|||||
#11696 | undo link scrolls to top of page | IE Oracle | Bug | confirmed | Normal | |
Description |
Not an issue if you put a link on a word at the bottom of the page but using a picture for a link. |
|||||
#11708 | Magic-Line showing in email | IE | Bug | confirmed | Normal | |
Description |
Magic line is a great tool for creating new paragraphs into spaces where normally would be impossible to reach.But we have found an issue associated to it. Issue: We have been using CKeditor for designing emails. We have seen some red line remain in final email we design. This issue we have seen to be happening from IE 10. Steps to reproduce:
Please see attachment. Any help will be admirable. thanks |
|||||
#11720 | Method insertElement causes error in IE if editable hasn't been yet focused | IE | Bug | confirmed | Normal | |
Description |
Insert below code into replacebycode sapmle: editor.on('instanceReady', function(){ var elem = new CKEDITOR.dom.element( 'pre' ); editor.insertElement(elem); //error in IE //editor.editable().append(elem); //works });
When you load the page you will get: Problem can be reproduced from CKEditor 4.3 in all versions of IE. |
|||||
#11723 | Break tags inserted if editor hidden - IE 11 | IE11 | Bug | closed | Normal | |
Description |
We are having the same issues as described in this ticket. https://dev.ckeditor.com/ticket/11342 It affect a large part of our users. Do you have a fix for the bug in a future release ? |
|||||
#11750 | Iframe Dialog Scrollbar problem. | IE | Bug | confirmed | Normal | |
Description |
Problem can be reproduced in IE8-10 (works in IE11).
Result: in IE8-10 there is always vertical scrollbar. This is happening because below TD element exceeds size of wrapper div: <td class="cke_dialog_ui_vbox_child" role="presentation" style="width: 100%; height: 100%;"> <div class="cke_dialog_ui_vbox cke_dialog_page_contents" id="cke_111_uiElement" role="tabpanel" aria-hidden="false" aria-labelledby="cke_iframe_112" style="width: 100%; height: 100%;" name="iframe"> This scrolbarr is not a big issue with small content but you you use large contant you will get double vertical scrollbar (Please see attached iframeDialog.png) One solution to this problem is adding below rule in ckeditor/skins/moono/dialog_ie.css: .cke_dialog_page_contents { overflow:hidden; }
The above rule solves the problem (please note that kama skin uses this class in dialog_iequirks.css) but if someone uses ony iframe in his dialog it would be nice idea to to have paddings removed on |
|||||
#11766 | When closing an Internet Explorer (11) window containing a CKEditor, opened from an external source, a script error occurs | IE11 | Bug | closed | Normal | |
Description |
When closing an Internet Explorer (11) window containing a CKEditor, opened from an external source, a script error can occur if the CKEditor is not yet fully loaded: Access is denied in: javascript:void(function(){document.open()%3B(function()%7Bfor(var%20a%3B%3B)try%7Ba%3Dwindow.parent.document.domain%3Bbreak%7Dcatch(c)%7Ba%3Da%3Fa.replace(%2F.%2B%3F(%3F%3A%5C.%7C%24)%2F%2C%22%22)%3Adocument.domain%3Bif(!a)break%3Bdocument.domain%3Da%7Dreturn!!a%7D)()%3Bdocument.close()%3B}()) It appears to be the 'document.open' that causes the problem. |
|||||
#11773 | Hierarchy request script error | IE Oracle | Bug | confirmed | Normal | |
Description |
RESULT: You get Hierarchy request script error. Note: IE9 will not throw error but the cursor will be dropped to an unexpected place. |
|||||
#11778 | IE11: The xml object loaded with Ajax plugin fails to find children | IE10 IE11 | Bug | confirmed | Normal | |
Description |
Create a "test.xml" file with something like this: <?xml version="1.0" encoding="utf-8" ?><Templates><Template>content</Template></Templates> Add this to a page with CKEditor: CKEDITOR.on('instanceReady', function(e) { CKEDITOR.ajax.loadXml( "test.xml", function(oXml) { var child = oXml.selectSingleNode( 'Templates' ); if (!child) alert("Failed, the Templates node hasn't been found"); else alert("XML successful"); }); }); Now when the page is loaded IE11 will state that the child hasn't been found This can be prevented by using the XML code found in CKFinder (in theory it was added for Android, but it turns out that it also works here). |
|||||
#11806 | [IE-all] Creating placeholder in anchor and click drag handler load page which URL is set in anchor | IE | Bug | confirmed | Normal | |
Description |
Actual result: In WYSIWYG area there is loaded page with URL set in related anchor tag. |
|||||
#11836 | [IE8-10] Special container style is not fully removed | IE | Bug | confirmed | Normal | |
Description |
Result: border and padding is removed but background is still grey. On Chrome background is also removed. Since 4.0. |
|||||
#11837 | [IE8-10]: Delete key removes too much | IE Support | Bug | confirmed | Normal | |
Description |
Problem: Paragraph below is joined with deleted Header. If you do that with mouse or try same steps in modern browsers, only header will be deleted but no joining will occur. This problem occurs in native contenteditable used in IE8-11 but in CKEditor this doesn't work in IE8-10. For some reason this issue works in IE11 in CKEditor. Perhaps there is something that can be done in IE8-10? NOTE: When you do the same with mouse it will work. |
|||||
#11839 | [IE9] Text cursor jumps out of source area on resize | IE9 | Bug | closed | Normal | |
Description |
We've found the text cursor to jump out of the source-mode textarea after resize. Then the user can enter text underneath the textbox. This affects Internet Explorer 9. Reproduction steps:
I found it to be related to an IE-specific resize workaround in CKEditor. On resize, the textarea is hidden for a moment but focus isn't restored after that. We've successfully fixed it in our in-house fork. |
|||||
#11840 | [IE11] Editable fixDom causes selection to lose direction | IE11 | Bug | confirmed | Normal | |
Description |
Steps to reproduce
Expected Result The selection expands one line at a time until you have the whole document selection Actual Result Each time your cursor enters a new block that does not contain a filler the fixDom method reselects the current selection, when this happens the direction of the selection is lost and Shift+Up starts moving the end of the selection upwards instead of the beginning. System This affects IE11 on both Windows 8.1 and Windows 7 Notes The steps to reproduce here are just for the convenience of reproducing it easily, I don't think we have anyone that actually selects large amounts of text holding shift and tapping the up arrow key. The scenarios we're getting from our customers when they run into this is that they usually hold Shift and Up to span multiple paragraphs and then without releasing Shift tap right or left arrow to fine tune their selection, this results in the end of their selection moving left and right if fixDom has been called due to the selection change. |
|||||
#11843 | [IE8-11] selectionChange event outputs invalid element when Ie is in Compatibility mode. | IE | Bug | confirmed | Normal | |
Description |
This doesn't happen in standard IE mode. Whenever you click on element, only its description gets reported. Problem is reproducible in CKE 4.0 beta. |
|||||
#11848 | IE: Unable to get property 'checkReadOnly' of undefined or null reference | IBM IE | Bug | closed | Normal | |
Description |
Error: Unable to get property 'checkReadOnly' of undefined or null reference This can be reproduced only in IE since CKEditor 4.3 |
|||||
#11853 | Fail to correctly copy and paster the Upper Roman list | IE | Bug | confirmed | Normal | |
Description |
It’s an issue that deals with insert list and changing the list to Upper Roman or any other within the list and copying the list and pasting it again. This issue happens in IE8 and IE9 only. FireFox works correct Recreate Steps:
Expected Results: To copy the same Upper Roman list. Actual Results: Pasted the Orginal Number list. (Please see the attachment) |
|||||
#11854 | [IE8-11] Opening dialogs in IE within an IFrame cause the page to scroll up | IE | Bug | closed | Normal | |
Description |
When using CKEditor within a long iframe, clicking on the dialog causes the page to scroll up in all versions of IE (Tested on 8, 9 and 11). The same case works fine on the latest version of Chrome and Firefox. I'm attaching the files to replicate this issue if needed. |
|||||
#11878 | [IE11]: Applying different numbers to list doesn’t work. | IE11 | Bug | confirmed | Normal | |
Description |
Variation of #11853. Problem can be reproduced in IE9-11
Result: In IE11 it is impossible to change numbering. |
|||||
#11947 | [FF IE11] Shift+Enter in lists produces two line breaks | Firefox IE11 | Bug | closed | Normal | |
Description |
Use the code: <ul> <li><strong>test</strong></li> <li>test</li> </ul> Press Shift+Enter at the end of the first line.
Expected: One line created |
|||||
#11955 | [IE11] Several UI elements need to be clicked twice | IE | Bug | closed | Normal | |
Description |
It looks like a problem with TC1
TC2
|
|||||
#11959 | [IE10] Tableresize: Unable to get property 'toLowerCase' of undefined or null reference | IE10 | Bug | confirmed | Normal | |
Description |
<p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <table border="1" style="width:1500px"> <tbody> <tr> <td>foo</td> <td style="width: 1000px;">bar</td> </tr> </tbody> </table>
Result: Error in the console: SCRIPT5007: Unable to get property 'toLowerCase' of undefined or null reference element.js, line 711 character 3 I was not able to reproduce it in Chrome, FF nor IE11. Screen cast attached. |
|||||
#11966 | [IE] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled | IE | Bug | confirmed | Normal | |
Description |
You're able to move caret outside of any block element (in classic editor that will be directly into a body). I've checked briefly and it seems that it was introduced in 4.3.0, since i couldnt repro it in 4.2.3, please double check it.
Expected result:
Current result:
additional info:
|
|||||
#11970 | CKEditor paste event not fired when pasting with SHIFT+INS in IE9 | IE Support | Bug | closed | Normal | |
Description |
I don't get CKEditor's 'paste' event fired when pasting with SHIFT+INS using
See the small example code below. Paste alert is not displayed. Browsing thru clipboard\plugin.js, this seems to be a complex matter. I do get the paste event in IE9 when removing the following line from the onKey function, but cannot oversee the side effects of this:
<!DOCTYPE html> <html> <head> <title>A Simple Page with CKEditor</title> <script src="ckeditor/ckeditor.js"></script> </head> <body> <form> <textarea id="editor1" name="editor1" rows="10" cols="80"> This is my textarea to be replaced with CKEditor. </textarea> <script> // Replace the <textarea id="editor1"> with a CKEditor // instance, using default configuration. var myEditor = CKEDITOR.replace('editor1'); myEditor.on('paste', function (evt) { alert("paste 1"); }); </script> </form> </body> </html> |
|||||
#12026 | 'Cut' option in tool bar is still enabled even when there is no text in the text area | IE | Bug | confirmed | Normal | |
Description |
1.Select all the characters in the text area 2.Click Cut option in tool bar 3.Now there are no characters in the text area, but still the Cut option is enabled Browser: IE8, OS: Windows7 |
|||||
#12062 | Performance issues typing at the end of a large document in IE and Chrome | Blink IE VendorFix | Bug | confirmed | Normal | |
Description |
Steps to reproduce
Browser and OS This issue occurs on Chrome in any Operating System, Internet Explorer 11 on any Operating System, and Internet Explorer 10 on Windows 8. Firefox performs well in any Operating System. Internet Explorer 9 and 10 on Windows 7 perform well. |
|||||
#12114 | image2 widget (align left/center/right) does not lose focus on IE8-11 in order to write text if alone | IE | Bug | confirmed | Normal | |
Description |
I found following bug:
Thanks Daniele |
|||||
#12161 | Element resize handles still work with disableObjectResizing=true with IE11 | IE | Bug | closed | Normal | |
Description |
Even with config option disableObjectResizing IE11 allows resizing of TABLE, IMG and DIV elements by dragging the element handles. From custom config I've used. config.disableObjectResizing = true; Test HTML: <table border="5" cellpadding="1" cellspacing="1" > <tbody> <tr> <td>hgfhhf</td> <td> </td> </tr> </tbody> </table> <img src="https://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" /> <div style="width: 236px;"> <h1>Hello</h1> </div> |
|||||
#12180 | IE: Delay in the cursor postion setting after the text is pasted. | IE | Bug | closed | Normal | |
Description |
Based on #10677. I have tried similar steps CKEditor 4.x and was able to reproduce this issue from CKE 4.0 (works fine in beta) in IE9-11. I didn't need enter mode BR for that.
MY TC:
Result: You will see delay (editor displays 1 and then 4) and in IE10-11 value doesn't get updated (only 1 is logged). You need to move cursor to get offset updated. I have been able to reproduce this issue from CKEditor 3.2.1 (this is where I could see first delay) in IE9: TC is the same but I needed to have text in editor before running script below: Ver. 3.2.1 window.setInterval(function() {console.log(window.document.getElementById('cke_contents_editor1').childNodes[0].contentWindow.getSelection().anchorOffset);}, 200); Anyway this is TC for CKE 3.x thus I'm marking it as won't fix. I have however reported similar issue for CKEditor 4.x. |
|||||
#12185 | [IE9QM] Error thrown when moving mouse over focused editor's scrollbar | IE | Bug | closed | Normal | |
Description |
Not reproducible on IE8QM. |
|||||
#12193 | placeholder sometimes get deleted on move in IE9 | IE | Bug | confirmed | Normal | |
Description |
Hi all, I found this tricky bug (I attached a video on this) regarding placeholder plugin, but I guess it is related to all plugin based on widgets.
I attached a video on this (check firsts 2 minutes of the video) Thanks a lot again Kind Regards Daniele |
|||||
#12298 | IE11+Compat: Click bellow body puts selection at first line | IE11 | Bug | closed | Normal | |
Description |
With IE11 in compatibility mode:
<p>Line 1</p> <p>Line 2</p>
In all browsers, including IE11, the selection goes to the end of "Line 2". In IE11+Compat, it goes to the beginning of "Line 1". Clicking and dragging in that same empty space will enlarge the selection always at "Line 1" as well. |
|||||
#12303 | Action buttons are not disabling in IE | IE | Bug | closed | Normal | |
Description |
This ticket is opened against #12299.Please find attached html file |
|||||
#12321 | [IE] pressing backspace / delete does not fire editor#change | IE | Bug | closed | Normal | |
Description |
Expected result:
Current result:
additional info:
|
|||||
#12323 | [IE10] After removing whole list text below jump up. | IE Firefox | Bug | confirmed | Normal | |
Description |
[IE10] For ages.
Actual result: text
Actual result: text |
|||||
#12325 | [IE10] selection doesn't collapse on Shift + Left button | IE | Bug | closed | Normal | |
Description |
Browser: [IE10] Works fine on IE11. Since: 3.6.0
Actual result: Selection doesn't change. Expected result: last character is not selected. |
|||||
#12326 | [IE] Error throw after switching between source mode and then click styles button | IE | Bug | confirmed | Normal | |
Description |
Browser: [IE 10...11] Since: 4.2.1
Actual result: Error is thrown in console. Could not get „blockLimit” property of null or undefined. core/style.js:373 |
|||||
#12328 | [IE8] Predefined style pruned by the editor | IE8 | Bug | confirmed | Normal | |
Description |
Expected: Contents hold the style. <div style="background:#eee; border:1px solid #ccc; padding:5px 10px">x</div> Actual: <p>x</p> Notes:
|
|||||
#12333 | [IE9-11] Preview shows blank page. | IE | Bug | closed | Normal | |
Description |
Result: Preview is blank. In IE10 I have this error being thrown: SCRIPT1009: Character expected '}'. about:blank line:1 Problem can be reproduced in IE9-11 on latest master (works fine in CKE 4.4.3) |
|||||
#12335 | Setting new bg color on existing one make disappear original one (after selection) | IE | Bug | closed | Normal | |
Description |
Found on IE10 (works well on Chrome) Since: 4.2.1 (on previous versions impossible to reproduce, because selection has gone when trying apply backgound.
Actual result: Original color is cleared for everything after selected word. |
|||||
#12357 | [IE8] Call maximize command fire resize event twice | IE8 | Bug | confirmed | Normal | |
Description |
Actucal result: resize event has been called twice. Probably reason: As far as I see, getting dimension properties like clientWidth fire resize event. Commented tests: https://github.com/cksource/ckeditor-dev/commit/95680bc261861a30a3b6ef65c7a9fe016ac86f85 |
|||||
#12385 | Paste from word plugin - problem with numbered lists | IE11 | Bug | closed | Normal | |
Description |
The bug is reproducible under IE 11. When the user copies (even a single) line from a numbered list, like :
the result we see inside the CK window is (CK demo used) :
So the entire internal text is missing, it is replaced by <>. What I found is that the text coming into plugin is like : <ol style=\"list-style-type: decimal; direction: ltr;\"> <li style='color: red; font-family: \"Calibri\",\"sans-serif\"; font-size: 11pt; font-style: normal; font-weight: normal;'> <p style='color: rgb(0, 0, 0); font-family: \"Calibri\",\"sans-serif\"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'> <span style=\"color: red; mso-ansi-language: EN-US;\">First</span> </p></li> ........ It is gradually transformed to : "<ol><li cke:indent=\"1\" cke:listtype=\"ol\" cke:list-style-type=\"\"> <cke:li cke:reset=\"1\" cke:indent=\"1\" cke:listsymbol=\"First\"></cke:li></li></ol>" Which then leads to the behavior I described. |
|||||
#12391 | [IE] No undo snapshots created when using IME (input method engine) | IME IE | Bug | assigned | Normal | |
Description |
When typing in language that requires character composition (e.g. Japanese, Korean or Chinese) undo manager does not record snapshots. Reproducible only on IEs. To reproduce:
Reproducible from CKEditor 4.2.0. |
|||||
#12399 | Paste from Word - Wrong MIME of images | IE | Bug | closed | Normal | |
Description |
Version: 4.4.4 Following scenario:
The same is with copy-paste from Outlook email. With png images is OK. |
|||||
#12415 | Problem writing Korean in IE11 with auto grow plug in | IE11 | Bug | closed | Normal | |
Description |
Open the AutoGrow plugin example in IE 11 Try to write in Korean characters The characters are not connected correctly: for example if you try to write 추 (cn) you get ㅊㅜ. If you write (cn) very fast you get the write result but it is still impossible to write like this. I think it is related to the function "contentHeight" in autogrow/plugin.js, which add a temporary marker element that somehow change the selection |
|||||
#12453 | CKEditor in IE11 doesn't handle large tables. | IE11 Support | Bug | confirmed | Normal | |
Description |
Result: page hangs after a while. The table is not inserted. Problem can be reproduced only in IE11 from CKEditor 4.3 |
|||||
#12458 | CSS style attribute values with semicolons converted to lowercase in IE | IE | Bug | confirmed | Normal | |
Description |
When pasting this source code into CKEditor (tested with 4.4.4) in Internet Explorer (tested with IE11): <div style="background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==')">Foo</div> It is changed into the following code when switching back to the WYSIWYG view: <div style="background-image: url("data:image/png;base64,ivborw0kggoaaaansuheugaaaauaaaafcayaaacnbyblaaaaheleqvqi12p4//8/w38giaxdibke0dhxgljnbaao9txl0y4ohwaaaabjru5erkjggg==");">Foo</div> Because data URIs are case-sensitive, the image becomes invalid.
The cause is the semicolon before if ( CKEDITOR.env.ie ) { // IE outputs style attribute in capital letters. We should convert // them back to lower case, while not hurting the values (#5930) defaultHtmlFilterRulesForAll.attributes.style = function( value, element ) { return value.replace( /(^|;)([^\:]+)/g, function( match ) { alert(match); return match.toLowerCase(); } ); }; } |
|||||
#12525 | IE: Drop-downs closed immediately after show in a Bootstrap Modal | CantFix IE | Bug | confirmed | Normal | |
Description |
Click on "Font" drop-down. Click on "Size" drop-down (all further clicks on "Font", "Size", "Format", "Background Color" and "Text color" drop-downs will result showing and immediate hiding of drop-down). Browser name and OS : Checked on IE8、IE9、IE10、IE11 on Windows 7. We should describe solution for this issue in documentation just like for ticket #12768. |
|||||
#12535 | Unable to select a table in IE after merging cells | IBM IE | Bug | confirmed | Normal | |
Description |
Result: table is not selected This happens only when merged cell content is selected, if you click inside the merged cell to deselect the content before clicking 'Select table' button then table will be selected. This seems to be a IE9/10/11 specific issue. |
|||||
#12594 | [IE8] Magicline throws an error when inserting block before list with inline elements | IE8 | Bug | confirmed | Normal | |
Description |
Error: 'null' is null or not an object plugin.js, line 533 character 3 From magicline plugin. |
|||||
#12610 | checkElementMatch always return false for color style in IE11 | IBM IE | Bug | confirmed | Normal | |
Description |
Actual result: span element gets created on each key press as checkElementMatch return FALSE Expected result: span element gets created only once on the first key press This works as expected in FF & Chrome |
|||||
#12666 | [IE9-11] Double-byte space disappears when pasting | IBM IE | Bug | confirmed | Normal | |
Description |
When copying multi-line text where each line starts with double byte white space(s) from Firefox and pasting into a ckeditor text field, the double byte white spaces are all dropped. Steps to reproduce:
Actual behavior:
Expected behavior:
Additional information: |
|||||
#12693 | [IE] Impossible to collapse selection using shortcut | IE8 | Bug | closed | Normal | |
Description |
Tested on IE8
|
|||||
#12747 | IE: Dropdowns become disabled when in maximize mode. | IE | Bug | closed | Normal | |
Description |
Result: Dropdown becomes disabled. Problem can be reproduced in IE8-10 from CKEditor 4.0. |
|||||
#12772 | [IE] disableObjectResizing doesn't work | VendorFix IE | Bug | confirmed | Normal | |
Description |
Hi, i have a problem in IE 11 with object stylied with sizes: <div style="width: 903px; height: 210px;">test div</div> Select borders are over editor sizes. How can i hide this or use css maybe? |
|||||
#12794 | SCRIPT5022: IndexSizeError on table caption change in IE9-11 | IE | Bug | confirmed | Normal | |
Description |
Javascript error in IE9-11:
As a result you will receive javascript error: SCRIPT5022: IndexSizeError ckeditor.js, line 407 character 528 |
|||||
#12813 | Cannot select widget on readonly editor in IE11 | IE | Bug | closed | Normal | |
Description |
User cannot select widget on Internet Explorer browsers (I've experienced this problem on IE11, but probably all IE versions are affected) if editor is in readonly mode. Steps to reproduce:
I've investigate this problem. This bug occurs because range object container is an hidden element (display: none) and is not editable (contentedtiable=false). I don't know why IE throws an exception in this case, but it seems that not visible text cannot be selected. This exception is a result of creating fake selection by widget. The fake() function from selection.js calls hideSelection function in which hiddenEl is created. In IE this element has display=none style (why? - in other browsers it is places out of the page content). If editor is read-only, hiddenEl is appended to the element that has contenteditable=false (so hiddenEl itself is also not editable), in conjunction with display=none it causing the exception during sel.selectRanges() call. Proposed fix: do not set display=none for <div data-cke-hidden-sel="1" data-cke-temp="1"> element for IE (hide it in different way, maybe visibility property?, reposition by absolute positioning?) OR add contenteditable=true to the DIV. The exception is thrown only for both display=none and contenteditable=false properties set. Version 4.4.6 is affected, probably olders too. |
|||||
#12836 | [IE9] Performance issue during past from word | IE9 | Bug | closed | Normal | |
Description |
If I paste a big document from Word (30 pages of text) it is processed very slow if the |
|||||
#12910 | Problems entering korean text in IE 11 | IE11 | Bug | closed | Normal | |
Description |
I have problems entering Korean text in IE 11 browser. I'm not sure but it looks like same case with #10414 bug. please check it up and let me know what the problem is and how to fix it.
[Case] If I enter rk(가), then sometimes the result shows rrk(ㄱ가) or disassembled characters(ㄱ ㅏ). You can reproduced this problem on your demo web site.
[Reproduce steps] Steps to reproduce this issue. We use P entering mode
I think that this issue is associated with string size. because if you followed reproduced steps, then total string buffer size will be 64 bytes. after that you entered and key in "rk" then the error comes out! |
|||||
#12996 | SCAYT Affecting Dialog Double Click | Firefox IE | Bug | closed | Normal | |
Description |
Follow the steps to reproduce:
configuration option to true
|
|||||
#13005 | Change Event is not fired after Delete | Firefox IE Support | Bug | confirmed | Normal | |
Description |
Result: Change event is not fired. Problem can be reproduced from CKEditor 4.4.4 in Firefox and IE8-11. Before release 4.4.4 change event worked the following way only in Firefox
|
|||||
#13041 | menus not working in showmodaldialog | IE10 IE11 | Bug | confirmed | Normal | |
Description |
I have similar issue to Ticket #7175. However, I'm not using an iframe and am using ckeditor 4.4.7. I use CKEditor inside a showmodaldialog in IE. If only 1 tab is open on the browser, then the menus for styles/font/size don't work. Works fine if 2 tabs are open. The code fix for 7175 seems to apply to older version of ckeditor and I'm having trouble to apply the same to 4.4.7. If you have time to provide instruction for 4.4.7. it would be a great help to me. |
|||||
#13043 | Inline styles are not maintained in IE11 when using Korean. | IE11 | Bug | confirmed | Normal | |
Description |
To reproduce: Scenario 1
Result: text is not styled. Scenario 2
Result: text is not styled. Scenario 2
Result: text is not styled. Problem can be reproduced from CKEditor 3.0 at least. I have checked native contenteditable element and styles are continued to the second line or they don't get cancelled when you change input method. |
|||||
#13058 | IE8 Problem copy or cut and paste numeroted list with linebreak | IE | Bug | confirmed | Normal | |
Description |
In IE8: 1.Create a numeroted list 2.Use Shift+Enter for a line break (adding Br tag) 3.Copy or cut the list 4.Paste the list Problem: the line break is missing Detect in 4.4.1, but present here: http://ckeditor.com/demo |
|||||
#13061 | IE11: Pasting images and shapes from word duplicates some and omits others | IE11 | Bug | confirmed | Normal | |
Description |
Result: Some images and shapes get duplicated and some omitted. Please see the results image. |
|||||
#13094 | Delete CR removes form html below | IE | Bug | confirmed | Normal | |
Description |
Add text then add a form below. Add a CR after the text and then delete it with the delete key. The form html disappears. |
|||||
#13120 | Removing special container in IE | IE | Bug | confirmed | Normal | |
Description |
On Safari, Chrome and Firefox, the box will disappear, which is the expected behaviour. However in IE, nothing happens. Tested with IE11 on Windows 7. |
|||||
#13125 | FF Only - The space after a contenteditable element is ignored when backspacing | Firefox IE | Bug | confirmed | Normal | |
Description |
We found an issue in 4.4.x version where in ACF mode, we observe unexpected behaviour when we attempt deleting a white space character following a contenteditable=false span tag. To reproduce the defect, use the following config: CKEDITOR.editorConfig = function( config ) {
}; Open Firebug for you test sample page
(Notice here the space following the closing of the span tag and before colon character eg. "</span> :"
|
|||||
#13225 | IE: Can't remove inline styles with Backspace and Delete needs to be pressed twice. | IE | Bug | confirmed | Normal | |
Description |
Problem can be reproduced from CKEditor 3.0 in IE8-11. |
|||||
#13230 | IE pasting from word | IE | Bug | closed | Normal | |
Description |
Descriptive summary When copying text from a Word document (with a list) it pastes: <> instead of the real list. Steps to reproduce
Browser and OS Internet Explorer and Windows |
|||||
#13236 | IE11: Input event not triggered | IBM, IE11 | Bug | closed | Normal | |
Description |
To Reproduce:
CKEDITOR.instances.[EDITOR].editable().on('input', function(){console.log('input...')});
Problem: The event is not triggered Note: The event is triggered in FF and Chrome. |
|||||
#13250 | Style attribute type gets corrupted when editing source in IE 8 | IE8 | Bug | confirmed | 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. |
|||||
#13322 | IE: setData causes Access Denied error | IE | Bug | confirmed | Normal | |
Description |
Message: Access Denied. |
|||||
#13504 | [IE9-10]:Inline styles are not always removed | IE9 IE10 Support | Bug | confirmed | 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 | IE11 Support Can't Fix | Bug | confirmed | 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. |
|||||
#13512 | [IE11] The page will scroll down when enter key is hit in CKEditor when browser is not full sized | IE11 | Bug | closed | Normal | |
Description |
This is a problem similar to https://dev.ckeditor.com/ticket/12119. Reproduce: Using IE11, when the page height is set to 100%, and the page compatMode is backmode, and *when browser is not full expended*, the page will scroll down when enter key is hit in CKEditor. I did take the approach as https://dev.ckeditor.com/ticket/12119 suggested and take the HTML4 doctype as the configuration. So it fixes the scrolling problem when browser is full screened. But when you re-size the brower screen, this scroll side effect would still happens. |
|||||
#13548 | IE: Clicking on element's path disables cut/copy icons. | IE | Bug | closed | Normal | |
Description |
Result: Text is selected but Cut and Copy icons are disabled. IE is the only browser where we can make those buttons work, so it is not a low priority issue IMO.
If you empty editor, type and then click on body in element's path, buttons get disabled from CKEditor 4.0. |
|||||
#13551 | ie11 Browser crashed | ie11 Browser crashed | Bug | closed | Normal | |
Description |
Application got crashed on click HTML 'h3' element to select corresponding portion in IE11 Steps:
Note:- Select 'h3' element from the footer where all the element will be available to direct selection for specific element area. It's working fine in ie9 but crashed in ie11 |
|||||
#13575 | IE11: Typing in Korean with Enter Mode BR moves cursor to previous line. | IE11 Support | Bug | assigned | 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 |
|||||
#13587 | [IE9] can't select text with mouse | IE9 selection mouse | Bug | closed | Normal | |
Description |
hi, With the current setup I can't select any text with my mouse or when I click on a place in a text the cursor won't go to there. Navigating with the keyboard works just fine, so typing, and arrowkeys do work. this is my configuration: CKEDITOR.inline('editor', { extraPlugins: 'sharedspace', removePlugins: 'forms', sharedSpaces: { top: 'top' }, toolbarGroups: [ {name: 'basicstyles', groups: ['basicstyles', 'cleanup']}, {name: 'colors'}, {name: 'tools'}, {name: 'document'}, {name: 'insert'}, {name: 'clipboard', groups: ['clipboard', 'undo']}, {name: 'editing', groups: ['find', 'selection', 'spellchecker']}, '/', {name: 'styles'}, {name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi']}, {name: 'links'} ] }); Tested this in IE9, FF version 39.0 and Chrome Version 40.0.2214.111 only IE9 was showing those problems |
|||||
#13592 | [IE] Non-editable widget can become editable by clicking near the bottom of the widget | IE | Bug | confirmed | 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/) |
|||||
#13630 | [IE11] Focus issues when the editor gets loaded | IBM, IE11 | Bug | confirmed | 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 |
|||||
#13708 | IE option menu is different when right clicked on element with hasLayout==true | IBM, IE | Bug | confirmed | Normal | |
Description |
Steps to reproduce
<p dir="ltr"> </p> <p dir="ltr" style="width: 100%;"><a href="http://c.cksource.com/a/5/img/sprites.png" target="_blank"><img src="http://c.cksource.com/a/5/img/sprites.png" style="margin: 0px auto; text-align: center; display: block;" /> </a></p>
Expected resultLink and image context menu options presented. Actual resultOnly 'paste' menu option available. Other details (browser, OS, CKEditor version, installed plugins)IE11/10 |
|||||
#13756 | Context menus are cut-off in Microsoft Edge | IE IBM | Bug | closed | Normal | |
Description |
Steps to reproduce
Expected resultContext menu should render correctly Actual resultContext menu cut short Other details (browser, OS, CKEditor version, installed plugins)Windows 10, Microsoft Edge |
|||||
#13775 | Typing into selected contents of span tag creates font tag | IE11 Blink Webkit | Bug | confirmed | Normal | |
Description |
Steps to reproduce
Expected resultSpan tags stays and only its content changes. Actual resultSpan tag is changed to font tag. Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced from CKEditor 4.0 in Blink/Webkit and in IE11 from version 4.3 (this is the version when we have started supporting IE11 and issue probably occurs in earlier versions as well). Firefox and IE10- seem to work fine. |
|||||
#13911 | [IE11] Console errors during context menu test execution | IE11 | Bug | review | Normal | |
Description |
When executing following test on IE11:
Found during release of 4.5.5 but can be reproduced on 4.5.4 also. |
|||||
#13916 | [IE9] tests/core/selection/fake test is not passing on IE9 when console window is opened. | IE9 | Bug | closed | Normal | |
Description |
Run: http://test.ckedtior.dev:1030/tests/core/selection/fake
Test This is caused (probably) by this code: if ( window.console ) { // Override to avoid logging the CKE's warning about selection not being fake any more, // so the console stays clean when the test passes. var consoleLogSpy = sinon.stub( window.console, 'log' ); }
When console is opened we try to stub console.log method but sinon library fails on native IE9 implementation and throws an error |
|||||
#13917 | [IE9] tests/core/log tests are not passing on IE9 when console window is opened. | IE9 | Bug | closed | Normal | |
Description |
Run: http://test.ckedtior.dev:1030/tests/core/log on IE9 when console window is open. Tests are not passing with
After short research I can say that this is connected with spying on native |
|||||
#13924 | IE11 - Typing is slow after pasting for the second time into editor. | IE11 support | Bug | closed | Normal | |
Description |
Steps to reproduce
Actually you can wait few seconds and then start typing. Expected resultTyping speed should be normal. Actual resultTyping is very slow even after few minutes. Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced in IE11 only. IE11 is supported from CKEditor 4.3 but I have seen this issue even in CKEditor 4.0. |
|||||
#13957 | IE unwanted after link | IE | Bug | closed | Normal | |
Description |
Steps to reproduce
Expected resultA link <a>...</a> followed by a space and some text. Actual result<a href="http://ckeditor.com">http://ckeditor.com</a> Link Other details (browser, OS, CKEditor version, installed plugins)Bug shows only in IE (IE 11 on Win 8.1), Firefox works as expected (other browsers not tested). Same problem e.g. with the placeholder plugin. |