Custom Query
Results (701 - 800 of 2591)
Ticket | Summary | Status | Owner | Type | Priority | Milestone |
---|---|---|---|---|---|---|
#7980 | JS error when switching to source mode under specific conditions | confirmed | Bug | Normal | ||
Description |
Humor me with this one. This involves a nested form and nested forms are not valid. Regardless, that does not explain why I am having this problem. You know it is possible to start with a single form, nest a form via javascript (Move Editor below), extract data via javascript, and be perfectly well with it. It only happens in IE7 and IE8, IE9 is happy.
This recreates a scenario that I am having issues with. Here you will receive a JS error emanating from the richcombo plugin. The following event is fired on mode changes and it is the 'setValue' call below that is the cause of the problem. editor.on( 'mode', function() { this.setState( this.modes[ editor.mode ] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED ); this.setValue( '' ); }, this ); |
|||||
#7984 | AutoGrow fails on Firefox with document that has quirks mode Doctype | confirmed | Bug | Normal | ||
Description |
Steps:
Results: Autogrow fails. The height of the document is not adjusted. Removal of the Doctype appears to fix the problem. Also appears to occur in Chrome on Mac. |
|||||
#7985 | Horizontal Line breaks current formatting | confirmed | Bug | Normal | ||
Description |
Note that step 5 produces text that is not bold. This text is expected to be bold and the editor seems to agree to a point as when you inspect the contents of the editor, you see (in <br /> mode) <strong>TEST</strong> <hr> TEST <strong></strong> Note the empty strong tags at the bottom, which really should be around the second TEST. This is also reproducible on the demo, which is using <p> tag mode. |
|||||
#7989 | Lists: Hitting enter with a selection outdents instead of clearing selection | confirmed | Bug | Normal | ||
Description |
Observe : an outdent-action occurs. Expected selection to be cleared and cursor to be position on an empty paragraph below the list. |
|||||
#7990 | entering a blank before protocol part (http,ftp) in the URL field , adds additional protocol tag | confirmed | Bug | Normal | ||
Description |
Linked with Ticket #6845 TC
ExpectedNew, correct link is added to edit area Actual Result<p> <a href="http://http://google.com">http://http://google.com</a></p> |
|||||
#7994 | [IE8, FF] Problems with typing text next to an anchor | confirmed | Bug | Normal | ||
Description |
IE8 - the letters appear on the left of the anchor and you can't get to the right side using Right Arrow, End buttons or mouse.
This hasn't been working from CKEditor rev [6904] |
|||||
#7995 | IFrame dialog Style field in Advanced tab not reflecting values entered for Width & Height in General tab | confirmed | New Feature | Normal | ||
Description |
To reproduce the defect:
Expected Result: Style field should have following values width: 200px; height: 100px; Actual Result: Style field is empty. |
|||||
#8008 | Cannot delete horizontal rule via backspace | confirmed | Bug | Normal | ||
Description |
Put the following html into editor <p>
<hr /> <p>
<p>
Place cursor at beginning of "This is some more text." line. Press backspace. The horizontal rule is not removed, cursor remains in the same place. Press backspace again. On FF, cursor moves to unexpected location (after the first line). Put cursor at beginning of the line again. Press backspace. Nothing happens. Press backspace again, finally the hr is removed. Observed in 3.4.2 and 3.6 |
|||||
#8009 | Paste From Word creates <a> tags with no attributes wherever contents are "highlighted" by Comments | confirmed | Bug | Normal | ||
Description |
Please forgive the poor summary of this ticket, as it is hard to summarize. When pasting content from Word, any Microsoft Word Comments are also pasted (whether or not "View Markup" is currently selected). This creates anchor links and footnotes in the content (which may or may not be desirable behavior) but also creates "empty" <a>...</a> tags around the first paragraph associated with the comment. The anchor tags are empty in the sense that they have no attributes such as "href" or "name". I don't know if this is technically invalid html but it is certainly undesired behavior. Since our site stylesheets don't make these "a" elements stand out by default, the extra tags just remain undetected in the source code once the rest of the comment markup is deleted from the editor. I attached a Word doc with contents that can be pasted into the editor to demonstrate. I would also like to see at least a config option to strip out the comments completely, but I guess I can create a feature request ticket depending on how much of this behavior is considered a bug. System: Windows XP, IE 8, Microsoft Word 2003 |
|||||
#8010 | setData from dialog makes empty undo step | confirmed | Bug | Normal | ||
Description |
On FF4 dialogs who sets contents with setData methode makes empty undo step. |
|||||
#8011 | Empty paragraph added on pasting in Webkit and Firefox4 | confirmed | Bug | Normal | ||
Description |
Issue is reproducible in Webkit and Firefox4 from CKEditor 3.5.1 |
|||||
#8017 | Webkit: Problems with undo and lists after switching to source mode and back | confirmed | Bug | Normal | ||
Description |
Result: List jumps up and down but it is not removed. Reproducible in Webkit from CKEditor 3.4 |
|||||
#8018 | Opera: cursor not staying in current table cell after inserting a smiley. | confirmed | Bug | Normal | ||
Description |
To reproduce the defect: Scenario 1:
Expected Result: Smiley is added in the table cell(where we had cursor in step 2) and cursor stays in the same cell. Actual Result: Smiley is added in the table cell(where we had cursor in step 2) but cursor going to first table cell. Scenario 2:
Expected Result: Smiley is added in the table cell(where we had cursor in step 2) and cursor stays in the same cell. Actual Result: Smiley is added in the table cell(where we had cursor in step 2) but cursor going to start of first paragraph in editor body. |
|||||
#8021 | Problem handling images | confirmed | Bug | Normal | ||
Description |
Hi, On firefox 4 I can copy an image from my computer and past it directly on to CKEditor (ctrl + c and ctrl + v), but, when I try to do this on IE 8 or google chrome nothing happens. Does anyone know why? Thank You! |
|||||
#8023 | [IE] Toolbar is selectable | review_failed | Bug | Normal | ||
Description |
Start mouse drag from the left of the very first button (Source) in the toolbox area (with grey background), dragging over the toolbar icons, it's still possible to make text selection. |
|||||
#8027 | IE Quirks: problem with typing text after inserting an anchor | confirmed | Bug | Normal | ||
Description |
Found in IE8/Quirks.
|
|||||
#8030 | Opera: can not activate menu entries with enter | confirmed | Bug | Normal | ||
Description |
Right-click in a table, use arrow keys to select a specific menu entry and press enter. Expected: menu entry is activated Actual: nothing happens |
|||||
#8039 | [IE9] Bgcolor partial removal problematic | confirmed | Bug | Normal | ||
Description |
|
|||||
#8044 | Table row inserted incorrectly with missing cells | confirmed | Bug | Normal | ||
Description |
|
|||||
#8045 | Style override only works for attributes | confirmed | Bug | Normal | ||
Description |
|
|||||
#8046 | Path not refreshed in Firefox and Webkit | confirmed | Bug | Normal | ||
Description |
Result: IE and Opera – the path is not refreshed but the typed letters have the blue heading formatting. In this case formatting is simply not removed. It has always worked that way for these two browsers. |
|||||
#8048 | IE: Problems with switching to source and back using Space or Enter key | confirmed | Bug | Normal | ||
Description |
Result: If you press Enter - nothing happens. If you press Space - browser scrolls down. It looks like the toolbar is loosing focus. To switch back to wysiwyg you have to press tab, alt+F10 and Space or Enter - not very intuitive. Reproducible in all IEs from CKEditor 3.0 |
|||||
#8058 | Removing a list removes indentation | confirmed | Bug | Normal | ||
Description |
Expected: list is removed while margin stays attached to a p/div. |
|||||
#8059 | aria-invalid cleanup | confirmed | Bug | Normal | ||
Description |
With JAWS opened:
|
|||||
#8061 | Webkit Drag and Drop shifts event focus to iframe document | confirmed | Bug | Normal | ||
Description |
I've only tested this in webkit, but it's a fairly annoying problem. After dragging text from one CKEDITOR instance to another, events are no longer fired properly on the parent window. I've attached a very simple example of this problem.
In Chrome, if you repeat step 4, the message will now appear. In Safari, the button will never fire the message. |
|||||
#8062 | Problem with enterMode = BR when changing font/size then partial bulleting | confirmed | Bug | Normal | ||
Description |
1 2 3 4 5
Notice that the bullets are not properly generated. |
|||||
#8066 | [enterBr] Inserting page break / horizontal line creates a paragraph | confirmed | Bug | Normal | ||
Description |
With config.enterMode = CKEDITOR.ENTER_BR CKEditor creates paragraphs when inserting page break / horizontal line. Result after inserting page break between two lines: <p> first line</p> <div style="page-break-after: always;"> <span style="display: none;"> </span></div> <p> <br /> second line</p> and after inserting a horizontal line: first line <hr /> <p> <br /> second line</p> |
|||||
#8068 | Issue with pasting subscript | confirmed | Bug | Normal | ||
Description |
I have found some strange behaviour while pasting text marked as TC
ActualUnder IE8 quirks: <p> test<sub>test<sub><font size="1">test<sub><font size="1">test<sub><font size="1">test<sub><font size="1">test</font></sub></font></sub></font></sub></font></sub></sub></p> Under IE6/7 <p> test<sub>test<sub>test<sub>test</sub></sub></sub></p> Under Opera <p> test<sub>test</sub><sub>test</sub><sub>test</sub><sub>test</sub></p> Expected
Cursor keys should not influence pasting, and pasted subscript should be in one line, as in Opera. Perhaps additional |
|||||
#8069 | Image button, with float:right is placed outside FORM element in WYSIWYG | confirmed | Bug | Normal | ||
Description |
EnvironmentIE 8Quirks, IE7, IE6 TC
ExpectedImage button is placed inside Form frame. (like in Opera 11.11) ActualImage button is placed below form. Sample code: <form action="send" enctype="multipart/form-data" id="1" method="post" name="Form1" target="_self"> <textarea cols="30" name="Test text area" rows="5"></textarea><input name="Button 1" type="button" value="Button1" /><input name="Send" type="submit" value="send" /><input alt="test" src="google.com" style="border-bottom: 1px solid; border-left: 1px solid; margin: 11px; width: 12px; float: right; height: 12px; border-top: 1px solid; border-right: 1px solid" type="image" /> </form> <p> </p> |
|||||
#8072 | "Insert column before/after" on split cell | confirmed | Bug | Normal | ||
Description |
EnvironmentIE6/7, Opera TC
sample code: <table align="center" border="1" cellpadding="1" cellspacing="1" style="width: 50%; height: 40px" summary="Summary"> <caption> Caption</caption> <thead> <tr> <th rowspan="2" scope="col"> Header1</th> <th scope="col"> Header2</th> </tr> <tr> <th scope="col"> Split header2^</th> </tr> </thead> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
Expected resultColumn is inserted between two existing columns ActualColumn is inserted as first column in table, and before existing two columns Same thing happens when Insert column after is used. |
|||||
#8075 | consequent spaces in table caption | confirmed | Bug | Normal | ||
Description |
Table dialog caption field doesn't allow multiple consequent whitespaces to be inserted, they will collapse into one single. |
|||||
#8076 | Link attribute is not pasted with image. | confirmed | Bug | Normal | ||
Description |
EnvironmentFound under Opera, also happens under IE TC
Image with link should be added <p> <a href="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" target="_blank"><img alt="ckeditor logo" class="test" dir="rtl" id="2" lang="pl" longdesc="http://dev.ckeditor.com/" src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" style="border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px" title="test1" /></a></p>
ExpectedCopied image == pasted ActualPasted image has no link attribute </a><img alt="ckeditor logo" class="test" dir="rtl" id="2" lang="pl" longdesc="http://dev.ckeditor.com/" src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" style="border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px" title="test1" /> |
|||||
#8086 | [IE] office skin Link dialog broken | confirmed | Bug | Normal | ||
Description | ||||||
#8091 | IE CKEDITOR.editor.resize throw 'invalid argument' when no height value is specified | confirmed | Bug | Normal | ||
Description |
Steps to reproduce:
The height value that is assigned becomes 'NaNpx' which is an invalid argument. Likely this has to due with line 345 in theme.js. 345 - contents.setStyle( 'height', Math.max( height - delta, 0 ) + 'px' ); In this case since height is undefined, Math.max(undefined - delta,0) returns NaN. NaN + 'px' = 'NaNpx'. Other browsers must handle this error more gracefully than IE. A simple conditional statement should fix this problem.
344 - if(height) { |
|||||
#8092 | CKEDITOR.editor.resize - Invalid documentation | confirmed | Bug | Normal | ||
Description |
The documentation for this method states...
{Number|String} width
The new width. It can be an pixels integer or a CSS size value. The method unfortunately only accepts a number parameter however. Resize calls the method setSize, here is the setSize method:
As you can see, it only accepts a number as it's parameter. |
|||||
#8096 | Firefox: Additional </br> added after clicking legend in fieldset and switching to Source mode | confirmed | Bug | Normal | ||
Description |
When focus is set in legend of a fieldset, and then mode is switched to source and back, additional Environmentlinked with #6804 , Firefox 4/5b TC
Actual result
Additional <fieldset> <legend>caption</legend><br /> <br /> <br /> <p> keep going, CKeditor!</p> </fieldset> |
|||||
#8097 | URL is applied incorrectly when the selection contains an anchor | confirmed | Bug | Normal | ||
Description |
When we try to apply a new link to a selection that already contains an anchor, the url for the anchor does not get updated with the new url value.
To reproduce this issue:
Actual Result: The original anchor still has its old url value, while the new url value is applied to the text before and after it. |
|||||
#8106 | IE8 : Javascript error when deleting in bulleted list | confirmed | Bug | Normal | ||
Description |
When deleting a row in a bulleted list CK throws a Javascript error with message 'null' is null or not an object on row. Steps to reproduce the error:
Expected here is that the link will be moved up to the first row and merge the first and the second row. But instead the cursor is moved down to the second row. I don't know if this is a bug as well?
The link will be removed and the Bulleted list seems to be created as it supposed but an Javascript Error will be thrown in IE. I have tried the same thing in FF 4 with no problem at all. Sorry if its many steps but I tried to do it so easy I could. |
|||||
#8109 | [IE] Readonly collapses empty paragrahs | confirmed | Bug | Normal | ||
Description |
See that the height is change and the empty paragraphs collapse. |
|||||
#8114 | stack overflow at line: 26 old staff in Ckeditor | confirmed | Bug | Normal | ||
Description |
I send the content of a form to CKEDITOR that has tags like this: <dl> <dt><dd>text<dd><dt> <dt><dd>text<dd><dt> <dt><dd>text<dd><dt> </dl> and as you see the <dt> tags are not closed as they should. The ckeditor cant show the content of the form mailed to this editor and make a stack overflow at line: 26. Is there any way to fix it? Regards |
|||||
#8118 | [FF] Strikethrough style works incorrectly for bigger fonts | confirmed | Bug | Normal | ||
Description |
Horizontal line that should be in the middle of text is at the bottom and looks like underline instead of strikethrough. Way to reproduce:
|
|||||
#8123 | Spellchecker: provide an option to pass sensitive data using POST request | confirmed | New Feature | Normal | ||
Description |
Right now the built-in spell checker sends the content entered by user using GET requests (at least after clicking "Finish checking"). It is causing problems for some companies, where security filters block certain URLs with specific keywords. It would be nice to at least make it configurable (to allow user to choose POST instead of default GET for such requests), if not simply switch to POST by default. Note that sending POST requets instead of GET would also allow spellchecker to split content into larger chunks. This is causing serious performance issues, as explained in #6119. Sample URL:
|
|||||
#8129 | Inline CSS does not work when there are comments inside <style> tags | confirmed | Bug | Normal | ||
Description |
Inline CSS is not working there are comments inside <style> tags. How to reproduce: 1) Open ckeditor and switch to source code editor. 2) Paste the following html: <html> <head> <style type="text/css"> <!-- .big { font-size: 30px; } --> </style> </head> <body> <p class="big"> Example </p> </body> </html> 3) Switch back to Wysiwyg editor. "Example" text will be small. If you try with: <html> <head> <style type="text/css"> .big { font-size: 30px; } </style> </head> <body> <p class="big"> Example </p> </body> </html> It works ok. |
|||||
#8131 | CKEditor instance does not appear | confirmed | Bug | Normal | ||
Description |
I am using the CKEditor widget in a framework that does custom "flexing". This works by shrinking all the "flexing" nodes and then setting their heights programmatically. The fix applied for http://dev.ckeditor.com/ticket/5956 causes a race condition whereby if the flexing all occurs within 1 second then the ckeditor widget gets its display set to none. To workaround this bug we are setting a timeout of 1200 to clear the display and "reflexing" our ckeditor node. Note that no errors are caused in firefox if that fix is removed and the node has an offsetheight of 0. So can either the fix be removed, made configurable or be tied more specifically to the display settings that cause the errors in firefox. |
|||||
#8133 | Webkit: Autogrow in quirks mode. Editor doesn't get smaller. | confirmed | Bug | Normal | ||
Description |
This issue was found when checking #7984 If you set config.fullPage = true; open autogrow sample and paste the below code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> </body> </html> You will see that when pressing Enter new paragraphs are created and editor is enlarged. If on the other hand you delete those paragraphs, you have created, you will that editor doesn't get back to its smaller size. Reproducible in Webkit quirks-mode from CKEditor 3.4 |
|||||
#8134 | [IE8] line selection / following elements issue | confirmed | Bug | Normal | ||
Description |
Start with an empty page. Create a heading, a text paragraph, and another heading. Source code should look like this:
<h1>heading</h1> Now select the text paragraph (select the whole line from left to right). Then start typing. Outcome: The text is replaced, the heading is converted to text and moved next to the cursor Expected outcome: the text is replaced, the heading below remains a heading (in its own line) Found in IE8, found to work correctly in FF and IE6. Other browsers not tested. |
|||||
#8136 | Pasting numbered list with a different start value and style not working properly | confirmed | Bug | Normal | ||
Description |
To reproduce the defect: Copy the list from attached word doc and paste in to editor. keep cursor at end of first list item and press Enter. Expected Result: A new list item is created and numbers for each list item are changed accordingly. Actual Result: A new list item is created but numbers in the list item are not changed accordingly and when we press enter next to each pasted list item it is creating a separate list. |
|||||
#8137 | IE: Toolbar combos don't open on second click on modal dialogs | confirmed | Bug | Normal | ||
Description |
Hi, We have bought CKEditor last year and now wants to upgrade. My developer has tested the CK Editor 3.5.3.0 and found a problem that is irritating. He was not able to find its solution on your website either. Please find his text below and attached sample project related to the problem. Developer Message: “I’ve tested the CK Editor 3.5.3.0 in my sample project. It has the problem when we use the CK Editor in the modal dialog page. The dropdowns (Format, Font and Styles) start flickering on second click. Please see the sample project developed in MS Visual Studio 2008 attached herewith the email. Please suggest the solution.” Please let me know its solution as soon as possible so that we can decide to move forward with the upgrade. I have a sample project too but dont know how to upload it through this interface. Please let me know if you want the sample project too and how i can send it to you. Thanks, Khurram Sheikh Development Manager Great Minds Software Contact: 914 – 595 – 2577 |
|||||
#8138 | Arrow keys stop working after hide-show cycle | confirmed | Bug | Normal | ||
Description |
This bug is similar to http://dev.ckeditor.com/ticket/6788. This happens when you use CKEditor in tab elements. After hide & show CKeditor I can't move cursor with arrow buttons. To reproduce the bug go into online demo and type the following into your javascript console: $('.demoInside').hide(); $('.demoInside').show(); Place your cursor and try to move left / right using the arrow keys. Firefox 5 (Win7) |
|||||
#8140 | Preceeding newline lost when Alignment button is pressed in ENTER_BR | confirmed | Bug | Normal | ||
Description |
I am seeing this in, at least, IE8 and FF3.6
Note that the cursor jumps up one space, causing the loss of one of the newlines. The cursor should not jump when an alignment button is used. |
|||||
#8148 | issue about sub-table | confirmed | Bug | Normal | ||
Description |
it's an IE only issue. (i'm using IE8) It works in ff and chrome. 1.create a table 2.create a sub-table in a blank cell you cannot input text in the cell any more. No space between the cell and subtable. |
|||||
#8149 | ElementsPath doesn't show correct element | confirmed | Bug | Normal | ||
Description |
TC 1
Result: Letters are typed as plain text
This TC is reproducible in Opera and Webkit browsers from CKEditor 3.5.1. IE and Firefox work fine in this case. They don’t show that you are inside of the link and letters are typed as plain text. TC2
ElementsPath is showing that you are inside of the link but the letters typed are plain-text. This is reproducible in IE, Webkit and Opera from CKEditor 3.0 Firefox is the only browser which works correct in this case. |
|||||
#8156 | IE6: In RTL Preview for some special characters not showing properly | confirmed | Bug | Normal | ||
Description |
To reproduce the defect:
Issue: Preview box shows blank rectangle instead of correct character. |
|||||
#8160 | Text selection disappears when open dialogs | confirmed | Bug | Normal | ||
Description |
Every single time I select some text, it becomes unlselected when using the paragraph formatting dropdown, changing text to a link, etc. Firefox 3.6.17, 3.6.18 on CKEditor version: 3.54. CKEditor 3.5.4 (revision 6899) Here is a demo showing you how link button is breaking: http://screencast.com/t/lvyePQDI9A Here is a demo showing you how the paragraph formatting dropdown is breaking: http://screencast.com/t/wBo3O7aoj You will see this is an exact replica of the issue here: http://dev.ckeditor.com/ticket/5780. I was told to create a new ticket for this issue. |
|||||
#8161 | IE9: an iframe without doctype causes problem with combo elements | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
The result can be seen on the attached screenshot. |
|||||
#8162 | File browser window size | confirmed | Bug | Normal | ||
Description |
For some reason, the popup plugin makes it possible to open just winows 640x420 or larger. These defaults cannot be overridden in any way (other than editing the ckeditor.js file but that's a VERY dirty solution (and I'll have to do it whenever I want to upgrade editor). Could this be changed (or at least made adjustable in the config file)? |
|||||
#8164 | IE8: empty paragaphs not editable/visible in wysiwyg mode | confirmed | Bug | Normal | ||
Description |
Empty paragraphs (<p></p><p> </p>) cannot be accessed and edited and are not even visible in IE8. config.fillEmptyBlocks has no effect on this behavior. FF/Chrome work just the way they are expected to. |
|||||
#8166 | Problems in IE when pressing CRTL+B on bolded text | confirmed | Bug | Normal | ||
Description |
This ticket was first reported in forum http://cksource.com/forums/viewtopic.php?f=11&t=22912 To reproduce:
If you press CRTL+B two times it will cause JS error in IE8 and IE9:
IE9 yields: This is reproducible from CKE 3.4. Before 3.4 there was no error but unbolding was weird. Some parts of text were duplicated If you press CRTL+B once than in IE6 and IE7, the phrase 'sample to be inserted by insertHTML' gets unboladed and jumps up. This is reproducible form CKE 3.6.1 rev [6919]. Before this revision JS error was thrown. |
|||||
#8169 | Webkit editor doesn't scroll without focus. | confirmed | Bug | Normal | ||
Description |
Issue found when reproducing #7635
Result: You will see that editor only scrolls down once when it has no focus. If it has focus it scrolls down-up-down. Now add extra setTimeout function setTimeout(scrollToTop, 1500); setTimeout(scrollToBottom, 2000); setTimeout(scrollToTop, 3000); setTimeout(scrollToBottom, 4000); If editor has no focus it scrolls down-up-down. If it has focus it scrolls up-down-up-down. If there would be only one setTimeout function, you wouldn’t see any scrolling. Webkit uses first function call to gain focus. |
|||||
#8175 | Add/edit Radio button, enabled status is not saved under IE9/10 in CKE 3.x 4.x | confirmed | Bug | Normal | ||
Description |
EnvironmentWin7 ie9, ie10platform preview, CKEditor Nightly build r7095 TC
ExpectedRadio button is added to edit area, with Enabled status ActualRadio button is added, _wisually_ it is set to enabled,
It works fine under IE8 and Chrome |
|||||
#8177 | Splitting cell vertically, causing incorrect rowspan. | confirmed | Bug | Normal | ||
Description |
EnvironmentRelated to #6111 TC
Actual result<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td colspan="2" dir="rtl"> <strong>1</strong></td> <td colspan="2" rowspan="3"> <strong>2</strong></td> </tr> <tr> <td colspan="2" dir="rtl"> podział pionowy rtl</td> </tr> <tr> <td> <strong>3</strong></td> <td> podział poziomy ltr</td> <td dir="rtl"> <strong><u>4</u></strong></td> <td dir="rtl"> podział poziomy rtl</td> </tr> <tr> <td colspan="2" dir="rtl" rowspan="3"> <strong>5</strong></td> <td colspan="2"> <strong>6</strong></td> </tr> <tr> <td colspan="2"> podział pionowy ltr</td> </tr> </tbody> </table> <p> </p> |
|||||
#8180 | FF and Opera: Dialog contents go out of dialog border when CKEditor is in RTL language | confirmed | Bug | Normal | ||
Description |
Bug found when reproducing #6775
Result: Dialog contents goes out of dialog borders See screenshots. Reproducible from CKE 3.5.3 |
|||||
#8186 | If copied MS-Word text contains a text box, then text does not display correctly in the editor | confirmed | Bug | Normal | ||
Description |
Environment: CK Editor 5.3.1 FireFox 3.5 Steps:
Actual Result: The text does not display correctly in the editor. |
|||||
#8189 | Empty [link] tag causes content and structure loss | confirmed | Bug | Normal | ||
Description |
In the demo or nightly demo, go into source view, delete existing HTML, and paste in the following: <table> <tr> <td> Left cell</td> <td> <p>First paragraph.</p> <p>Second paragraph, with an empty link tag in it <link />.</p> <p>Third paragraph.</p> </td> <td>Right cell</td> </tr> </table> Switch to WYSIWYG view. The table, row, and cells are gone, as is the content for the left cell and the first 2 paragraphs of the center cell. I've gotten this result on the latest versions of Opera, Firefox, Chrome, IE, and Safari (all on Windows). This is skeleton HTML for what we've seen from several of our clients. The empty <link /> tag is the problem - everything is fine if you remove that. I know that shouldn't be there but we have clients who are getting it by copying and pasting content from web pages that already have it in them. One source of this content was Up!CMS. Browsers correctly handle the empty link tag, but CKEditor goes a bit nuts with it. |
|||||
#8191 | No API to get all selected values of Select UIElement (multiple select list) | confirmed | New Feature | Normal | ||
Description |
I have a custom dialog where I have select UI element with attribute multiple set to 'multiple'. Now there is no way (or any documentation) to retrieve all (multiple) selected values of this 'Select' element. Please let me know how to retrieve the multiple selected values of 'Select'. For example : type:'select', id:'selected_attr', label:'Attribute', multiple:'multiple', style:'width:220px', items:loadAttributes() var selectObj = this.getContentElement('info','selected_attr'); selectObj.getValue() is returning me always the first selected item, but not all selected values. |
|||||
#8198 | custom smileys in config.js causing errors? | confirmed | Bug | Normal | ||
Description |
I added the following to my config.js file: config.smiley_path='/images/emoticons/'; config.smiley_images=['smiley.gif','teeth.gif','greed.gif','laugh.gif','wink.gif']; config.smiley_descriptions=[':)',':D','$$-)',':lol:',';)']; Everything shows up correctly in the Insert a Smiley dialog box, and when I click one the image is inserted, but if I click to view "Source" or try to submit the form I get the following error: TypeError: Result of expression 'C' [undefined] is not an object. I've tried it on Safari and Firefox using the nightly build, and it does the same thing. |
|||||
#8201 | Deleting first character of misspelled word deletes entire word (in Chrome) | confirmed | Bug | Normal | ||
Description |
The summary says it all. Position the cursor on the first letter of a misspelled word (with spell-checking turned on), hit delete, and the entire word gets deleted. This behavior occurs in Chrome (version 12.0.742.122). IE 9, Firefox, and Safari. |
|||||
#8205 | IE: using Undo after Unlink moving cursor to start of document in editor | confirmed | Bug | Normal | ||
Description |
To reproduce the defect:
Expected Result: Link that was removed comes back and cursor stays inside the link. Actual Result: Link that was removed comes back but cursor moves to start of document in editor body. This will be huge inconvenience to the user if document has large number of paragraphs. |
|||||
#8206 | Firefox: unable to access caption with arrow keys | confirmed | Bug | Normal | ||
Description |
Result: It is impossible to reach the caption with arrow keys but t is possible using mouse. |
|||||
#8207 | IE8 IE9: empty paragraphs inserted when aligning text | confirmed | Bug | Normal | ||
Description |
Result: Empty paragraphs are inserted between lines of text. Issue is reproducible in IE8 and IE9 from CKE 3.0 |
|||||
#8209 | [Firefox5] : Unable to write in the same line ,After using display none/block on editor. | confirmed | Bug | Normal | ||
Description |
This issue has been reproducible in Firefox5 from CKE 3.3.1 |
|||||
#8213 | [Webkit]: Inline styles are not copied with text | confirmed | Bug | Normal | ||
Description |
Result: Only text gets copied (without styles). Issue has been reproducible from CKE 3.1 in Webkit browsers. |
|||||
#8218 | Preselect color dialog to the current color (or bg color) of the selected text. | confirmed | New Feature | Normal | ||
Description |
When opening the color dialog, highlight (with a border?) the color of the currently selected text, if it's in the default palette. In the "More Colors" dialog, default the input box to the hex code of the active color (or bg color). If multiple colors are present in the selected text, use the first one encountered? Sorry if this is a duplicate request, but I didn't find it in my ticket searches. |
|||||
#8226 | Allow destroy after object removed from DOM | review_failed | New Feature | Normal | ||
Description |
related to: http://dev.ckeditor.com/changeset/5681 I would like to 1) Be able to call destroy() after the editor has been removed from the DOM. Or even better... 2) If the editor has been removed from the DOM already, and a new editor with the same name gets created, the old one will automatically be destroyed. Not being in the DOM anymore, it's really of no use anyway. It's a very common pattern to have a form that is submitted by ajax (a div is updated) and that the user must keep submitting the form until they fill out all of the inputs correctly. With FCKEditor, I could do this. With CKEditor, I must first search for all editors within the div to be updated and destroy them before updating the div in order to avoid an error. Even if I try to destroy the old editor that is no longer in the DOM, I get the error i.contentWindow is null. |
|||||
#8230 | Problem with Google minify | confirmed | Bug | Normal | ||
Description |
_source/plugins/listblock/plugin.js line 102 ' aria-posinset="' + ++this._.size + '">', When this line is compressed by Google's ModPageSpeed minify script, the result is: ' aria-posinset="'+++this._.size+'">', While this is an issue with the Google tool, it is widespread and can easily be avoided if the code is changed to: ' aria-posinset="' + (++this._.size) + '">', Please consider this suggestion. |
|||||
#8233 | Can't modify disabled input field | confirmed | Bug | Normal | ||
Description |
Issue has been reproducible in Firefox and Opera 11.50 from CKEditor 3.0. Open replace by code sample and paste the following code: <input class="text" disabled="disabled" maxlength="220" name="abc" type="text" /> Try to open textfield properties dialog. In Firefox browsers it is impossible neither with right-click menu nor with double-click. In Opera only right-click menu works. |
|||||
#8237 | CK Editor doesn't support translation of keystroke names | confirmed | Bug | Normal | ||
Description |
To reproduce the defect: Open Language sample and change language to Arabic or Hebrew. Open Accessibility Instructions dialog by pressing Alt + 0. Look for the Toolbar Collapse command it will still show ALT+SUBTRACT |
|||||
#8243 | CKEDITOR assumes basepath will include protocol | confirmed | Bug | Normal | ||
Description |
As far as client side resources are concerned, a Django 1.3 project can describe two important context variables :
keeping site theme files separate from user uploads means we can host them from different domains (usually subdomains of the root)
So now onto the problem I'm having with CKEditor : I define my STATIC_URL and MEDIA_URL like so : something.org files.something.org static.something.org What this does for me is reduce the amount of HTTPS <> HTTP wrangling behind the scenes. However, CKeditor fails to load for me becuase you're codebase assumes the BASE_PATH for ckeditor will explicitly be prefixed by a protocol. Sure i can change the STATIC_URL and MEDIA_URL to : http://something.org http://files.something.org http://static.something.org but now keeping the site secure and preventing session cookie bleed-over is a great deal more difficult. tl;dr : Don't make assumptions about the URL from which you load ckeditor. Please see comment:5 for short description of problem that user is getting in editor. |
|||||
#8252 | Inner duplicated style is not being removed | confirmed | Bug | Normal | ||
Description |
Using
For example, when applying the <b>this [is</b> some] sample text Results on this: <b>this <b>is</b> some</b> sample text While the expected is this: <b>this is some</b> sample text I'll add a TC for this. |
|||||
#8257 | Adding support for css-classes in tableCell dialog | confirmed | New Feature | Normal | ||
Description |
This patch adds support for css-classes for ckeditor 3.6.1 and 3.6.2 I attached a patch and the whole file. |
|||||
#8260 | Change from raising error to show an alert if instance exists | new | Bug | Normal | ||
Description |
Split from #8226 I think that many new users don't realize that they have errors in the console (after all IE is the only browser that currently shows clearly when a page has a js error). We must remember that many people aren't javascript developers, that's why they use things like the asp.net or Java adapters, they just know how to work at the server side and when they try to copy some javascript code as shown in some examples and doesn't work they don't understand what's the problem.
So I strongly suggest to change
|
|||||
#8267 | protectedSource is removed when it is the only source | confirmed | Bug | Normal | ||
Description |
If a tag matches an item in the protectedSource regular expression and it is the only content, then it is removed when switching to WYSIWYG mode and back to Source mode. Steps to reproduce:
Expected Result:
Actual Result:
|
|||||
#8271 | CKEditor toolbar becomes invisible when using Tab key and Maximize toolbar button | confirmed | Bug | Normal | ||
Description |
CKEditor toolbar becomes invisible when using Tab key and the Maximize toolbar button. Please follow the steps in the attached filed to reproduce the issue. This bug also happen in the CKEditor demo site of 3.6.1 version and nightly build. |
|||||
#8273 | Pasting into empty bullet doesn't behave as expected - FF/IE9 | confirmed | Bug | Normal | ||
Description |
Steps to reproduce
What's expected? The text is pasted in to the empty bullet What happens? In FF4/5 The bullet gets deleted and a new paragraph is created with the text. In IE9 The text is pasted at the end of the content. |
|||||
#8278 | Opera: In Table dialog values for rows & columns not shown in Rows & Columns fields | confirmed | Bug | Normal | ||
Description |
To reproduce the defect:
Expected Result: Table dialog comes up and it shows value 3 for Rows & 2 for Columns Actual Result: Table dialog comes up and it's not showing any values and Rows & Columns fields are completely disabled. |
|||||
#8279 | Allow for CKFinder skin customization. | confirmed | New Feature | Normal | ||
Description |
Currently when user wants to add new custom skin to CKFinder not only he has to create skin.js and CSS files but also add some code in ckfinder.js file - Would be nice if this code from ckfinder.js could be moved to skin.js and the only change user should do, would be change in config.js file. This issue was reported by user Kevinelsh on our support channel – “Support question: Customizing CKFinder Skin”. |
|||||
#8280 | big amount of invalid content slows down SCAYT (chrome) | confirmed | Bug | Normal | ||
Description |
With the SCAYT spellchecker enabled in documents with lots of incorrect words slows down the ckeditor, namely with adding newlines. This can cause a long browser freeze when forwarding/replying e-mails with 'invalid' content (different language, error logs, etc), where you still want the spellchecker enabled for componsing and checking your own content. To reproduce:
sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdfsdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdfsdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf
It takes a couple of seconds to process it, in the mean time window freezes and you can't do anything. It seems to occur mainly in chrome. In FF en IE9 the problem is present, but less dramatic. Tested on an Intel Core i 3.4GHz, Windows 7 |
|||||
#8281 | Internet Explorer 7.x crashes when changing an item from a bulleted list into numbered list | confirmed | Bug | Normal | ||
Description |
Steps to recreate:
(works vice versa too) This issue only occurs until IE7.x it does not occur with other browsers or IE version higer than 8.0 For our company it is vital to use CKEdit with IE7.x as our clinical information system is not validated for IE versions higher than IE7.x |
|||||
#8288 | Internet Explorer will not run blank javascript function as per documentation | confirmed | Bug | Normal | ||
Description |
Example 4 works fine in all browsers I have tested except IE. Both IE 8 and 9 will not run the additional javascript called, returning only the URL of the image. |
|||||
#8303 | IE8: can't delete whole text before an anchor. | confirmed | Bug | Normal | ||
Description |
Result: Reproducible from CKE 3.6 rev [6904] in IE8 |
|||||
#8304 | Make ENTER split blockquote when enterMode=BR | confirmed | New Feature | Normal | ||
Description |
This is a followup for #7354. It should be possible to exit from blockquotes with the ENTER key when enterMode=BR. |
|||||
#8306 | FF : Custom attributes on links dropped during copy/paste | confirmed | Bug | Normal | ||
Description |
Custom attributes on anchor tags are being dropped during copy/paste (Ctrl+C/Ctrl+V). Steps to reproduce:
Occurs on the demo page with the following environments:
|
|||||
#8308 | [iOS] There is no scrollbar on toolbar combos | confirmed | Bug | Normal | ||
Description |
It's not possible to scroll to toolbar combos contents to reach the hidden options at the bottom of the list. |
|||||
#8309 | [iOS] Selection marker and ballon remain over toolbar panels | confirmed | Bug | Normal | ||
Description |
When you select a word close to the toolbar combos, the iOS selection markers and copy/paste balloon remain over the combo panel. See screenshot. |
|||||
#8310 | [iOS] It's not (always) possible to close toolbar combos without selecting one item | confirmed | Bug | Normal | ||
Description |
When a toolbar combo is opened, one would expect to close it by tapping once anywhere in the editor out of it. Instead not happens. (It eventually closes) Other than that, if you tap the combo again, the combo reopens instead of closing. The correct behavior here could be a workaround for the previous problem. |
|||||
#8311 | [iOS] There is no way to open the context menu | confirmed | Bug | Normal | ||
Description |
There is no way to open the editor context menu on iOS. |
|||||
#8312 | [iOS] SCAYT blocks typing | confirmed | Bug | Normal | ||
Description |
When SCAYT is enabled, it's not any more possible to type in the editor on iOS. |
|||||
#8313 | [iOS] Dialogs in the wrong are not draggable | confirmed | Bug | Normal | ||
Description |
It's not possible to drag the dialogs by tapping and dragging on iOS. |
|||||
#8314 | [iOS] Dialog fields don't get focus when opened | confirmed | Bug | Normal | ||
Description |
On iOS, the first dialog field is not getting typing focus once the dialog gets opened. |
|||||
#8315 | [iOS] Editing area grows with no scrollbar | confirmed | Bug | Normal | ||
Description |
On iOS, the editing area grows with the contents instead of presenting a scroolbar. |