Custom Query
Results (401 - 500 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#11134 | Widgets support for divarea | Bug | Must have (possibly next milestone) | CKEditor 4.3.2 | UI : Widgets | |
Description |
We need to identify issues first, so this ticket requires tests. Identified issues: |
|||||
#11165 | The filebrowser plugin cannot be removed from the editor | Bug | Must have (possibly next milestone) | CKEditor 4.3.1 | General | |
Description |
The reason why is it happening is the way how the plugin interacts with the editor:
One of possible solutions for this issue could be to check by the plugin itself inside |
|||||
#11171 | No checkWidgets after editor#insertHtml and #insertText | Bug | Must have (possibly next milestone) | CKEditor 4.3.1 | General | |
Description |
TC1Use the API sample and add the image2 plugin, now insert an image with the textarea to test the API and that image can't be edited because it isn't a widget. TC2Go to placeholder sample and execute: CKEDITOR.instances.editor1.insertText( '[[foo]]' ) Text will be upcasted to widget, but widget won't be initialized on it. WorkaroundAfter inserting HTML/text call: editor1.widgets.fire( 'checkWidgets' ) |
|||||
#11177 | [Umbrella] Widget drag handle improvements | Bug | Must have (possibly next milestone) | CKEditor 4.3.2 | UI : Widgets | |
Description | ||||||
#11183 | Insert Horizontal Line (horizontal rule) into multiple rows causes browser crash | Bug | Must have (possibly next milestone) | CKEditor 4.3.1 | General | |
Description |
Can be reproduced on demo page. To Reproduce:
Notice that the browser is now frozen. The browser did NOT freeze up in version 3.6.5 |
|||||
#11201 | Wrong name of the image2 and language button | Bug | Must have (possibly next milestone) | CKEditor 4.3.1 | UI : Toolbar | |
Description |
All button names start with a upper-case letter. Image2 and language don't follow that naming convention. |
|||||
#11202 | No newline at BB-code mode | Bug | Must have (possibly next milestone) | CKEditor 4.3.1 | Core : Output Data | |
Description |
I've upgraded my CK-Editor to 4.3. Since I can do no more newline. After saving everything is in one line. In the demo here on ckeditor.com that does not work. Test it: http://ckeditor.com/demo#bbcode Reproduce:
The editor is thus completely useless! Please fix it quickly! THANKS! |
|||||
#11219 | Dragging image2 with caption does not fire paste event | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | UI : Widgets | |
Description |
Part of: #11437. Includes: #12090. Solution description
Original ticket descriptionUsing Firefox (other browsers untested), open http://ckeditor.com/demo#widgets and set in the console a listener for paste: CKEDITOR.instances.editor2.on('paste', function() { alert("pasted")}) Test that it works with Ctrl+C, Ctrl+V, Ok so far. Now drag the image widget. The magic line appears and everything works fine. Then edit the image and disable the "Captioned image" in the dialog. Now when the image is dragged, the magic line doesn't appear and a paste event is fired upon drop, the HTML seems to include the whole widget. Using the normal editor everything works fine, no paste is fired for dragging an image around. |
|||||
#11222 | Integration of Image and Image2 | Task | Must have (possibly next milestone) | CKEditor 4.3.1 | General | |
Description |
Following #11201:
Obstacles:
|
|||||
#11376 | IE11: Loss of text when pasting bullet lists from Word | Bug | Must have (possibly next milestone) | CKEditor 4.5.2 | Plugin : Paste from Word | |
Description |
When pasting a bullet list from Microsoft Word then text gets replaced with "<>". Steps to reproduce:
Browser: IE 11.0.9600 OS: Windows 7 Word: Microsoft Office Professional 2010 |
|||||
#12090 | Block widget dnd should use global data transfer to store dragged widget | New Feature | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
Followup for #12006. And part of #11437 (#11219). After #12006 we store dragged widget in some private property. As a part of #11437 we'll introduce global data transfer object which general dnd will use. Let's populate it and reuse also in block widget dnd, so integration is simple. |
|||||
#12095 | Moving inline widget lose applied style (e.g. bold) | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
Part of: #11437
Result: moved placeholder lose applied style |
|||||
#12621 | Can't remove Bold/Italic/Underline in empty line. | Bug | Must have (possibly next milestone) | CKEditor 4.4.6 | Core : Styles | |
Description |
This is happening mainly in Mac but some variation can be observed in Windows.
Results: On Mac it is impossible to remove simple style. On Windows button is still highlighted, elements path shows 'em' but when you start typing you get normal text. Problem can be reproduced in Blink and Webkit browsers from CKEditor 4.4.5. This issue causes #12631. |
|||||
#12630 | [Blink] New page does not trigger autoparagraping | Bug | Must have (possibly next milestone) | CKEditor 4.4.6 | General | |
Description |
|
|||||
#12631 | [Blink] Executing style command multiple times creates nested style | Bug | Must have (possibly next milestone) | Core : Styles | ||
Description |
This issue is caused by #12621 (inability to remove a style). |
|||||
#12858 | [IE12/Spartan] Bring basic compatibility | Task | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
NOTE If you downloaded Windows 10 before April, then in order to test IE12 vel Spartan you need to go to about:flags and click "enable" in the "Enable Experimental Web Platform Features" section. Now IE12 is discovered as Chrome (you can verify this in dev tools - there should be "edge", not "11" in the right top corner of the dev tools panel. You may also need to disable Compatibility View, because by default in the intranet IE starts in this mode. NOTE2 As for now, Spartan isn't really usable so it will not be possible to bring a full compatibility with it. Dev tools are often unstable (what makes development a nightmare), weird stuff happens and new Windows updates bring rather drastic changes. Therefore, we'll focus now on the biggest changes that we are rather sure that we need to make on our side to have at least some basic level of compatibility. Further changes will be made in separate tickets, most likely after CKEditor 4.5.0. |
|||||
#12947 | Fix notificationAggregator methods names | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
Should be: getTaskCount, getDoneTaskCount. |
|||||
#12948 | MathJax should not point to the MathJax CDN | Task | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
MathJax is under Apache licence which we can not use in our project so we should not use MathJax CDN directly. We can make it configurable and let user choose does he want and can use Apache licence. Merged to major with git:4d77c1b. |
|||||
#13003 | Anchors are uploaded | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Result: Anchor is uploaded. |
|||||
#13011 | [IE8] Anchors are duplicated when DnD | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
After #12806:
|
|||||
#13015 | Dropping image on image in editor causes page reload | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Try dropping image on image in editor and page will relaod |
|||||
#13027 | [Sev1] AVT: Keyboard Navigation in dialogs with multiple tabs not following CI 162 instructions or ARIA Authoring practices | Bug | Must have (possibly next milestone) | CKEditor 4.4.8 | Accessibility | |
Description |
To reproduce the defect:
Actual Result
This fails Accessibility Compliance since tabs & tab panels are not coded as per CI guidelines or ARIA Authoring Practices Expected Result:
Please see http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#tabpanel on keyboard interaction in a tab panel Tab - only active tab is in the tab order. User reaches the tabbed panel component by pressing the tab key until the active tab title receives focus. Left Arrow - with focus on a tab, pressing the left arrow will move focus to the previous tab in the tab list and activate that tab. Pressing the left arrow when the focus is on the first tab in the tab list will move focus and activate the last tab in the list. Right Arrow - with focus on a tab, pressing the right arrow will move focus to the next tab in the tab list and activate that tab. Pressing the right arrow when the focus is on the last tab in the tab list will move focus to and activate the first tab in the list. Up arrow - behaves the same as left arrow in order to support vertical tabs Down arrow - behaves the same as right arrow in order to support vertical tabs |
|||||
#13037 | Make basic sample and toolbar configurators using the new samples framework | Task | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
Currently they have their own styling. We need to use https://github.com/cksource/samples-framework Trello board: https://trello.com/b/q0sTrRwa/13037-make-basic-sample-and-toolbar-configurators-using-the-new-samples-framework |
|||||
#13063 | Review the new language strings | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
There were many new strings added to the lang files in such plugins as embed, uploadwidget, filetools, etc. They must be reviewed. |
|||||
#13093 | [Webkit/Blink] Paste From Word's conflict with the paste filter | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
On Webkit and Blink paste filter is set to semantic-content by default. It means that every external paste will be stripped from classes and styles. And this means that PFW's options like PFWKeepStyles stop working. We could require adjusting paste filter's options with code like: editor.on( 'instanceReady', function( evt ) { if ( editor.pasteFilter ) editor.pasteFilter.allow( '*(*)[*]' ); } ); But this basically disables the paste filter which we need on Webkit and Blink for external pasting due to the awful mess that these browsers do in HTML. So the only solution I can think of now is to disable the paste filter if PFW was executed for that paste. |
|||||
#13128 | ID attributes removed on drag and drop and copy and paste | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
After changes introduced in #13042 id attributes are removed on drag and drop and copy and paste block widgets. They seems to be generally removed during these operations and they should not, so anchors may work fine.
This is most probably because |
|||||
#13140 | Error thrown when dropping a block widget right after itself | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
An error is thrown: |
|||||
#13172 | Update documentation | Task | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Trello board - https://trello.com/b/YfDwLj7q/13172-4-5-docs-updates |
|||||
#13177 | [IE8] adaptes/jquery/manual/nockeditor tests fails due to IE8 quirks | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
It throws a "Object doesn't support this action" error in line with |
|||||
#13186 | ACF not applied when paste event contains range | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Result: ACF is not applied, headers/blockquote are not stripped.
I checked that it is because of changes introduce in #13042: paste event contains |
|||||
#13188 | Copy doesn't work on iOS | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 Beta | General | |
Description |
Result: Note that if you copy external content you will be able to paste it inside the editor, what most probably means that editors copy is broken there. Was fine on 4.4.7. |
|||||
#13197 | Image2: Linked inline image's alignment class is not transferred to widget wrapper | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Source: <p> <a href="http://en.wikipedia.org/wiki/File:Comet_67P_on_19_September_2014_NavCam_mosaic.jpg"><img src="img/comet-67p.jpg" alt="Comet 67P" width="1131" height="900" class="image30 align-right" /></a> </p> Settings: image2_alignClasses: [ 'align-left', 'align-center', 'align-right' ], image2_disableResizer: true, stylesSet: [ { name: 'Image 30%', type: 'widget', widget: 'image', attributes: { 'class': 'image30' } } ] |
|||||
#13199 | Embedsemantic does not support widget classes | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Classes are neither read nor printed to the source. The embed plugin should be reviewed as well. |
|||||
#13213 | [Embed] Indicate in the dialog that a resource is being loaded | New Feature | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
It's not clear for user what happens after pressing the OK button in a dialog. |
|||||
#13280 | [IE8] Undo after inline widget DnD throws an error | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Error is thrown: 'null' is null or not an object
inside |
|||||
#13381 | Remove eval function calls | Task | Must have (possibly next milestone) | CKEditor 4.7.0 | General | |
Description |
Hi everyone, I have an "issue" I would like to report. While it is not really a bug it is one in terms of cleanliness of code. We have strict policies at our company concerning the usages of "eval()" and similar methods/prototypes. We would very much like to use your product/library in our products however we cannot do so as in your code there are usages of things like "new Function()". Is there anything on your roadmap to remove such constructs? |
|||||
#13441 | [Edge] Broken clipboard integration | Bug | Must have (possibly next milestone) | CKEditor 4.5.2 | Core : Undo & Redo | |
Description |
Expected: Contents pasted, undo enabled. Actual: Contents pasted, undo disabled. Then:
|
|||||
#13468 | [IE] Binding drag and drop dataTransfer does not work if text data was set in the meantime. | Bug | Must have (possibly next milestone) | CKEditor 4.5.2 | General | |
Description |
Check this code: http://jsfiddle.net/oqzy8dog/3/
It does not work on IE, because the only way to store data transfer ID is to use this.id = this.getData( clipboardIdDataType ); // If there is no ID we need to create it. Different browsers needs different ID. if ( !this.id ) if ( clipboardIdDataType == 'Text' ) // IE this.id = '';
In this case
So then we compare IDs in if ( this.dragData && dataTransfer.id == this.dragData.id )
they do not match and new object is created, so custom data we set on There are two solutions. Solution A: do not use IDWe could consider not using ID at all on IE so the change would be: if( clipboardIdDataType != 'Text' ) { this.id = this.getData( clipboardIdDataType ); }
but then all external drops will have the same Solution B: update ID
Alternatively we could update ID every time user set the |
|||||
#13472 | [IE9-11] Dropped content is often inserted at selection position from before DnD | Bug | Must have (possibly next milestone) | CKEditor 4.5.0 | General | |
Description |
Reproducible on http://tests.ckeditor.dev:1030/tests/plugins/clipboard/manual/draganddrop when dropping from outside of the editors. First DnD works, but second no - content is inserted in the wrong place (previous selection position). |
|||||
#13525 | [Edge] Page refresh when I press 'view source' | Bug | Must have (possibly next milestone) | UI : Source View | ||
Description |
When using Spartan in Windows build 10116 the Source is not working... It issues a page refresh. |
|||||
#13528 | [Firefox][pasteFromWord] Content is pasted without formating | Bug | Must have (possibly next milestone) | CKEditor 4.5.2 | General | |
Description |
When I paste the content from Word to Firefox I loose the formatting.
Everything is fine when I use It is most probably because of using new Clipboard API on Firefox, and trusting Firefox that the content is correct. |
|||||
#16653 | Paste From Word settings are reversed | Bug | Must have (possibly next milestone) | CKEditor 4.6.0 | General | |
Description |
Steps to reproduce
Expected result
Styles are removed when the setting is Actual result
Styles are removed when the setting is Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#16755 | Table selection improvements | New Feature | Must have (possibly next milestone) | CKEditor 4.7.0 | General | |
Description |
In all browser except Firefox there's a poor selection handling for tables inside of contenteditable element. To enhance user experience when it comes to working with tables we need to provide a custom selection handling. Selection highlightingWe need to provide a nice highlighting for selected table parts across all the browsers. That would be accomplished by changing background of every currently selected cell, so that user has clear understanding what cells are selected. Of course the selection has to be customizable with CSS. More flexible selectionWe want to allow for more flexible table selection. Currently (except Firefox) it's only possible to make a continuous selection, containing all subsequent cells. We'd like to improve it in a way that the user is able to make rectangular selection in a table. This also means that it would be possible to select just a single column or row of a table. We also need to provide integration with existing features for this kind of a selection. |
|||||
#16786 | Update translations for copy formatting plugin. | Task | Must have (possibly next milestone) | CKEditor 4.7.0 | General | |
Description |
For now the Translations are available in transifex though, so the plugin needs to be updated accordingly. |
|||||
#16809 | JS Error throwing in focusManager when editor instance in source mode loses focus. | Bug | Must have (possibly next milestone) | CKEditor 4.7.1 | General | |
Description |
Steps to reproduce
Expected resultNo js errors throw. Actual resultUncaught TypeError: Cannot read property '$' of undefined
Other details (browser, OS, CKEditor version, installed plugins)MacOS Sierra, Chrome 55.0.2883.95. This is throwing in CKeditor 4.6.2, in addition to Nightly build. Please also see comment:5 and comment:7 for other test cases. |
|||||
#16912 | Exception thrown when a single image is pasted using paste from Word | Bug | Must have (possibly next milestone) | CKEditor 4.7.0 | General | |
Description |
Steps to reproduce
Expected resultImage is pasted Actual result
Error is thrown:
|
|||||
#17001 | Object element inserted on paste | Bug | Must have (possibly next milestone) | CKEditor 4.7.0 | General | |
Description |
Steps to reproduce
Expected resultNo object elements are created. Actual resultAn object elements is created. Other details (browser, OS, CKEditor version, installed plugins)Firefox, Chrome. It's due to object element in datatransfer. |
|||||
#17052 | Selection started from nested table causes an error in a browser while scrolling down | Bug | Must have (possibly next milestone) | CKEditor 4.7.1 | General | |
Description |
Steps to reproduce
Expected resultSelection should stay in a nested table without returning any errors in console. Actual resultThere is an error in a console. https://gist.github.com/Mgsy/b5c95910313a7cb70e87beae921ac74f Other details (browser, OS, CKEditor version, installed plugins)Windows 10, tested on Chrome, Edge, IE11, Firefox. |
|||||
#17066 | Table seleciton causes exception on a pasted table in certain scenario | Bug | Must have (possibly next milestone) | CKEditor 4.7.1 | General | |
Description |
This issue is reproducible on our Document Editor demo. I wasn't able to repro it on a regular sample. Maybe the fact that the editor is placed into a DOM dynamically has something to do?
ExpectedOur custom selection is being made. ActualException is thrown: ckeditor.js?oqkjc5:66 Uncaught TypeError: Cannot read property 'ownerDocument' of undefined at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.dom.element.getDocument (ckeditor.js?oqkjc5:66) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.dom.element.getDocumentPosition (ckeditor.js?oqkjc5:108) at b (ckeditor.js?oqkjc5:1220) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.dom.document.<anonymous> (ckeditor.js?oqkjc5:1227) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.dom.document.c (ckeditor.js?oqkjc5:11) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.dom.document.window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.event.CKEDITOR.event.fire (ckeditor.js?oqkjc5:13) at HTMLDocument.<anonymous> (ckeditor.js?oqkjc5:58) Additional InformationI was able to reproduce it on Chrome, and Edge. Most likely it's reproducible on other browsers too. |
|||||
#9780 | Calling setReadOnly(true) in IE 8 and 9 then clicking in the entry area causes Javascript Error | Bug | Nice to have (we want to work on it) | Core : Read-only | ||
Description |
Calling setReadOnly(true) in IE 8 and 9 then clicking in the entry area of the editor causes the Javascript Error listed below. I have tried it on the latest version of Chrome, Firefox and Safari and none exhibit the problem. I have NOT tried it in other versions of IE. Message: Unable to get value of the property 'ownerDocument': object is null or undefined Line: 303 Char: 472 Code: 0 URI: http://wolf/Pathway/ckeditor/ckeditor.js?0111891205 Message: Unable to get value of the property 'ownerDocument': object is null or undefined Line: 303 Char: 472 Code: 0 URI: http://wolf/Pathway/ckeditor/ckeditor.js?0111891205 Simplified TC:
JS error: Problem can be reproduced from CKEditor 3.6.3 rev. [7374] in IE8-10. |
|||||
#10472 | tableresize doesn't work with thead/tfoot | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Unable to resize header/footer table columns. |
|||||
#11956 | [IE, Chrome, Opera] Dialog box doesn't open on two words links with background. | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Actual result: Dialog won't open.
Please note: Double click on word |
|||||
#13062 | Can't unlink links | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
When the cursor is positioned before or after the text, the unlink button is active but if you click it nothing happens. Once I added a link, I can't unlink it. "Unlink" button is not working. |
|||||
#13585 | Cannot read property 'equals' of null when trying to wrap div elements in another div. | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Found in Google Chrome.
<div class="para"> Some [content </div> <div class="note"> This is] a note </div>
Result: Uncaught TypeError: Cannot read property 'equals' of null createDiv @ div.js:147 |
|||||
#13729 | Table: Insert Column before and After fails if a cell vertical split exist | Bug | Nice to have (we want to work on it) | Core : Tables | ||
Description |
Steps to reproduce
Expected resulta new column is inserted between 3rd and 4th column Actual resultA column will be created between 2nd and 3rd column Other detailsplease visit this link for better understanding https://github.com/ckeditor/ckeditor-sdk/issues/164 |
|||||
#14629 | IE11/EDGE: extra SPAN gets added everytime Find dialog identifies the word in the editor | Bug | Nice to have (we want to work on it) | General | ||
Description |
Steps to reproduce
config.find_highlight = { element : 'span', styles : { 'background-color' : '#004', 'color' : '#fff', 'border' : '1px solid #004' } };
Actual resultA SPAN <span style="border-image: none;"> gets added around the 'test' word. Other details (browser, OS, CKEditor version, installed plugins)IE11 and MS Edge |
|||||
#14856 | Font size and font family reset each other when modified at certain positions | Bug | Nice to have (we want to work on it) | CKEditor 4.6.2 | General | |
Description |
Steps to reproduce
Expected result: Newly typed text should have Font Name (Tahoma) & Font Size 24 Actual result: Newly typed text has Font Name (Tahoma) but Font Size going back to default |
|||||
#16705 | Unable to paste base64 images using Firefox 50.0 | Bug | Nice to have (we want to work on it) | CKEditor 4.6.2 | General | |
Description |
Steps to reproduce
Expected resultbase64 image pastes into the editor Actual resultOther details (browser, OS, CKEditor version, installed plugins)Firefox 50.0.x only |
|||||
#16745 | [Edge] List items are lost when pasted from word | Bug | Nice to have (we want to work on it) | CKEditor 4.6.2 | Plugin : Paste from Word | |
Description |
Use attached
Expected resultList items are not lost. Actual resultList items are stripped. Other details (browser, OS, CKEditor version, installed plugins)Word 365 |
|||||
#16746 | config.forceSimpleAmpersand does not work | Bug | Nice to have (we want to work on it) | General | ||
Description |
Steps to reproduce
Expected result
Actual result
Other details (browser, OS, CKEditor version, installed plugins)Reproduced on Chrome. Reproducible since 4.3.2 at least, did not try earlier versions. |
|||||
#16752 | Add Azerbaijani localization | New Feature | Nice to have (we want to work on it) | CKEditor 4.6.2 | General | |
Description |
Azerbaijani is 100% complete at Transifex, but so far it hasn't been added to CKEditor configuration. Expected resultAzerbaijani should be added to CKEditor configuration to make it available to users. |
|||||
#16777 | Dragging widgets to editor doesn't work in Edge | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | UI : Widgets | |
Description |
Steps to reproduce
Expected resultWhen elements are being dragged over editor, cursor should not have red markings that disallow drop. And when dropped - the dragged element should be inserted to editor text. Actual resultOn Edge when dragging elements, cursor has red marker saying it cannot drop the element within editor. Dropping element anyway does nothing - the dragged element is not inserted to editor text. Other details (browser, OS, CKEditor version, installed plugins)Edge browser on Windows 10 64bit from official MS images (here for VirtualBox). VirtualBox run on Linux. No plugins installed, system is completely clean and run for the first time. |
|||||
#16804 | Focus should be on first menu item when user opens Context Menu | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | Accessibility | |
Description |
Steps to reproduce
Expected resultContext Menu opens & focus is on first menu item ( pls see Aria Authoring practices for menu here :[ https://www.w3.org/TR/wai-aria-practices/#menu]) Actual result : Context Menu opens but focus is not on menu item & user has to press Down arrow key to get focus on the menu. This is violation of Accessibility Checkpoint 4.1.2 Name, Role, Value) |
|||||
#16811 | No table align when pasted from Word | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Steps to reproduce
Expected resultTables are aligned as in the docx document. Actual resultAlignments are stripped. More detailsIt looks in Word pretty much like this: The problem is that Word generates following markup: <div align=right> <table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0 style='(...)'> <tr style='(...)'> (...) </tr> </table> </div>
Which displays it correctly, but uses deprecated
We have a style transformation in core which transforms any
It's also worth to remember that |
|||||
#16821 | Extraneous spans with height style stacked when pasting from Word | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | Plugin : Paste from Word | |
Description |
When encountering an element that has multiple styles the PFW plugin creates a stack of This way this: <span style="font-size: 50px; color: red; font-weight: bold">Test</span> Becomes this: <span style="font-size: 50px"> <span style="color: red"> <span style="font-weight: bold">Test</span> </span> </span>
Some styles should not be stacked though - one of them is the Problem is - this happens. |
|||||
#16857 | Ctrl + Shift + V blocked by copy formatting | Bug | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Steps to reproduce
Expected resultText is pasted. Actual resultText is not pasted. Other details (browser, OS, CKEditor version, installed plugins)
We'd like implement this in a way that If copy formatting is not active, then this hotkey will paste as plain text. This will improve interoperability with apps like MS Word, which use exact same hotkey, while keeping the original paste as plain text hotkey for people that doesn't use copy formatting. Issue caused by copy formatting using keyboard shortcut which is usually used to paste plain text browsers. |
|||||
#16876 | Pasting via dialog should provide accessible dataTransfer | New Feature | Nice to have (we want to work on it) | General | ||
Description |
Currently pasting rich text into dialog could strip all additional information (e.g. styling) and pass only plain text into the editor. It's especially visible when pasting from Word:
The text pasted into dialog is converted into plain text and in this form is then pasted into the editor.
There should be a way to get the original, raw pasted data from dialog, preferably from native
The way to obtain raw data should be universal, as in the future editor may need to get some other data type, not only |
|||||
#16893 | Cannot set cell width or height because inline styles are stripped | Bug | Nice to have (we want to work on it) | General | ||
Description |
This is a mirror of a ticket in Drupal: https://www.drupal.org/node/2785483
The problem here is that features added through |
|||||
#16931 | [A11Y]: With JAWS on, we can't close any of lists (Font Name, Font Size, Text or Background Colour) using ESC. | Bug | Nice to have (we want to work on it) | General | ||
Description |
Steps to reproduce
Expected Result: Corresponding list box closes and focus goes back to button menu in tootlbar Actual Result: When we press ESC key first time, JAWS going to Virtual PC Cursor, User has to press ESC 2nd time to close it. This should be fixed. |
|||||
#16938 | Extract common PFW tests loop | Task | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
We have an ugly loop in each PFW test suite. We need to extract this into a reusable code (simply a hleper will do), so that tests are more clean. |
|||||
#16962 | Paste notifications not read by screen reader | Bug | Nice to have (we want to work on it) | General | ||
Description |
Steps to reproduce
Expected resultScreen reader reads the notification. Actual result
|
|||||
#16971 | tabletools should extract background color even for complex background value | New Feature | Nice to have (we want to work on it) | CKEditor 4.7.0 | General | |
Description |
Currently if
ExpectedFirst cell has a backgournd applied. ActualColor is stripped out by ACF. Additional Notes
Recently we have added a more advanced function for parsing CSS background - Rationale: It was needed during PR#337, where Firefox would put much more values into CSS prop ta |
|||||
#16979 | Paste From Word Filter is not integrated with BR mode | Bug | Nice to have (we want to work on it) | CKEditor 4.7.1 | Plugin : Paste from Word | |
Description |
Steps to reproduce
Expected result
Actual result
Other details (browser, OS, CKEditor version, installed plugins) |
|||||
#16980 | Paste as plain text hotkey in a11y instructions | New Feature | Nice to have (we want to work on it) | CKEditor 4.7.1 | General | |
Description |
Now that we improved handling for paste as plain text, it would make sense to add a proper information in Accessibility Instructions dialog (alt+0). So we want to put hotkey for paste as plain text:
|
|||||
#17028 | Tabbing through inline editor causes JavaScript error. | Bug | Nice to have (we want to work on it) | CKEditor 4.7.1 | General | |
Description |
Steps to reproduce
Expected resultNo errors get thrown. Actual result
Message: Cannot read property 'contains' of null Other details (browser, OS, CKEditor version, installed plugins)Problem can be reproduced from CKEditor 4.6.2 only in Chrome. |
|||||
#17033 | extractContents returns incorrect result when multiple nodes are selected. | Bug | Nice to have (we want to work on it) | General | ||
Description |
Steps to reproduce
Expected result
Actual result
The text content in Document Fragment is Other details (browser, OS, CKEditor version, installed plugins)Problem can only be reproduced in all browsers starting from CKEditor 4.5.0. |
|||||
#2 | FF: Implement the Undo system used in IE | Task | Normal | FCKeditor 2.5 Beta | Core : Undo & Redo | |
Description |
The undo system present on browsers through execCommand is quite limited, as it doesn't take care of DOM modification (done by many features in the editor). For IE, we have implemented a custom undo system which takes snapshots of the document area innerHTML. The porting to Firefox is just a matter of testing and doing the necessary adjustments. |
|||||
#3 | Merge fck_1.js and fck_2.js to fck.js | Task | Normal | FCKeditor 2.4 | General | |
Description |
In the past, we have used a different loading system that separated the code in three files. We have understood that it doesn't gave us so much in the loading performance, and the method has been changed. Now we have just one file with all the code. To better organize the code, we must now merge the fck_1.js and fck_2.js files (and their respective browser specific implementations) to the fck.js file. |
|||||
#4 | New Licensing | Task | Normal | FCKeditor 2.4 | General | |
Description |
A new license must be created to fix some issues with the current LGPL/CDL system:
|
|||||
#6 | Define ticketing method for Opera and Safari support | Task | Normal | General | ||
Description |
I'm trying to test if we can have a set of meta bugs (one for each browser) that can tell us the state of support for each browser. I don't see the ability to have a Ticket depend on another one, maybe we can use then Keywords on each Ticket to know bugs affecting each browser? Other ideas about how to track each browser and know for example what's missing in Opera or Safari to say that it's officially supported? |
|||||
#7 | New sample file | New Feature | Normal | FCKeditor 2.4 | General | |
Description |
Based on https://sourceforge.net/tracker/index.php?func=detail&aid=1456343&group_id=75348&atid=543655 (the file provided doesn't work with the current version, and instead of a testcase I think that a sample describes much better its use) I've cleaned up, removed bad code and so this sample provides a simple example about how to properly use the API instead of having in a tracker a bad example of directly accessing the iframe contents. It might also be the a partial answer to some questions about how to load initially the editor in source mode (but that could be another file using just the proper events) |
|||||
#12 | Opera: Switch to Source throws error | Bug | Normal | Opera Compatibility | General | |
Description |
Switch to Source throws error in the Error Console. |
|||||
#13 | Opera doesn't understand :not in css | Bug | Normal | Opera Compatibility | General | |
Description |
Loading the editor in Opera gives an error (well, lots of errors, this is just one that focused my attention) pointing to the fck_showtableborders_gecko.css it seems that it doesn't handle the CSS3 "not" selector table:not([border]) { border:1px dotted #d3d3d3 ; } I'm attaching a testcase, maybe we can have a little set of files in order to test browser capabilities (just to be run when a new browser is released so it's possible to see what might work or not). |
|||||
#14 | Fixing minor errors | Bug | Normal | FCKeditor 2.4 | General | |
Description |
As I looked at the problem with Opera and the panels I fixed some HTML errors in the test page as well as a broken FCKDebug.OutputObject and two other minor changes. I've committed those changes to SVN as they were quite easy and couldn't break anything. |
|||||
#16 | Updating public bugs when they are fixed in private SVN | Task | Normal | General | ||
Description |
I've committed two fixes to the SVN to avoid an error in Firefox 3 and some warnings based on the public bugs and patches available. (I hope that everything is alright)
https://sourceforge.net/tracker/index.php?func=detail&aid=1604576&group_id=75348&atid=543655
and the new sample file The question is: when should the public bugs be marked as fixed? now in order to avoid that we forget about them or latter when the public SVN is updated?
There are also two other bugs that it seems that should be fixed in SVN but they aren't closed:
is this fixed also? |
|||||
#17 | First enter in a list creates double spacing (firefox) | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | |
Description |
Steps to reproduce: Go to the end of the sample text (sample 12, default values), press enter to start a new paragraph an create a list (OL or UL), now put the first item and press enter, the second item appears two lines below, looking at the source in that moment shows this: <body spellcheck="false"> <p> This is some <b>sample text</b>. You are using <a _fcksavedurl="http://www.fckeditor.net/" href="http://www.fckeditor.net/">FCKeditor</a>. </p> <ol _moz_dirty=""> <li _moz_dirty=""> a <br _moz_editor_bogus_node="TRUE" _moz_dirty=""/> <br _moz_dirty="" type="_moz"/> </li> <li _moz_dirty=""> b <br _moz_editor_bogus_node="TRUE"/> </li> <li _moz_dirty=""> c <br _moz_editor_bogus_node="TRUE"/> </li> </ol> </body> Blocks: #1 |
|||||
#18 | IE: Enter after Shift+Enter eats the paragraph | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | |
Description |
Testing the enter key in IE:
Blocks #1 |
|||||
#19 | Paste keyboard shortcuts broken | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | |
Description |
The keyboard is quite broken in Opera right now. Enter creates a new paragraph but leaves the cursor at its current position Ctrl+C and Ctrl+V doesn't work at all. Blocks: #1 |
|||||
#22 | After pressing Select All, the focus isn't in the editing area (Opera) | Bug | Normal | Opera Compatibility | General | |
Description |
Press the Select All button, the content gets selected, but now any keypress goes to somewhere else (main document?) instead of clearing the contents. |
|||||
#23 | Show the content of anchors | Bug | Normal | FCKeditor 2.4 | General | |
Description |
I plan to incorporate the patch as described here (upgrading everything to latest version, and reviewing that everything is fine) https://sourceforge.net/tracker/index.php?func=detail&aid=1496115&group_id=75348&atid=543655 this fixes several bugs and feature requests about this problem. First I'll do the changes locally and then upload a patch here so it can be reviewed before it's applied to SVN. |
|||||
#24 | Check if the proposed fix is valid | Task | Normal | General | ||
Description |
This is just a note to check if the fix proposed in the following report comments is valid, and therefore apply it to the code: https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515377&group_id=75348 |
|||||
#25 | IE: switching to source mode gives an error | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | |
Description |
If the content has a br then this line (177, fckhtml.js) gives an error in IE 6
|
|||||
#26 | FCKeditor.Java package structure review | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
The distribution package structure must be reviewed to check if it is under the common standards used in the Java world:
Well... anything else that may come in our minds. |
|||||
#28 | Implement Interface for File Browser Connector and Quick Uploader | New Feature | Normal | FCKeditor.Java 2.5 | Server : Java | |
Description |
I would like to make the File Browser Connector and Quick Uploader configurable with a Java interface. The current implementation is hardcoded to use the server file system. This is something which severly limits the use of the Java libary in more mature products or frameworks, because it's likley that these do have their own way of managing the server side resources - not necessarily on the server file system. |
|||||
#29 | Changin my id | Task | Normal | General | ||
Description |
When I signed in in assembla I didn't know that the login Id was going to be repeated over an over again in any change that I do, and I find distracting to have the email repeated, so I've tried to find out if it's possible to change that behavior but it seems that the current system doesn't allow that. So: I plan to try to delete this account and then sign again as alfonsoml Opinions against? |
|||||
#30 | Passing arrays to configuration without custom js file | New Feature | Normal | General | ||
Description |
I plan to study this set of patches: https://sourceforge.net/tracker/index.php?func=detail&aid=1605345&group_id=75348&atid=543655 so it's possible and documented how to define a custom toolbar without using a customconfig.js file but instead just specifying its contents at the moment the editor is created. This should allow also other kind of customizations in the future. I'll work in a new branch were I'll apply other patches, I'll try to open tickets for each one . This might be a fix to this bug: https://sourceforge.net/tracker/index.php?func=detail&aid=1613963&group_id=75348&atid=543653 |
|||||
#31 | Accesible popup links | Bug | Normal | FCKeditor 2.4 | General | |
Description |
the current code generated for popup links doesn't work if the final user has javascript disabled. This patch fixes this problem: https://sourceforge.net/tracker/index.php?func=detail&aid=1577202&group_id=75348&atid=543655 |
|||||
#32 | specify id and class to body element | New Feature | Normal | FCKeditor 2.4 | General | |
Description |
this can be easily done using the current events, but what's missing in that case is that the dropdowns combos doesn't have the same style applied. This patch takes care of it: https://sourceforge.net/tracker/index.php?func=detail&aid=1500040&group_id=75348&atid=543655 |
|||||
#33 | Improve the Paste from word clean up function | New Feature | Normal | FCKeditor 2.4 | Plugin : Paste from Word | |
Description |
Check the changes proposed in
https://sourceforge.net/tracker/index.php?func=detail&aid=1443472&group_id=75348&atid=543655 |
|||||
#34 | Unify the code to preprocess and posprocess the html | New Feature | Normal | General | ||
Description |
In a way similar to this patch: https://sourceforge.net/tracker/index.php?func=detail&aid=1434698&group_id=75348&atid=543655 |