Custom Query
Results (8301 - 8400 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#9725 | Spelling-fix to Swedish | Bug | Normal | CKEditor 4.0.1 | UI : Language | |
Description |
I've fixed a spelllingerror in the swedish language file. ("Ruberiker" should be "Rubriker") |
|||||
#9726 | Remove color dialog dependency from table tools | Bug | Normal | CKEditor 4.0.1 | UI : Dialogs | |
Description |
|
|||||
#9727 | Remove color dialog dependency from table tools | Bug | Normal | UI : Dialogs | ||
Description |
|
|||||
#9731 | [JSDuck] Prepare ckeditor-jsduck package or entire installation script | Bug | Normal | CKEditor 4.4.0 | Documentation & Samples | |
Description |
Currently only I can build a package and I need to send it to others. We need simpler solution. |
|||||
#9733 | Small fix for the Moono skin | Bug | Normal | UI : Skins | ||
Description |
In safari the corners of the rounded tool groups aren't round anymore when hovering a button. To fix it add "overflow: hidden;" to the ".cke_toolgroup" and the corners will look round also in webkit, even when the button is on. |
|||||
#9734 | Spellchecker in Safari is not centered when main browser window is smaller than spellcheck window. | Bug | Normal | General | ||
Description |
I'm having trouble in Safari 5.x when the main browser window is smaller than the spellchecker. The spellchecker window actually does center on the viewable document, but then the window get scrolled down so that you lose part of the spellchecker window. Here's what to do to reproduce:
This doesn't happen in Chrome, so I'm wondering if it's an actual bug in Safari or some possibly some code in CKEditor that is specific to Safari. that is causing the problem. If anyone can point me in the right direction to getting this fixed, that'd be fantastic. It wouldn't usually be a problem, but our content is in an iframe where the CSS overflow property is hidden and it's cutting the top of the document completely off without a scrollbar to remedy the situation. Thanks all! |
|||||
#9736 | [Android] Problems with text selection | Bug | Normal | Core : Selection | ||
Description |
Problem: The option to select text does not appear. In a basic contenteditable div, the select text tool appears when you hold down on text within the div. |
|||||
#9737 | IE10: CKE 3.x - We can't open CK Editor Context Menu for elements in editor body | Bug | Normal | General | ||
Description |
In IE10 we can't open Context menus for any elements in editor body. To reproduce the defect:
Issue: Nothing happens. Reproduced on build http://rev.ckeditor.com/ckeditor/trunk/7664/_samples/replacebyclass.html |
|||||
#9738 | More translations to Swedish language file | New Feature | Normal | UI : Language | ||
Description |
I translated english texts added for ckeditor 4 and fixed grammar. |
|||||
#9741 | Enter key not working with IE 10 on CKEditor 3.6.2 version | Bug | Normal | Server : ASP.Net | ||
Description |
On IE10, with CKEditor 3.6.2 ASP.Net version, the enter key is not working. I am getting below error on hitting enter key. SCRIPT5007: Unable to get property 'toLowerCase' of undefined or null reference ckeditor.js, line 31 character 1105 |
|||||
#9742 | IE8 Quirks mode -Javascript Unspecified error after pluged the SCAYT into editor | Bug | Normal | UI : Spell Checker | ||
Description |
Javascript Unspecified error. at line: 6964 after pluged the SCAYT into editor it is working fine in Chrome, Firefox, Safari. Same error occurs when using version 3.6.6 saying "unspecified error in _base.xd.js . at line: 6964". I have attached the screen shot. |
|||||
#9744 | callback function for file browser | New Feature | Normal | File Browser | ||
Description |
Allow callbacks for the file browser functions. e.g. CKEDITOR.config.fileBrowserCallback = function(selected) { //Load file manager etc. //File selected so let CKEditor know. selected('my selected file'); }); |
|||||
#9746 | Scrolling up causes graphic bug with editor borders. | Bug | Normal | UI : Skins | ||
Description |
Now, after scrolling up if you scroll down a little you can see that approximately 1 pixel of the top border is missing. Chrome 23.0.1271.95 m on Windows 7 |
|||||
#9747 | Table cell controls (add, remove) are placed far outside editor or don't show up. | Bug | Normal | General | ||
Description |
In Firefox, the controls to add or remove table cells are placed far outside the editor. In Chrome, they don't show up at all. |
|||||
#9748 | Can't edit table after insertion | Bug | Normal | General | ||
Description |
There is no way to change the column width, or to add or remove a row or column after the table is inserted? |
|||||
#9749 | Cannot type Japanese Characters into the editor | Bug | Normal | General | ||
Description |
Problem: The text is entered into the editor in English and it is not possible to switch the input mode to Japanese.
This is reproducible in 3.6.4 and 3.6.5 but works correctly in 3.6.3 and 4.0. It only seems to occur when |
|||||
#9751 | translation issue for locale bg_BG | Bug | Normal | UI : Language | ||
Description |
In the table context menu there is untranslated string Row > Insert row before correct translation: "Вмъкване на ред преди" |
|||||
#9752 | Text selection via Shift+Arrows doesn't expand over multiple cells in backward direction | Bug | Normal | Core : Selection | ||
Description |
Browser: Firefox 16.0.2 (if relevant) It appears, that CKEditor handles selection over multiple cells in tables in two ways:
There's an issue regarding the second way. This type of selection expands finely over multiple cells, but only when we move forward, i.e. use Shift+RightArrow and Shift+DownArrow to select. This type of selection does not expand over multiple cells in backward direction, i.e. when we use Shift+LeftArrow. Assume we start selecting text from the middle of a cell and go backwards. When selection's "tail" (it's "growing" part) reaches beginning of the cell, it occasionally swaps with selection's "head" (it's "stationary" part) and so pressing Shift+LeftArrow further will just make our selection shrink in backward direction. Selecting over multiple cells with Shift+UpArrow causes some other effect: the behaviour is more or less what we expect it to be - selection is spanned over multiple cells to the point in the upper row, that closely corresponds to our starting position, but we can make it only once. Any attempt to press Shift+UpArrow once more will just reset our selection. i.e. Version is actually CKEditor 4.0 (revision 769d96134b). I just can't find it in the drop-down list below. |
|||||
#9753 | The pre button of CKEditor 3.6.2 adds extra new lines | Bug | Normal | General | ||
Description |
The pre button of CKEditor 3.6.2 ASP.Net, adds extra new lines. To reproduce this issue type following "test Test Test Test" Then select the text and click the pre button of ckeditor. The editor adds extra lines. When you hit the Source button to check whats happening inside You will find that, the editor converts each of <p> and </p> with \n. I letter changed the default enterline mode from P to BR. But then hitting the pre button caused the entire text and not just the selected text, to get wrapped inside the PRE tag. I configured the editor by writting writer rule for BR tag to not add new line before and after the beggining and end of BR tag. And also configured the editor to use self eding tag for BR so as to generate <BR/> tag. |
|||||
#9754 | Cut/paste simple unformatted text generates inline wrapper in Webkits | Bug | Normal | CKEditor 4.0.1 | Core : Pasting | |
Description |
When I cut and paste a really simple piece of text within the CKEditor (that is, no MSWord or other source is being used), still additional formatting is added in Google Chrome. Reproduction scenario in Google Chrome v23:
Expected behaviour (yep, I know Chrome makes this harder):
This bug is reproducable in nightly build demo (http://nightly.ckeditor.com/3998/samples/replacebyclass.html) |
|||||
#9755 | french accents display wrong characters with charset=ISO-8859-1 document encoding | Bug | Normal | General | ||
Description |
toolbar tips and all other accent characters are not displayed in a page with charset="ISO-8859-1" document encoding ... <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Even appending charset="UTF-8" to the script :
<script src="ckeditor/ckeditor.js" type="text/javascript" charset="UTF-8"></script> that solved for me the isssue with jquery-ui 1.9, it does not help for ckeditor 4.0 That was ok without specifying anything with all previous version. |
|||||
#9757 | Obsolete parameter in event.implementOn calls | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
Function is defined as follows: CKEDITOR.event.implementOn = function( targetObject ) { ... } but there's a number of executions with non-existing parameter (true) in our code: ./core/command.js:212:CKEDITOR.event.implementOn( CKEDITOR.command.prototype, true ); ./core/editor_basic.js:35: CKEDITOR.event.implementOn( CKEDITOR.editor.prototype, true ); ./plugins/dialog/plugin.js:1498: CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype, true ); |
|||||
#9758 | Anchor does not get placed on selected text. | Bug | Normal | CKEditor 4.0.1 | Core : Selection | |
Description |
When placing anchors within a inline ckeditor the link sometimes does not get placed within the selected text but in front, behind or sometimes in the middle of the selected text. This bug does not always happen, currently I am unable to reproduce this bug 100% of the time, so it might have something to do with browser/system performance. jsfiddle for testing: http://jsfiddle.net/32kYU/ To reproduce (sometimes):
Or:
|
|||||
#9761 | setReadOnly(false) doesn't activate backspace keystroke | Bug | Normal | CKEditor 4.1.2 | Core : Editable | |
Description |
Hi guys, if an editor is read only, then the backspace key is blocked by this code: keystrokeHandler.blockedKeystrokes[ 8 ] = editor.readOnly; However if I change a readOnly mode by calling the setReadOnly(false) function later, the backspace key is still blocked. Maybe it is a good idea to active the backspace key if setReadOnly(false) is called.
Edited: Issue can be reproduced in all browsers from CKEditor 4.0 beta. |
|||||
#9762 | CKEditor should support multiple classes for single element in styles dropdown | New Feature | Normal | Core : Styles | ||
Description |
Currently it is only possible to assign one class to element. { name : 'Test', element : 'div', attributes : { 'class':'element-has-class'} It should be possible to assign multiple classes. |
|||||
#9763 | Exception from editor after it is destroyed | Bug | Normal | General | ||
Description |
I've got the peculiar situation that in a very ajax heavy app sometimes I have to get rid of editors almost immediately after it has been added to the dom. This works fine in most circumstances by calling editor.destroy() before removing the dom element that hosts it. However If this happens on the first editor that is created, I always get an error out of core/editor.js:291 from onConfigLoad which still gets a callback after the configuration has loaded. I'm not sure what the right fix is, as destroy() already seems to deregister the editor from all further events (though it doesn't catch this one). This patch helped me work around the issue for now - but it is something that should be included in CKEditor I believe. diff --git a/vendor/ckeditor-4.0/core/editor.js b/vendor/ckeditor-4.0/core/editor.js index 2f31d13..5578ec1 100644 --- a/vendor/ckeditor-4.0/core/editor.js +++ b/vendor/ckeditor-4.0/core/editor.js @@ -280,6 +280,8 @@ // ##### END: Config Privates function onConfigLoaded( editor ) { + if ( ! editor.element) return; + // Set config related properties. /** * Indicates the read-only state of this editor. This is a read-only property. To reproduce it you would use something along the lines of this var holder = $('<div><div id=editor>') editor = CKEDITOR.replace(holder.find('#editor')) editor.destroy() // wait for the config to have loaded |
|||||
#9764 | Widgets feature | New Feature | Normal | CKEditor 4.3 Beta | General | |
Description |
Widgets are represented by a group of elements that act as a single entity inside the editable content. The widget elements are many times protected from direct editing and can be configured to have different behavior, features or layout. A good example for a widgets is a "captioned image", which contains an image element and text for the caption. Both parts will always live together and should be selected as a whole. Once deleted, both should be removed. |
|||||
#9765 | Toolbar Collapse command documented incorrectly on Accessibility Instructions dialog | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
To reproduce the defect:
Issue: it says Press Ctrl + Z which is incorrect it should say Alt + SUBTRACT This is only happening in 4.0 & not in 3.6.x stream & it's a regression |
|||||
#9766 | Insert space into table after long string fails | Bug | Normal | General | ||
Description |
Expected: There's a space after the 'x'es and an 'a' Actual: The space is never inserted and the 'a' gets stuck on the end. Notes: The <end> is not strictly necessary, but it makes it repro consistently for me. Without the <end> sometimes I get the behavior I'm reporting and sometimes I get the expected behavior. I've reproduced this in 3.6.3 (what we're using), 4.0 (the demo), and the nightly as of 2012-12-04. |
|||||
#9768 | ContextMenu plugin not working on CKEditor 4.0 | Bug | Normal | UI : Context Menu | ||
Description |
I am having problems related to contextmenu plugin. My plugins have used the context menu in older versions of ckeditor without problem but now it seems that the plugin is not working anymore. I also tried to run your sample "abbr plugin" which is also using the contextmenu and it fails because it does not adds the "Edit Abbreviation" as an option of the menu. Can somebody confirm that contextmenu/abbr plugin are still working properly on ckeditor 4.0? Many thanks!! |
|||||
#9769 | Horizontal scroll on Webkits when floating toolbar doesn't fit in viewport | Bug | Normal | CKEditor 4.0.1 | UI : Toolbar | |
Description |
On FF toolbar is resized to fit. In fact this isn't perfect solution too, because toolbar layout is changed (and therefore is different than for editor in left/right column), what may be confusing for users and doesn't look very well. I think that it should be aligned to right/left side of the viewport. |
|||||
#9770 | Error when merging cells in inlineditor | Bug | Normal | Core : Tables | ||
Description |
Descriptive summary : I got an error when merging table cells in inlineditor and it can be reproduced in http://nightly.ckeditor.com/3998/samples/inlineall.html Steps to reproduce : insert a table use inlineditor and then select some cells to merge,and then my browser's console show me an error:"TypeError: a.getDocument is not a function" Browser name and OS : win7,firefox16.0.2,zh_cn |
|||||
#9771 | Webkit scrolls to the top after the paste | Bug | Normal | CKEditor 4.0.1 | Core : Pasting | |
Description |
How to reproduce:
Now: after the paste editor scrolls to the top Expected: editor to stay at the pasted text position |
|||||
#9772 | Custom buttons added to dialog are smaller | Bug | Normal | CKEditor 4.0.2 | UI : Dialogs | |
Description |
When a custom button is added to the footer of a dialog buttons : [ { type : 'button', id : 'myReset', label : 'Reset' }, CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ], it's smaller than the default Ok and Cancel buttons. |
|||||
#9773 | Rendering problems with Select fields in Kama v4 | Bug | Normal | CKEditor 4.0.2 | UI : Skins | |
Description |
The Select fields have an extra border and in many of them there's an extra white box that expands to the right Tested browser: Firefox. |
|||||
#9776 | Contents.css: set tab size 4 | New Feature | Normal | Core : Styles | ||
Description |
The idea is to set tab size property to 4 (instead of 8) for editor contents. Pros:
Cons:
|
|||||
#9777 | some keyboard keys inaccessible when using focus method | Bug | Normal | Core : Keystrokes | ||
Description |
Hello,
When i use focus() method i can't press key
}); Environnement is MAC OSX with FireFox 16. (Works fine on windows) I attach an example of freshly downloaded 3.6.5. |
|||||
#9778 | option for Inline editing appendTo different container element | New Feature | Normal | General | ||
Description |
Would be nice if the inline editor could be appended to a parent container, so that the toolbar is positioned relative to that container and not to the document body |
|||||
#9779 | CKEditor 4 unable to override GetUrl | Bug | Normal | CKEditor 4.0.2 | General | |
Description |
In previous version you could override geturl by creating a function called CKEDITOR_GETURL. This seems be broken because of this block in ckeditor_base.js: // Make it possible to override the "url" function with a custom // implementation pointing to a global named CKEDITOR_GETURL. var newGetUrl = window.CKEDITOR_GETURL; if ( newGetUrl ) { var originalGetUrl = CKEDITOR.url; CKEDITOR.url = function( resource ) { return newGetUrl.call( CKEDITOR, resource ) || originalGetUrl.call( CKEDITOR, resource ); }; } It should be: // Make it possible to override the "url" function with a custom // implementation pointing to a global named CKEDITOR_GETURL. var newGetUrl = window.CKEDITOR_GETURL; if ( newGetUrl ) { var originalGetUrl = CKEDITOR.getUrl; CKEDITOR.getUrl = function( resource ) { return newGetUrl.call( CKEDITOR, resource ) || originalGetUrl.call( CKEDITOR, resource ); }; } |
|||||
#9782 | How to disable onlye the image resize handles ? | Bug | Normal | General | ||
Description |
Hi, At First, sorry for my English. It's possible to disable only the resize handles for images? I know thats the option config.disableObjectResizing exist, but i want resizes handles for tables, but not for images. Can anyone help me? Lorinel |
|||||
#9783 | CKEditor 3.6.6 Backporting Log | Task | Normal | CKEditor 3.6.6 | General | |
Description | ||||||
#9785 | CKEDITOR.replace | Bug | Normal | General | ||
Description |
here is the invironment,I want to update data from the database(such as mysql), so i'll init the textarea with data that query from mysql. If the data is "aaa" and so on, it doesn't has problem.But if it includes "<xxx>",after CKEDITOR.replace, the init data becomes "<xxx></xxx>". It's really a problem. Now i assume,in fact, i must save code into mysql. For example,i save C code, "#include <stdio.h>". After executing CKEDITOR.replace, The CKEDITOR sourcecode looks like this "#include <stdio.h></stdio.h>". However, user just saw "#include", where is the "<stdio.h>"? It was used as the html tag. In fact,it does not a html tag. I'm using CKEDITOR in my website,hope resoving this issue as soon as possible,thx. |
|||||
#9787 | IE9 onChange isn't fired for checkboxes in dialogs | Bug | Normal | CKEditor 4.0.1 | UI : Dialogs | |
Description |
The change event for a checkbox UI item isn't fired for IE9, but works correctly in IE8 or compatibility mode. Fails in 3.6 and 4 |
|||||
#9789 | Addons area requires Authorization | Bug | Normal | Documentation & Samples | ||
Description |
following the link given in http://docs.ckeditor.com/#!/guide/dev_plugins to http://[...].ckeditor.com/addons/plugins gets an authorization required login box I would have thought this location to be open for viewing at least |
|||||
#9790 | JQuery adaptor on CKEditor 4 | New Feature | Normal | CKEditor 4.2 | General | |
Description |
We should port the v3 JQuery adapter to v4. There is a good chance that it'll work out of the box, but we need to review it. |
|||||
#9792 | Collapsing only 2nd+ toolbar rows | New Feature | Normal | UI : Toolbar | ||
Description |
Normally CKEditor hides/shows all the toolbar buttons when you press the collapse/expand button. It would be nice to always show the first row with “basic tools” and only collapse the second and following rows with advanced functionality tool buttons. http://theholyjava.wordpress.com/2011/04/01/ckeditor-collapsing-only-2nd-toolbar-rows-howto/ It would be nice to have this funcionality in inline edit mode(toolbarCanCollapse does not work) |
|||||
#9793 | Option for appendig toolbar in a given element (inline edit mode) | New Feature | Normal | General | ||
Description |
Would it be nice if the inline editor toolbar could be docked to a given element and not only to the edit element. |
|||||
#9794 | OnChange event | New Feature | Normal | CKEditor 4.2 | General | |
Description |
Why ckeditor doesn't have a onchange event. It would be very useful to alert the editor of unsaved changes mainly in inline edit mode |
|||||
#9796 | Editor outputs non-standart `strike` element instead of `s` | Bug | Normal | CKEditor 4.1 RC | Core : Styles | |
Description |
Editor with default configuration produces <strike> element when you execute Strike command.
Neither html4 nor html5 standarts has no |
|||||
#9800 | Float Panel for Combo Box doesnt listen to resize event | Bug | Normal | CKEditor 4.0.1 | UI : Floating Panel | |
Description |
reproduceable in 3.6.2 also with style or format dropdowns open, resize the window. The position of the dropdown (float panel) is not updated. This problem is annoying when ckeditor is initialized in a jquery window that enables repositioning, the panel remains floating in the middle of no-where. suggest closing dropdown on any window/document click event the same as a "normal" combo-box would. |
|||||
#9801 | unable to find "_source" folder and "ckeditor.pack" file in ckeditor 4.0 | Bug | Normal | General | ||
Description |
hello sir i am using ckeditor 4.0 and i face some problem in it like , unable to find "_source" folder and "ckeditor.pack" file in ckeditor 4.0 , i need it because i upgrade my ckeditor from version 3.6.3 and in this version i was able to ckeditor.js file with the help of ckeditor.pack and ckpackager.jar , but in the 4.0 i can`t found source folder and ckeditor.pack file so thats why i am not be able to make my old changes in new ck editor . so will you please give me some hints or guidelines to solve above problem ? thanks in advance parag patel |
|||||
#9802 | Load iframe with editor in hidden DIV | Bug | Normal | General | ||
Description |
When you try to load iframe with editor in hidden DIV and after that you change visibility of this div, the editor toolbar show without images of buttons (only alt of images are visible in buttons). |
|||||
#9807 | CKEditor throws error when <iframe> present on page | Bug | Normal | General | ||
Description |
Code is as follows: <body> <script src="/blog/ckeditor/ckeditor.js"></script> <center> <form id="AddEntry" name="AddEntry" method="POST" action="addentrydb.asp"> <textarea name="entrytext" id="entrytext"></textarea> <script> CKEDITOR.replace("entrytext"); CKEDITOR.on('instanceReady', function() { alert('loaded'); } ); </script> <br> <input type=submit value="save" > <input type=button value="cancel" onclick="history.back"> </form> </center> <!-- //<iframe width=100% src="thisweek2.asp" target="_blank"></iframe> --> </body> The OnInstanceReady function serves for debugging. It never fires when the <iframe> is uncommented. Whenever the <iframe> is active, CKEditor throws an error on the following line: return new CKEDITOR.dom.element(this.$.activeElement) If this error is left unhandled, the form data remains empty for the editor when passed to the form handler. This error only occurs on IE9, regardless of document mode. |
|||||
#9809 | Using CKEditor inside an IFRAME leads to security exception | Bug | Normal | Core : Editable | ||
Description |
When using CKEditor inside an iframe, the getParent() method in CKEDITOR.dom.node fails with a security exception when trying to find the parent of the topmost element (the IFRAME). Steps to reproduce:
|
|||||
#9811 | NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLDocument.execCommand] | Bug | Normal | General | ||
Description |
Hi, it is again reproducible on FF 17.0.1. I am also using the following code: var ck = CKEDITOR.instances[editor_id]; if(ck != null){
} Sometimes it executes without any problem but most of the time, I am getting the same error. Please solve this problem. |
|||||
#9812 | [Div-based] Bottom UI space overrides editing area with large vertical padding | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
Proposed solution: in NOTE: requires #9721 to reproduce. |
|||||
#9815 | [moono skin] Can't edit fields in jQuery UI modal dialog | Bug | Normal | CKEditor 4.0.1 | UI : Dialogs | |
Description |
I'm using full version of CKeditor 4.0. If I display the control in a page then try to add an image and write the image URL everything seems to work fine. If I'm using jquery ui and display editor in a modal, the image URL field seems to be readonly (I cannot write into it or paste a known url). Just upload is working. The version of jquery ui used is 1.7.2. |
|||||
#9816 | Floating toolbar does not reposition vertically | Bug | Normal | CKEditor 4.2.1 | Core : Editable | |
Description |
The floating toolbar is not repositioned correctly when the layout of the page changes, e.g. because of:
Steps to reproduce:
Expected: The toolbar should have moved a bit upwards Observed: The toolbar is on top of the text and has not moved at all, even though the editable is now at a different position (see screenshot). Note: Focus/Blur has no effect, the toolbar re-appears at the exact same wrong position. Reproduced on all browsers tested (Windows: Chrome 23.0.1271.95m, Firefox 10.0.11 ESR, IE8) with CKEditor 4.0 "Full" Release and Nightly v4042. |
|||||
#9817 | Inline editor: Context menu not working | Bug | Normal | General | ||
Description |
Context menu not working if: <div contenteditable="true"><h1>Title</h1>content</div> And it works if: <div contenteditable="true"><h1>Title</h1><br/>content</div> |
|||||
#9819 | image selector overlap in IE8 | Bug | Normal | General | ||
Description |
image selector overlap the editor screen in IE8. FF it works correctly. |
|||||
#9820 | Documentation for contentDom and contentDomUnload | Task | Normal | CKEditor 4.0.1 | Documentation & Samples | |
#9822 | Bullet list does not include the style in source | Bug | Normal | Core : Styles | ||
Description |
When I select text and click on unordered bullet button the bullets are applied but when i click on the source button I am not able to see the style added as attribute to the ul tag |
|||||
#9824 | Fix events' documentation | Bug | Normal | Documentation & Samples | ||
Description |
Some of them were incorrectly documented in v3 and after porting docs to JSDuck they still are. For example: /** * Internal event to perform the {@link #method-insertHtml} call. * * @event insertHtml * @param {CKEDITOR.editor} editor This editor instance. * @param {Object} data * @param {String} data.mode Mode in which data is inserted (see {@link #method-insertHtml}). * @param {String} data.dataValue The HTML to insert. */ /** * Internal event to perform the {@link #method-insertText} call. * * @event insertText * @param {CKEDITOR.editor} editor This editor instance. * @param {String} text The text to insert. */ /** * Internal event to perform the {@link #method-insertElement} call. * * @event insertElement * @param {CKEDITOR.editor} editor This editor instance. * @param {CKEDITOR.dom.element} element The element to insert. */ Only first event is correctly documented. Next two have broken params descriptions - there's evt.data passed in both situations, not evt.element and evt.text. |
|||||
#9825 | Including 'Codemirror Syntax Highlighting'-Plugin breaks ckeditor | Bug | Normal | General | ||
Description |
I went to http://ckeditor.com/builder and selected the standard preset, added a couple of plugins and downloaded the files. When i tried to run 'samples/replacebyclass.html', ckeditor didn't show up and in google chrome i got the following error message: "Uncaught TypeError: Cannot read property 'toolbar' of undefined" in firefox i got: "TypeError: a.lang.sourcearea is undefined". Downloading the preset without adding plugins, ckedit worked, so i figured there must be a problem with one of the plugins. After some try and error (and lots of downloading), I think i got the problem: Whenever I add the plugin 'Codemirror Syntax Highlighting' in the mix, the error occurs. Without it it works fine. |
|||||
#9829 | Data and features activation based on configurations | New Feature | Normal | CKEditor 4.1 RC | General | |
Description |
The basic idea is introducing filtering that acts on the HTML accepte by the editor and the feature available in it.
As a result only allowed HTML will reach the contents and only allowed plugins (or their features) will be enabled. List of subtickets |
|||||
#9830 | CKEditor 4 does not load when the Google Chrome developer tools are open before loading the page | Bug | Normal | UI : Toolbar | ||
Description |
(I hope I selected the right properties. First ticket that I'm opening here!) |
|||||
#9833 | Magicline commands should be smarter when looking for focus spaces | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
Pressing <hr /> <hr /> <p>Foo <a href="http://ckeditor.com">b^ar</a> foo.</p> |
|||||
#9834 | Image plugin dialog not working if htmlPreview is removed | Bug | Normal | UI : Dialogs | ||
Description |
Image plugin dialog does not work if htmlPreview is removed. it doesn't load image properties (url etc etc) when opening on an existing image. After an upload it does load image url neither switch to the info tab if (dialogName == 'image') { var imageInfoTab = dialogDefinition.getContents('info'); imageInfoTab.remove('txtHSpace'); imageInfoTab.remove('txtVSpace'); imageInfoTab.remove('htmlPreview'); } |
|||||
#9835 | CKEditor toolbar is not shown for dynamic controls | Task | Normal | UI : Toolbar | ||
Description |
Hello, I have added dynamic div with contenteditable="true" in the page after droping a control using jQuery. On clicking this div it allows to edit the content but CKEditor toolbar is not shown. |
|||||
#9837 | Opera/FF dialog white mask above (mac) | Bug | Normal | UI : Dialogs | ||
Description |
When we create a second dialog above a first one the second white mask is above the current dialog so we can't interact with it. |
|||||
#9838 | Need help to create custom toolbar button, which executes CKEditor format options | Task | Normal | General | ||
Description |
HI, I want to create custom toolbar buttons, which mimic some of the functionality CKEditor provide. For example, if i need to create custom button for "<B>,<I>,<PRE>,<H1>,<H2>" etc. tags, then how can i achive this? I tried creating custom button for <PRE> tag, (the CKEditor "formatted" option), but it doesnt worked really well with EnterMode=BR here is the plugin, (function () {
})(); the problem is that, it applies the <PRE> to not just selected but to the entire text, when used with EnterMode=BR. The CKEditor "formatted" option works well, it applies <PRE> tag to the selected text only and not to entire text. Can anyone help me. |
|||||
#9839 | DIV with id="content" | Bug | Normal | General | ||
Description |
If a page contains a div element with id="content", the CkEditor picks up the contents of the element and puts it into the editor area.It works in IE7 only. |
|||||
#9840 | JAWS not reading states of Toolbar buttons in 4.0 | Bug | Normal | Accessibility | ||
Description |
To reproduce the defect:
Expected Result: JAWS should read the button name & then say unavailable for ex: undo button available Actual Result: JAWS just reading button name & no info that the button is unavailable
Expected Result: JAWS should read the button name & then say toggle button pressed for ex: Align Left toggle button pressed Actual Result: JAWS just reading button name & no info that the button is pressed This is only happening on 4.0 & not on 3.6.x builds. Verified with both JAWS 13 & 14. |
|||||
#9841 | JAWS not reading dialog titles in 4.0 | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
To reproduce the defect:
Expected Result: Link dialog opens, JAWS reads the dialog title & then the first focusable element in the dialog. Actual Result: Link dialog opens, but JAWS not reading the dialog title it just reads the first focusable element in the dialog. This is only happening on 4.0 & not on 3.6.x builds. Verified with both JAWS 13 & 14. |
|||||
#9842 | IN FF17: when we open Toolbar menu for the first time & press down arrow key, focus goes to next toolbar button instead of menu options | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
To reproduce the defect:
Expected Result: Focus should go to first SCAYT menu option. Actual Result: Focus going to next toolbar button It only happens the first time when we launch the editor & open a toolbar menu. It works properly in FF ESR 10.0.11 |
|||||
#9843 | "formatted" option from the Format dropdown adds extra line break | Bug | Normal | Core : Styles | ||
Description |
When I use CKEditor 4 with attached config.js and ontents.css files, then by hitting formatted option from the Format dropdown creates extra line break. How to reproduce:
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function (config) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.extraPlugins = 'syntaxhighlight,button-pre'; //config.toolbar_Full.push(['Code']); config.resize_enabled = false; }; /* http://stackoverflow.com/questions/6969081/why-does-ckeditor-add-line-breaks-and-paragraph-before-initial-text http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Output_Formatting http://stackoverflow.com/questions/1977791/turn-off-enclosing-p-tags-in-ckeditor-3-0 */ CKEDITOR.on('instanceReady', function (ev) { // Output paragraphs as <p>Text</p>. ev.editor.dataProcessor.writer.setRules('p', { indent: false, breakBeforeOpen: false, breakAfterOpen: false, breakBeforeClose: false, breakAfterClose: false }); // Output paragraphs as <p>Text</p>. ev.editor.dataProcessor.writer.setRules('pre', { indent: false, breakBeforeOpen: false, breakAfterOpen: false, breakBeforeClose: false, breakAfterClose: false }); // Output paragraphs as <p>Text</p>. ev.editor.dataProcessor.writer.setRules('br', { indent: false, breakBeforeOpen: false, breakAfterOpen: false, breakBeforeClose: false, breakAfterClose: false }); // Output paragraphs as <p>Text</p>. ev.editor.dataProcessor.writer.setRules('div', { indent: false, breakBeforeOpen: false, breakAfterOpen: false, breakBeforeClose: false, breakAfterClose: false }); });
p, pre { margin:0; padding:0; }
"Test
|
|||||
#9844 | JAWS issues with interacting Context menu in 4.0 | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
To reproduce the defect:
Expected Result: Sub menu opens, JAWS reads context menu & when we use down arrow key JAWS will read options in Sub menu. Actual Result: Sub menu opens, JAWS reads context menu, when we use down arrow keys JAWS reads Sub menu option names, but Focus not shown when we navigates through the options. This is only happening on 4.0 & not on 3.6.x builds. Verified with both JAWS 13 & 14. |
|||||
#9845 | Focus goes out of Link dialog when there are no Anchors | Bug | Normal | CKEditor 4.0.2 | General | |
Description |
To reproduce the defect:
Expected Result: Focus goes to error message div which says No anchors available in the document & JAWS reads that error message. Actual Result: Focus goes to window & JAWS reads AJAX M CK Editor Sample button in AJAX Sample This is happening only in 4.0 build & not in 3.6.5 stream |
|||||
#9846 | I need to add the fonts to the text editor for Japanese | Task | Normal | General | ||
Description |
For Gothic font: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック', sans-serif For Mincho fonts: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'MS P明朝', serif But, it display like that font-family:?????? pron w3,hiragino mincho pron,?? ??,ms mincho,serif. Can you please give me the solution? |
|||||
#9847 | Elementspath is trying to setHtml of bottom space on inline editor | Bug | Normal | CKEditor 4.0.1 | Core : Selection | |
Description |
Error is thrown: |
|||||
#9848 | Failing command test after switching off selectionChange's errorProof flag | Bug | Normal | CKEditor 4.0.2 | General | |
Description |
Hint: it doesn't fail when ran alone - http://ckeditor4.t/dt/core/command/command.html?name=test-command-states-in-detailssummary |
|||||
#9851 | selectionChange isn't fired when mouse selection finished outside editable | Bug | Normal | CKEditor 4.0.2 | Core : Selection | |
Description |
Extracted from #9699.
Reproducible on Webkits, Opera, FF. After #9699 some cases may be fixed - usually those target by that patch. But even when issue from #9699 was fixed, I was sometimes able to reproduce this one. |
|||||
#9852 | Opera: dialogs not closing after inserting elements | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Table dialog closes & table with default values for rows & columns inserted in editor body. Actual: Table with default values for rows & columns inserted in editor body, but table dialog not closed. Same issue happens with Smileys, Flash, Image, IFrame, Anchor, Link dialogs |
|||||
#9853 | Editor#addRemoveFormatFilter is exposed before it really works | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/2 |
|||||
#9856 | Divarea breaks native context menu | Bug | Normal | CKEditor 4.5.4 | General | |
Description |
When using the divarea plugin, the native contextmenu no longer works on the content space. This is caused by the following constellation:
One solution could be to modify the |
|||||
#9857 | Extra space added before closing tag | Bug | Normal | General | ||
Description |
I am seeing an extra space that appears before the closing tag of some of the elements. If I submit with those extra spaces, they appear on the site as a black diamond with a white '?' inside it (appears in Chrome 23, Firefox 17, IE 9). The weird thing is that the space only appears inside specific DIV tags. I can delete the space, and submit those changes and the display is good. However, if I delete the space then switch to the WYSIWYG editor and back to the source view the space reappears. I found the following link and followed it putting "false" in all the fields, and that removed all the indentation, but the space was still there. http://stackoverflow.com/questions/2547090/removing-unwanted-newline-characters-when-adding-p-in-ckeditor/7045742#7045742 |
|||||
#9858 | Opera incorrectly scrolls when pasting | Bug | Normal | CKEditor 4.0.1 | Core : Pasting | |
Description |
Port patch from #9771 for Opera. |
|||||
#9859 | Red on http://ckeditor4.t/dt/core/creators/creators.html | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
The following test is red: Regression introduced by git:c551fd8. |
|||||
#9862 | The editor instance "xxxx" is already attached to the provided element | Bug | Normal | General | ||
Description |
When i reload Ckeditor by using "CKEDITOR.inlineAll", i have one error "The editor instance "xxxx" is already attached to the provided element". The dialog box of ckeditor is broken after this error. To fix it, i had this code at the begining of the function CKEDITOR.inlineAll "for(name in CKEDITOR.instances)
|
|||||
#9863 | Arabic numbers not display in editor | Bug | Normal | General | ||
Description |
Hi, I observed that when i type arabic numbers(١٢٣٤٥٦), in editor showing as it is but in html source code its shows english numbers(123456). Can you please suggest me ? Regards, mansoor |
|||||
#9864 | [IE10] Paste results in "Object doesn't support property or method 'createRange'" | Bug | Normal | CKEditor 3.6.6 | Core : Selection | |
Description |
Steps to reproduce (1)Open Special Character and try inserting any character. Result: SCRIPT438: Object doesn't support property or method 'createRange' wysiwygarea/plugin.js, line 125 character 4 Steps to reproduce (2)
Result as above. Steps to reproduce (3)<p> Sample <img src="http://b.cksource.com/a/1/img/sample.jpg" /> image</p>
Result as above. |
|||||
#9865 | [IE10] Cursor is not visible after reaching the bottom of editing area using enter key | Bug | Normal | CKEditor 3.6.6 | Core : Selection | |
Description |
Happens in all enter modes.
Result: when reaching the bottom of the editing area, the wysiwygarea is not scrolled automatically to the cursor position. Only after pressing any other key, the editor scrolls correctly to the cursor. Started happening in revision [7662] |
|||||
#9866 | [IE10] The full toolbar is displayed in two lines in RTL environment | Bug | Normal | CKEditor 3.6.6 | UI : Toolbar | |
Description |
See the attached screenshot (Hebrew language was selected)
The monitor must be wide enough to see the issue. Reproduced in 3.6.6(SVN), happens at least since 3.5 (previous versions did not load at all). I was unable to confirm it in 4.0. |
|||||
#9868 | Add Tatg in Selected text | New Feature | Normal | General | ||
Description |
We need a feature where we can select a text inckEditor and have abilty to add tag. Here is the ref for the same http://www.voofie.com/content/2/ckeditor-plugin-development/ Here you can check that on checked text you can add comments. Please let me know if you have any plugin or add on having same feature OR you can add this to Ck Editor. |
|||||
#9869 | CKEDITOR 4 toolbar is acting weird | Bug | Normal | General | ||
Description |
Hey. I know the summary sucks, but I seriously don't know what sentence would describe it better. The toolbar seems to be bugging pretty bad. I've added some images that'll show my issues. |
|||||
#9872 | checkDirty() function returns true when called on onload. | Bug | Normal | CKEditor 4.0.2 | General | |
Description |
I have seen that when we call function checkDirty() on page load/ckeditor load for ckeditor version 4.0 it provides true value. This should be false. As at the first time of loading there could not be any change on content of loaded ckeditor, consequently it should return false. It is found that in older version ie v 3.6.3/3.6.5 above function call on page load gives undefined value. Please advise. Thanks, Bhavesh khatri |
|||||
#9873 | Several JSLint issues to be fixed | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
(M=c824c5d) oleq@pc ~/ck/ckeditor-dev> dev/jslint/linter ~/ck/ckeditor-dev/dev/jslint ~/ck/ckeditor-dev /home/oleq/ck/ckeditor-dev/core/htmldataprocessor.js(187): lint warning: unreachable code function createFiller( isOutput ) { ................^ /home/oleq/ck/ckeditor-dev/core/htmldataprocessor.js(338): warning: function createBogusAndFillerRules does not always return a value } ........^ 0 error(s), 2 warning(s) ~/ck/ckeditor-dev |
|||||
#9874 | CKEditor / PHPMySqL : The HTML code is not correcltly transmitted to my Data Base | Bug | Normal | General | ||
Description |
I've got some issu regarding text align Center, Right Underlight text Text color When I transmitted the textarea to my data base PHPMysqlAdmin the Html Code is missing in my data base PHPMysql as : <p style="text-align: center;">TEST<br></p> Instead after the post in my data base I've got : <p>TEST</p> I don't have any issu for the BOLD function : <p><strong>TEST</strong></p> That is correctly set after the POST to my data base
My Formular Code : echo '<b>Indication</b> <input type="submit" name="bouton_indication" value="modifier" /> : <textarea id="indication_text" type="text" name="indication_text" >'.$rowindication?.'</textarea>'."<br />\n";
My SQL Submit : $rq_maj= 'UPDATE points SET indication="'.$indication.'" WHERE points.title="'.$pt.'" ' ;
Have you got an explaination.? Thanks for your help Test page : http://alex69.dyndns.info/meridien/edit.php?point=P2 |
|||||
#9875 | Table dialog doesn't populate width correctly | Bug | Normal | CKEditor 4.0.1 | Core : Tables | |
Description |
Now repeat these steps with |
|||||
#9876 | CKEditor 4.0 on Wordpress 3.5 and Firefox | Bug | Normal | General | ||
Description |
When running any CKEditor 4.0 release on Wordpress v3.5 the editor does not show in Firefox. The editor loads in both Chrome and IE however fails to display on Firefox. Both errors are thrown by scayt Developer console displays error relating to _base.xd.js as an empty string is being passed into getElementById(): var _3db=document.getElementById(_3da); caused by: var _3da=t.containerNode.parentNode.getAttribute("widgetid"); Errors also thrown by loaderbase.js: getAttributeNode is deprecated and should be getAttribute var attr=node.getAttributeNode&&node.getAttributeNode(_349); attr.specified is deprecated and will always return true return attr?attr.specified:false; |