Custom Query
Results (9501 - 9600 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#11413 | Wrong execCommand behavior | Bug | Normal | CKEditor 4.3.3 | General | |
Description |
See: https://github.com/ckeditor/ckeditor-dev/blob/master/core/editor.js#L821 // This condition is never false if ( this.fire( 'beforeCommandExec', eventData ) !== true ) { ... } If beforeCommandExec returns false, execCommand should stop the execution. But : if(false !== true) is true. Also afterCommandExec: if ( !command.async && this.fire( 'afterCommandExec', eventData ) !== true ) Fix it by just remove the " !== true " check. |
|||||
#11416 | [OSX,Webkit,Blink,Inline] Unable to undo the first text cut in inline editor | Bug | Normal | CKEditor 4.3.2 | Core : Undo & Redo | |
Description |
Expected: Cut is undone.
Actual: Nothing happens, undo is
In my opinion this bug was always there, but it was hidden by browser's native undo, which we fixed in #11126, so it eventually emerged. It appears to be OSX-related bug only. Works perfectly in Linux. |
|||||
#11417 | Doubleclick event (documented) can never work | Bug | Normal | CKEditor 4.3.3 | UI : Widgets | |
Description |
Expected: see operation execute Observed: nothing happens
Internally (in
As a result, listening to Possible solutions:
|
|||||
#11420 | IE: editor blinks and Drop-downs closed immediately after show when CKEditor opened as a modal dialog | Bug | Normal | General | ||
Description |
Steps to reproduce:
Problems: The screen will blink when modal dialog opens. Clicking on other drop-downs ("Font", "Size", "Format") will show and immediate hide them and screen will blink each time. Browser: IE9/10/11 |
|||||
#11421 | Firefox 3 left over code in clipboard plugin | Task | Normal | Core : Pasting | ||
Description |
In the clipboard plugin it seems that there are a few lines related to ff3x that it's no longer supported and could be removed. ff3x = CKEDITOR.env.gecko && CKEDITOR.env.version <= 10902, etc... |
|||||
#11422 | FF3.x, IE6-7, Opera12.x leftovers in code | Task | Normal | CKEditor 4.4.0 | General | |
Description |
We dropped support for all these browsers. Time to clean our code base. Additionally, env.isCompatible should be updated. |
|||||
#11424 | [Blink] Focus stays in menucombo after picking an option | Bug | Normal | General | ||
Description |
Expected result:
Current result: |
|||||
#11430 | Pasting text using ctrl-v or the paste button does not work in IE11 | Bug | Normal | General | ||
Description |
When running IE11 on Windows 7 I am not able to past text into a CKEditor window at all. I saw other bugs mentioning this and they were closed. This problem still appears to be happening. Possibly related observations:
People are screaming at me about this, so if it can be fixed, that would be just super! :-) |
|||||
#11431 | FCKEditor is not in editable mode | Bug | Normal | Core : Editable | ||
Description |
HI, We are experiencing some unexpected issue with FCK editor 2.6.6 with Plone 3.3.1 on Firefox 26.0. In our CMS we have 4 tabs, 1st tab contains 5 FCK editors, and rest all tabs contain 2 or FCK editors. By default, the first tab gets visible and all the FCK editors get loaded in editable mode in the first tab. But when we click on other tabs, FCK editors get loaded but they are not in editable mode (except the first 1). Kindly refer the attached screen shots and let me know if you need any further information. Thanks in advance, Tanmay |
|||||
#11432 | [CHROME 32] Image icon | Bug | Normal | General | ||
Description |
Image icon disappeared after chrome update to 32. Tried full version and custom build that was working before (attachment) chrome update. |
|||||
#11435 | ReadOnly mode acts as Disabled | Bug | Normal | Core : Read-only | ||
Description |
We use CkEditor for internal messaging. With links allowing pointing around our internal system. But ckeditor in ReadOnly mode prevent links from being clicked. My understanding of ReadOnly is that content cannot be edited. It shouldn't prevent interaction, selection or navigation of content. |
|||||
#11436 | Maximize plugin with shared space doesen't work | Bug | Normal | General | ||
Description |
Hello, problem is when you use CKEditor with plugins sharedspace and maximize. Maximize will be maximized to whole page that ckeditor's toolbar is not visible. http://i.imgur.com/xjoEKJt.png http://i.imgur.com/XCsDVEE.png |
|||||
#11437 | [Umbrella] Rich content drag-and-drop and files pasting and dropping support | New Feature | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Umbrella ticket for drag-and-drop and direct pasting of files for CKEditor. Parts:
Postponed:
Note: each of these parts should be handled in its ticket, not in this umbrella ticket. Related: #7422. Edit: Small test case to check #11657. It seems that in inline and divarea editors there is something wrong with selection and D&D. |
|||||
#11438 | Splitting table cells causes table content to move. | Bug | Normal | CKEditor 4.3.3 | Core : Tables | |
Description |
Notice that the data you entered in step 4 moves. See this behavior in 3.6, but also current 4.x. |
|||||
#11439 | Properties get cloned in Cell Properties dialog if multiple cells are selected | Bug | Normal | CKEditor 4.3.3 | Core : Tables | |
Description |
Notice that the cell layout changes. Apparent on 3.6 and current 4.x. Browsers IE and Chrome. |
|||||
#11440 | CK4.3.1 (revision 3ecd0b8), Indent icon disabled | Bug | Normal | General | ||
Description |
IE10.0.9200.16736 When text is highlighted, the indent and outdent icons are grayed (disabled) |
|||||
#11460 | Handling dropping content in editor | New Feature | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Part of #11437. Spec (status: proposal)
|
|||||
#11461 | Inserted (dropped, pasted) images uploading support | New Feature | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Part of #11437. Spec (status: under construction)Main obstacle: uploading is asynchronous when #paste event is synchronous. Worth mentioning: since we have ACF, we may finally and completely switch to reading pasted data from paste event. The problem was that on Webkit&Blink it contains awful HTML markup with millions of inline styles. This way we'll be able to get rid of pastebin on some browsers. It may be a good opportunity, because most likely we'll have to use data carried in native paste event anyway. |
|||||
#11462 | [Blink] Hitting shift+enter twice from the top of a formatted block will add a space below the cursor | Bug | Normal | UI : Spell Checker | ||
Description |
Expected: the two new lines are added above the text. cursor stays at the start of the text. Outcome: the second hitting shift+enter will create the new line under the text and move the cursor into it. |
|||||
#11463 | Post-submit editor scrolls page upon enter / paste | Bug | Normal | General | ||
Description |
Steps to reproduce:
Form will be submitted to same page and repopulated with error message (if any).
The page will scrolls down leaving quite a big gap. (e.g. 3-4 times copy-paste could send the editor out of sight). Expected result: Page shouldn't budge an inch. Only the textarea (with scrollbar), should. Browser and OS - PC, Win7, tried on Chrome 32 and earlier, and Firefox 26. Screenshot - I probably should provide video for this. But, don't have the tools. Build configuration - Custom. |
|||||
#11464 | Merge Paragraph | New Feature | Normal | Core : Parser | ||
Description |
Dear Team,
When i am editing the content using Ckeditor,if i have pressed enter key,it creates new <P> paragraph tag form the enter mark. My Requirement is: if i use backspace in beginning of the spilted paragraph it should get merged with the previous paragraph. same for deleting at the end of paragraph it should get merged with next paragraph.
Please do the needful to resolve this problem.
Regards, |
|||||
#11465 | [OSX][Linux][Webkit] Error thrown in while right-clicking a nested editable | Bug | Normal | UI : Context Menu | ||
Description |
Expected: Context menu to be displayed. Actual: Uncaught TypeError: Cannot call method 'checkReadOnly' of undefined plugin.js:382 (clipboard) Funny facts:
|
|||||
#11466 | SCAYT jumps to previous ckeditor instance for second misspelling in Chrome | Bug | Normal | UI : Spell Checker | ||
Description |
With SCAYT enabled on multiple ckeditors in Chrome, the second time a word is misspelled it jumps to the previous ckeditor instance. To reproduce you need multiple editors with SCAYT on one page. I reproduced the bug using http://nightly.ckeditor.com/14-01-20-07-05/full/samples/plugins/magicline/magicline.html
This happens using Google Chrome Version 32.0.1700.76 m on a Windows 7 Professional PC |
|||||
#11467 | editing font size and colour | Bug | Normal | General | ||
Description |
Dear sir, I tried your the full version of ckeditor 4.3.1 on your demo page, it works fine, so I downloaded it and upload to my opencart 1.5.1.3. Somehow there is a problem with the font size and font colour functions. It seems selected text get's deselected when clicking the toolbar and cursor ends up at the beginning of edited document. I tried to search for solution, but no luck. Did I do something wrong. Is it got to do with the IE that I am using? I am using IE 11. I also read that this problem have been solved with the new version of ckeditor 4.3.1. Please help cause this has bugging me for days. Thank you. |
|||||
#11472 | Detection & initialisation of widgets in foreign injection of HTML | New Feature | Normal | UI : Widgets | ||
Description |
I'm currently working on a system where the RTE is only part of the whole, and thus some tools interacting with the RTE are (mostly) independent from and unaware of the RTE. For the most part things work great, but an issue I've encountered is when one of these separate components adds a DOM subtree without the RTE's root *and* that subtree contains potential widgets.
As far as I understand the code, part of the widget processing pipeline (the detection of widget candidates via upcast calls and the creation of the wrapper) is performed during data processing, and the activation of the detected & wrapped widgets is a second step (performed via el.outerHTML = editor.dataProcessor.toHtml(el.outerHTML); editor.widgets.initOnAll(); This *seems* to work correctly, but
Thus it would be nice if there were a blessed API through which one could tell the widgets plugin/repository "here's a DOM subtree (DOM element), find out if there's any widget in it and initialise them in-place". |
|||||
#11474 | Keyboard hides after pasting on iOS | Bug | Normal | Core : Pasting | ||
Description |
Using CKEditor demo standard editor on an iPad 2 with iOS 7.0.4:
Observed: copied text is correctly pasted into the editor, but the keyboard closes. Expected: the keyboard should not close after pasting (doesn't do this on other sites with input text boxes). |
|||||
#11476 | config.browserContextMenuOnCtrl does not work with the divarea plugin | Bug | Normal | UI : Context Menu | ||
Description |
The browserContextMenuOnCtrl config option works with the wysiwygarea plugin and in inline editing mode, but not with the divarea plugin. After reading the code, it seems due to the disableContextMenu() called in themedui.js on the generated contenteditable div. |
|||||
#11477 | If you use "Paste from word" when pasting table it looses color formatting | Bug | Normal | Plugin : Paste from Word | ||
Description |
If you have a table in Microsoft Word that has color formatting and copy this into the CKEditor using the "copy from word" button, the color formatting is lost. Other formats like italic, bold are kept. Open the attached word file Mark the table in the file Copy it Click the "Copy from word" button in the editor and paste the copied text there. See that for now the formatting is kept. Click OK Observe that the inserted text has lost color formatting |
|||||
#11478 | Can't use jQuery Object as option-property with the jQuery Adapter | Bug | Normal | CKEditor 4.4.2 | General | |
Description |
You can't use jQuery objects as options when using the adapter: $( '#editable' ).ckeditor( function() { /* Callback function code. */ }, { uiColor : '#9AB8F3', test: $('body') //Results into a Uncaught TypeError: Illegal constructor }); // Use CKEDITOR.inline(). I was upgrading from 3.6 to 4.3 when I got this problem. I used those jQuery objects in my company's plugins. For more info, see: http://stackoverflow.com/questions/21159229/using-own-properties-in-ckeditor-4-plugin-upgrade-from-version-3 In the attached file is a ckeditor_4.3.2_full.zip with one 'bugged' example -> jquery_object.html |
|||||
#11480 | Code snippet plugin | New Feature | Normal | CKEditor 4.4.0 | General | |
Description |
A brand-new widgets-based plugin to make insertion of rich code snippets into editor contents nice and easy. Key features:
Existing mockup created during DrupalCon Prague 2013 sprint. |
|||||
#11482 | Regarding Ckeditor Command lines | Bug | Normal | General | ||
Description |
Dear Team,
Ckeditor introduced its own command lines and also changes the existing command lines.
Before: <!--?A3B2 twb=0.39w?--> After: <!--{cke_protected}{C}%3C!%2D%2D%3FA3B2%20twb%3D0.39w%3F%2D%2D%3E-->
Please guide me to resolve this problem. Thanks in advance. |
|||||
#11483 | Selecting through Status bar and deleting get merged with next element | Bug | Normal | General | ||
Description |
Based on below Stack Overflow Question |
|||||
#11484 | Text with CSS3 column-count property in IE 11 handled as bloc | Bug | Normal | General | ||
Description |
I have a style "two cols" defined in my CSS like this : .two-cols{ -moz-column-count:2; -webkit-column-count:2; -o-column-count:2; column-count:2; -moz-column-gap:20px; -webkit-column-gap:20px; -o-column-gap:20px; column-gap:20px; } When I apply this style on a text under firefox, chrome or IE 10, there is no problem. I can click on the text anywhere I want and edit it. Under IE 11, the text is handled as a bloc, and I can't edit it. |
|||||
#11487 | Mousing-over an image when using the enhanced image plugin results in the dirty flag being set | Bug | Normal | CKEditor 4.3.3 | UI : Widgets | |
Description |
I have a site that utilises CKEditor 4.3.2 in an inline configuration. I use the checkDirty() function to check whether the editor contents have changed whenever a user tries to navigate to another page within the site, and prompt them to save if the contents have changed. This functionality worked perfectly until I replaced the original image plugin with the new widget-based enhanced image plugin. As soon as I did this, every time I mouse-over an image, the dirty flag becomes set, even if the editor toolbar is not actually instantiated. Essentially, all you have to do to trigger this behaviour is mouse-over an image when using the enhanced image plugin, and the editor seems to think that the contents have changed. If I avoid mousing over images, the issue does not occur. I can reproduce the problem using Firefox 26, Chrome 32.0.1700.76 and Internet Explorer 11. In all other respects, the enhanced image plugin seems to function fine. |
|||||
#11489 | [JSDuck] Migration 4.6.3->5.x | Task | Normal | CKEditor 4.4.0 | Documentation & Samples | |
Description |
We need to use the latest version of JSDuck to make a good start towards enhanced http://docs.ckeditor.com Note: There's 6.x beta which soon may become stable. |
|||||
#11490 | Menubutton does not work in source mode | Bug | Normal | CKEditor 4.3.3 | General | |
Description |
After this commit: https://github.com/ckeditor/ckeditor-dev/commit/ddf9074ad04d18d5ba6a8dcc1a9162936e455bc2 menubutton stopped working in source mode. After pressing the menubutton, the dropdown menu does not open when the editor is in source mode.
Firefox reports:
Chrome reports: The attached plugin can be used to reproduce this issue. |
|||||
#11492 | Tablerizer plugin bugs | Bug | Normal | General | ||
Description |
After implementing CKEditor 4.3, I faced the following bugs for the table-resizer plugin: IE 8,9,10,11 & Firefox
Chrome:
N.B. Firefox selects tables differently when you start selecting from within a cell. Tested it at the demo page: http://ckeditor.com/demo#table-resizer |
|||||
#11493 | Selection#getRanges(true) overrides cached ranges | Bug | Normal | CKEditor 4.3.3 | Core : Selection | |
Description |
I was investigating an issue with a plugin that extended the link plugin (ckeditor_link Drupal project) and found a perhaps unintended side effect of this function. I noticed the plugin was using "getRanges(true)" to obtain the ranges instead of the "getRanges()" that link.js itself uses in the onOk defintion. For the most part this was working. An except for an example: [...] definition.onOk = CKEDITOR.tools.override(definition.onOk, function(original) { return function() { var process = false; if ((this.getValueOf('info', 'linkType') == 'drupal') && !this._.selectedElement) { var ranges = editor.getSelection().getRanges(true); if ((ranges.length == 1) && ranges[0].collapsed) { process = true; } } original.call(this); [...]
This works fine so long as it's not an image created by the new image2 image widget that the plugin is being applied to. All text and other items appeared to work correctly, but the
After some investigation I tried the following:
I placed a
This resulted in breaking the standard functionality of the link plugin. I stepped through the process and found that the Since this only seems to cause an empty range selection on images created by the new image widget. |
|||||
#11494 | Incorrect handling of gt/lt-masked braces at editor load | Bug | Normal | General | ||
Description |
Summary: Text from an textarea, that is interpreted by CKEditor is removed, if it is between an < and >. Instead, the < and > should be interpreted and displayed as < and > Setup:
Situation: CKEditor is loaded onto page, that reads a database entry into a textarea. The entries possibly contain some normal HTML tags on purpose. Furthermore there are some braces in the text, which belong to the text itself and are masked with the corresponding HTML entities lt/gt. While inserting text, CKEditor maskes the braces correctly and writes them to the textarea. Consequently they are written to the database correctly. E. g. the text "select <column> from <table>" is being converted to "select <column> from <table>". However, as soon as the database entry is loaded to be edited, it comes to the problem, that CKEditor detects the text enclosed in the lt/gt-braces inside the textarea and just removes it. E. g. if the text given above is found, CKEditor interprets it as "select from" and just removes <column> and <table> Expected behaviour: Text mustn't be removed. Instead, < and > have to be displayed as < and >. |
|||||
#11496 | Some SPAN configurations create undesired hidden SPAN blocks | Bug | Normal | General | ||
Description |
Using the latest nightly build and this config.js file: /** * @license Copyright (c) 2003-2014, 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 the complete reference: // http://docs.ckeditor.com/#!/api/CKEDITOR.config // The toolbar groups arrangement, optimized for a single toolbar row. config.toolbarGroups = [ { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, { name: 'forms' }, { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] }, { name: 'links' }, { name: 'insert' }, { name: 'styles' }, { name: 'colors' }, { name: 'tools' }, { name: 'others' }, { name: 'about' } ]; // The default plugins included in the basic setup define some buttons that // we don't want too have in a basic editor. We remove them here. // config.removeButtons = 'Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript'; // Let's have it basic on dialogs as well. config.removeDialogTabs = 'link:advanced'; // new config added by hand (not default) config.allowedContent = true; config.tabSpaces = 4; config.templates_replaceContent = false; config.enterMode = CKEDITOR.ENTER_BR; config.autoParagraph = false; config.fillEmptyBlocks = false; config.extraPlugins = 'maximize,showblocks'; config.removePlugins = 'devtools'; config.toolbar = 'MyToolbar'; config.toolbar_MyToolbar = [ [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ], [ 'Image','Table','HorizontalRule','Smiley','SpecialChar' ], [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ], [ 'Styles','Format' ], [ 'Abbr','-', 'Bold','Italic','Strike','-','RemoveFormat' ], [ 'TextColor','BGColor' ], [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote' ], [ 'Link','Unlink' ], [ 'input', 'free', 'checkbox', 'radio', 'multiple', 'select', 'upload', 'array', 'imagemap', 'tabs', 'fieldset' ], [ 'Templates', 'Maximize', 'ShowBlocks', '-', 'Source' ] ]; config.toolbar_Advanced = [ [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ], [ 'Image','Table','HorizontalRule','Smiley','SpecialChar' ], [ 'Styles','Format' ], [ 'Abbr','-', 'Bold','Italic','Strike','-','RemoveFormat' ], [ 'TextColor','BGColor' ], [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote' ], [ 'Link','Unlink' ], [ 'Maximize', 'ShowBlocks' ] ]; config.toolbar_Basic = [ [ 'Abbr','-', 'Bold','Italic','Strike','-','RemoveFormat' ], [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote' ], [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ], [ 'Link','Unlink' ], [ 'Maximize' ] ]; CKEDITOR.on( 'instanceReady', function( ev ) { var nonBlockTags = ['input','label']; var blockTags = ['div','h1','h2','h3','h4','h5','h6','p','pre','ul','li']; var rulesBlock = { indent : true, breakBeforeOpen : true, breakAfterOpen : true, breakBeforeClose : true, breakAfterClose : true }; var rulesNonBlock = { indent : true, breakBeforeOpen : true, breakAfterOpen : true, breakBeforeClose : true, breakAfterClose : true }; for (var i=0; i<blockTags.length; i++) { ev.editor.dataProcessor.writer.setRules( blockTags[i], rulesBlock ); } for (var i=0; i<nonBlockTags.length; i++) { ev.editor.dataProcessor.writer.setRules( nonBlockTags[i], rulesNonBlock ); } ev.editor.dataProcessor.writer.setRules( 'span', { indent : true, breakBeforeOpen : true, breakAfterOpen : true, breakBeforeClose : true, breakAfterClose : true } ); }); }; Steps to reproduce:
<div class="former input" title="INFORMACION"> <span class="big horizontal advanced"> <label class="required" for="NOMBRE"> DESCRIPCION </label> <input charset="-_." class="medium username required" id="NOMBRE" maxlength="20" minlength="3" name="NOMBRE" type="text" value="INICIAL" /> </span> </div>
You'll see that there is a new hidden SPAN block. If you repeat steps 2 and 3 more hidden SPAN blocks will be generated. I've found that the problem appears when I make 'true' any of the 'break' settings for the SPAN element. The behaivour is the expected only when all settings are set to false, like here: ev.editor.dataProcessor.writer.setRules( 'span', { indent : true, breakBeforeOpen : false, breakAfterOpen : false, breakBeforeClose : false, breakAfterClose : false } ); |
|||||
#11497 | `cleanWord` undefined in "pastefromword" plugin | Bug | Normal | Plugin : Paste from Word | ||
Description |
Users error when pasting from word using ckeditor 4.3.0 because |
|||||
#11498 | Autoreplace content with rich content (hashtags to links to hashtags) | New Feature | Normal | General | ||
Description |
Is there a way to autoreplace content with ricth/HTML content as user types it in? For example, if user types in an URL, I would like that this URL automatically becomes a link. If user types in a hashtag, I would like to automatically create a link to list of posts with that tag on my blog. If user mentions another user with @ then I would like to make a link to that user's profile page on my site. Sometimes I would like that the output text is not the same as input, for example, when you on GitHub link to a ticket with full URL, only project name and issue number are displayed, while still linking to the full URL. Same with link shorteners. Is this possible? |
|||||
#11499 | changes do not reflect in site | Bug | Normal | General | ||
Description |
sir i have installed fck 2.6.5 editor for my website but when i change allignment of text it shows in editor window but it do not reflect in website. for example i changed the alignment of table in center but it stills reflect in left allign in website |
|||||
#11500 | CKEditor on [Webkit/Blink] drops cursor when changes in one editor update another | Bug | Normal | CKEditor 4.4.0 | General | |
Description |
Expected: editor2 updates. editor1 cursor remains at original place. Observed: editor2 updates. editor1 cursor goes back to start of editor. Screencast attached. Firefox works fine. |
|||||
#11504 | When config.fullPage = true, entities are not encoded in editor's output. | Bug | Normal | CKEditor 4.3.3 | General | |
Description |
When config.fullPage is set to true, latin characters are not transformed to HTML entities. When default / false, latins are transformed correctly.
I'm using version 'Full' from the package. Worked in the earlier version, which was some 4.0.x. |
|||||
#11507 | [PR#78] Templates plugin does not play well with data filtering. | New Feature | Normal | General | ||
Description |
There should be a way to register data filter rules when registering templates. I made a pull request on github : https://github.com/ckeditor/ckeditor-dev/pull/78 Current registration of templates work through hash tables like : { title: 'Image and Title', image: 'template1.gif', description: 'One main image with a title and text that surround the image.', html: '<h3>' + // Use src=" " so image is not filtered out by the editor as incorrect (src is required). '<img src=" " alt="" style="margin-right: 10px" height="100" width="100" align="left" />' + 'Type the title here' + '</h3>' + '<p>' + 'Type the text here' + '</p>' }
The patch looks for a new key in the template registration hash table : { title: 'Image and Title', image: 'template1.gif', description: 'One main image with a title and text that surround the image.', html: '<h3>' + // Use src=" " so image is not filtered out by the editor as incorrect (src is required). '<img src=" " alt="" style="margin-right: 10px" height="100" width="100" align="left" />' + 'Type the title here' + '</h3>' + '<p>' + 'Type the text here' + '</p>', allowedContent: 'img{margin-right}' }
The |
|||||
#11508 | DataProcessor processing nested (encoded) attributes | Bug | Normal | CKEditor 4.3.3 | Core : Parser | |
Description |
Expected: <p><img data-foo="<a href="XXX">YYY</a>" /></p> Actual: <p><img data-foo="<a data-cke-saved-href="XXX">YYY</a> href="XXX">YYY</a>" /></p>
What happened?
Dataprocessor considered protectAttributeRegex = /\s(on\w+|href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi;
Another TC: Paste <p><img data-foo="<a href="XXX">YYY</a>" /></p> into source view and switch modes twice. |
|||||
#11509 | divarea plugin prevents browser context menu from firing | Bug | Normal | UI : Context Menu | ||
Description |
When using the divarea plugin, if you disable CKEditor's contextmenu plugin, then the browser's context menu will not fire. It also prevents the Ctrl+Right-click override which is supposed to allow the browser's context menu to fire if the contextmenu plugin is enabled. This issue can be reproduced on the demo page for divarea: (including a link marks my bug as spam???!!!) If you Ctrl+Right-click in the editor on that page nothing happens. Go to any of the other demos, and Ctrl+Right-click and the browser's context menu fires. |
|||||
#11511 | IE: incorrect selection when CKEditor opened as a modal dialog | Bug | Normal | General | ||
Description |
Steps to reproduce:
Problem: The 1st word selected and size 14 applied to it. |
|||||
#11512 | When composing a mail and pressing enter, an extra line is appended | Bug | Normal | General | ||
Description |
We are using CK editor to compose/format email. When you enter “John Smith” and press enter key in CK editor CK editor inserts additional blank line. We are using CK editor to compose/format email. Repro steps ====== Enter “John Smith” and press enter key in CK editor. You notice that CK editor inserts additional blank line. do the same with shift enter, it does not happen. The Enter Key has an ASCII value of 13 and Shift+Enter has 10. In the present scenario, the CK editor appends an additional Shift+Enter (Ascii 10) when user click on Enter Key (which is undesired). The issue is reproducible @ site ckeditor.com/demo |
|||||
#11513 | FCK editor Cut/Copy icon are disabled in Chrome Version "32.0.1700.102 m" and safari | Bug | Normal | General | ||
Description |
Hi I am using FCK editor since long And it was working fine till date. but all of a sudden the cut and copy icon are disabled in the chrome and safari. Is it a bug in fck editor or new version of the browser. Please help me in this issue |
|||||
#11514 | Font size in German with ... at the end in toolbar | Bug | Normal | UI : Toolbar | ||
Description |
If I use the CKEditor the drop down menu of the font size is abbreviated. Why? The word has only 5 letters and there is enough space. The word "Schriftart" (font famliy) is much longer and not abbreviated. What is the reason? For usability, it is better if written out. Thanks |
|||||
#11515 | Last item on bullet list ignored - Google chrome issue. | Bug | Normal | General | ||
Description |
I tested this error out on the demo page and it is happening there as well. After entering a new list of items, separated by a line break, ex: 1<br /> 2<br /> 3 And then selecting the list and hitting the bullet list button, the last item is being ignored, resulting in: <ul>
</ul> 3 This happens only on Google chrome. If adding a line break on the last item this error does not occur. And also out of curiosity, this error also doesn't occur after viewing the "source" code and returning to add the bullet list. Also if using <p> as the line break there are no problems. This isn't anything major but I think you would like to know that this is happening. It seems to be a simple compatibility issue regarding the text selection on chrome. Please let me know how to proceed. Thank you for your time. Regards, Sergio |
|||||
#11517 | IE 8 triggers beforeUnload event when toolbar button is clicked | Bug | Normal | General | ||
Description |
Environment:Browser: Internet Explorer 8 OS: Windows XP Description:When I try to apply some formatting on text (using toolbar buttons: Bold for example), Alert message is displayed (see attached screenshot) How to fix:I think you should add evt.preventDefault() in onClick handler function for toolbar buttons. Because IE is triggering beforeUnload event any time when link is clicked. Temporary fix:I have fixed above reported issue temporary using this: CKEDITOR.on 'instanceReady', (event) -> if CKEDITOR.env.ie $('a.cke_button').removeAttr('href') |
|||||
#11518 | Inline Editing Cursor Jump w/ SCAYT Enabled | Bug | Normal | UI : Spell Checker | ||
Description |
I see this happen on our app and also on your demo. If SCAYT is enabled and you click into an inline area to edit, the cursor jumps to the 0 position and needs to be focused into the original position again. Any fixes for this? Behavior w/o SCAYT enabled is fine. |
|||||
#11521 | Several issues | Bug | Normal | General | ||
Description |
I took over an application which had a very old version of FCKEditor. I upgraded it to FCKEditor v2.6.5 and it works fine. However, it appears that the older versions are no longer supported, so I upgraded to v4.3.2. That wasn't quite as easy a task as it should have been. Unfortunately, there are so many issues that I am forced to stick with the unsupported version until these issues are fixed. Using: CKEditor v4.3.2, CKEditorControl v3.6.4 Issue List
I cannot upgrade to a newer release until this editor works at least as good as the unsupported version. Please let me know when you have added the transformations for the Font element and have fixed the dropdown bug in IE compatibility mode. I have tried your sample and was unable to duplicate the problem with the dropdown. However, it is not using the CKEditorControl, so the error is probably in that control. If you can provide me with a supported version number that doesn't have those two problems, I will upgrade to that version until the bugs are fixed. I have attached a sample page. I am using IE 9 with the Compatibility View turned on. |
|||||
#11525 | Hyperlink tool doesn't work with Internet Explorer | Bug | Normal | UI : Dialogs | ||
Description |
We're having this problem only with IE, none of the other browsers. The attached ck02.jpg shows how the link tool's popup looks in all other browsers, and it works fine. But ck01.jpg shows its appearance in IE -- very different. Wouldn't matter, except it just doesn't work. You can type whatever you wish in the text areas, but the "ok" and "cancel" buttons are dead. So also is the "X" to close at upper right. You can't close the popup, and it leaves the page behind it disabled. Any ideas? TIA. |
|||||
#11526 | dataTranfer & clipboardData research | Task | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Check what is the current status of dataTranfer & clipboardData objects in drag and drop and copy and paste. Specs: |
|||||
#11527 | Ipad scrolling not woirking when embedded in an iframe. | Bug | Normal | General | ||
Description |
<iframe src="http://ckeditor.com/demo" height=99% width=99%> <!-- Used as the template for the contentframe widget --> </iframe> The scrolling does not work first time. When we click the demo link again the scrolling works fine. |
|||||
#11528 | image dialog not working - CKeditor / Mootools 1.2 conflict | Bug | Normal | General | ||
Description |
If you add mootools 1.2 to any samples page on ckeditor 4.3.2 , the image dialogue is not working. This is what I see in chrome javascript console: Uncaught TypeError: Object [object Object] has no method 'stringify' ckeditor.js:1025 r ckeditor.js:1025 k ckeditor.js:995\ o.initOn ckeditor.js:1031 Q.a.addCommand.exec ckeditor.js:997 exec ckeditor.js:176 CKEDITOR.tools.extend.execCommand ckeditor.js:238 CKEDITOR.tools.extend.click ckeditor.js:610 d.execute ckeditor.js:611 (anonymous function) ckeditor.js:612 (anonymous function) ckeditor.js:27 CKEDITOR.tools.callFunction ckeditor.js:27 onclick
Is there a work around? Any help will be appreciated. Thanks Tim |
|||||
#11529 | OpenOffice paste table loses background color | Bug | Normal | Plugin : Paste from Word | ||
Description |
Copy/Pasting a table from OpenOffice using the Steps to reproduce:
Expected: The table to be pasted maintaining the font styles and table format. Result: The font styles are preserved, but the table cells have no background color. The copied data from OO differs from the one from Word in that it uses inline bgcolor instead of styling via background such as: <td bgcolor="#ff00ff">
Could this be added to the |
|||||
#11531 | Google CDN Url for the Full featured CKEditor? | Task | Normal | General | ||
Description |
I have downloaded CKEditor 4.3.2 from ckeditor site but i need to store lot files like more than 100 in my project which is bad. I searched for the 'cdn url of ckeditor' and got the url for the ckeditor standard package. I can use that but it does not have all the features which i need. Please provide me the url for the ckeditor full ferature. |
|||||
#11532 | Create editor#addContentsCss() method | New Feature | Normal | CKEditor 4.4.0 | General | |
Description |
We should create more convenient way to add custom css files. Now we accept as
Method should be editor member, so we will end up with Method should accept as its parameter a string. |
|||||
#11533 | Elements upcasted repeatedly if pseudo-DOM modified during upcast | Bug | Normal | CKEditor 4.3.3 | General | |
Description |
It turned out that in some cases upcasting may go out of control. Assumptions:
Now let's follow
|
|||||
#11534 | CKeditor (Inline) problem when no cached version is available | Bug | Normal | General | ||
Description |
When the editor is loaded inline on various contenteditable areas, and there is no cached version of the javascript files (maybe on first visit, or using a plugin to disable cache), the menu shows but when clicking the buttons or dropdowns nothing happens - much like the "readonly"-mode but with enabled buttons. This happens in Chrome & Firefox Version 32.0.1700.107 m. Setup: Windows 8.1, jquery 1.9, CKeditor 4.3 and loaded within an iframe. Full package, no custom plugins. When the page is refreshed and a cached version is available, the buttons are working again. Please advice. Thanks in advance |
|||||
#11535 | Pasting the text twice | Bug | Normal | General | ||
Description |
Hi, Problem: When I copy and paste plain text using ctrl + v , the content is getting pasted twice. I have created a custom plugin. The functionality is adding a drop down into the CKEDITOR toolbar. Getting the value from database and attached the click event to it. In the custom config I have following sett up: config.pasteFromWordRemoveStyles = true; cconfig.forcePasteAsPalinText = true; When I paste the content by right click, it is pasting only once and working fine. One more thing I have notice my application is a single page application and I have 3 instance of CKEditor only in one instance the ctrl + v key pasting the content twice. Because only in this instance I have added extra plugin and added the drop down to the toolbar. I have tested all the above actions in chrome browser and we are using CKEditor version 3.6.6 Could you please advice how to avoid the above mentioned problem. The content should be pasted only once. |
|||||
#11536 | Create htmlDecode - complementary function to htmlEncode. | New Feature | Normal | CKEditor 4.4.0 | General | |
Description |
We're missing
It make senese to implement such function. We may consider to do it in conjuction with t/11536, since it will touch the same thing. Related issues:
#11480 (currently it has implemented private implementation |
|||||
#11537 | Move regexps in html encode/decode functions to separate values | New Feature | Normal | CKEditor 4.4.0 | General | |
Description |
We may move regexps into separate variables that will bring slight performance increase since regexps will be compiled only once. See perf tests page This is trivial change and can be done along with t/11536 |
|||||
#11539 | Add API method to define placement for new toolbar buttons | New Feature | Normal | UI : Toolbar | ||
Description |
Please consider adding a new method to plugin/widget API to facilitate inserting toolbar buttons at a desired position by specifying an existing 'after' or 'before' member. The goal would be to avoid redefining the global toolbar in the config. As an exercise I'm writing a simple plugin that allows user to insert a clearfix div. As developer I would expect to be able to easily specify that the button should be sitting next to the Insert Horizontal Line button, without need to redefine the whole toolbar through config. I'm not sure at this point what kind of fallback should be supported should the target button not be available. PS. For many reasons I'm close to think that config should be converted from a string into an object. |
|||||
#11540 | Fix docs spelling | Bug | Normal | Documentation & Samples | ||
Description |
http://docs.ckeditor.com/#!/guide/plugin_sdk_sample_1 Creating the Toolbar Button "previews" should read "previous" |
|||||
#11542 | [IE11] Blurry icons in RTL editor | Bug | Normal | CKEditor 4.3.3 | UI : Toolbar | |
Description |
|
|||||
#11543 | CKEditor Toolbar is not showing up in IE | Bug | Normal | General | ||
Description |
Hi, I have used CKEditor in my web application its working fine in Firefox and Chrome but not in IE. Even its not showing Toolbar. Below is the Issue. Message: Inline element mode is not supported on IE quirks. Line: 225 Char: 343 Code: 0 URI: http://localhost:8080/UniRisX/includes/ckeditor/ckeditor.js |
|||||
#11544 | Placeholders should not be upcasted in parents not accepting spans | Bug | Normal | CKEditor 4.3.4 | UI : Widgets | |
Description |
New description
Important note: While working on this issue other scenarios like placeholder used in <textarea> or <video> should be checked. Perhaps more parent tags should be excluded. The rule may be that placeholder may only be created in if, according to DTD, text node's parent accepts span. Original description (incorrect)This is related to #11223 and this forum post I'm using the placeholder plugin in CKEditor 4.3.2, which generally works apart from two issues:
For example, starting by pasting this document into the source view: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>[[mytag1]]</title> [[mytag2]] </head> <body>[[mytag3]]</body> </html> Switching to HTML view then back to source results in: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title><span tabindex="-1" contenteditable="false" data-cke-widget-wrapper="1" data-cke-filter="off" class="cke_widget_wrapper cke_widget_new cke_widget_inline" data-cke-display-name="placeholder"><span class="cke_placeholder" data-cke-widget-keep-attr="0" data-widget="placeholder">[[mytag1]]</span></span></title> </head> <body>[[mytag2]][[mytag3]]</body> </html>
You can see an escaping wrapper has been applied in the title tag, and the Doing the same switch again results in: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title><span tabindex="-1" contenteditable="false" data-cke-widget-wrapper="1" data-cke-filter="off" class="cke_widget_wrapper cke_widget_new cke_widget_inline" data-cke-display-name="placeholder"><span class="cke_placeholder" data-cke-widget-keep-attr="0" data-widget="placeholder"><span tabindex="-1" contenteditable="false" data-cke-widget-wrapper="1" data-cke-filter="off" class="cke_widget_wrapper cke_widget_new cke_widget_inline" data-cke-display-name="placeholder"><span class="cke_placeholder" data-cke-widget-keep-attr="0" data-widget="placeholder">[[mytag1]]</span></span></span></span></title> </head> <body>[[mytag2]][[mytag3]]</body> </html> It's now double-escaped, and this repeats each time you switch views or save. For me this is a complete showstopper; I can't use CKEditor if it causes content explosions. |
|||||
#11545 | Issue with korean IME inputs | Bug | Normal | General | ||
Description | ||||||
#11546 | Database connection using CKEditor | New Feature | Normal | General | ||
Description |
Hey guys, Could you add a new toolbar with buttons to perform actions into databases using PHP? Thanks, |
|||||
#11547 | Markup characters in email | Bug | Normal | General | ||
Description |
The users are entering text into a ColdFusion form which is creating an email that gets read in Outlook. The client is using IE8 When the email is received, it shows HTML markup characters in the email. We have upgraded to the latest version. |
|||||
#11552 | CKEDITOR 4.3.2 IE11 Permission Denied | Bug | Normal | General | ||
Description |
So I am writing a plugin for ckeditor (@ mentions). when you type some characters (example "@John") a drop down will appear of a list of Johns that the user can select . When the users selects the drop down they want, it needs to remove the the "@John" text and insert an element that was retrieved from the dropdown The Code //Set the cursor at the current book mark mentions.editor.getSelection().selectBookmarks(CKEDITOR_mentions.CurrentBookMarks); // create the text for the element to insert var html = '<span style="background-color: #d8dfea;" data-personid="' + id + '" data-type="' + type + '" href="#">' + name + '</span> '; // Create the Element to insert var newElement = CKEDITOR.dom.element.createFromHtml(html, mentions.editor.document); //Insert the element mentions.editor.insertElement(newElement); //Get a new bookmark var tempBookMark = mentions.editor.getSelection().createBookmarks(true); //remove the text that the editor is replacing RemoveText(mentions.editor, mentions.char_input.join('')); // set the focus back to the saved book mark position mentions.editor.getSelection().selectBookmarks(tempBookMark); //focas on that position mentions.editor.focus(); Function that removes the text function RemoveText(ed, idontwant) { var edata = ed.getData(); var replaced_text = edata.replace(idontwant, ""); // you could also use a regex in the replace ed.setData(replaced_text); } The issue This works just fine on chrome however on IE11 after the text has been removed, when I try to access the mentions.editor.getSelection() I get "permission denied" error. I cannot set the bookmark and the focus is moved to the start of the ckeditor. |
|||||
#11553 | Newline and then backspace alters style using Chrome Browser | Bug | Normal | General | ||
Description |
To reproduce (from http://ckeditor.com/demo):
<span style="font-size:13px; line-height:1.2"> has been added to the <h2>-tag. Tested with Chrome v32.0.1700.107. |
|||||
#11555 | Invalid file or directory when try to delete a file or image in CKEditor 3.5.2 (revision 6450) | Bug | Normal | General | ||
Description |
Hello, I have integrated CKEdior in a php based website.Everything works fine except one thing, when try to delete a image or file which already on the server it gives me alert saying "Invalid file or directory". I had checked file permission and directory permission it has 777 mode. So I'm not clear with exact reason of the problem. Please see the attachment and let me know you can help me out. |
|||||
#11558 | Alignment state of the picture doesn't update properly. | Bug | Normal | General | ||
Description |
STR |
|||||
#11559 | IE11 - link on image is clickable - happens in the demo page as well | Bug | Normal | UI : Widgets | ||
Description |
using: CKEditor 4.3.2 with the enhanced image widget. IE11 OS - win 7 64bit. how to reproduce: add an image using the enhanced image widget. add a link to the image. left click on the image - you get redirected to the link. seems to happen only in IE11. |
|||||
#11561 | CKEditor: "Paste from Word" box does not display | Bug | Normal | General | ||
Description |
1.In CKEditor, click on "Paste from Word" icon. 2.Expected result: popup window with "Paste from Word" label
|
|||||
#11563 | CKEditor Backspace not functioning in Chrome,IE | Bug | Normal | General | ||
Description |
Hi We have used CKEditor standard packaged in our web application. But Backspace is working only in Firefox not working in Chrome and IE Thanks |
|||||
#11567 | Widget definition without button should not be automatically registered to ACF | Bug | Normal | CKEditor 4.4.0 | UI : Widgets | |
Description |
See 11567.html. Image should be filtered out because there's no image button in the toolbar. |
|||||
#11568 | Styles Combo: Select combo list is disabled when only object styles are defined | Bug | Normal | CKEditor 4.3.4 | Core : Styles | |
Description |
Descriptive summary If one only supplies object styles to config.styleSet, the Styles select combo list remains disabled, even when an object supporting at least one of the defined styles is selected. Steps to reproduce
CKEDITOR.config.stylesSet = [
];
Browser and OS Tested on Chrome and Firefox on Ubuntu 12.04.03 Screenshot Not included Sample data See config.styleSet definition above Test case file None Build configuration None |
|||||
#11569 | CKeditor for Joomla v4.3.2 has something wrong | Bug | Normal | General | ||
Description |
hi, I am not a programmer, but a Joomla user. I like your CKeditor for Joomla eitor plugin. I installed the latest version v4.3.2 (downloaded from http://cksource.com/ckeditor-for-joomla/download) on Joomla 3.2.2 and tried to create a new article with it. However, there is something wrong with your editor, it makes : Those editor-ext buttons below the editor window were turned into text links, and aligned vertically, which should be horizontally. The worse is, it makes the "Save" and "Save and Close" button NOT WORK ! I can not save my article! If I switch to the Joomla core default editor, TinyMCE, the above issues never happen. So, I think something must be wrong with your editor. Could you please fix them soon? Thanks. |
|||||
#11570 | include the syntaxhighlight addon as built-in plugin | New Feature | Normal | UI : Toolbar | ||
Description |
hi, I noticed that someone had created an editor addon named syntaxhighlight for CKeditor, it is on your addon list now (see: http://ckeditor.com/addon/syntaxhighlight ). But, I feel very difficult to set it up on my CKeditor for Joomla editor. Could you please just include this addon as a built-in (native) plugin of CKeditor? Then when I install CKeditor, I can have syntaxhighlight button already there. Thanks. |
|||||
#11573 | New event: DirtyStateChanged | New Feature | Normal | General | ||
Description |
Two very useful events for sites monitoring editor dirty state would be editorGotDirty and editorGotClean. The events would always be fired when the return value of checkDirty() would change. Here's a a use case: CKEDITOR.on('editorGotDirty', function(e) { console.log("editor is now dirty"); // Form containing ckeditor is now dirty, set flag }); This would be useful in replacing checkDirty() polling and listening to the 'change' event - I use the change event in combination with checkDirty to detect changes. This event would make a LOT of checkDirty calls redundant and quite possibly increase performance for complicated dirty checks that check other things than the editor dirty state too. I think it might not be that difficult to implement; wouldn't this be fired always when the save button state is changed? Better naming might be suitable. |
|||||
#11574 | Contenteditable megabug with nested ul/li structure | Bug | Normal | CKEditor 4.3.4 | Core : Editable | |
Description |
1). Create simple html-document with the following simple structure: <!DOCTYPE html> <html>
</html> 2). Open page in latest version of Firefox/Google Chrome (not tested others). 3). Click on "Sub-section 1.1" or "Sub-section 1.2" node. CKEditor will be loaded for the appropriate field. 4). Put the caret to the start of the edited node. 5). Press "Backspace" hotkey and you'll see that DOM-model is broken very hard:(((. |
|||||
#11575 | Replace keypress with other events | Bug | Normal | General | ||
Description |
According the official W3C specification the event 'keypress' is deprecated (http://www.w3.org/TR/DOM-Level-3-Events/#event-type-keypress). Some modern mobile browsers (Android, Windows) don't support this event. Alternative events are keydown, keyup, input or textInput (supported by some browsers but not specified), beforeinput (specified but not supported by browsers). CKEditor uses keypress at some places and causes problems on mobile devices. One place is the UndoManager (plugins/undo/plugin.js) so that the 'change' event isn't fired properly on mobile devices. editor.editable().on( 'keypress', function( event ) { undoManager.type( event.data.getKey(), 1 ); } ); |
|||||
#11576 | Support newest Android in env.js | Task | Normal | General | ||
Description |
I know that Android is not supported officially but it works a lot better than not at all. I would appreciate more differentiated rules according the supported browsers in env.js so that the newest Android chrome browsers are supported by default. |
|||||
#11577 | Open a select button (styles, ...) in a jQuery dialog | Bug | Normal | UI : Toolbar | ||
Description |
Hi, When a CKEditor standard is on a textarea that is in a jQuery dialog, when I click on a select menù (styles, format, ...) and re-click on the same button the plugin crashes (if I re-click on a option or on the other place works) with this error: TypeError: a.contentWindow is null (ckeditor.js, row:103) I'm using Firefox 27.0.1 and jQuery 1.9.1 |
|||||
#11578 | A tags are getting removed | Bug | Normal | General | ||
Description |
This is exactly the same complaint as ticket #2253. It seems that the HTML standard is being debated and misinterpreted instead of an actual issue being addressed. It is completely valid to have a tag like this: <a href="page.html" style="width: 50px; height: 50px; background-image: ('/images/square.jpg');"></a> CKEditor is stripping this out. It is a completely valid usage of the <a>. There are so many complaints about this? Why isn't it being addressed? |
|||||
#11580 | Notifications plugin | New Feature | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Because of new features we need a way to show users notifications. There are multiple types of notifications:
Also:
|
|||||
#11583 | Add support for HTML5 "required" attribute in form input elements | New Feature | Normal | CKEditor 4.5.0 Beta | UI : Dialogs | |
Description |
It would be nice to have a checkbox for setting the required attribute for form elements. |
|||||
#11585 | [IE8] Invalid argument error in sourcedialog tests when running with undo plugin | Bug | Normal | CKEditor 4.3.3 | General | |
Description |
First bad commit: git:10d310c7a. |
|||||
#11586 | Range#cloneContents changes DOM (and selection) | Bug | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Result: Range changes.
There is a note in the documentation that it could happen but it is not what I expected using method called |
|||||
#11591 | New link does not overwrite old links | Bug | Normal | General | ||
Description |
Result: This is still link to "en.wikipedia.org/wiki/Neil_Armstrong". You can see in in source as well: <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a><a href="http://wikipedia.org"> and </a><a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a> Expectation: New link will overwrite old one. |
|||||
#11592 | [Blink] Removing link applies underline to collapsed caret | Bug | Normal | General | ||
Description |
Expected result:
Current result:
additional info:
|
|||||
#11597 | [IE11] Error thrown when trying to open preview using keyboard | Bug | Normal | CKEditor 4.3.4 | General | |
Description |
Related issue: #11408. Our goal is to avoid exception. Popup blocker thing is another issue. |