Custom Query
Results (11201 - 11300 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#14510 | Specific style does not appear in the styles drop-down | Bug | Normal | General | ||
Description |
Steps to reproduceFor some weird reason this style does not want to appear in the drop-down: { name: 'Note2', element: 'p', styles: {'color': '#7f7f7f'}, attributes: {'class': 'fonbeginingnotworking light-gray'} } When you change the order of classes everything works fine. Super weird. You can test it on https://jsfiddle.net/k1doo16y/1/ Originally reported in http://stackoverflow.com/questions/35796186/ckeditor-custom-style-dropdown-issue |
|||||
#14511 | #14509 closed Bug (invalid) Editor appears to remove hand-coded styles in span in Chrome | Bug | Normal | General | ||
Description |
Closing the ticket without letting me respond is poor customer service! Your response... The only reason why editor might remove spans is because of ACF but this feature is not browser dependent. If this is happening in single browser and after saving data on server-side then you need to check third-party plugins installed in chrome and your server-side code. It is most likely one of those areas which is causing your problem First, ONLY PART of the span style is removed, specifically ID, FLOAT, and WIDTH. Second, I ALREADY verified the server-side code was not doing this by checking it BEFORE setting a ticket - I don't like wasting other's time. Third, the fact that another browser stores the identified properties properly was a clue that Chrome and the Editor were interacting unexpectedly not the server. And fourth, I reviewed the documents regarding ACF. During that review, I found no references to:
While this feature is not (supposed to be) browser dependent is a nice sentiment, the challenge I am facing IS. I even went to the point of a different computer, and new install of Chrome and Firefox. There, I confirmed that on Chrome (but not Firefox) the properties ID, FLOAT, and WIDTH are removed from the content. SO...
Now, how about we try this again, instead of blowing me off. |
|||||
#14512 | Missing leading spaces in response from getData() method | Bug | Normal | General | ||
Description |
Steps to reproduce
Variable 'instance' is the CKEeditor instance. As you see CKEeditor instances loose leading whitespaces. Expected result Example Actual resultExample Other details (browser, OS, CKEditor version, installed plugins)browser -> Google chrome, OS -> OS X 10.11.3 CKEditor version -> 4.5.7 Additional plugins -> justify |
|||||
#14513 | Insert image and adding link popup not working with editor in popup | Bug | Normal | General | ||
Description |
Hi, I'm a new user, but I have a really weird problem. I try to explain what our problem is. We have an popup with an CKEditor on it. This works like a charm. But we are not able to use the plugins for adding a link and adding an image. When we click on the icons in the toolbar the popup opens, but we can't do anything in that popup. Is there someone who's got the same problem? And what is the fix we need to do? We use CKEditor 4.5.6 in a MVC website |
|||||
#14519 | Accessibility support with Windows 10 | Task | Normal | CKEditor 4.6.1 | General | |
Description |
Our browser compatibility states that we support JAWS and high contrast only with Windows 7 and 8. We need to see what is the status in Windows 10 and include it in list of supported OSes. |
|||||
#14522 | Find dialog: JS error in specific case | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected result"The specified text was not found." alert. Actual resultJS error "Cannot read property 'type' of null", no alert Other details (browser, OS, CKEditor version, installed plugins)CKEditor 4.5.7 with find plugin, OSX, Google Chrome 48 |
|||||
#14523 | Default class for ul / ol list tags | New Feature | Normal | General | ||
Description |
It would be great to have a possibility to add a class to an ul and ol list, like currently to headlines, paragraph etc. in the config.js file.
So in this kind:
config.format_ul = { element: 'ul', attributes: { 'class': 'list list-disc' } };
config.format_ol = { element: 'ol', attributes: { 'class': 'list list-decimal-point } };
With classes, font icons and CSS counter there are more possibilities to add the bullets and numbering types, that are desired. After setting a default class it would be easy for an editor to change the class with the style selector. |
|||||
#14527 | content inside <script> tag is not showing up in the editor | Bug | Normal | General | ||
Description |
Go to source mode paste the below content:
<!DOCTYPE html>
switching out from source mode will strip everything from the editor. config.allowedContent = true; after adding the above configuration <script> is not stripping and the content became as follows:
<p id="demo"> </p> But switching out from source mode doesn't showing any content and gives a blank editor where as it should display "Hello JavaScript!" in the editor. Note that instead of assigning the value "Hello JavaScript!" to <p> tag its adding " " is there any configuration that i can activate so that the content will show up in the editor or else is there any way to show up the java script content in the editor?? Browser:IE11,EDGE,chrome,firefox |
|||||
#14528 | Textarea resizing no longer works in Chrome or Firefox | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultTextarea should resize following your mouse Actual resultTextarea does not change in size Other details (browser, OS, CKEditor version, installed plugins)Reproducible in Chrome 49 and Firefox 39.0. Tested on Ckeditor Demo on official website. Also in version 4.4.6 |
|||||
#14531 | [Blink] Test autoparagraphing in nested editable fails | Bug | Normal | CKEditor 4.5.8 | General | |
Description |
Steps to reproduceExpected resultTest should pass. Actual resultTest fails. The current selection position is wrong. Other details (browser, OS, CKEditor version, installed plugins)Chrome 49.0.2623.87, Ubuntu 15.10 |
|||||
#14535 | CSS syntax corrections | Bug | Normal | CKEditor 4.5.9 | General | |
Description |
This is a ticket for CSS changes done in pull request: https://github.com/ckeditor/ckeditor-dev/pull/255 |
|||||
#14536 | Issue with moving link in ckeditor | Bug | Normal | General | ||
Description |
Steps to reproduceSee video please. Expected resultWe should not lose the link... It should behave in the same as it does when moving the link sideways. Actual resultWe get an error and the link gets lost. Other details (browser, OS, CKEditor version, installed plugins)
|
|||||
#14537 | ckekditor website - custom builder appears to be broken | Bug | Normal | General | ||
Description |
Steps to reproduce
3.1 - Downloaded Actual resultPlugins missing (so far) - blockquote, contextmenu, filetools, lineutils, notification, notificationaggregator, uploadimage, uploadwidget, widget ( many more but that's about where I gave up. lang/en plugin entries for blockquote, contextmenu, and others were missing or not loaded; not due to absence, downloaded & copied plugins into /plugins). Note I have the zip I downloaded as well as the build-config.js file. It says the plugins I listed above were selected but I guess they didn't make it? |
|||||
#14538 | Keyboard focus goes into embedded iframe element | Bug | Normal | CKEditor 4.5.9 | Accessibility | |
Description |
Steps to reproduce
Expected resultFocus goes out of editor body and focs on next focusable element out of editor Actual resultFocus goes to controls inside video and JAWS reading all controls but user can't play it. Same thing happens when user Shift + TAB back in to editor body. This is Accessibility Violation The Video controls should not be Accessible at all since user can't play video with mouse or keyboard & TAB key is used to navigate in & out of editor |
|||||
#14539 | AVT: JAWS not reading media selected when embed media selected instead it reads selected Blank | Bug | Normal | CKEditor 4.5.10 | Accessibility | |
Description |
Steps to reproduce
Expected resultJAWS reads selected Media Actual resultJAWS reads selected Blank. This is Accessibility Violation |
|||||
#14541 | Normalization does not normalize colors | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe formatting (red color) is removed from the selected text. Actual resultThe formatting is not removed. Other details (browser, OS, CKEditor version, installed plugins)Function that is used to check if the style matches the selection (`compareCssText`) normalizes CSS on the target element, however our normalization method normalizes colors only when native normalization is used. It should always normalize them. |
|||||
#14542 | Copying numbered list from MS word doesn't keep list formatting | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | |
Description |
Steps to reproduce
Expected resultBullet list should have same formatting when copied to CKEditor. Actual resultList with 'a' and 'i' are also numbered as numeric. Other details (browser, OS, CKEditor version, installed plugins)Works fine in Chrome but doesn't work in IE11. Using latest version (i.e. 4.5.7) of CKEditor. Pastefromword plugin is also installed. |
|||||
#14544 | Copying nested list from MS Word results in empty list | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | |
Description |
Steps to reproduce
Expected resultList is pasted with styles allowed by ACF. Please see #14542. Actual resultEmpty list is pasted (just numbers/bullets). Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced from CKEditor 4.5.0 in Firefox only. |
|||||
#14546 | Widget code should be more resilient about changes in DOM | New Feature | Normal | UI : Widgets | ||
Description |
Load http://ckeditor.com/demo#widgets, go to the image2 demo and with the dev tools, select the img element and delete it. Now trying to show the HTML (or save the data) fails because the widget code expects that everything is in perfect shape and it can't find the image. The code should have some safety checks so it doesn't throw an exception and instead it just is able to handle the rest of the code, removing all the conflicting data about the broken widget (there's no need to try to recover, this is an exceptional thing and the only important thing is to don't crash). eg: if ( widgetElement.attributes --> if ( widgetElement && widgetElement.attributes if (!el) return; etc... |
|||||
#14552 | "Paste" button from clipboard don't work in firefox lts (38) with CCK2 plugin | Bug | Normal | General | ||
Description |
Button "paste" from clipboard does not work correctly after update CKeditor from 4.3.3 to latest 4.5.7 version. We used Firefox 38 LTS on Debian 7/8 as default in our corporate network. Access to the clipboard was configured using the firefox's plugin cck2 (https://mike.kaply.com/cck2). It works perfectly with all operations (copy, cup and past). After update: 1) "copy" and "cut" work properly; 2) "paste" throws message about deny access to clipboard. Other details (browser, OS, CKEditor version, installed plugins)We used Linux Debian 7/8 with Mozilla Firefox LTS (38) and CCK2 plugin for configuration clipboard access. |
|||||
#14553 | Missing manual test for 'enableAutomatic' colorpicker option. | Task | Normal | CKEditor 4.5.8 | General | |
Description |
Related issue #12440. Manual test should be added. |
|||||
#14554 | IE/EDGE: Font Name dropdown not showing font styles of text copied from word doc | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultFont Name drop down should reflect font of orresponding paragraph Actual resultNo Font shown in Font Name dropdown |
|||||
#14555 | Texts changes to some weird characters when pasting table from Word | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultSame output as seen in the Word Actual resultOther details (browser, OS, CKEditor version, installed plugins)
OS: Windows 10
|
|||||
#14556 | In Microsoft Edge/IE11 editor scroll to top if you click in beginning of a line | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe editor should stay in place Actual resultThe editor scrolls to top - every time Other details (browser, OS, CKEditor version, installed plugins)Microsoft Edge 25.10586 HTML 13.10.86, Windows 10. |
|||||
#14559 | Cannot confirm table dialog in quirks mode when headers set - regression. | Bug | Normal | CKEditor 4.5.8 | General | |
Description |
Steps to reproduce
Expected resultDialog closes, table is inserted. Actual resultDialog stays, "error on page", and nothing else happens. Other details (browser, OS, CKEditor version, installed plugins)IE8, quirks mode. Bisection shows that the commit that causes this regression has hash: e33503b7d63710a4c7d4ca8ef2bc2e41c3d9116f |
|||||
#14560 | Widget cannot resize according to parent. | Bug | Normal | UI : Widgets | ||
Description |
I have created table with one td as a ckeditor widget. Set this table into the one panel "FirstPnl" of fixed size.[i.e. 200x200]. now If I required this widget to move into another panel of big size "SecondPnl".[i.e. 500x300] then table widget is not resizing according to "SecondPnl" size.[width and height]. Again I want to move again this table widget back to "FirstDiv" and reset table's width and height according to "FirstPnl". So,How can I make this possible? Any help will be appreciated. |
|||||
#14561 | Upload Image Plugin - Multiple Images Pasted - Incorrect Image Name Used | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultEach image is uploaded and the placeholders are replaced with the correct image URL. <img height="94" src="http://intranet.pridedallas.com:92/ticket_files/82864/image_003.png" width="348" /> <img height="137" src="http://intranet.pridedallas.com:92/ticket_files/82864/image_004.png" width="207" /> Actual resultBoth images are uploaded, but the URLs are all replaced by the same one. <img height="94" src="http://intranet.pridedallas.com:92/ticket_files/82864/image_003.png" width="348" /> <img height="137" src="http://intranet.pridedallas.com:92/ticket_files/82864/image_003.png" width="207" /> Other details (browser, OS, CKEditor version, installed plugins)This appears to be some kind of AJAX async problem, as if enabled XDebug and break after each image upload, before the response is sent, the issue does not occur. |
|||||
#14564 | Font and Size | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultArial font should display Actual resultTimes new roman is displayed Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14567 | [Edge] Dropdown Problem | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultDropdown should appear somewhere near the inital place. Actual resultPage scrolls down and dropdown menu appears at wrong place. Other details (browser, OS, CKEditor version, installed plugins)It's only reproducable in MS Edge browser. Problem doesn't exists on Firefox or Chrome. |
|||||
#14568 | CKEditor read only in Explorer | Bug | Normal | General | ||
Description |
Steps to reproduceI have setup a page https://thimbleprojects.org/calvinmcgee/50111/ with my issue. I am setting toolbar config upon configLoaded. Actual resultToolbar is read only in Internet explorer. Other informationTested in IE11 |
|||||
#14569 | New CKEditor skin | Task | Normal | CKEditor 4.6.0 | UI : Skins | |
Description |
We could refresh our skin a little bit. |
|||||
#14570 | EDGE: Widget selection lost when dialog closed | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultMedia Embed dialog closed & focus goes to video & video is selected Actual resultMedia Embed dialog closed but focus goes out of video & cursor is placed at end of last paragraph |
|||||
#14573 | Multiple editors, drag handler icon and divarea, missing CSS | Bug | Normal | CKEditor 4.5.9 | UI : Widgets | |
Description |
An example can be seen here, https://jsfiddle.net/ew490f12/1/ Hover over the widget in the second editor.
If you have two editors using |
|||||
#14574 | Add CKEDITOR.ui.dialog.numericInput | New Feature | Normal | UI : Dialogs | ||
Description |
Just like CKEDITOR.ui.dialog.textInput but using input type="number" instead, and allowing to use the additional properties like min, max and step. Benefits: if the value for a field must be a number, then this would be the best choice. For older browsers that don't support it there's no drawback, they will have the same behavior than type="text". For newer browsers the value will be restricted automatically so nothing but numbers can be added there and the UI might adjust to show up/down arrows to adjust the value. It's good for mobile and I would bet that also accessibility readers are happy if you use them. |
|||||
#14576 | Full page editor appends many <style> elements to <head> | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultNo changes. Actual resultEditor appends many: <style type="text/css"></style> before </head> Other details (browser, OS, CKEditor version, installed plugins)Chromium browser and "select-like-a-boss" plugin |
|||||
#14577 | Adding New Item using editor.AddmenuItem | Task | Normal | General | ||
Description |
I am using this code to create instance of CKEDITOR and add a new item using editor addmenuitem: <script src="${tg.url('/lib/ckeditor/ckeditor.js')}"></script> <div class="row">
</div> <script type="text/javascript">
</script> but in the console it says addMenuItem is not a function. I want to know where exactly does this function is ready to be used so i can create the menu item after that point. thank you |
|||||
#14578 | ckeditor in IE trusted site does not work well with internet zone Active Scripting security is disabled | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultButton state gets active. Actual resultNothing happens. Other details (browser, OS, CKEditor version, installed plugins)Tested with cke 4.5.8 on IE10(win8.0) or IE11(win8.1). It has been working as expected with IE10 + cke 3. The symptoms are similar to the following one. https://dev.ckeditor.com/ticket/8532 The workarround posted in the ticket seems to work for my issue too. var toolbox = document.getElementById('cke_editor').getElementsByClassName('cke_top')[0]; var html = toolbox.innerHTML; toolbox.innerHTML = html; |
|||||
#14579 | Incorrect special character encoding in Paste From Word Dialog in Firefox | Bug | Normal | UI : Dialogs | ||
Description |
Steps to reproduceWhen i'm trying to paste text copied from Word document and containing special characters with font "Symbol" the dialog window that opens on click on "Paste from Word" button doesn't show the special characters like lamda, mu, copyright symbol, etc. correctly.
<body lang=DE style='tab-interval:35.4pt'> <!--StartFragment--><span lang=EN-US style='font-size:11.0pt;font-family: Symbol;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman";mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font: minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language: AR-SA;mso-char-type:symbol;mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>a</span></span><span lang=EN-US style='font-size:11.0pt;font-family:Symbol;mso-ascii-font-family: Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:"Times New Roman"; mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin;mso-bidi-font-family: Calibri;mso-bidi-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language: EN-US;mso-bidi-language:AR-SA;mso-char-type:symbol;mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>m</span></span><!--EndFragment--> </body>
Expected resultthe symbols lambda and mu are shown as symbols, exactly as in the Word document. Actual resultin Chrome: the symbols lambda and mu are shown as symbols, exactly as in the Word document. in Firefox: the sting "am" is pasted into the dialog Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14580 | Unable to type anything in ckeditor after enabling the Captioned image option (Image 2) in chrome browser | Bug | Normal | General | ||
Description |
I have inserted an image using enhanced image 2 plugin in ckeditor and changed image alignment as left by using Image Properties dialogue box (opens when we double click an image). Again, if I open Image properties and check Captioned image option, I could not able to type anything after image. This happens especially in chrome browser. Issue can be reproduced in below url: http://sdk.ckeditor.com/samples/captionedimage.html Steps to reproduce
Expected resultIt should allow user to type text after image Actual resultWe cannot place cursor anywhere ckeditor to type text Other details (browser, OS, CKEditor version, installed plugins)OS - ubuntu Browser - Chrome (version 46.0.2490.80 (64-bit)) Not sure in other browsers |
|||||
#14582 | Unable to edit meta tags (microdata) within a widget | New Feature | Normal | General | ||
Description |
I've got a widget that provides a template for creating a recipe. It has fields for preparation and cooking times with associated microdata meta tags. <meta itemprop="prepTime" content="" /> <meta itemprop="cookTime" content="" />
I've got a
The problem is the Could a way to manage these be added? |
|||||
#14583 | Remove Resize Handler from IE9 | Bug | Normal | General | ||
Description |
Expected resultThe CKEditor is working fine in all browsers except IE11. Need to fix it in IE1 too. I have found some solutions for this in online(http://stackoverflow.com/questions/21864047/ie-how-to-disable-elements-selection-and-resizing-in-contenteditable-div), but I'm still not able to fix it. It will be great if you could help me in this asap. Actual resultResize Handler is showing in IE11 when trying to add texts in the editor. |
|||||
#14584 | native DragDrop on CKeditor will not work if ClipboardPlugin is loaded | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultdragdroped Picture is showing on the Editor Actual resultnothing to see, Other details (browser, OS, CKEditor version, installed plugins)Clipboard-Plugin it'seems that the event is absorbed, if you drop the eventhandling while listening on editor.document drop it works, but this is not a good solution Thanks |
|||||
#14587 | 'entities_processNumerical' breaks four byte characters | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected result
there should a Actual result
there are two characters Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14589 | Editor removing <div> style | Bug | Normal | Performance | ||
Description |
If I enter my own style such as <div class="col_1"> Column One</div> when the editor saves the page the div gets transformed to <div>Column One</div> class or id gets removed . Steps to reproduceExpected resultActual resultOther details (browser, FIRE FOX 45.0.2 / Chrome 49.0.2623.112 m
CKEditor version, 4.5.8 installed plugins) == |
|||||
#14590 | HtmlWriter adds extra line break after inline tag inserted | Bug | Normal | CKEditor 4.5.10 | Core : Output Data | |
Description |
Steps to reproduce
Expected result<div> Some <strong>text<strong> goes here. <p> A paragraph. </p> </div> Actual result<div> Some <strong>text<strong> goes here. <p> A paragraph. </p> </div> Note that there is an extra line break between "here" and the <p> tag. The extra line is added by htmlwriter.js @ line 120 if ( this._.afterCloser && rules && rules.needsSpace && this._.needsSpace ) this._.output.push( '\n' ); This appears to be because this._.afterCloser doesn't distinguish between inline and block tags. Impact is low for most purposes, but I have a project that integrates with CKeditor which uses <span> tags to mark positions (similar to bookmarks) in the document, and this extra line break is throwing off our dirty-detection (which strips out our spans before comparing) |
|||||
#14592 | Image resizing does not trigger a onChange event. | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultA change (onChange) event should be trigger since the content was change. Actual resultNo event is trigger and we have no way to know that the editor is dirty to be able to save the contents. |
|||||
#14594 | enterMode=ENTER_BR setting breaks IE10 behavior | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultA Line is drawn and cursor is located right after it. Actual resultA Line is drawn and cursor is on top of it. Other details (browser, OS, CKEditor version, installed plugins)IE10, CKEditor 4.5.7. It dosn't happen with IE11 or Firefox. |
|||||
#14595 | single-click selection on contenteditable="false" not working in Chrome | Bug | Normal | Core : Selection | ||
Description |
Steps to reproduce
Expected resultThe 'SampleField' should be selected, and you can move the mouse to drag the whole text to somewhere else Actual resultThe 'SampleField' is not selected, and you can not move the mouse to drag the whole text to somewhere else Other details (browser, OS, CKEditor version, installed plugins)This works fine in IE and Firefox. OS: Windows 10 CKEditor version: 4.5.8 |
|||||
#14596 | Can't drag a widget between horizontal locations | Bug | Normal | UI : Widgets | ||
Description |
Steps to reproduce
Expected resultThe drag line appears in the div that is closest to the cursor Actual resultThe drag line only ever appears in the left-most div |
|||||
#14597 | After enabling scayt in inline mode and click browser back button gives error. | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected result1.Should not give any error after browser back button click. 2.This gives error only when we "Enable SCAYT", in all other case it working as expected. Actual resultGives following error : Mismatched anonymous define() module: function(a) { return a.createModule("SaveRestore", ["WrappedSelection"], function(a, b) { function c(a, b) { return (b || document).getElementById(a) } function d(a, b) { var c, d = "selectionBoundary_" + +new Date + "_" + ("" + Math.random()).slice(2), e = o.getDocument(a.startContainer), f = a.cloneRange(); return f.collapse(b), c = e.createElement("span"), c.id = d, c.style.lineHeight = "0", c.style.display = "none", c.className = "rangySelectionBoundary", c.appendChild(e.createTextNode(r)), f.insertNode(c), c } function e(a, d, e, f) { var g = c(e, a); g ? (d[f ? "setStartBefore" : "setEndBefore"](g), p(g)) : b.warn("Marker element has been removed. Cannot restore selection.") } function f(a, b) { return b.compareBoundaryPoints(a.START_TO_START, a) } function g(b, c) { var e, f, g = a.DomRange.getRangeDocument(b), h = b.toString(), i = q(c); return b.collapsed ? (f = d(b, !1), { document: g, markerId: f.id, collapsed: !0 }) : (f = d(b, !1), e = d(b, !0), { document: g, startMarkerId: e.id, endMarkerId: f.id, collapsed: !1, backward: i, toString: function() { return "original text: '" + h + "', new text: '" + b.toString() + "'" } }) } function h(d, f) { var g = d.document; "undefined" == typeof f && (f = !0); var h = a.createRange(g); if (d.collapsed) { var i = c(d.markerId, g); if (i) { i.style.display = "inline"; var j = i.previousSibling; j && 3 == j.nodeType ? (p(i), h.collapseToPoint(j, j.length)) : (h.collapseBefore(i), p(i)) } else b.warn("Marker element has been removed. Cannot restore selection.") } else e(g, h, d.startMarkerId, !0), e(g, h, d.endMarkerId, !1); return f && h.normalizeBoundaries(), h } function i(b, d) { var e, h, i = [], j = q(d); b = b.slice(0), b.sort(f); for (var k = 0, l = b.length; l > k; ++k) i[k] = g(b[k], j); for (k = l - 1; k >= 0; --k) e = b[k], h = a.DomRange.getRangeDocument(e), e.collapsed ? e.collapseAfter(c(i[k].markerId, h)) : (e.setEndBefore(c(i[k].endMarkerId, h)), e.setStartAfter(c(i[k].startMarkerId, h))); return i } function j(c) { if (!a.isSelectionValid(c)) return b.warn(" ."), null;↵ var d = a.getSelection(c), e = d.getAllRanges(), f = 1 == e.length && d.isBackward(), g = i(e, f); return f ? d.setSingleRange(e[0], f) : d.setRanges(e), { win: c, rangeInfos: g, restored: !1 } } function k(a) { for (var b = [], c = a.length, d = c - 1; d >= 0; d--) b[d] = h(a[d], !0); return b } function l(b, c) { if (!b.restored) { var d = b.rangeInfos, e = a.getSelection(b.win), f = k(d), g = d.length; 1 == g && c && a.features.selectionHasExtend && d[0].backward ? (e.removeAllRanges(), e.addRange(f[0], !0)) : e.setRanges(f), b.restored = !0 } } function m(a, b) { var d = c(b, a); d && p(d) } function n(a) { for (var b, c = a.rangeInfos, d = 0, e = c.length; e > d; ++d) b = c[d], b.collapsed ? m(a.doc, b.markerId) : (m(a.doc, b.startMarkerId), m(a.doc, b.endMarkerId)) } var o = a.dom, p = o.removeNode, q = a.Selection.isDirectionBackward, r = ""; a.util.extend(a, { saveRange: g, restoreRange: h, saveRanges: i, restoreRanges: k, saveSelection: j, restoreSelection: l, removeMarkerElement: m, removeMarkers: n }) }), a } Other details (browser, OS, CKEditor version, installed plugins)Browser - Google Chrome - Version 49.0.2623.112. OS - Windows 8.1 CKEditor version - 4.5.8 (Full) Installed plugins - dragresize, imageresize, placeholder (does not cause any issue with extra plugins). |
|||||
#14599 | disabled editor, still being able to paste | Bug | Normal | General | ||
Description |
Using version 4.5.8. The same if you use the right click menu: if you click 2 or more times with the right click, you can select "paste" in the context-menu. This should be disabled if the ckeditor is disabled. |
|||||
#14600 | chart plugin | Bug | Normal | General | ||
Description |
Dear Ckeditor, I need your help please and it's very important to me to solve this issue. the issue is i already have the ckeditor on my web application , and i added chart plugin since it's very useful this plugin but unfortunately the chart are not showing when i want to print out. i tried all browsers. please help |
|||||
#14601 | COPY PASTE OPTION NOT WORK PROPERLY FOR HTNL CODE | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultIt should be viewed like plain text as it was viewed in ide. Actual resultIt converts it into corresponding web page and that web page is visible in editor. Other details (browser, OS, CKEditor version, installed plugins)I use Internet Explorere 11 browser, windows 10 os, ckeditor version 4.5.8 full version. |
|||||
#14602 | Remove attributes method does not remove all attribs if no parameter is given | Bug | Normal | CKEditor 4.5.9 | General | |
Description |
Our docs for dom.removeAttributes claim:
But in fact this method will not remove all object attribs if no argument is given. |
|||||
#14603 | Function "contains " in elementpath don't exclude root element if it is search from top | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe root element should be excluded. Actual resultThe deepest element is excluded. It is because the elements array is reversed when fromTop is true. The root element is moved to the first element of the array instead of the last one. The for loop exclude the last element if excludeRoot is true. |
|||||
#14605 | Test for pagebreak fails in Chrome | Bug | Normal | CKEditor 4.5.9 | General | |
Description |
Open http://tests.ckeditor.dev:1031/tests/plugins/pagebreak/pagebreak#tests%2Fplugins%2Fpagebreak%2Fpagebreak%20test%20paste in newest stable Chrome (50). The test fails. |
|||||
#14607 | pasteWord and Table style | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultTable in ckeditor keep background color and border size as in word document Actual resultTable in ckeditor keep background color and border size as in word document ONLY in preview mode. After I click OK, table in CKEditor will lose color and border=0 Other details (browser, OS, CKEditor version, installed plugins)bug in linux and windows both (sorry for my bad english) |
|||||
#14609 | Toolbar is getting resized while resizing the ckeditor | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultResizing the ckeditor shouldn't resize the toolbar Actual resultResizing the ckeditor resizing the toolbar |
|||||
#14610 | Notification plugin Cannot read property 'getClientRect' of null | Bug | Normal | General | ||
Description |
Steps to reproduce
if (CKEDITOR.instances['ck'] && CKEDITOR.instances[elemName]) { var data = CKEDITOR.instances.e1.getData(); var config = CKEDITOR.instances[elemName].config; config.allowedContent = { // Allow all content. $1: { elements: CKEDITOR.dtd, attributes: true, styles: true, classes: true } }; CKEDITOR.instances[elemName].destroy(true); CKEDITOR.replace(elemName, config); CKEDITOR.instances[elemName].setData( data); var editorText = document.getElementById(elemName); editorText.value = data; }
notification/plugin.js:617 Uncaught TypeError: Cannot read property 'getClientRect' of null Expected resultNo errors. Actual resultnotification/plugin.js:617 Uncaught TypeError: Cannot read property 'getClientRect' of null Other details (browser, OS, CKEditor version, installed plugins)CK 4.5.8, Chrome 50.0, Win 8.1, autosave plugin |
|||||
#14611 | math plugin and code plugin not working properly | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultcorresponding formula or code should be visible as plain text in a editor. Actual resulta sky blue line is visible Other details (browser, OS, CKEditor version, installed plugins)IE, Windows 10, Ckeditor-4.5.8, math plugin, code snippet plugin |
|||||
#14612 | Impossible to remove a bold style if the strong tag has an id | Bug | Normal | Core : Styles | ||
Description |
Steps to reproduce
Expected resultThe bold style should be removed Actual resultThe bold style remains Other details (browser, OS, CKEditor version, installed plugins)Of course the steps to reproduce are a bit artificial, but the same issue is valid if for instance, an id is generated server side. Also this issue was reproduced on the Online Demo with Chrome and Firefox (not tested with IE but I think it's valid there). |
|||||
#14617 | Copy, paste from 2 Chrome windows/tabs loose styles | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultKeep styles. Actual resultLoose styles. Other details (browser, OS, CKEditor version, installed plugins)Chromium 49.0.2623.108 Ubuntu 16.04 (64-bit), ckeditor 4.5.8 |
|||||
#14618 | Memory leak happening in CKEditor when navigating to different view | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe objects allocated in the first iteration should be fred Actual resultThe objects are still there and keep on piling on repeating step 2 and 3 Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14620 | Autogrow plugin should reset iframe's html height | Bug | Normal | CKEditor 4.5.9 | General | |
Description |
This issue comes from https://www.drupal.org/node/2239419.
What happens there is that D8 is overriding min-height attribute for body element which with connection to height: 100% for
To prevent that we could set You'll find some useful findings here https://www.drupal.org/node/2239419#comment-10906692. |
|||||
#14621 | Bug with add/delete row/column button in the tables | Bug | Normal | Core : Tables | ||
Description |
Steps to reproduce
Expected resultThose buttons should be on the borders of the selected cell Actual resultThose buttons are very far from the table, in the top part of the page (see the attached file) Other details (browser, OS, CKEditor version, installed plugins)This problem is only with Firefox, because with Chrome and IE those buttons don't appear at all. Can you please check this problem and let me know how can I solve it ? Thanks, Matteo Sindona |
|||||
#14623 | dialogs broken when ckeditor loaded in bootstrap dialog | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultinput fields should be editable Actual resultinput fields are broken. effectively disabled. Other details (browser, OS, CKEditor version, installed plugins)drop downs work in Chrome/Safari, but not in Firefox. Input fields don't work in any browser. functional example: http://i.stack.imgur.com/vInK9.gif code example: https://jsfiddle.net/waspinator/10om09rk/ |
|||||
#14625 | Cannot read property 'collapsed' of undefined | Bug | Normal | General | ||
Description |
Steps to reproduceI dont know. Expected resultno error. Actual resultexception Other details (browser, OS, CKEditor version, installed plugins)UserAgent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36 Error: Uncaught TypeError: Cannot read property 'collapsed' of undefined Url: /ckeditor/plugins/link/dialogs/link.js Line: 25 |
|||||
#14626 | Uncaught TypeError: c.getItem(...).getName is not a function | Bug | Normal | General | ||
Description |
Steps to reproduceI dont know. Just info from client. Expected resultNo exception. Actual resultException. Other details (browser, OS, CKEditor version, installed plugins)UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 Error: Uncaught TypeError: c.getItem(...).getName is not a function Url: /ckeditor/plugins/image/dialogs/image.js Line: 12 |
|||||
#14627 | CKEditor shows last configuration | Bug | Normal | General | ||
Description |
Hi, We are using CKEditor and having problem while loading the template dynamically for below scenario. We have two buttons, on the click of first button a configuration templates is loading and for second button clicks, second configuration templates loaded. But when user clicks on first button again then CKEditor shows last configuration templates. We also verified that the template file (*.js) is loading every time but CKEditor not showing the updated template file. Please look into this issue and let us know if there is anything we missed to set the configurations. Thanks in advance, |
|||||
#14628 | Image move | New Feature | Normal | General | ||
Description |
Good morning,
|
|||||
#14633 | Make online builder include timestamps. | Bug | Normal | General | ||
Description |
The online builder (http://ckeditor.com/builder) does not include timestamps in CSS file like CKBuilder 2.3.1, which causes problems as described here: |
|||||
#14635 | Pasting into ckeditor will prevent the "change" event from firing for the first subsequent keypress | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultI expect that when CKEditor has a change in the content that the change event will be fired. Actual resultCKEditor fails to fire the change event for the very first key after pasting in content. Other details (browser, OS, CKEditor version, installed plugins)I have tested on 4.5.4, 4.5.8 and 4.5.9 - all are affected. Browser does not matter. The jsfiddle uses a stock ckeditor configuration, there are no special circumstances to reproducing this issue, it appears to happen in all browsers. I do not know how to properly tag this ticket, please update the tagging as you see fit. I have attached a file that is identical to what is on jsfiddle, along with an animated gif displaying the issue. |
|||||
#14637 | Paste from word not recognizing Highlights and styles | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultWhen pasted in a CKEditor, it should keep the highlight. Actual resultThe paste would not recognize the highlight. Tried this in IE11 and Firefox as well as demo on the CKEditor website and it didn't worked there too. Tried pasting it directly and using the 'Paste from Word' button as well. Other details (browser, OS, CKEditor version, installed plugins)I am using IE11, Firefox, Word 2010. Please accept my apologies if this issue has already been raised. I tried looking up and couldn't find highlight issue so opening a new ticket. I have set 'pasteFromWordRemoveFontStyles' and 'pasteFromWordRemoveStyles' to false in config.js Appreciate your help in this matter. Thank you. |
|||||
#14638 | inconsistent startupFocus behavior in webkit when url a fragment identifier (# character) | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultstartupFocus set to false should block the page from scrolling upon a replace() call. Actual resultstartupFocus is ignored when a fragment identifier is present within the url, allowing the page to scroll within webkit. Other details (browser, OS, CKEditor version, installed plugins)I observed this on the most recent versions of Safari and WebKit. It does not appear to occur on Firefox, but may affect IE. I tried this on CKEditor 4.5.4, 4.5.8 and 4.5.9 |
|||||
#14639 | 4.5.9 undo plugin - past duplicates content | Bug | Normal | Core : Undo & Redo | ||
Description |
Steps to reproduce
The interesting part is, using only the undo plugin isolated does not produce this issue. It must therefore be a sideeffect with a other plugin. Disabling undo does fix it though. Expected resultA Actual resultAA Other details (browser, OS, CKEditor version, installed plugins)Chrome, OSX, CKEditor - latest stable release of all of them Plugins: dialogui,dialog,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,div,resize,toolbar,elementspath,list,indent,enterkey,entities,popup,find,fakeobjects,floatingspace,listblock,richcombo,font,format,htmlwriter,horizontalrule,justify,liststyle,magicline,maximize,pastetext,pastefromword,removeformat,selectall,showblocks,showborders,sourcearea,specialchar,menubutton,stylescombo,tab,undo |
|||||
#14641 | Translation Missing | Bug | Normal | UI : Dialogs | ||
Description |
Steps to reproduce
Expected resultOK should be translated in french, and smiley's text should also be translated Actual resultIn all the above scenarios none of them is translated Other details (browser, OS, CKEditor version, installed plugins)CKEditor version 4.5.5 Installed Plugins: Smiley, Link, Color Button |
|||||
#14645 | <font> tag inserted when css style should be used when overwriting multiple paragraphs | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultExpected to see a span with font-family css style. Actual result<font face="times new roman, times, serif">test</font> Other details (browser, OS, CKEditor version, installed plugins)In my application testing I have used: allowedContent: 'br[*];p{text-align,margin-top};span{color,font-family,font-size,letter-spacing,font-style,font-weight,text-decoration}' and editor.config.disallowedContent = 'font'; to try to prevent this font tag. Even with these items, the font tag still gets entered. However, if I activate the editor again, the <font> tag is removed without the font face being converted to a <span> |
|||||
#14647 | BBCode output stops working when Wordcount plugin added via CKBuilder | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultSource code view should output [b] style BBCode tags around Bold formatted content and then correctly re-display Rich Text preview when exiting View source mode. Actual resultSource code view outputs HTML, instead of BBCode, style tags. Then, because BBCode plugin is still present and partially working, exiting and entering 'View source' causes progressively worse corruption of both Preview and Source code text contents. Other details (browser, OS, CKEditor version, installed plugins)This problem does not occur with near identical CKBuilder download of http://ckeditor.com/builder/6e18dbe9776749ca0c98f94ccc0e842f who's only difference is not adding Wordcount plugin. However my project obviously wants all those features including Wordcount! Incorrect behaviour replicated consistently on Windows 8.1 with Firefox 46, IE11 and Chrome 50. CKEditor version is 4.5.9 Paste of build-config.js from problem CKBuilder download: /
/
var CKBUILDER_CONFIG = {
}; |
|||||
#14649 | Widgets are editable when CKeditor is in readOnly mode | Bug | Normal | UI : Widgets | ||
Description |
Steps to reproduce
http://ckeditor.com/demo#widgets
CKEDITOR.instances.editor1.setReadOnly(true);
Expected resultWidget shoudn't be editable: deleted or draggable (even if I set draggable property to true) Actual resultWidget is editable/draggable Other details (browser, OS, CKEditor version, installed plugins)Windows 7 Browser: Firefox 46.0.1 CKEditor: 4.5.9 |
|||||
#14650 | classes on fake elements via createFakeParserElement not coming back properly. | Bug | Normal | General | ||
Description |
Sorry, this is difficult to do "steps to complete". I encountered a bug doing custom plugin development - it relates to using a class as part of a fake object. I created a custom plugin that overrides/enhances functionality of the anchor component of the link plugin. The only change I made was to add a custom className to created anchors, so they can work with a fixed header.
I took the existing anchor dialog pretty much verbatim - the only change was 'attributes' property the fake is created with now includes a https://github.com/ckeditor/ckeditor-dev/blob/67ae77b/plugins/link/dialogs/anchor.js#L27-L31 This works fine when inserting a fresh anchor however after reloading the page, the filter that runs as part of the "link" plugin tries to convert the html for anchors back to fakeobjects.
At this point,
The return value from this function is a fake object -- decoding the
I was able to work around this with my own data filter rule that runs before the one in the link plugin - this will check for the presence of editor.dataProcessor.dataFilter.addRules({ elements: { a: function (element) { if (!element.attributes.name) { return null; } if (!element.children.length && element.classes.length) { element.attributes.class = element.classes.join(' '); } return null; // if we don't return, it passes along to the next filter. } } }, 9);
I think the bug here is that I encountered this issue on 4.5.8 and am unsure if it is recreatable in other versions. |
|||||
#14651 | Plugin toolbar not shown on pages with modified page settings | Bug | Normal | General | ||
Description |
Steps to reproduce
Not sure about my CKEditor version - attached is a screenshot with the info (which says 2.1.4 ?!) |
|||||
#14656 | toolbar_Full not exposed in editorConfig() as it was in 3.x | New Feature | Normal | UI : Toolbar | ||
Description |
In 3.x you used to be able to modify toolbar_full inside editorconfig as the config.toolbar_Full was exposed. eg. config.toolbar_Full.push(About?); Is there anyway to re-implement this, or is the way toolbars are built now make this no longer possible. |
|||||
#14659 | Div editing area – editor viewport is scrolled to the top | Bug | Normal | CKEditor 4.5.11 | General | |
Description |
Steps to reproduce
Expected resultThe dialog will close and the editor will keep its scroll position Actual resultThe dialog closes and the editor jumps to the top Other details (browser, OS, CKEditor version, installed plugins)Tested on Chrome on Windows 10 - but also happens on other versions of chrome and windows. Didn't manage to replicate the issue on Firefox or Edge. Although I gave the link to the demo page, we're using the div editing area on our site and this happens to us as well. |
|||||
#14660 | Pasting text from MS Word "breaks" styling in some cases | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | |
Description |
Steps to reproduce
Expected resultyellow background is as height as the text <span style="background: yellow; font-size: 36pt">myTXT</span> Actual resultyellow background is only half the height of its text <span style="background: yellow;"><span style="font-size: 36pt">myTXT</span></span> See attachment Other details (browser, OS, CKEditor version, installed plugins)browser: firefox 29, windows 7, CKEditor version: 4.5.7, Paste From Word version: 4.4.8 |
|||||
#14662 | prevent the <p> at the beginning | Bug | Normal | General | ||
Description |
how to prevent the <p> at the beginning i wanna write pure text and then save it without any tags thanks |
|||||
#14663 | Tests failing on major | Bug | Normal | CKEditor 4.6.0 | General | |
Description |
The following tests are currently failing on major: http://tests.ckeditor.dev:1030/tests/plugins/filetools/filetools#tests%2Fplugins%2Ffiletools%2Ffiletools%20test%20CSRF%20token%20appending http://tests.ckeditor.dev:1030/tests/plugins/pagebreak/pagebreak#tests%2Fplugins%2Fpagebreak%2Fpagebreak%20test%20paste |
|||||
#14664 | No way to get out off a table in FF | Bug | Normal | Core : Tables | ||
Description |
Steps to reproduce
Expected resultUser should get out off the cursor pointer outside table. Actual resultCursor doesn't come out off table. Other details (browser, OS, CKEditor version, installed plugins)Firefox 46,Windows 7, CK Editor 4.5.6, "tableresize" |
|||||
#14665 | Cannot select a single column in Chrome & Internet Explorer 11 | Bug | Normal | Core : Tables | ||
Description |
Steps to reproduce
Expected resultUser should select a single column to copy/paste. Actual resultIn FF it's working fine, but not for other browsers. Other details (browser, OS, CKEditor version, installed plugins)Chrome & IE11, Windows 7, ckeditor 4.5.6, "tableresize" |
|||||
#14666 | Font name list does not include Calibri | New Feature | Normal | General | ||
Description |
Our corporate font has recently changed from Verdana to Calibri. Unfortunately Calibri is not in the standard font drop-down list. Is this a gap or is there a way to configure the font list and add Calibri? Many thanks, Steve |
|||||
#14667 | [IE] Removing background from selected text not working correctly | Bug | Normal | CKEditor 4.5.10 | General | |
Description |
Steps to reproduce
Note that "with" must be still selected inside the editor. Expected resultBackground is removed from the selected text. Actual resultBackground is removed from the entire paragraph. Other details (browser, OS, CKEditor version, installed plugins)Only in Internet Explorer 9+. It can be reproduced only on master, ( git:0528e5aaeb104ffd283aeb4ff5efa2fcdb0616e4). |
|||||
#14668 | CKEditor Lost \r\n | Bug | Normal | General | ||
Description |
Hi, For historical reasons the textarea element returns an \n by reading the value, if setting the textarea content with an \r\n inside. Is there any possiblity to prevent the CKEditor to do this? Just like the lineBreakChars of the CKEDITOR.htmlWriter-Modul? Thanks |
|||||
#14669 | Use window.crypto Instead of Math.random | New Feature | Normal | General | ||
Description |
Hello, I have a request please. We are using HP Fortify for our code-base and Fortify reports security vulnerabilities in the ckeditor and lite-includes.js (and the jquery.min.js) files. The lite-includes.js and jquery.min.js files are located under the plugins/lite directory. Is it possible to replace Math.random method with window.cyrpto.random method as Fortify specifies this is a security vulnerability? Thank you, patrick Steps to reproduce
Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14670 | MagicLine Plugin Doesn't Work | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultIt supposed to work Actual resultIt doesn't work. I tried all but no luck. Other details (browser, OS, CKEditor version, installed plugins)Chrome latest version, CKEditor 4.5.9, no other plugins just default plugins in full version. |
|||||
#14671 | Undo/redo widget bug | Bug | Normal | UI : Widgets | ||
Description |
Steps to reproduce
Expected resultExpected to undo/redo without errors Actual resultErrors are thrown when undo/redo is used after a certain amount of calls within the editable area of an editable widget Other details (browser, OS, CKEditor version, installed plugins)As mention above, this happens with both CTRL+Z/CTRL+Y and undo/redo buttons on the editor. Browsers: Chrome 50.0.2661.102 Firefox: 46.0.1 IE 11: 11.0.0 This bug will be triggered 100% of the time albeit with variable amount of undo/redo calls (can be within the first 5 or so or up to 20+ calls). |
|||||
#14672 | Balloonpanel not blurred on close | Bug | Normal | CKEditor 4.6.0 | General | |
Description |
Steps to reproduce
Expected resultEditor gains focus. Actual resultEditor does not gain focus. Other details (browser, OS, CKEditor version, installed plugins)Chrome, Ubuntu 14.04 |
|||||
#14674 | Adding '@' in word or a Sentence It is converted as a Hyperlink | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultIt should not changed to Hyperlink Actual resultIt is converted as a Hyperlink Other details (browser, OS, CKEditor version, installed plugins)Browser - IE - 11 |
|||||
#14677 | CKEditor wraps double-byte characters to new line | Bug | Normal | General | ||
Description |
Steps to reproduce
Expected resultThe cell does not wrap to a new line in either case Actual resultThe cell wraps to a new line in the case of the double-byte characters Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#14678 | TypeError: Cannot read property 'setAttribute' of undefined | Bug | Normal | File Browser | ||
Description |
Currently I am using ckeditor version 4.5.7. and in this version I am facing issue with "Uncaught TypeError: Cannot read property 'setAttribute' of undefined" for body element. Code is as below. Its working fine in firefox. But problem with ie and chrome. edtr = CKEDITOR.replace(id, {
}); |
|||||
#14679 | TypeError: Cannot read property 'setAttribute' of undefined | Bug | Normal | File Browser | ||
Description |
Currently I am using ckeditor version 4.5.7. and in this version I am facing issue with "Uncaught TypeError: Cannot read property 'setAttribute' of undefined" for body element. body.setAttribute("contentEditable", false); Code is as below. Its working fine in firefox. But problem with ie and chrome. edtr = CKEDITOR.replace(id, {
}); |
|||||
#14680 | Adding new tag (self-closing) | Bug | Normal | General | ||
Description |
I use ckeditor in a project and i have a problem i setted 2 tag called "member, pro" when i use them like this <member /> <pro /> ckeditor make the first tag to auto parent for next tag so wysiwyg side show me it like this (i looked it to object-inspector) <member> <pro /> </member> and when i return to source code there is no problem :( looking good What is the problem i cant understand. and if i set them to normal tag (non self-closer) everything is ok |