Custom Query
Results (6601 - 6700 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | |
---|---|---|---|---|---|---|---|
#7203 | CKEditor Sample — Replace DIV | Bug | Normal | General | |||
Description |
Found when I was checking #7197 CKEditor Sample — Replace DIV
Now you can click on the first selected div, but CKEditor doesn't load. |
||||||
#7204 | Reading from <param> does not work in IE | Bug | Normal | General | |||
Description |
Using the following: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="wmode" value="opaque" /><param name="quality" value="medium" /><param name="movie" value="a.com" /><embed src="a.com" type="application/x-shockwave-flash"></embed></object>
Right click on the placeholder, switch to the 2nd tab. |
||||||
#7205 | Flash Advanced - style params doesn't load | Bug | Normal | UI : Dialogs | |||
Description |
|
||||||
#7207 | Iframe uses deprecated align attribute | Bug | Normal | General | |||
Description |
When a user inserts an iframe, they can specify an alignment. The HTML generated for the iframe uses the align attribute which is deprecated. Instead the alignment should be applied using the float CSS property. The image dialog already uses the float CSS property to apply alignment. The iframe dialog should do the same.
Steps to Reproduce:
1.Insert an iframe into the editor.
2.Specify a url and select an option for alignment.
3.Look at the source of the editor. e.g. <iframe align="right" frameborder="0" scrolling="no" src="http://dev.ckeditor.com"></iframe></p> Problem: The align attribute which is deprecated is applied to the iframe. |
||||||
#7208 | In IE7/8, CKEditor performance degradation when adding multiple editors | Bug | Normal | Performance | |||
Description |
In PeopleSoft's Job posting feature, users can add any number of posting and each posting will have one ckeditor. After adding 15 posting, fifteen ckeditors are displayed but the IE memory usage is increased to around 25MB. Becuase of this our page is too slow and user is not able to do any action. But the same use case is executed in Firefox and the memory usage was just 1MB. Below i have given the memory usage detail.
In IE7/8, No editor is displayed:(IE_NoEditor_MemoryState.PNG)
In FF3.6, No editor is displayed:(FF_NOEditor_MemoryState.PNG)
Run the above steps for firfox and check the memory usage. This is very critical to us, please provide the fix asap. |
||||||
#7209 | Ordered list with 3 levels not pasted from word correctly | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | ||
Description |
If you create the following list in Word 1. Item 1 a. Item 1a i. Item 1aa 2. Item 2 3. Item 3 a. Item 3a b. Item 3b c. Item 3c d. Item 3d It results in 1. Item 1 a. Item 1a ii. Item 1aa 3. Item 2 4. Item 3 a. Item 3a b. Item 3b c. Item 3c d. Item 3d Internet Explorer 8, Word 2003, Windows XP |
||||||
#7211 | Image URL bug - when using url for image | Bug | Normal | General | |||
Description |
This seems like a problem that may have already been solved, but I have searched endlessly and can not find a solution, even after new installation of latest version. Everytime I add an image url the image displays in the html editor, but on the output page, the image is broken and looks like the following: http://www.mysite.com/%22http://www.mysite.com/Images/4.1/theme0/logoFunny250x70.gif/%22 Please help me or guide me one how to solve it! Cheers! |
||||||
#7214 | extra plugins | Bug | Normal | UI : Toolbar | |||
Description |
I just downloaded ver 3.5.2, installed, and while working with samples, attempted the following code: CKEDITOR.replace( 'ItemText', {
It failed. In fact, the editor instance did not even appear on the page. I downloaded the latest and greatest in the hope that the extraPlugins would begin to support more than one plugin. But, the code continues to fail in the same manner as it failed in version 3.0. I have tested this on both my production linux server, AND on my development windows server with the same results. Please advise. |
||||||
#7215 | Updated Faroese Locale (fo.js) | Bug | Normal | CKEditor 3.5.3 | UI : Language | ||
Description |
Translated the MISSING fields in fo.js. Some other minor correction as well. Expect a new version a bit later, when I have tested this locale-version live for some time. Note: Found this 3.5.1 locale in the 3.5.2 version. |
||||||
#7216 | Create separate plugin for contentEditable=false | Task | Normal | Core : Read-only | |||
Description |
In order to support correctly contentEditable=false there are a number of additions to the normal code and that means a general performance hit that should required only for those systems where such non-editable elements are being used. By moving some functions to a separate plugin we can avoid most of the performance hit as well as allowing to keep improving such support without a degradation for the rest of uses. |
||||||
#7217 | destroy(true) malfunctions in firefox | Bug | Normal | General | |||
Description |
Example: http://gpeasy.com/x_div_replace/
How to duplicate bug:
What Happens:
Notes:
|
||||||
#7218 | ASP - Unable to find an image manipulation component | Bug | Normal | File Browser | |||
Description |
Hi I have just downloaded the CKFinder and installed it. When i run the standalone sample, i got the error, editor is disabled. I was able to overcome this by setting the CheckAuthentication = true. Now when i run the sample i get the error: Unable to find an image manipulation component |
||||||
#7219 | UI:Language Swedish | New Feature | Normal | CKEditor 3.5.3 | UI : Language | ||
Description |
Hello I have edited the sv.js file and translated all into swedish. Hopefully everything is 100% correct and that it'll get published in next version of CKEditor. |
||||||
#7220 | [IE] Weird behavior when applying a block format on a table | Bug | Normal | Core : Styles | |||
Description |
|
||||||
#7221 | A click on a horizontal list's element makes it become a vertical list | Bug | Normal | CKEditor 3.5.4 | Core : Styles | ||
Description |
When you have a horizontal list (which is a list with list-style-type:none and li elements display:inline) and you click on a list element, the element goes to the next line as if he becomes a vertical list element. Going to source view and back to wysiwyg view makes the list horizontal again. Paste the following code in the source view of a ckeditor, and then go back to wysiwyg view. Now click on a "lol" to reproduce the bug. <style> ul.list1{margin:20px 0px 0px 0px; padding:0px; list-style-type:none;} ul.list1 li{display:inline; padding:20px;} </style> <ul class="list1"> <li> lol</li> <li> lol</li> <li> lol</li> <li> lol</li> <li> lol</li> <li> lol</li> </ul> I'm using Mac OS X Snow Leopard with FireFox 3.5.16 |
||||||
#7222 | Safari : It is not possible to apply single style to collapsed selection | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect:
Expected Result: Cursor stays in editor body and when we start typing the text, the formatting option(font size 36) applies to typed text. Actual Result: Cursor goes out of editor body and when we keep the cursor in editor body and start typing the text, the formatting option(font size 36) that we have selected is not applied and the format option also not shown in font size drop don list. same issue happens when we apply any of normal formatting styles like bold,italic etc. |
||||||
#7223 | [FF] Colored links use default color | Bug | Normal | General | |||
Description |
Insert the following HTML: <a href="#" style="color: rgb(255, 0, 0);">red link</a> Note that the link is blue. |
||||||
#7228 | fck editor image browse not working on subdomain | Bug | Normal | Server : ASP.Net | |||
Description |
Hi, fck editor image browse functionality not working on sub domain.(shialendra.kashyap.com). But it working well in domain(kashyap.com) Please do the need full. Using : - Asp.net 4.0 |
||||||
#7231 | [IE8] Javascript error when selecting toolbar | Bug | Normal | General | |||
Description |
To reproduce:
Results: Javascript error occur when selecting underline from toolbar. |
||||||
#7232 | [IE] Javascript error when deleting rows in context menu | Bug | Normal | Core : Tables | |||
Description |
To reproduce:
Results: |
||||||
#7233 | "p is undefined" | Bug | Normal | General | |||
Description |
Im using CKEditor 3.5.1 together with mootools 1.3 (on the same page). I get an error "p is undefined - line 59". I have formated ckeditor.js: Now i get the right lines: Line: 7613 and Line: 7622 if I rewrite these lines: 7613: label: p ? p.toolbar: , 7622: label: p ? p.title : , all is fine again. ;o) |
||||||
#7234 | "G.getFirst().hasAttribute is not a function" | Bug | Normal | General | |||
Description |
Im using CKEditor 3.5.1 together with mootools 1.3 (on the same page). I get an error "G.getFirst().hasAttribute is not a function". I have formated ckeditor.js: Now i get the right line: Line: 11912 if I rewrite this line with:
all works great. I´m using Firefox 3.6.13 on Windows Vista |
||||||
#7235 | entities plugin is missing | Bug | Normal | General | |||
Description |
I downloaded the latest library and the file plugins/entities/plugin.js is not included. I believe this file is important. http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities Thank you |
||||||
#7236 | IE throws 'lang.contextmenu.options' is null or not an object | Bug | Normal | Server : ASP.Net | |||
Description |
We are an insurance company in Sydney. We are evaluating CKEditor for our new asp.Net project and we are happy with the features and performance. But we have an issue with the ckeditor in iframe page of ASp.NET project when open in IE. (IE version 8.0 is used to reproduce this error but not sure about other versions of IE). We are not getting this error in Firefox. I could not find any solution in your forum. The version of the ckeditor is 3.5.1 and revision id is 6398 in ckeditor_base.js The page is opened in iframe for the user to enter the email template and we get the following js error in IE. I would like to know whether you have any solution to this reported issue which hinder us from buying and using the component. User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Mon, 21 Feb 2011 22:27:29 UTC Message: 'lang.contextmenu.options' is null or not an object Line: 47 Char: 2504 Code: 0 URI: http://test.cdn.aust.covermore.com.au/ckeditor/ckeditor.js |
||||||
#7237 | ForcePasteAsPlainText doesn't seem to work for Mac users. | Bug | Normal | General | |||
Description |
ForcePasteAsPlainText doesn't seem to be working for Mac users. They're able to paste in rich text from MS Word, bringing over invalid HTML source code with it. I'm using drupal module ckeditor 6.x-1.2 with ckeditor 3.5.1 on drupal 6.20. I'm not sure if these people are using the Safari browser or Firefox. I have Pasting as Plain Text enabled on the ckeditor module profile admin page, as well as in the ckeditor.config.js file. Also, in case it matters, I have SCAYT set to start automatically. This problem doesn't affect Windows users using IE or Firefox. |
||||||
#7238 | Image upload 'send it to the server' form not displayed correctly - height too small | Bug | Normal | General | |||
Description |
Go to upload image > upload > browse for an image > then click on the "send it to the server" button. The screen showed in the image screengrab attached to this ticket shows the problem - the height of the form is too small meaning not all the content is visible. |
||||||
#7240 | CKEditor should expose the names/ids of dialog windows, tabs and fields | New Feature | Normal | CKEditor 3.6 | UI : Dialogs | ||
Description |
These values are crucial for all sorts of customizations and it is vital that we make them accessible to developers. By accessible I don't mean having to search for them somewhere inside the millions of lines of CKEditor source code. This information must be available in the API docs and auto-updated on all changes of the dialog window source codes. Please note this is also one of the most asked for problem areas on our forum. |
||||||
#7241 | Select table adds <br> | Bug | Normal | Core : Tables | |||
Description |
<table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> </table>
Note that an additional space is appended to the bottom of the table. In source view, this is what we have: <table> <br /> <tbody> <tr> <td> cell1</td> <td> cell2</td> </tr> <tr> <td> cell3</td> <td> cell4</td> </tr> </tbody> </table> <p> </p> Both the <br> and the <p> are unwanted. Introduced with CKEditor 3.5.1. |
||||||
#7242 | Managing text color | Bug | Normal | Core : Styles | |||
Description |
Hi, I don't know if this is a bug or a feature request but it weighs more towards a bug and I'll explain why. Let's say
Right, the color of the selected text changed as predicted, however if I want to go ahead and change the color of another part of the text, I have to select that text and again _paste_ the hex code in! Why must I do that? And this is why I think it's a bug, because I can see my previous used color in the box that shows which color I have selected, and I can also press the button "Clear" to remove it, but I can't reuse it unless I paste the hex code in again. This is frustrating, and this feature exist in for example FCK editor, but I don't like that editor very much. At first I thought it was Google Chrome browser that was the reason, but I tried it in firefox and IE8 and it has the same problem. Is this something that can be fixed? Would be very grateful. |
||||||
#7243 | Inline Javascript using SRC in the script becomes corrupt on edit | Bug | Normal | CKEditor 3.6.2 | Core : Parser | ||
Description |
This can be reproduced by adding an onmousover (or other inline script) with this content: this.src = 'URL'; If the content is edited after the first save, the editor inserts " data-cke-saved-src='URL'" between "this." and "src" in the code. This breaks the script, and if edited repeatedly, more and more of these strings are inserted into the code. |
||||||
#7244 | Wrong application of buttons (readmore, image...) | Bug | Normal | General | |||
Description |
When there are more than one editor on a page, actions on buttons don't apply on the right editor but on the last one. Used it on joomla 1.6 The problem come from function onGetInsertMethod($name){} I replaced $js= "function jInsertEditorText( text,editor ) {
}"; By $js= "function jInsertEditorText( text,editor ) {
}"; |
||||||
#7245 | 'lang.contextmenu.options' is null or not an object | Bug | Normal | General | |||
Description |
Hello, I thin these bugs are correctly reported http://dev.ckeditor.com/ticket/6328 http://dev.ckeditor.com/ticket/5548 I managed to replicate and fix them in my code. I had my HTML tag like this <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> I remove the language declaration from my HTML code and everything came back to life!
I think that is why it is such a confusing problem. Regards, Ivan |
||||||
#7246 | Text scrolling failing when using find operation | Bug | Normal | General | |||
Description |
I am trying to debug some strange behaviour with the CKEditor. Here the scenario to re-create the problem:
I am using Firefox on Mac OS X. Can you re-produce this problem? Thank you for your wonderful editor. |
||||||
#7248 | Paragraph tag lost when switching list to paragraph | Bug | Normal | Core : Lists | |||
Description |
Seems like it might be tied to http://dev.ckeditor.com/ticket/6461 Initial text <p>Here is some text</p> Apply UL <ul><li>Here is some text</li></ul> Remove UL Here is some text Result Expected <p>Here is some text</p> |
||||||
#7253 | Maximize functionality in Firefox fails without doctype tag | Bug | Normal | UI : Skins | |||
Description |
Attempting to maximize a textarea in Firefox 3.6.13 causes a css rendering issue. In Chrome however this seems to function fine. Tested with the following code: <html> <head> <link href="ckeditor/_samples/sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <script type="text/javascript" src="ckeditor/adapters/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.editor').ckeditor(); }); </script> </head> <body> <h1>CKEditor Demo</h1> <textarea id="editor1" class="editor" name="editor1"><p>Initial value.</p></textarea> </body> </html> adding this line resolved: <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Video attached as well. |
||||||
#7256 | Internet Explorer 8 - after copying a table, it is impossible to remove any entries from it | Bug | Normal | General | |||
Description |
when using IE8, there are some probelms with deleting entries. steps how to reproduce the bug:
Could you pls check it? thank you |
||||||
#7258 | When inserting a "Large Image" template in IE 6 it will be inserted on the top of the page(editor) | Bug | Normal | General | |||
Description |
It happens in IE6 and IE7 everytime I try to insert a template, lets say "Large Image" template it would not be inserted at the cursor location but at the top of the content if my cursor is in the middle of my text content I'm expecting that selected template would be inserted into that content, not at the start of content |
||||||
#7259 | It should be possible to specify the dialog Width and Height besides the minimum values | New Feature | Normal | CKEditor 3.5.3 | UI : Dialogs | ||
Description |
The dialog definition object allows to specify minWidth and minHeight http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.html Besides that, it would be useful to be able to specify the initial width and height that should be used for the initial display of the dialog. |
||||||
#7260 | node.js -> getParents performance poor | Bug | Normal | Performance | |||
Description |
getParents : function( closerFirst ) { var node = this; var parents = []; do { parents[ closerFirst ? 'push' : 'unshift' ]( node ); } while ( ( node = node.getParent() ) ) return parents; }, unshift method performance poor example code var t = +new Date,s = [] for(var i = 0;i<1000;i++){ s.push(i) }; s.reverse(); alert(+new Date - t) // 2 var t = +new Date,s = [] for(var i = 0;i<1000;i++){ s.unshift(i) }; alert(+new Date - t) //21 in ie8 |
||||||
#7261 | node.js -> getPosition performance poor | Bug | Normal | Performance | |||
Description |
not use getAddress getIndex methods performance poor my code getPosition : function ( nodeA, nodeB ) {
|
||||||
#7262 | Paste from Word: Lists in preformatted body disappear | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | ||
Description |
When having a list in word, which has format preformat. Pasting such a list causes the list to disappear. It seems the reason for this is that only half of the handling for changing from "word-html-list" to "ckeditor-html-list". I did a patch for this, dont know if its the right fix though. word document attached shows the problem. |
||||||
#7263 | [IE]Editing table alignment creates new table | Bug | Normal | Core : Tables | |||
Description |
Hi, I encountered the following problem when trying out the demo on IE7. Steps to replicate the issue: 1) Go to demo page. 2) Right click on the Table on the right (with International Names as the caption). 3) Select Table Properties. 4) On the table properties popup , select any alignment. 5) Click OK. A new table will be created. It seems that when the additional created tables are deleted, sometimes it will work properly. |
||||||
#7266 | Client side validation script needs to perform below steps to satisfy Checkpoint AA3.3.3: *WCAG 2.0 AA* Error Suggestions | Bug | Normal | CKEditor 3.6.1 | Accessibility | ||
Description |
These techniques are defined in WCAG 2.0 Level AA Success Criterion 3.3.3. http://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-suggestions.html when user leaves a mandatory field empty
When user enters an input that falls outside the required format or values.
|
||||||
#7267 | Multiple instances of CKEditor & pasting inside source view | Bug | Normal | Core : Pasting | |||
Description |
I've noticed that WebKit (Google Chrome 8 & 9) has trouble pasting inside Source view when there are multiple instances of CKEditor running on the same page (i.e. 2 or more): http://nightly.ckeditor.com/6518/_samples/replacebycode.html I sometimes can post in the source view of the last one (I have a situation where I have a 3 of them on the same page) before being able to past in the first two. In any case, the behavior is pretty consistent on WebKit/Chrome. I don't see this issue on Firefox. |
||||||
#7268 | Right border disappears in v2 and office 2003 skins when zooming in/out | Bug | Normal | UI : Skins | |||
Description |
Steps to reproduce the defect: Scenario 1
Result: The right border of the editor is missing in the v2 and office 2003 skins (see screenshot). Scenario 2
Result: The right and left borders of the editor are missing in the v2 and office 2003 skins (see screenshot). |
||||||
#7269 | paste from word - footnote links link to document path in webkit based browsers | Bug | Normal | CKEditor 3.6.1 | Plugin : Paste from Word | ||
Description |
When pasting a document with footnotes, the links to the footnotes in webkit browsers get the full path to the doc, e.g. file:///c:/folder/doc.docx#ftn_1 instead of the more correct #ftn_1 as in IE and Gecko. Patch that fixes this is provided. |
||||||
#7270 | IE: we can't switch to to source mode when we insert a Table with caption or first row or both first row & column set as Table Headers | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect:
Expected Result: we are in source mode and html for the inserted table is shown. Actual Result: Editor stays in WYSIWYG mode and it will shown an error and when we click on that error it says object doesn't support this property or method. same behaviour happens when we insert a table with first row set as headers or both first row and first column set as headers |
||||||
#7276 | CKEditor.NET does not work in medium trust | Bug | Normal | Server : ASP.Net | |||
Description |
Reported here: http://cksource.com/forums/viewtopic.php?f=11&t=21773 |
||||||
#7277 | BiDi: Strange behaviour when creating RTL lists | Bug | Normal | CKEditor 3.5.3 | Core : BiDi | ||
Description |
Steps to reproduce the defect: Scenario 1:
Expected: A RTL bulleted list containing 1 list item is visible in the editor. Actual: Nothing is displayed in the editor. Scenario 2.
Result: Nothing happens!!! |
||||||
#7279 | Full page mode: <meta> inside body element multiplies elements in body | Bug | Normal | Core : Parser | |||
Description |
<html> <head> <title></title> </head> <body> <table> <tr> <td> d<meta /></td> </tr> </table> </body> </html>
Rezult: <html> <head> <title></title> </head> <body> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> </body> </html> <meta /> <body></body> <title></title> <body> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <p> </p> </body> |
||||||
#7283 | ASP.NET: entered text is not HTML encoded. | Bug | Normal | Server : ASP.Net | |||
Description |
Steps to reproduce:
Another way to reproduce it:
|
||||||
#7284 | Maximize control collapses the editor | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
In Firefox, when we are in quirks mode and selecting the maximize control collapses the editor completely. |
||||||
#7285 | ASP.NET: certain configuration options are not properly escaped | Bug | Normal | Server : ASP.Net | |||
Description |
|
||||||
#7287 | change href in a tag with htmlFilter doenst work | Bug | Normal | Core : Output Data | |||
Description |
If you try to apply a filter for the href attribute auf a tags the new value is not written back to the html so. CKEDITOR.on( 'instanceReady', function( ev ) { var editor = ev.editor, dataProcessor = editor.dataProcessor, htmlFilter = dataProcessor && dataProcessor.htmlFilter; htmlFilter.addRules({ elements :{ a : function ( element ){ alert(element.attributes['href']); element.attributes['href'] = "http://www.ckeditor.com"; alert(element.attributes['href']); } } }); }); this will first alert the old href than the changed href but the href attribute itself wont change |
||||||
#7288 | ckeditor 3.5.2 flashes horizontal scrollbar in Firefox | Bug | Normal | General | |||
Description |
0 down vote favorite I just upgraded Ckeditor to the latest version 3.5.2 and since the upgrade, firefox shows a horizontal scrollbar for half a second at the bottom of the browser, just when CKeditor kick in. When CKEditor is on the screen, the scrollbar disappears. This didn't happen before the upgrade. When I go back to version 3.3.1, all is well. Safari or chrome do not have this behaviour |
||||||
#7289 | Can't remove empty paragraph first in document that's followed by a table | Bug | Normal | General | |||
Description |
It does not appear to be possible to remove an empty paragraph in the beginning of a document, which is followed by a table. To reproduce:
(this also applies to header tags. If you start the document with "<h1>Hello</h1>" instead, you can remove the text in wysiwyg, but you'll be left with "<h1> </h1>". Tested with Firefox 3.6.13 and Chrome 9 on Linux, and have heard similar reports from Chrome/Windows users. |
||||||
#7290 | Issue with Number/Bulleted list - Stack overflow at line: 27 | Bug | Normal | Core : Lists | |||
Description |
I have very simple text in editor, when I press “Insert/Remove Numbered List” button on toolbar on 1st,2nd and 3rd line, then go back to 2nd line and press “Insert/Remove Bulleted List” button on toolbar, it is killing all IE browsers sessions. Steps to reproduce:
At this point all browser sessions get killed. For the same above text loaded in editor if I use editor.getData() method, it is giving “Stack overflow at line: 27” error. Browser: IE 7.0.5730.13 OS: Windows XP with SP3 Addtional info: Please note, this happnes on http://ckeditor.com/demo page also, if 4 numbered list items are created and then if clicked to 2nd numbered item and make it bulleted item, it kills all IE browser sessions. |
||||||
#7291 | Wrong aligned tables from Word | Bug | Normal | Plugin : Paste from Word | |||
Description |
Paste into CKEditor from word two tables on a same line (first aligned left, and second aligned right). You'l see in CKeditor the two tables not on the same line (separated by a <div style="clear:both">). |
||||||
#7292 | ASP.NET: problems in multiview control | Bug | Normal | Server : ASP.Net | |||
Description |
Related forum topic: http://cksource.com/forums/viewtopic.php?f=10&t=21803
|
||||||
#7293 | IE with out focus in Editor body when we click Text Color button it is showing background color panel instead of Text Color panel | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect: Open CK Editor, with out focus in Editor body click on Text Color button. Expected Result: Text color panel comes up which should show black as Automatic color. Actual Result: Background color panel comes up which should show white as Automatic color and no matter how many times you close and open the panel it shows the same color panel. when we focus in editor body and clicks on Text color button it shows correct Text Color panel. |
||||||
#7294 | IE we can't convert Numbered list to a Bulleted list and vice versa | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect
Expected Result: Numbered list is converted to a Bulleted list. Actual Result: Nothing happens and we are seeing an error in IE and error says 'this.$currentStyle' is null or not an object. same issue occurs when we try to convert a Bulleted list to a Numbered list. |
||||||
#7296 | Firefox: Hiding/Displaying CKeditor causes caret to disappear | Bug | Normal | General | |||
Description |
Problem: If you set the style to display:hidden and the display:visible on the element containing the CKEditor instance, when the editor is visible again, the caret is not visible. Typing still enters text. Firefox only. Steps: 1) Create ckeditor instance 2) On the dom element containing the instance (the instance parent - this might work on the instance itself also), set style display:hidden 3) Set display:visible 4) Type in the editor - notice the caret is not visible |
||||||
#7298 | CKEditor | Bug | Normal | Core : Parser | |||
Description |
Editor randomly duplicates code when switching from source view to WYSYWIG (with a specific page that works in browsers) To reproduce:
|
||||||
#7300 | Link dialog does not load "Left/Top Position" values properly | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
Steps to reproduce
Before: <a href="http://example.com" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=1,top=1'); return false;">http://example.com</a> After: <a href="http://example.com" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=true,top=true'); return false;">http://example.com</a> |
||||||
#7301 | IE: Flash video not displaying when the editor is removed. | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
Steps to reproduce the defect:
Expected: The flash movie is displayed. Actual: The Flash movie is not displayed. |
||||||
#7302 | CKEditor .Net Server control Height and Width Parameters do not work if attributes are placed in front of the Control ID | Bug | Normal | Server : ASP.Net | |||
Description |
CKEditor .Net Server control Height and Width Parameters do not work if attributes are placed in front of the Control ID Version of control and ckeditor are both 3.5.2 Example: The following declaration sets the width and height correctly: <CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="800" Width="400" ></CKEditor:CKEditorControl> This one does not set the width and height at all: <CKEditor:CKEditorControl Height="800" Width="400" ID="CKEditor1" runat="server"></CKEditor:CKEditorControl> The only difference is th ordering of the attributes. Happens in all browsers. |
||||||
#7303 | IE: Javascript error when inserting an image. | Bug | Normal | General | |||
Description |
Steps to reproduce the defect: Scenario 1:
Result: The following javascript error is thrown: Message: 'this.$.currentStyle' is null or not an object Line: 16 Char: 1466 Code: 0 URI: http://nightly.ckeditor.com/6540/ckeditor.js Scenario 2:
Result: The same javascript error as above is thrown. |
||||||
#7304 | Paste from Word: cleanWord not invoked for the first time | Bug | Normal | CKEditor 3.5.3 | Core : Pasting | ||
Description |
When using the "Paste from Word" button to paste content, the CKEDITOR.cleanWord function is not executed for the first time. Confirmed in Safari, Opera and Chrome. Steps to reproduce
|
||||||
#7308 | Spacers being added after tables using Firefox 3.6.15 | Bug | Normal | General | |||
Description |
Using Firefox 3.6.15 if I edit a table of the following configuration: <table align="center" border="0" cellpadding="4" cellspacing="0" width="500"> <tbody> <tr bgcolor="#ffffff"> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> <span style="font-family: Arial;"><strong>EMI Item #</strong></span></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> <span style="font-family: Arial;">EMI-48100</span></td> </tr> <tr bgcolor="#f2f2f2"> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);"><strong>Item Type</strong></span></span></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);"> </span></span></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);">Tape</span></span></td> </tr> <tr bgcolor="#ffffff"> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);"><strong>Product Type</strong></span></span></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> <spacer height="1" type="block" width="1"></spacer></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);">Anti-Skid Tape</span></span></td> </tr> <tr bgcolor="#f2f2f2"> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);"><b>Color</b></span></span></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> <spacer height="1" type="block" width="1"></spacer></td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> <span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);">Black</span></span></td> </tr> <tr> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> </td> </tr> <tr> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> </td> </tr> <tr> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> </td> </tr> <tr> <td nowrap="nowrap" style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="30%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="1%"> </td> <td style="font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 11px;" width="69%"> </td> </tr> </tbody> </table> ckeditor inserts spacer tags after the table each time the code view is toggled, or on loading on the editor. Each time the code view is toggled more tags are added. <p> <spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"> <p> <spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"></spacer></spacer></p> <spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"> <p> <spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"> </spacer></spacer></p> <spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"><spacer height="1" type="block" width="1"> <p> </p> </spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></p> I can only reproduce this in Firefox, and it does not happen with every table. I think is has something to do with the number of rows. If I remove rows I can get it to stop. Also, if I remove the empty column it will not add the spacers at the bottom. This can be duplicated in the Demo by pasting the code and toggling the Code View. |
||||||
#7314 | Find/Replace not scrolling properly to show text when cycling to start of document | Bug | Normal | General | |||
Description |
Go to CKEditor demo. Go to Source View. Paste in attached html. Go to Non Source View. Find/Replace. Search for "magna". Find/Replace properly finds and shows occurrences until the end of the document, but when cycling back to the start of the document, the document is not positioned to show the matching occurrence. |
||||||
#7315 | Fire the 'resize' event on dialog instances | New Feature | Normal | CKEditor 3.5.3 | UI : Dialogs | ||
Description |
Currently the 'resize' event for dialogs is fired only on the global CKEDITOR.dialog object, but usually it will be more interesting for plugins to be able to listen on a dialog instance. |
||||||
#7317 | Getting ? in the empty spaces | Bug | Normal | General | |||
Description |
I am using FCK with codeigniter. When i add space manually I get a question mark (?) in that place. Please help |
||||||
#7318 | Removing underline of a linked text is not working in CKEditor version 3.2 (in Firefox)) | New Feature | Normal | General | |||
Description |
Step 1: Write some text for e.g: This is yahoo link. Step 2: select the text "yahoo" and link the (url: www.yahoo.com) using the link button of CKEditor toolbar link button. [now, the text decoration of "yahoo" changed to underline and color changed to blue. ] step 3: try to change the underline of the linked text "yahoo" using the tool bar's button "U". result the underline would not removed. step 4: click on the editor preview button. so you see here: underline is removed. What i need to know:
Finding: i checked in CKEditor demo in both FireFox and IE9. Result: i was unable to removed the underline from both browsers. please let me inform if there any way to solve my issue. thanks Hasib Siddique |
||||||
#7319 | BIDI: we can't come out of RTL Numbered/Bulleted lists | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect.
Expected Result: Cursor comes out of Numbered list and an empty paragraph is created with RTL Language direction. Actual Result: In FF cursor disappears after we press Enter twice ,when we type some thing we will see the that it comes as a list item. No matter how many times we press Enter we can't come out of the list. when we look at HTML Source it is adding a span with a every time we press Enter. {{{ <span id="cke_bm_111S" style="display: none;"> }}} In IE cursor stays at the same list item.No matter how many times we press Enter we can't come out of the list. when we look at HTML Source it is adding a span with a every time we press Enter. for ex: {{{ <span id="cke_bm_111S" style="display: none;"> }}} same issue happens with bulleted list. |
||||||
#7320 | BIDI: we can't create RTL Numbered/Bulleted lists | Bug | Normal | CKEditor 3.5.3 | General | ||
Description |
To reproduce the defect.
Expected Result: RTL Numbered list is created with the paragraph that we have typed as it's first list item. Actual Result: Paragraph that we have selected or that has the cursor is deleted and the cursor moves to the nearest paragraph if there is one or cursor disappears if there is no other paragraph. same issue happens with bulleted list. |
||||||
#7321 | IE6: Right borders missing in dialog textfields in RTL languages | Bug | Normal | CKEditor 3.6.1 | UI : Dialogs | ||
Description |
Steps to reproduce the defect:
Result: See that the right border of the Style textfield is missing.
Result: See that the right border is missing after entering text into a textfield (see screenshot).
Result: See that most of the right borders are missing. |
||||||
#7322 | Valid font specification not being handled by the editor properly | Bug | Normal | CKEditor 3.5.4 | Core : Styles | ||
Description |
Open the editor with the attached html. Click on the various fonts. Notice that the font picker does not recognize the font. The w3 specification for font-family states that font "family names" must be quoted strings. It specifically "recommends" that fonts with spaces in their name should be quoted, and explicitly shows an example of a font without quotes as invalid. i.e. (this is specifically mentioned as invalid) font-family: Hawaii 5-0, sans-serif; See http://www.w3.org/TR/CSS2/fonts.html#font-family-prop The editor should correctly recognize this type of font specification. In addition, the editor should be generating the font specification according to w3 specification. |
||||||
#7323 | IE Quirks: Type drop down in Bulleted List dialog is not centre aligned. | Bug | Normal | CKEditor 3.6.1 | UI : Dialogs | ||
Description |
Steps to reproduce the defect:
Result: See that the Type drop down is left aligned but it should be in the centre of the dialog (see screenshot). |
||||||
#7324 | Context menus not displaying correctly in IE6 quirks mode | Bug | Normal | CKEditor 3.6.1 | General | ||
Description |
Problem: The context menu does not display correctly - it is not wide enough for the text content and therefore extra space appears in the context menu.
|
||||||
#7326 | FF - Scrollbar does not operate properly in editor with large amount of text | Bug | Normal | CKEditor 3.6.3 | General | ||
Description |
Go to CKEditor demo source view. Paste in attached html. Go to view mode. Single click on the scrollbar under the scrollbar thumb. Nothing happens. Depending on where you single click the scroll might happen, but most times it does not. Similarly, if you single click above the scrollbar thumb, scrolling does not occur. |
||||||
#7327 | IE Quirks: No text wrap on Accessibility Instructions dialog | Bug | Normal | General | |||
Description |
Steps to reproduce the defect:
Result: See that the text in the dialog is not wrapped so you cannot read the full instructions on each line (see screenshot). |
||||||
#7328 | element attibutes are not preserved between postback | Bug | Normal | Server : ASP.Net | |||
Description |
element attibutes are not preserved between postback Suggested fix, in CKEditorControl.cs use HttpUtility.HtmlDecode(string value) instead of trying to implement your own with replace on lines 37 and 43 |
||||||
#7329 | In non-source mode, text with html tags are rendered as html instead of as plain text with tags | Bug | Normal | General | |||
Description |
Replication: In non-source mode html text such as "<B> This is a sample text. </B>" when entered in the editor text area must be displayed as such ( i.e with tags and not as formatted html> once the text is saved. But on the contrary the html text is getting rendered into its corresponding html. This issue occurs in CKeditor 3.3.1 also. We have customers on 3.3.1 also. CAn you provide a fix in 3.3.1 also? |
||||||
#7330 | New list item should not copy the value attribute from previous list item | New Feature | Normal | CKEditor 3.5.3 | Core : Lists | ||
Description |
Right now there is no way to set the value attribute, but after closing #7131 we will have this problem. Steps to reproduce
|
||||||
#7331 | FF: Opening the paste dialog adds an unwanted <br /> tag | Bug | Normal | General | |||
Description |
Steps to reproduce the defect:
Expected: The text in the editor should appear as it was before the dialog was opened. Actual: The text now appears on 2 lines instead of 1. |
||||||
#7332 | IE Quirks: Text & Background color panels are distorted | Bug | Normal | General | |||
Description |
Steps to reproduce the defect:
Result: The color panel looks distorted (see screenshot). |
||||||
#7334 | IE Increasing indentation once of RTL Numbered/Bulleted not shown properly in editor body | Bug | Normal | CKEditor 3.6.1 | General | ||
Description |
To reproduce the defect:
Expected Result: Numbered/Bulleted list is indented once and it is moved to the left by 40 pixels. Actual Result: Numbered/Bulleted list is indented once but the list not moved to left by 40 pixels ans stays in the same place. when we look at HTML Source a margin-right:40px is applied to list
Expected Result: Indentation applied to Numbered/Bulleted list is removed and it is moved to right by 40 pixels. Actual Result: Indentation applied to Numbered/Bulleted list is removed but the list not moved to right by 40 pixels and it stays in the same place. |
||||||
#7335 | Find cannot search for a string longer than 80 chars | Bug | Normal | General | |||
Description |
I typed in some lines of text that were about 300 characters or so long. I selected a bunch of the text and copied it. I then used the Find feature in the editor to see if it would find the string. I was surprised that the Find feature could not find the string. Currently it looks like the Find functionality can only search of a string up to 80 characters long. Beyond that length the Find functionality reports that it cannot find the string, regardless of the string being there or not. If the string being searched on is 100 characters long for example and is actually present in the editor, the Find functionality reports that it cannot find it. The error message needs to be updated to let the user know that the Find works for strings up to 80 characters in length. In a large document, the user will mistakenly think that a line of text is not in the document when in actuality the problem is that the string being searched on is too long for the Find to search for it. |
||||||
#7336 | Line bulleting lost on paste special if entire line not selected | Bug | Normal | Plugin : Paste from Word | |||
Description |
Open a word document and select two bulleted lines with the selection span not reaching till end of second line. See attachment for example Paste into RQM editor using Ctrl+V or Paste icon or Paste special icon. The second bullet is lost on paste. Note: Paste as plain text preserves the bullet info correctly. |
||||||
#7337 | Paste special does not correctly paste formatted WordPad text. | Bug | Normal | General | |||
Description |
|
||||||
#7338 | IE7: Cell Properties dialog not displaying correctly | Bug | Normal | CKEditor 3.5.3 | UI : Dialogs | ||
Description |
Steps to reproduce the defect:
Result: The cell properties dialog displays but the layout in the dialog is distorted (see screenshot). |
||||||
#7339 | Strikethrough and underline do not turn off consistently in the editor | Bug | Normal | General | |||
Description |
Result: |
||||||
#7340 | table resize handles problem in FireFox | Bug | Normal | General | |||
Description |
Use the create table option taking defaults(2 col- 3-row) left justified. Then right click to get to table properties and select center align and click OK. The table resize handles show where it was originally left justified. This happens in FireFox only. Works fine in IE7/8 |
||||||
#7341 | Indented bullets get pasted as tiny dots in FireFox | Bug | Normal | General | |||
Description |
Indented bullets get pasted as tiny dots in FireFox. See attachments for more details |
||||||
#7342 | copying and pasting a table doesn't result in its content appearance being preserved in IE8 | Bug | Normal | Core : Pasting | |||
Description |
Result: I expected the text in the pasted table to appear like it did in the copied table, but instead it appeared with the same font size and foreground coloring as the text preceding the table NOTE: this works as expected in Firefox |
||||||
#7344 | Table Insert not working consistently | Bug | Normal | General | |||
Description |
enter few lines in the editor Now if we keep the cursor in between 2 lines and insert a table with default properties, it insert correctly. But if we enter some specific properites(per screen shot) the table does not get inserted in a new line. Instead it tags along as a prefix to an existing line(see screen shot). |
||||||
#7346 | Scrolls back to the top | Bug | Normal | General | |||
Description |
Using Chrome and Firefox you will notice when scrolling down without giving the editor focus and clicking on the last bottom line on the page the cursor will scroll back to the top. With the editor loaded with a page. Without giving the editor focus and without clicking, scroll down the editor page till you reach the bottom of the page. Click on the bottom of the page within the editor. After clicking, the page will scroll back to the page. This isn't noticed in IE. If you first give the editor focus and then scroll to the bottom of the page and click, it will work - the cursor not moving back to the top of the page, so before scrolling give the editor focus? I tested this and noticed that it occurred on ckEditor demonstration site. Any suggestions? |
||||||
#7347 | In page key handlers are catching ENTER key on toolbar buttons | Bug | Normal | CKEditor 3.5.4 | UI : Dialogs | ||
Description |
Ticket #4269 addressed the following issue - "Esc" and "Enter" keystrokes are not handled when a dialogue box is opened which causes the form post automatically. But this issue is now re occurring in 3.5.2. Please check this and provide a fix. Because of this issue whenever any plugins with a modal pop up window like Image Plugin, Links Plugin, Find & Replace are clicked either the window disappears immediately after it opens or the browser hangs as the JS goes in an infinite loop. |
||||||
#7348 | IE9: CKEDITOR.xml.selectSingleNode throws an error | Bug | Normal | General | |||
Description |
It looks like it is not available in IE9 (?) Because of that tests for CKEDITOR.ajax and CKEDITOR.xml are failing. To reproduce, use the following: var editor = CKEDITOR.replace( 'editor1',{ extraPlugins : 'xml,ajax', }); editor.on( 'instanceReady', function( evt ) { setTimeout(function() { var data = CKEDITOR.ajax.loadXml( '/ckeditor/sample.xml' );//adjust path to your needs alert(data.selectSingleNode( 'list/item' )); }, 1000); }); |
||||||
#7349 | Missing env.ie9 / env.ie9Compat variables | Task | Normal | CKEditor 3.5.3 | General | ||
Description |
Although not used at this moment (otherwise we'd have them already), it would be nice to have predefined env varialbes like we have right now for IE6-IE8, for example for developers using CKEditor API. |