Custom Query
Results (11001 - 11100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#13893 | Chrome://accessibility mode : on -> not working ckeditor. | Bug | Normal | General | ||
Description |
Steps to reproduceos browser : Chrome
Expected resultActual resultchrome not working. Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#13894 | [EDGE] Adding a textbox causes the editor to refresh | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe text field is added to the editor Actual resultThe page refreshes, and anything that you have edited is lost Other details (browser, OS, CKEditor version, installed plugins)Windows 10, Microsoft EDGE |
|||||
#13896 | reset of the toolbar in a multi-byte language(in ie11) | Bug | Normal | General | ||
Description |
I have problems entering Korean text in IE 11 browser. please check it up and let me know what the problem is and how to fix it. [Case] If you enter the text in the Korean IME mode, there is a problem with the font toolbar is reset it seems that there is the same problem with all multi-byte languages. [Reproduce steps]
|
|||||
#13897 | No cachebust added to icons.png and icons_hidpi.png | Bug | Normal | Project : CKBuilder | ||
Description |
Steps to reproduce
Expected resultWhen the build script creates the appropriate CSS files, i.e. editor_gecko.css, the image file references should have a cachebust using the 'timestamp' parameter that is used to load all of the javascript and CSS files (i.e. ?t=FNUB). Actual resultNo cachebust parameter is added to the image file includes, so a cached image file may be served, causing buttons not to line up with their actions on the toolbar Other details (browser, OS, CKEditor version, installed plugins)We are using CKEditor 4.5.4 and as needed we run ckeditor.jar to rebuild the editor, however when plugins or icons change we frequently see the above-referenced issue. .cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png) no-repeat 0 -984px!important;background-size:16px!important} |
|||||
#13901 | compatibility google chrome navigator | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected result<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" title="Éditeur de Texte Enrichi, my_ckeditor" tabindex="0" allowtransparency="true" style="width: 100%; height: 100%;"><html dir="ltr" lang="fr"><head><title data-cke-title="Éditeur de Texte Enrichi, my_ckeditor">Éditeur de Texte Enrichi, my_ckeditor</title><style data-cke-temp="1">html{cursor:text;*cursor:auto} img,input,textarea{cursor:default}</style><link type="text/css" rel="stylesheet" href="/ckeditor/contents.css?t=F969"><style data-cke-temp="1">.cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default} .cke_contents_ltr a.cke_anchor,.cke_contents_ltr a.cke_anchor_empty,.cke_editable.cke_contents_ltr a[name],.cke_editable.cke_contents_ltr a[data-cke-saved-name]{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat left center;border:1px dotted #00f;background-size:16px;padding-left:18px;cursor:auto;}.cke_contents_ltr img.cke_anchor{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat left center;border:1px dotted #00f;background-size:16px;width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}.cke_contents_rtl a.cke_anchor,.cke_contents_rtl a.cke_anchor_empty,.cke_editable.cke_contents_rtl a[name],.cke_editable.cke_contents_rtl a[data-cke-saved-name]{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat right center;border:1px dotted #00f;background-size:16px;padding-right:18px;cursor:auto;}.cke_contents_rtl img.cke_anchor{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat right center;border:1px dotted #00f;background-size:16px;width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}</style></head><body contenteditable="true" class="cke_editable cke_editable_themed cke_contents_ltr" spellcheck="false"><ul><li>test text</li></ul></body></html></iframe> Actual result<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" title="Éditeur de Texte Enrichi, my_ckeditor" tabindex="0" allowtransparency="true" style="width: 100%; height: 100%;"><html><head></head><body></body></html></iframe> Other details (browser, OS, CKEditor version, installed plugins)it works fine with firebug, problem only if using google chrome (Version 46.0.2490.80 m) Many thanks in advance |
|||||
#13903 | IndexSizeError in Chrome on getData() after delete widget | Bug | Normal | General | ||
Description |
Steps to reproduce
Error: Failed to execute 'extend' on 'Selection': 1 is larger than the given node's length. at Error (native) at k (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:373:130) at c (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:386:109) at h (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:10:70) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.event.CKEDITOR.event.fire (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:11:433) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.editor.CKEDITOR.editor.fire (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:13:97) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.tools.extend.getData (https://cdn.ckeditor.com/4.5.4/standard-all/ckeditor.js:235:385) at HTMLButtonElement.<anonymous> (file:///Users/dimagi/code/vellum/ckeditor-bug.html:40:31) at HTMLButtonElement.m.event.dispatch (https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:3:8436) at HTMLButtonElement.r.handle (https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js:3:5139) Expected result
Expected Actual result
Other details (browser, OS, CKEditor version, installed plugins)Browser: 46.0.2490.80 (64-bit) OS: Mac OS X 10.8.5 CKEditor 4.5.4 (see attached HTML file for config) |
|||||
#13904 | Down arrow doesn't go down in tables in Chrome | Bug | Normal | General | ||
Description |
Similar to https://dev.ckeditor.com/ticket/6619 Tested on nightly build as well as demo. Create a table, press the down arrow from the upper left cell. Advances to next horizontal cell in Chrome. Advances to next vertical cell in Firefox. |
|||||
#13905 | How to Stop special character conversion of & to & | Bug | Normal | General | ||
Description |
Steps to reproduce<A class=external href="http://www.test.co.uk?id=test&test=test&testing=testing" rel=nofollow target=_blank data-cke-saved-href="http://www.test.co.uk?id=test&test=test&testing=testing"> http://www.test.co.uk?id=test&test=test&testing=testing </A> Original content: http://www.test.co.uk?id=test&test=test&testing=testing content changed by ck editor http://www.test.co.uk?id=test&test=test&testing=testing Expected resultDisplay text of <a> tag having "&" should not change to "&" Actual result"&" is changed to "&" how do i stop automatic conversion of <a> tags display text having "&" |
|||||
#13906 | Configuration of format-switch failed | Bug | Normal | General | ||
Description |
Steps to reproduceInstall CKEditor, put the following code in config.js into the body of following function: CKEDITOR.editorConfig = function( config ) {
} Expected resultNow the format-Switch should show entries for p, h4, h5 and p (with additional class), with the shown names:
Actual resultBut the switch shows the entries p, h4, h5, p (correct!) but with wrong names:
Other details (browser, OS, CKEditor version, installed plugins)Tested in Chrome, FF, IE on Windows and Chrome and FF on OSX |
|||||
#13907 | instanceReady event is not firing when CKEditor is used within Salesforce. | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultinstanceReady event should be received Actual resultinstanceReady event is not being fired Other details (browser, OS, CKEditor version, installed plugins)IE9,10,11 |
|||||
#13909 | Bleeding test for fake selection | Bug | Normal | General | ||
Description |
On master we have bleeding test test auto fake selection. We need to investigate what is the reason for this. |
|||||
#13910 | [Webkit/Blink] Errors in test /tests/plugins/contextmenu/contextmenu | Bug | Normal | CKEditor 4.5.5 | UI : Context Menu | |
Description |
There's a failing test. We need to investigate what's wrong with it. |
|||||
#13912 | [Safari] Failing tests in tests/plugins/clipboard/readonly | Bug | Normal | CKEditor 4.5.5 | Core : Pasting | |
Description |
http://tests.ckeditor.dev:1030/tests/plugins/clipboard/readonly Tests were created for http://dev.ckeditor.com/ticket/13872 in 4.5.5. Safari: Version/9.0.1 Safari/601.2.7. |
|||||
#13913 | [FF] failing test in widget/nestededitables | Bug | Normal | CKEditor 4.5.5 | General | |
Description |
Test test blocking del/backspace at editable boundary fails on Firefox. introduced in git:226fc8e4668ca881f4016ab1f4f5bf58838738fd as a fix for #13798. |
|||||
#13914 | Link dialog in an iframe | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe popup should be display on the visible part of the parent page Actual resultThe popup is displayed in the middle of the iframe witch may not be in the visible part of the parent page Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#13915 | Broken #13771 tests in build version | Bug | Normal | CKEditor 4.5.5 | General | |
Description |
All tests in http://tests.ckeditor.dev:10455/tests/tickets/13771/1 are red. #13771 was closed in 4.5.5. |
|||||
#13916 | [IE9] tests/core/selection/fake test is not passing on IE9 when console window is opened. | Bug | Normal | CKEditor 4.5.7 | General | |
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. | Bug | Normal | CKEditor 4.5.7 | General | |
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 |
|||||
#13918 | Div Editing Area add-on stripping form tags | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultForm tags are not stripped Actual resultForm tags *are* stripped. Other details (browser, OS, CKEditor version, installed plugins)My build-config.js file is attached. If you use it as-is you will see that form tags are not stripped. Using this build, add Div Editing Area, and try again. You can also read up on my test here: http://ckeditor.com/addon/divarea Thanks for your help! |
|||||
#13919 | [Edge] CKEDITOR.dom.node#isReadOnly crashes window when in the context of an input | Bug | Normal | CKEditor 4.5.5 | General | |
Description |
Recent update for Edge brought a regression that if you check
It happens only in built CKE distribution as it includes This is very similar to #13609. |
|||||
#13920 | [Edge] Unstable tests/plugins/image/nolinktab | Bug | Normal | CKEditor 4.5.5 | UI : Dialogs | |
Description |
http://tests.ckeditor.dev:1030/tests/plugins/image/nolinktab tests are very unstable in Edge and never pass. It looks like this is because of the condition https://github.com/ckeditor/ckeditor-dev/blob/400376f/plugins/dialog/plugin.js#L184 introduced in http://dev.ckeditor.com/ticket/13554. |
|||||
#13921 | [Edge] image2/editing test works unstable | Bug | Normal | General | ||
Description |
Run: htttp://tests.ckeditor.dev:1030/tests/plugins/image2/editing
Last test of the suite |
|||||
#13923 | Ctrl V + config.pasteFromWordRemoveStyles = true : text pated twice | Bug | Normal | Core : Keystrokes | ||
Description |
Steps to reproduce1.use last version of CKEditor
Expected resulttext will pasted. Actual resulttext pasted, and pasted again after 0.4s. Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#13924 | IE11 - Typing is slow after pasting for the second time into editor. | Bug | Normal | General | ||
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. |
|||||
#13929 | [IE11 CM] Polyfill for classList throws error in manual test. | Bug | Normal | CKEditor 4.5.10 | General | |
Description |
Steps to reproduceExpected resultThere aren't any errors logged. Actual result
Other details (browser, OS, CKEditor version, installed plugins)Internet Explorer 11 with Compatibility View on. |
|||||
#13933 | [Edge] Document scrolls to the end during copy/paste of inline widget. | Bug | Normal | General | ||
Description |
Run in Edge: http://tests.ckedtior.dev:1030/tests/plugins/widget/manual/inline Copy Lena image from the beginning of the first paragraph and paste it at the end of the first paragraph. Expected resultImage is pasted and document is not scrolled. Actual resultDocument scrolls to the end. |
|||||
#13934 | Rollback smileys changes from PR#222 | Task | Normal | General | ||
Description |
Code from PR#222 will put localized alt in output data and sometimes it might not be desired. Imagine French end-user posting some post comment with CKE on english website. Since CKE has FR localization, plugin will use FR alts (assuming that they're available) in the content and it will confuse all other users viewing image alts. It's fine to use them only in CKEditor dialog, but it should be used only there. Within this ticket we need to rollback these changes, then in CKE 4.5.6 we'll use translations for GUI. |
|||||
#13935 | wrong margin-left after pasting from word | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultwhole paragraphs left aligned only tabs within the text. Actual resultunexpected margin-left of the 2nd paragraph Other details (browser, OS, CKEditor version, installed plugins)==Firefox 42, CKEditor demo full featured |
|||||
#13936 | [core/config.js] Fix spaces mixed with tabs and code style issues in API docs | Bug | Normal | CKEditor 4.5.6 | General | |
Description |
When diffing 4.5.5 with 4.5.4 I noticed many issues like this: + * [SDK sample](http://sdk.ckeditor.com/samples/styles.html). You can't see it, but there's a space mixed with tab. It repeats in dozen places. Plus there are code style issues. |
|||||
#13937 | Clearing "mouseup" timeouts on destroy in clipboard plugin | Bug | Normal | General | ||
Description |
We found an issue with "mouseup" callback in ckeditor clipboard plugin which is executed after editor had been destroyed. There was already a bug for this issue (#10219), but actually the solution was not a full fix, although the bug has been closed. The current solution (4.5.x/plugins/clipboard/plugin.js, lines 642-658): var mouseupTimeout; // Use editor.document instead of editable in non-IEs for observing mouseup // since editable won't fire the event if selection process started within // iframe and ended out of the editor (#9851). editable.attachListener( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement(), 'mouseup', function() { mouseupTimeout = setTimeout( function() { setToolbarStates(); }, 0 ); } ); // Make sure that deferred mouseup callback isn't executed after editor instance // had been destroyed. This may happen when editor.destroy() is called in parallel // with mouseup event (i.e. a button with onclick callback) (#10219). editor.on( 'destroy', function() { clearTimeout( mouseupTimeout ); } ); The full solution for this issue should be like this: var mouseupTimeouts = []; ... editable.attachListener( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement(), 'mouseup', function() { mouseupTimeouts.push(setTimeout( function() { setToolbarStates(); }, 0 )); } ); ... editor.on( 'destroy', function() { for (var i = 0; i < mouseupTimeouts.length; i++) { clearTimeout( mouseupTimeouts[i] ); } } ); Timeouts are set many times on each "mouseup" event, so they all should be cleared on destroy (not only the last one which is assigned to variable). Please validate our suggested solution as soon as possible. |
|||||
#13939 | CK Editor tool bar is not working in IE | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultTool Bar should be clickable should make text as bold, italic , underline Actual resultTool Bar is not clickable Unable to make the text as bold, italic , underline Other details (browser, OS, CKEditor version, installed plugins)browser IE 11.0.9600.18059 CKEditor version 4.5.5 OS Windows 7 Professional |
|||||
#13940 | CK Editor tool bar is not working in IE | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultTool Bar should be clickable should make text as bold, italic , underline Actual resultTool Bar is not clickable Unable to make the text as bold, italic , underline Other details (browser, OS, CKEditor version, installed plugins)browser IE 11.0.9600.18059 CKEditor version 4.5.5 OS Windows 7 Professional |
|||||
#13941 | FF: Autogrow not working when you paste following table in HTML source & switch to rich text | Bug | Normal | General | ||
Description |
Steps to reproduce
Issue:Autogrow not kicked in & there is no way for mouse user to navigate to content in table cells or content below it |
|||||
#13942 | Close button is not working in IE11 | Bug | Normal | General | ||
Description |
I am able to close in siebel application but am not able to do this. Can you please suggest me on this. Regards, Aruna H k |
|||||
#13944 | Uncaught Error: CSRF protect string not added to servlet | Bug | Normal | General | ||
Description |
Iam trying to insert an image using rich text filed in salesforce. I ma getting below error. please help on this.
|
|||||
#13945 | getAddress of undefined or null reference in IE | Bug | Normal | General | ||
Description |
Hello, I've been trying to figure out why this is happening, but I have not been able to find anything. I am getting a javascript error "getAddress of undefined or null reference" in IE only. What are possible reasons that I would be seeing this? I have a custom plugin that will add a span element to the document body (Ex <span class='className'>my span</span>). Once the command is executed. In ckeditor this triggers a snapshot to be taken before and after the command. The before snapshot works fine, but when the after snapshot is happening the error appears. The specific line where its happening is in the normalize function where the bmStart.Container.getAddress(normalized) is returned. |
|||||
#13947 | Error is thrown when creating spell checker dialog | Bug | Normal | UI : Spell Checker | ||
Description |
Steps to reproduce
Expected resultDialog is created, no errors. Actual resultSometimes there's an "Object doesn't support property or method 'isVisible'" error thrown in the console. Apparently this line: https://github.com/ckeditor/ckeditor-dev/blob/d277ad1230d5e269a309ece0723eebcd5efd8282/plugins/dialogui/plugin.js#L934 is on top of the stack. Other details (browser, OS, CKEditor version, installed plugins)IE11, Win 8.1, CKEditor 4.5.5 |
|||||
#13948 | [Blink] SCAYT raises a warning on initialization | Bug | Normal | UI : Spell Checker | ||
Description |
Steps to reproduce
Expected resultSCAYT is enabled without any warnings or errors. Actual result
Warning Other details (browser, OS, CKEditor version, installed plugins)Chrome 46/Opera 33 on Ubuntu 15.10 |
|||||
#13949 | [IE 8] Ads in WSC dialog are not displayed correctly | Bug | Normal | UI : Spell Checker | ||
Description |
Steps to reproduce
Expected resultAds are shown on the top of the dialog. Actual resultIE 8 displays "Internet Explorer cannot display the webpage" error instead. Other details (browser, OS, CKEditor version, installed plugins)Internet Explorer 8 on Windows XP |
|||||
#13953 | [IE 8] WSC dialog throws error on small screen | Bug | Normal | UI : Spell Checker | ||
Description |
Steps to reproduce
Expected resultNo error is thrown. Actual result
Other details (browser, OS, CKEditor version, installed plugins)Internet Explorer 8 on Windows XP |
|||||
#13954 | French translation error | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultA better translation would be "Sélectionner un image" (Select a picture) or "Télécharger une image" (Upload a picture) or just "Télécharger" (upload as in English version) Actual resultOther details (browser, OS, CKEditor version, installed plugins)fr_FR |
|||||
#13955 | Open Image dialog on Upload tab | New Feature | Normal | General | ||
Description |
If no image is selected, the dialog should open on the Upload tab instead of Info tab. |
|||||
#13956 | CKeditor and Yoast 3.x bug | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||
#13957 | IE unwanted after link | Bug | Normal | General | ||
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. |
|||||
#13958 | Selection ranges sometimes calculates out of bounds indexes. | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultNo console messages Actual resultMozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36 Error: Failed to execute setStart on Range: The offset 19 is larger than or equal to the nodes length (18).
Other details (browser, OS, CKEditor version, installed plugins)Error is traced back to this line on github: https://github.com/ckeditor/ckeditor-dev/blob/3b32b2564d545c42a718bb43a9d3de9bd31ec0a0/core/selection.js#L1918 It appears it is possible to get a larger offset for range.startOffset then is available on the nativeRange. The impact to the user is minimal as the user has not complained that this results in any noticeable impact. |
|||||
#13959 | CKEDITOR Data drops after < | Bug | Normal | General | ||
Description |
Case 1: if text passing to textarea is = text1+'<'+text2. then ckeditor drops text2 if there is no space after '<'. Case 2 : if text passing to textarea is : text1+'<'+text2+'>'+text3 then text shown in ckeditor is :text1+text3 (omits text between <>) Note: All these when there is no space around < or > . eg. xyz<abc ,aaaa<ddd Steps to reproduce
Expected result == CKEditor should display xyz<abcActual result == CKEditor display xyzOther details (browser, OS, CKEditor version, installed plugins) == N/ANote: If we put SPACE after < then everything will be fine. Question: If you can give me solution earlier that will be great , although is it ok to alter the source code to to handle this issue from our side? |
|||||
#13962 | Ckeditor style has blocklimit null pointer exceptions | Bug | Normal | Core : Styles | ||
Description |
Steps to reproduceOur logs on our server indicate our customers are experiencing exceptions with the style.js. The following line is sometimes null: Causing us to observe an exceptions: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; rv:11.0) like Gecko TypeError: Unable to get property blockLimit of undefined or null reference
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36 TypeError: Cannot read property blockLimit of null
|
|||||
#13963 | Shared Space not working with configuration in config.js | Bug | Normal | UI : Toolbar | ||
Description |
It appears that Shared Space isn't working properly when you specify the configuration in config.js Steps to reproduce
You may refresh the page and click "Edit With Inline Configuration" to see the expected behavior. Expected resultThe toolbar to show up in the #toolbar div Actual resultNo toolbar shows up, also the Google logo disappears. Not sure why that is. Other details (browser, OS, CKEditor version, installed plugins)Google Chrome on Windows 10, CKEditor 4.5.5 Standard Version with Shared Space plugin |
|||||
#13964 | page design problem | Bug | Normal | General | ||
Description |
Hello, I just want to let you know that my pages do not look the same anymore when i publish content. SO:
http://infocentrum.ro/piese_de_schimb_auto-31118-1.html
http://infocentrum.ro/Achizitie_autofrigorifica-32261-1.html please help. thank you. p.s. don;t know exactly my actual version of ckeditor. |
|||||
#13968 | Content is not pasted as it is | Bug | Normal | General | ||
Description |
I tried to paste some data from docs which is as below A) Names
B) Leaders
But it is convered to 1.Names 1.GVS 2.Priyanka 1.Leaders 1.Rajani 2.Parag |
|||||
#13970 | writing a very long word, a horizontal scroll bar appears | Bug | Normal | General | ||
Description |
writing a very long word with latest ckeditor, a horizontal scroll bar will appear using IE11 & Firefox. like "abcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabc" without white-space in the string. |
|||||
#13972 | While copying text from Microsoft Word file the apperance of the text consisting of numbering sequence changes. | Bug | Normal | General | ||
Description |
Steps to reproduceIn Word file the text is written as below: A)Names
B)Numbers
Expected resultA)Names
B)Numbers
Actual result1.Names 1.Priyanka 2.Sai 1.Numbers 1.1 2.2 It is also not giving the tab space for sub entries. Browser : Internet Explorer Operating System : Windows 7 Enterprise |
|||||
#13973 | Update CHANGES.md with SCAYT changes | Task | Normal | CKEditor 4.5.6 | General | |
Description |
Since #13856 is closed we should add a proper changelog entry, this time let's list most important SCAYT changes in this entry. |
|||||
#13974 | Cannot read property 'frameElement' of undefined when using Webix & resizing | Bug | Normal | General | ||
Description |
I would like to know how I can address this issue. It will most likely have something to do with the way the editor is loaded inside the webix environment. Perhaps the way it is loaded is wrong, or there is a parent component missing? Steps to reproduce
Expected resultActual resultJavaScript error: Cannot read property 'frameElement' of undefined Callstack: ckeditor.js:329 Uncaught TypeError: Cannot read property 'frameElement' of undefined CKEDITOR.editor.resize @ ckeditor.js:329 webix.protoUI._set_inner_size @ ckeditor.js:46 webix.protoUI.$setSize @ ckeditor.js:51 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI.$setSize @ webix_debug.js:27352 webix.protoUI.$setSize @ webix_debug.js:6048 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI.resizeChildren @ webix_debug.js:4864 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.removeView @ webix_debug.js:4810 FormatBreadCrumbs @ functions.js:44 logic.setBreadCrumbs @ reminder.js:86 logic.init @ reminder.js:48 (anonymous function) @ init.js:47 webix.EventSystem.callEvent @ webix_debug.js:542 webix.protoUI._show @ webix_debug.js:27317 webix.protoUI.show @ webix_debug.js:4531 (anonymous function) @ index.js:46 checkForChanges @ functions.js:112 ui.mainContent.rows.on.onMenuItemClick @ index.js:44 webix.EventSystem.callEvent @ webix_debug.js:542(anonymous function) @ webix_debug.js:28048 webix.EventSystem.callEvent @ webix_debug.js:542 webix.MouseEvents._mouseEvent @ webix_debug.js:5788 webix.MouseEvents._onClick @ webix_debug.js:5710 (anonymous function) @ webix_debug.js:241 Other details (browser, OS, CKEditor version, installed plugins)version 4.5.5 |
|||||
#14221 | Write content within ckeditor with A4 size page feel display | New Feature | Normal | General | ||
Description |
Hello Support Team, I need your help! Scenario : We have developed one system to generate report based on user data entry within one form. We have used ckeditor to add some static data and include dynamic data to create report pages. There are about 50 pages. Question : The HTML is setup such a way to generate the report in Letter / A4 page size. We would like to display Letter page layout within the ckeditor. So our users would like to have similar experience of the PDF page / MS word, while adding content in ckeditor. So when we generate the PDF report, we will get almost similar output as editor page. Right now, we are not getting any idea, when the page will be ended in editor and how it will look in PDF. We are using docraptor (3rd party plugin) to generate the HTML -> PDF. May I know, is it possible to setup something in ckeditor to have feel for users as A4 size / Letter size page? Thank you. Sincerely, Arpit |
|||||
#14233 | How to raise a duplicate ticket in CK Editor support? | Bug | Normal | General | ||
Description |
Steps to reproduceWant to create a ticket which is already raise by some user.But want to raise it with some modification. But while raising the new ticket, it gives the "Internal Error:Nothing to Repeate". How to fix this problem? Other detailsBrowser: Internet Explorer Operating System: Windows 7 Enterprise CKEditor version: 4.5.4 |
|||||
#14234 | URL input field is not marked as required in 'Insert Media Embed' dialog | Bug | Normal | CKEditor 4.5.7 | General | |
Description |
Steps to reproduce
Expected resultLabel is marked with the "cke_required" class and aria-required is applied to the input field. Actual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||
#14235 | Autogrow not kicking when we add Embed videos | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultAfter minimum editor height exceeded Autogrow kicks in and editor grows automatically Actual resultAfter minimum editor height exceeded Autogrow not kicking in and user not able to se content below embedded content. |
|||||
#14236 | MenuButton with label puts "(Selected)" at the end of the label | Bug | Normal | UI : Widgets | ||
Description |
Steps to reproduceExpected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||
#14238 | When click in editor on empty line after clicking styling button such as bold, button gets turned off in Firefox and IE | Bug | Normal | General | ||
Description |
Steps to reproduce
I realize the simple workaround is to just start typing and not click again (or select the text afterward and apply styling), but my QA team noticed this and filed a bug against our product which uses CKEditor. Expected resultI expect the button to still be active and the style still to be applied even though I clicked again in the text at the same insertion point. Actual resultThe style was not applied and the styling button (e.g. bold) was turned off. Other details (browser, OS, CKEditor version, installed plugins)Again, the bug only happens in IE or Firefox, not Google Chrome. The bug is easily recreatable in your demo. |
|||||
#14240 | Track not respecting void element flag. | Bug | Normal | General | ||
Description |
Steps to reproduce
<track label="English subtitles" kind="subtitles" srclang="en" src="video-subtitles-en.vtt" default>
<track default="" kind="subtitles" label="English subtitles" src="video-subtitles-en.vtt" srclang="en"></track> note: ACF should be disabled this is likely why the whole Track tag is stripped in nightly demo as tried to reproduce there. Expected resultThe expected result is that track should respect the fact it is a void element. Running 'CKEDITOR.dtd.$empty' in the console does show Track is flagged as 1. Actual resultAn extra closing track tag is added. Other details (browser, OS, CKEditor version, installed plugins)All CKEditor versions 4.3.5+, MacOSX, Chrome 47, and no plugins As an aside thank you for all the amazing work done in CKEditor it works superbly otherwise |
|||||
#14241 | Not Able To Destroy CKEditor Instance | Bug | Normal | Project : CKBuilder | ||
Description |
I am trying to destroy the ckeditor instance using this code: CKEDITOR.instances.textarea1.destroy() But I am getting this error Uncaught TypeError: Cannot read property 'getClientRect' of nullI am using ckeditor 4.5.6 & AutoSave Plug in with it |
|||||
#14242 | Textbox not word-breaking in Firefox with long words | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe text box should break long words like it does in Chrome and Safari Actual resultText box scrolls horizontally to accommodate for long words Other details (browser, OS, CKEditor version, installed plugins)Firefox, does this in Nightly Blind version as well so I would assume it's all versions |
|||||
#14243 | img link in code tag gets interpreted, line breaks on adding new record and editing. | Bug | Normal | General | ||
Description |
Steps to reproduceRunning ckEditor 5.4.3 on groceryCRUD, a CodeIgniter library.
Another way to reproduce error:
Expected result
Actual result
Other details (browser, OS, CKEditor version, installed plugins)I tried to configure my config.js https://github.com/zenithtekla/grocery_CRUD_codeigniter/blob/d35c34a6cfca7dbb7f8cf19d3e121ecc072843a0/assets/grocery_crud/texteditor/ckeditor/config.js#L11 but I encouter a few issues with my code (using codeSnippet) in code tag being interpreted. See photos https://drive.google.com/folderview?id=0B0qlwajiFDkBdTlld1R6Wm05UGc&usp=sharing Please help. Link to test: https://grocery-crud-codeigniter-zenithtekla.c9users.io/index.php/Main/sample_table/read/163 |
|||||
#14244 | Number Bullets list is not pasted correctly in CK Editor from Word file. | Bug | Normal | General | ||
Description |
"This ticket is similar to #13972" Steps to reproduce
2.Paste the content into CK Editor using Ctrl+v or using "Paste From Word" option on the CK Editor panel. Expected resultThe number bullets used in the Text_pasted_from_word.docx. must be printed as it is. Actual resultNumber Bullets are incorrectly pasted in CK Editor as shown in the attachment.(i.e. CKEditor_paste.PNG) Other detailsBrowser: Internet Explorer Operating System: Windows 7 Enterprise CKEditor version:4.5.4 Installed Plugins: Paste From Word |
|||||
#14245 | Request to support Tagalog Phillippines locale. | Bug | Normal | General | ||
Description |
Hi, I am from Oracle. One of the customers using our product would like to use Tagalog Phillippines language which currently CKEditor does not support. Please let us know if/when this language will be supported. Steps to reproduce
Expected resultTagalog Phillippines language supported. Actual resultTagalog Phillippines language not supported. Other details (browser, OS, CKEditor version, installed plugins)CKEditor version - 4.3.4 |
|||||
#14246 | Number Bullets pasting problem while pasting text from Word file to CK Editor. | Bug | Normal | General | ||
Description |
"This ticket is similar to #13972" Steps to reproduce
A)Names
B)Numbers
C)Address
Expected resultThe text must be printed as: A)Names
B)Numbers
C)Address
Actual resultBut in the Full featured CK Editor it is printed as( Please see attachment: CKEditor_pasted.PNG) : A)Names I)ABCD II)PQRS B)Numbers I)5541515 II)5413213 C)Address I)ABC Streets II)PQR Streets In CK Editor, the tab space for sub-entries is also not pasted correctly. Other detailsBrowser:Internet Explorer Operating System : Windows 7 Enterprise CK Editor version:4.5.6
|
|||||
#14247 | Key board sort cuts are not worked in the CK editor | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultText should be in bold Actual resultText not display in bold Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14248 | Not able to perform the bold,italic in the ck editor in chrome | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resulttext should be typed with bold Actual resulttext not display in bold Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14249 | Windows 10 Firefox moving cursor when deleting misspelled word | Bug | Normal | General | ||
Description |
Steps to reproduce
See this screencast to see the issue happening: http://screencast.com/t/2lXVpmoZ6r Expected resultDeleting a word should NOT move the cursor Actual resultWhen deleting a mispelled word, it either jumps to the next mispelled word or moves to the next line. Other details (browser, OS, CKEditor version, installed plugins)Only on Windows 10 and Firefox. Using the latest version 4.5.5. Issue seems to be with SCAYT |
|||||
#14251 | Plugin requirement preventing editor from working properly when plugin is installed and enabled | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultI expect the editor to work just like the demo. When I drag and drop an image into the editor, it should save and display. Actual resultSource download type: All editor toolbar buttons are grayed out and do not work. Console error states "[CKEDITOR] Error code: editor-plugin-required. Object {plugin: "toolbar", requiredBy: "notification"}". Here's the config.plugin list [config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,liststyle,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,undo,wsc,lineutils,widget,oembed,filetools,notification,notificationaggregator,uploadwidget,uploadimage';] Optimized download mode: Editor seems to work for the most part except the same error displays in the console "[CKEDITOR] Error code: editor-plugin-required. Object {plugin: "toolbar", requiredBy: "notification"}" and the uploadImage plugin saves the files to the server properly but it doesn't display them in the editor post-upload. When I try to debug the plugin file, it looks like the editor isn't even pulling it in. Other details (browser, OS, CKEditor version, installed plugins)Chrome 47.0.2526.73 m; CKEditor 4.5.6; Full plugin list as well as oEmbed and Upload Image plugins |
|||||
#14252 | Styles dropdown doesn't always reflect the current style of the text line in Internet Explorer | Bug | Normal | CKEditor 4.5.10 | General | |
Description |
Steps to reproduce
Expected resultThe style name should be displayed in the styles combo/dropdown. Actual resultThe style name is not displayed in the styles combo/dropdown. Other details (browser, OS, CKEditor version, installed plugins)This bug only happens in IE and not in Firefox or Google Chrome. Some styles (such as Italic Title) do display in the combo box. If you can tell me why some of the styles do appear, it would be nice if you could email me with this information so maybe I can change my style definitions. It doesn't seem to only be a case of whether it is a block vs an inline style (e.g. the Marker style works OK). My own custom styles don't show in the combo in IE and I don't know how to get it to work. |
|||||
#14253 | Splits <a> and <span> tags | Bug | Normal | General | ||
Description |
I'm using Drupal CKEditor module which uses CKEditor v4.4.3. Consider below markup I'm using in ckeditor. You can see in action: http://screencast.com/t/hsbU2jUN <p><span>My Span</span><a href="/hello-world">Hello World</a></p> Once you toogle the editor view, it splits <a> tag to like <a href="/hello-world">Hello</a><a href="/hello-world"> World</a> and <span> to <span>My </span><span>Span</span>. So final markup becomes: <p><span>My </span><span>Span</span><a href="/hello-world">Hello</a><a href="/hello-world"> World</a></p>. However, if you put space between closing span and beginning a tag, then it works fine. I also tired disabling advance content filter in CKEditor settings but it didn't help. Any help would be highly appreciated. |
|||||
#14255 | Insert html does not work | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected result<p class=text-uppercase>test</p> Actual result<p>test</p> Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14256 | Range -> extractContents -> unexpected result | Bug | Normal | Core : Selection | ||
Description |
Steps to reproduce
currentRange = CKEDITOR.instances.editor1.getSelection().getRanges()[0]; clonedHTML = range.cloneContents().getHtml(); extractedHTML = range.extractContents().getHtml(); Expected resultclonedHTML and extractedHTML must be equal Actual resultclonedHTML and extractedHTML are different Other details (browser, OS, CKEditor version, installed plugins)Reproducible in every browser starting from CKeditor 4.5.0 |
|||||
#14258 | Style Definitions with Variable Values Is Not Replacing ._AC Object Correctly | Bug | Normal | General | ||
Description |
Hello there, I noticed I bug where CKEDITOR.style is defined in style.js, in the case of variable values, styleDefinition._AC is not being replaced. I encountered this issue when I try to remove a style with variable values, when checkElementMatch is called, we see a discrepancy between styleDefinition.attributes and styleDefinition._AC. For example, styleDefinition.attributes will have the replaced value, myColor: 'white', but styleDefinition._AC will have the non-replaced placeholder, myColor: '#(color)'. Relevant code block: if ( variablesValues ) { styleDefinition = CKEDITOR.tools.clone( styleDefinition ); replaceVariables( styleDefinition.attributes, variablesValues ); replaceVariables( styleDefinition.styles, variablesValues ); } Proposed code change: if ( variablesValues ) { styleDefinition = CKEDITOR.tools.clone( styleDefinition ); replaceVariables( styleDefinition.attributes, variablesValues ); replaceVariables( styleDefinition.styles, variablesValues ); if ( styleDefiniton._AC ) { replaceVariables( styleDefinition._AC, variablesValues ); } } Thank you! |
|||||
#14259 | Paste directly without the serurity message | Bug | Normal | General | ||
Description |
hello please i need help about pasting text i need to paste directly in the textarea without the security message |
|||||
#14260 | <table>-Widgets lose data-*-attributes when upcasted | Bug | Normal | UI : Widgets | ||
Description |
I don't know if it's intended to use tables as widgets, but i have to do so in a project so I stumbled upon that. Steps to reproduce
Expected resultSimilar to div elements the data-* attributes should be in the attributes property of the element. Actual resultThey aren't, and the class attribute isn't too, so hasClass() also isn't working. Other details (browser, OS, CKEditor version, installed plugins)Tested with versions 4.5.4 to 4.5.6 |
|||||
#14261 | IE9/IE11 Enter_BR cursor doesn't go to the next line | Bug | Normal | Core : Keystrokes | ||
Description |
Related to a closed ticket, http://dev.ckeditor.com/ticket/7433, but the behavior occurs when enter key is pressed, not shift+enter. In ENTER_BR mode, when the user presses the Enter Key at the end of the line, the cursor doesn't go to the next. Instead, the cursor behaves as if the Space key is pressed. The cursor only moves at the next line when the user continues to type after the Enter key. This issue is intermittent, but it occurs more often if there's a postback that occurs in the page. Steps to reproduce
Expected resultThe cursor goes to the next line. Actual resultThe cursor stays on the same line Other details (IE9, IE11, CKEditor version 4.5.6, ASP.NET) |
|||||
#14263 | No styles included in the Flat skin for notification plugin | Bug | Normal | UI : Skins | ||
Description |
Steps to reproduce
Expected resultDefault styling for the notification message, like in the Moono skin. Actual resultThe HTML for the succes-notification is shown, but there is no styling applied. Other details (browser, OS, CKEditor version, installed plugins)When inspecting the HTML, it seems there is no classes in the FLAT skin (editor.css) present. Classes like "cke_notifications_area" do not exist. |
|||||
#14264 | CK editor is not working in firefox in mobile phone | Bug | Normal | General | ||
Description |
Steps to reproduceExpected resultActual resultOther details (browser, OS, CKEditor version, installed plugins)Firefox version 42.0.2. Inplace of CK editor it displays text area which it was supposed to replace |
|||||
#14266 | Click events lost | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||
#14267 | Regarding Copy and Paste Issue | Bug | Normal | General | ||
Description |
When I am trying to copy and paste on ckeditor site it gets uploaded successfully. But when i am trying to do the same in my platform it doesnt get pasted. Please help me so that i can resolve this issue. |
|||||
#14268 | Image Copy Paste Issue | Bug | Normal | General | ||
Description |
When I am trying to copy and paste image on ckeditor site it gets uploaded successfully. But when i am trying to do the same in my platform it doesnt get pasted. Please help me so that i can resolve this issue. |
|||||
#14269 | Number Bullets pasting problem while pasting text from Word file to CK Editor. | Bug | Normal | General | ||
Description |
"This ticket is similar to #14246" Steps to reproduce1.Copy the following content from the Microsoft Word file(Also see the attachment: Text_pasted_from_word.docx.). A)Names
B)Numbers
C)Address
2.Paste the content into the CK Editor using ctrl+v or "Paste from Word" option on the CK Editor panel. Expected result
A)Names
B)Numbers
C)Address
Actual result
A.Names I.ABCD II.PQRS A.Numbers I.5541515 II.5413213 A.Address I.ABC Streets II.PQR Streets Everytime the entry appears as A. Also,in CK Editor, the tab space for sub-entries is also not pasted correctly. Other details
Operating System : Windows 7 Enterprise CK Editor version:4.5.6 |
|||||
#14270 | Formatting buttons not working in Microsoft Edge. | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultHorizontal line should be inserted, or text should become bold Actual resultNo result as if no action has been taken Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14273 | Validation | Task | Normal | General | ||
Description |
Please can any one help me to validate ckeditor . |
|||||
#14275 | Proper error reporting in scriptloader for all browsers. | New Feature | Normal | CKEditor 4.5.10 | General | |
Description |
While working on #13943 there was a need to check if config scripts were loaded successfully. It is partially supported by scriptloader but not for all browsers (IE < 11, Safari, Opera - probably before migrating to Webkit). It is not really supported by those browsers in a proper way but still it may be needed in the future so probably should be done. if ( CKEDITOR.env.ie && CKEDITOR.env.version < 11 ) { // FIXME: For IE, we are not able to return false on error (like 404). script.$.onreadystatechange = function() { ... } else { ... // FIXME: Opera and Safari will not fire onerror. script.$.onerror = function() { ... part of scriptloader.js loadScript function with planned fixes |
|||||
#14276 | Unable to re-edit controls in Mozill Firefox Web Browser | Bug | Normal | General | ||
Description |
Hai Team, We are using CKEditor v4.5.5. where we are unable to re-edit controls in Mozill Firefox Web Browser. But same working properly in Google Chrome Web Browser. Request you to please cross check this issue and do let me know the work around. Highly appreciate if any early response provided in this regards. Best Regards, Raju Raju |
|||||
#14277 | remove global object from the documentation | Task | Normal | CKEditor 4.5.7 | General | |
Description |
There has been introduced a global object to the documentation. We need to fix whatever made it to appear there. |
|||||
#14279 | pressing delete key inside empty td[contenteditable="true"] | Bug | Normal | Core : Editable | ||
Description |
Steps to reproduce
<table border="0" cellpadding="0" cellspacing="0" width="600"> <tbody> <tr> <td width="100%" contenteditable="true"></td> <tr> </tbody> <table> <table border="0" cellpadding="0" cellspacing="0" width="600"> <tbody> <tr> <td width="100%" contenteditable="true"></td> <tr> </tbody> <table>
Expected resultNothing to happen. Actual result
Other details (browser, OS, CKEditor version, installed plugins)All WebKit browsers. OSX (but I'm fairly sure this affects WebKit browsers on any OS). SolutionRemoving range.select(); solves the problem.
It is hard to tell for the uninitiated what's going on here but it seems CKEditor erroneously treats |
|||||
#14281 | webkit: strong turns into b after deletion | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultI would expect one of the following:
Actual result
Other details (browser, OS, CKEditor version, installed plugins)Webkit browsers on OSX. |
|||||
#14282 | Getting 'Access Denied' error when uploading images | Bug | Normal | Server : ASP.Net | ||
Description |
Steps to reproduce
CKEDITOR.replace('<%=txtCkEditor.ClientID %>', { filebrowserImageUploadUrl: '/WebApplication1/Upload.ashx' });
Expected result == file uploaded to the folder and displayed in the editorActual result == Access Denied in ckeditor.jsOther details (browser, OS, CKEditor version, installed plugins) == IE, Windows7, 3.6.6.2, ckeditor full |
|||||
#14283 | Leaflet Maps: not found in CKEditor Builder page | Bug | Normal | Project : CKBuilder | ||
Description |
I'm the developer of Leaflet Maps and Prism Syntax Highlighter. I wanted to implement new features to my Leaflet Maps plugin so I tried first downloading a custom CKEditor build with it, but for some reason, Leaflet Maps is not in the list of available plugins that could be included in the build. Steps to reproduce
Expected resultThe Leaflet Maps plugin should be there since even my new plugin I've just released today Prism Syntax Highlighter is also there. Actual resultThe Leaflet Maps plugin could not be found, even when I searched for it (using the inline search icon) in the Select your plugins and skin section. See attached files also. Other details (browser, OS, CKEditor version, installed plugins)Chrome, Mac OSX, and trying to auto-build the CKEditor 4.5.6 with Leaflet Maps. PSI'm thinking that there might be a bug in the website/CKBuilder page and maybe other plugins are also affected. Likewise, this issue happens both when I'm an authenticated user or as an anonymous user in ckeditor.com |
|||||
#14284 | extra white space appear in code snippet area in ckeditor | Bug | Normal | General | ||
Description |
I am using ckeditor's code snippet pluggin.Problem is when in put code in the window everything is ok in chrome ,but when i put it in editor a lot of white space appears.And in firefox white space appears both in snippet window and editor.How i can solve this? i want something like SO's code snippet's auto indentation i tried the following code.but not helping me much:
|
|||||
#14286 | Update SCAYT submodule | Task | Normal | CKEditor 4.5.7 | General | |
Description |
In #14277 Krzysztof has sent a pull request to SCAYT team to fix comments that break our docs. SCAYT team merged these changes to scayt-dev branch. All we need to do now is to update SCAYT's submodule in presets to e2fd818.
Note that it contains some additional commits since |
|||||
#14287 | Paste As Plain Text doesn't work as expected | Bug | Normal | Core : Pasting | ||
Description |
Steps to reproduce:1) open https://www.google.by/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=text 2) copy the first found result 3) Paste As Plan text Expected resultText - Wikipedia, the free encyclopedia<br /> https://en.wikipedia.org/wiki/Text<br /> Text may refer to: ... can be "read"; Textbook, a book of instruction in any branch of study; Religious text, a writing that a religious tradition considers to be sacred ...<br /> Text (literary theory) - Plain text - Text & Talk - Text messaging Actual result<p unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }">Text - Wikipedia, the free encyclopedia<br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> https://en.wikipedia.org/wiki/Text<br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> </br></br></br></br> </p> <p unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"><br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> Text may refer to: ... can be "read"; Textbook, a book of instruction in any branch of study; Religious text, a writing that a religious tradition considers to be sacred ...<br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> Text (literary theory) - Plain text - Text & Talk - Text messaging<br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> <br unique="function () { var a = this.concat(); for (var i = 0; i < a.length; ++i) { for (var j = i + 1; j < a.length; ++j) { if (a[i] === a[j]) a.splice(j--, 1); } } return a; }"> </br></br></br></br></br></br></br></br> </p> Additional information:ckeditor version 4.3.1, allowedContent : true |
|||||
#14290 | Aspect ratio lock becomes disabled after re-opening image dialog box. | Bug | Normal | UI : Dialogs | ||
Description |
Steps to reproduce
Expected resultThe aspect ratio lock should remain in the same state as when it was last saved. Actual resultThe aspect ratio is always unlocked after changing image size. |
|||||
#14292 | Font Size Dropdown appending Text also | Bug | Normal | Core : Lists | ||
Description |
Steps to reproduce
4.Some times the dropdown will not display the list of size Expected resultAfter Change inner html of the Editor by external button, the Font size should get change/size dropdown should display the size list box. Actual resultIt will not load the size list box when append the text / change the html content by $('iframe').contents().find('body').html() Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14293 | [pastetext] Paste As Plain Text does not remove bold and italic text from MS Word to Google Chrome | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultAll formatting will be removed. Actual resultBold and Italic formatting are preserved. Highlight, text color, and underline are removed. Other details (browser, OS, CKEditor version, installed plugins)Windows 7 MS Word 2013 Google Chrome Version 47.0.2526.106 m CKEditor 4.5.1 PasteText 4.5.6 This works as expected when pasting from the document into FireFox, and IE 11. This works as expected when the document is opened into Open Office Writer and pasted into Google Chrome. |