Custom Query
Results (7601 - 7700 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#8795 | tableresize not working correctly when the editor's horizontal scroll bar is scrolled | Bug | Normal | CKEditor 3.6.5 | Core : Tables | |
Description |
To Reproduce:
Problem: The resize cursor does not display. If you hover the mouse slightly after the column border, the resize cursor will display. The resize cursor needs to take the horizontal scroll position into account and offset the column border by that amount. Ticket #6615 describes a similar issue in IE without the scroll bar so this may be related. |
|||||
#8796 | IE - Cell Properties dialog does not close after applying change to multiple cells | Bug | Normal | Core : Tables | ||
Description |
From CKE demo. Select all the cells in the table. Invoke the context menu while over the selection. Set the background color for the cells. Press OK. Color for the cells is updated, but the dialog does not close. Press Cancel. You are given a message "Some of the options have changed. Are you sure to close the dialog?" (Note the sentence is improperly phrased - separate issue). Press Ok on this dialog and the cell properties dialog goes away. |
|||||
#8797 | Infinite loop with malformed select tag | Bug | Normal | General | ||
Description |
Steps to reproduce:
<form> <table> <tbody> <tr> <td> <select name="StartDateYear" size="1"> <option selected="selected" value="">SELECT</option> <option value="2012">2012</option> </select> <option value="2012">2013</option> </select> <option value="2012">2014</option> </select> </td> </tr> </tbody> </table> </form>
Actual result: Infinite loop... |
|||||
#8800 | IE6-10: ENTER key immediately after an anchor generates javascript error | Bug | Normal | General | ||
Description |
Assume the following content is within the ckeditor: Here is an anchor [anchor] in some text where [anchor] is the anchor placeholder. On IE9, if you place the cursor immediately after the anchor and then hit ENTER, it is possible to generate an "Unable to get value of the property 'insertBeforeMe': object is null or undefined" javascript error. See screen shot. Also managed to recreate in one of the nightly build samples: http://nightly.ckeditor.com/7382/_samples/replacebyclass.html |
|||||
#8803 | CKFinder config.id parameter passed with double ampersand in querystring | Bug | Normal | General | ||
Description |
When we give an id to ckfinder (v 2.0.2), it gets passed correctly to the popup window, but if we upload a new file, the POST request has the id parameter wrongly URLEncoded, the ampersand is added twice before the id, giving something like : Here is the code snippet to reproduce the bug : var finder = new CKFinder({ "id": "filepicker-simple-editor", "basePath" : "/includes/ckfinder/" }); finder.popup(); |
|||||
#8804 | Disable HTML correction | Bug | Normal | Core : Parser | ||
Description |
Hello. I am using CKEditor module on a website powered by Drupal 6. Some of the pages on the website have invalid (x)HTML, mainly block elements inside inline elements. Before anyone edits the page, the content is rendered live on the website as it should appear. However when an admin goes to edit the page and the editable content appears in WYSIWYG view of CKEditor, it attempts to 'fix' the invalid code successfully. All HTML correction options are unticked in Drupal and CKEditor configuration using Drupal's admin. So, is this a bug? My question is simply how to prevent CKEditor from re-writing the code in WYSIWYG view? Here is example code: Should be / what I need: <a class="link-block" href="index.html"><h2>My Header</h2><p>Some text.</p></a> Result after switching to WYSIWYG view: <h2><a class="link-block" href="index.html">My Header</a></h2><p><a class="link-block" href="index.html">Some text.</a></p> Browsers: Firefox, Safari, Chrome CKEditor version: 3.6.2 :: 6.x-1.8 (Demo, Drupal module) Drupal version 6.17 - PHP version 5.3.2-1ubuntu4.9 |
|||||
#8805 | Image Uploading Problem | Bug | Normal | General | ||
Description |
Dear Sir, I am using ckeditor 3.6.2 but i cant upload image Please give me solution as soon as possible. how can i enable in asp.net Thanks |
|||||
#8806 | Image url not being escaped | Bug | Normal | General | ||
Description |
Version 3.6.1 Open image dialog -> add sample url -> click ok example URLs: http://dl.dropbox.com/u/2444329/test-images/{logo}.jpg http://dl.dropbox.com/u/2444329/test-images/logo image.jpg http://dl.dropbox.com/u/2444329/test-images/"logo".jpg http://dl.dropbox.com/u/2444329/test-images/'logo'.jpg |
|||||
#8810 | lost selection in ie9 when open floatpanel | Bug | Normal | UI : Floating Panel | ||
Description |
steps:
expected: last text selection remains actual result: lost last text selection |
|||||
#8812 | IE9: HTML comment blocks Enter Key | Bug | Normal | CKEditor 3.6.3 | Core : Selection | |
Description |
Result: Enter key does not work. |
|||||
#8814 | CKEditor not displaying properly within JQuery ui dialog on google chrome | Bug | Normal | General | ||
Description |
CKEditor 3.6.2 JQuery 1.7.1 Chrome 17.0.963.79 (current as of writing) When displaying the CKEditor withina JQuery UI dialog, the toolbar buttons are not displayed properly. See attached images. |
|||||
#8815 | IE+Compat:: Issues with image selection and resize | Bug | Normal | CKEditor 3.6.3 | Core : Selection | |
Description |
With IE9/8+Compat:
Works well with CKEditor 3.6.2. |
|||||
#8816 | making filebrowser in iframe dialog | New Feature | Normal | File Browser | ||
Description |
I speak for many people when I wrote this. Like in tinyMCE it would be greate if In CKeditor the filebrowser plugin will show in iframe dialog (and of curse the CKfinder will maych) |
|||||
#8818 | bbcode plugin ignores newlines | Bug | Normal | General | ||
Description |
Using this example: http://nightly.ckeditor.com/7397/_samples/bbcode.html If you copy some text from a simple (non-rich) text editor and paste to ckeditor on chrome 17 on linux (but same problem on other os), it drops newlines. This text: " Here is a multiline text " become: "Here isa multiline text" when you read it using getData(); Chrome generate <div></div> where firefox (that works) generate <br /> |
|||||
#8819 | InsertHtml in chrome not working to replace first or last words within a paragraph | Bug | Normal | General | ||
Description |
I've spent a few hours stepping through ckeditor trying to figure out what's going on here but have now run out of time. I'm trying to replace the selected text with the selected text wrapped in a span and it works fine in firefox but under chrome it won't work for the first or last word within a span. Have tried with the nightlies with no better results. |
|||||
#8820 | Cannot find ckfinder_config.php in ckfinder folder | Bug | Normal | Accessibility | ||
Description |
I'm here: mysite/wp-admin/admin.php?page=ckeditor_settings Plugin Version Editor Version 3.6.2 (it's actually 3.6.2.5) CKFinder CKFinder is installed, but invalid config.php was detected. Rename ckfinder_config.php to config.php (overwriting the default config.php file distributed with CKFinder). There isn't a file by that name in my ckeditor-for-wordpress/ckfinder folder. I don't see it in any directory. any suggestions? I did this: 1. Download CKFinder for PHP: http://ckfinder.com/download
There wasn't any file in this download that is called: cfinder_config.php - not sure how to solve this. |
|||||
#8821 | [FF] PageUp/Down doesn't scroll | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
In addition, note the behavior will return to normal once Down Up/Arrow key is used. |
|||||
#8822 | IE: selected color isn’t shown in Highlight filed. | Bug | Normal | General | ||
Description |
Activte JAWS and open CKEditor.
Result: Colors are read correctly (not like in #8701) but they are not shown in highlight filed. This issue is reproducible in IE from rev. [7370] Opera and Safari seems to work fine. Firefox and Chrome have their problems described in #8706. |
|||||
#8823 | CKEditor ASP.Net control does not handle ReadOnly attribute | Bug | Normal | Server : ASP.Net | ||
Description |
I have the following markup <cke:CKEditorControl runat="server" ReadOnly="True" Text="My text <b>bold</b> " /> ReadOnly attribute does not have any effect. If I replace it with Enabled="False" it works as expected Using CKEditor 3.6.2 and CKEditor.NET 3.6.2 |
|||||
#8824 | Opera ctrl+v have jumps bug | Bug | Normal | General | ||
Description |
browser: IE8,IE9, google chrom17.0.963.79 ,firefox 4
I tested online and other version.
follows as:
4.the correct is at a place...
The article HTML(source code): see attach file |
|||||
#8826 | 'lang.contextmenu.options' is null or not an object | Bug | Normal | Server : PHP | ||
Description |
Hi, I'm getting 'lang.contextmenu.options' is null or not an object error in IE7. I'm using CKEditor. The problem is strange, I don't get above error when I hit the page first time, but if I click it second time then I get this error. Repro steps are below
|
|||||
#8827 | Filemanager is not displaying in FF 11and FF 12 in MAC OS | Bug | Normal | Server : ASP.Net | ||
Description |
Hi all, I am using CKEditor in my applications. when i try to upload any files in CKEditor it doesn't displays Filemanager to upload/delete/cancel file in FF 11 and FF 12 in MAC OS. but if i click on place where "UPLOAD" button is placed though it is not displaying, then it displays pop up and allow me to upload file and in MAC machine i have tried this thing i got these HTTP Error: status code 407. I/O Error #2038. It works fine on other OS and previous version of FF But main problem is that Filemanager is not displaying in FF 11 and FF 12 in MAC OS. Please give some needful solution. Thanks, KK |
|||||
#8828 | CkEditor is opening slow / CKEditor is loading slow | Bug | Normal | Server : PHP | ||
Description |
Hi, The CKEditor is loading slow. On 256KBPS connectivity it takes more than 8 sec to load. Is there a way to improve the performance of this load. It should load less than 1 sec. Repro steps
|
|||||
#8829 | FF - Deleting selected text sometimes not working quite right | Bug | Normal | General | ||
Description |
Create a bulleted list as follows o One
o two Place cursor before "O" in One. Shift-down arrow. Press delete key. Action changes the order of the sub list items, also does not properly handle the change. o * Child 2
o two |
|||||
#8831 | New lines in table add unnecessary vertical space to cells | Bug | Normal | General | ||
Description |
From demo, add a new table. Type "abc" into first cell. Press enter key. Extra space unexpectedly gets added above the text. Try to backspace to get the cell back to it's original height. This does not work |
|||||
#8833 | Font Color is dropped!!! | Bug | Normal | Server : ASP.Net | ||
Description |
problem is the font color is not showing up when I call it from the database. So i made a asp.net page. The text of editor is same with the text of textbox. but, when you click a button, you will find changed color of first line. you will find changed color of first line in editor. do you understand? oh my bad english... ; ================================================================ <%@ Page Language="vb" AutoEventWireup="false" %> <script language="vb" runat="server">
</script> <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %> <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">
</head> <body>
</body> </html> |
|||||
#8834 | Use HTML paste bin for Paste as Plain Text | New Feature | Normal | Core : Pasting | ||
Description |
We're currently using a <textarea> to catch pasted data for the Paste as Plain Text feature. This makes our life easier, because the "some format" to text conversion is done by the source application and the browser. The problem is that we're having lost of data in that operation. I'm attaching a document, which shows an example of this problem. If we paste that document into a contenteditable element, we have the following HTML available: <p class="MsoNormal">Line 1<br> Line 2</p> <p class="MsoNormal">Line 3</p> <p class="MsoNormal">Line 4</p> If we do so in a <textearea>, we have this instead: Line 1 Line 2 Line 3 Line 4 As we can see, it is impossible to understand that we have different line-breaks in the document, as well as to precisely enclose paragraphs. Ideally, we should use a contenteditable element as the paste bin, extracting plain text out of it by ourselves, keeping structural elements that are interesting for us. |
|||||
#8835 | IE: Editing area looses focus when clicking close to the scrollbar | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
With IE<8, IE8+Compat and IE9+Compat:
The caret will disappear (no editing focus). If you type, nothing happens. |
|||||
#8836 | IE: Script error when opening table context menu | Bug | Normal | CKEditor 3.6.3 | UI : Context Menu | |
Description |
To Reproduce:
Problem: A script error occurs When run in source mode, the error is as follows: Message: Member not found. Line: 685 Char: 4 Code: 0 URI: ..../_source/plugins/selection/plugin.js This only seems to occur since revision #7404 |
|||||
#8837 | p tags getting added inside list items (li) items in outer list | Bug | Normal | General | ||
Description |
Steps to reproduce:
Expected Result: Cursor exists out of Nested Bulleted list and a new list item(li) starts in outer Bulleted list. Issue: A p tag getting added inside list item (li) that was created inside outerlist and this is creating extra speace between list items. It's a regression and it's only started happening from revision 7419
Expected Result: A new list item(li) starts in outer Bulleted list. Issue: A p gets added inside the new list item (li) that was created and same thing happens for all the new list items that are added to outer list. Same behavious happens with Numbered list as well |
|||||
#8838 | Breaking Markup | Bug | Normal | General | ||
Description |
I have a markup structure set up like this: <a href=""> <div> <h2> Header</h2> <img alt="" src="" /> </div> </a> CKEditor breaks this valid markup and outputs: <div> <a href=""> <h2> Header</h2></a> <a href=""> <img alt="" src="" /> </a> </div>
|
|||||
#8839 | Cursor jump on the top with IE | Bug | Normal | General | ||
Description |
If you click inside the area between the gray edge and the first character, in each line the cursor jumps on the top. |
|||||
#8840 | Making 'HTML validation and correcting' optional | New Feature | Normal | General | ||
Description |
I am told that CKEditor has a HTML validator that is supposed to find invalid markup and try to correct. While this may be a nice thing to have in certain cases, the inability to suppress it, is a big, big, big annoyance. Even more as the validator is ignorant to the doctype and therefore makes wrong assumptions. I just have a case where I wrapped an <a> around a <div> and now CKEditor tries to 'correct' that, as it mistakenly deems it invalid. HTML validation and correcting should really be optional. And it should be displayed to the user what spec(s) it is checking against if turned on. |
|||||
#8841 | Spell check Permission denied Window.fakeOpener | Bug | Normal | General | ||
Description |
Hello I have just started out with CKeditor (version 3.6.2) and I think it's brilliant except the Spell Check won't work for me I'm afriad. I found ticket 3508 (15th May 2009) and applied the fixes by downloading the files but I still get the error message when I click on the Spell Check button. I have just tried the Spell Check As You Type option and that seems to work well. I am working on my local machine but with a virtual host set up in apache - i.e. <subdomain>.<domain>.local Is there anything else I should try to get it to work? Any advice would be helpful. Thank you Mike |
|||||
#8842 | Urgent - Anchor tags get removed. | Bug | Normal | General | ||
Description |
I am designing a menu for a customer and when using an empty anchor tag it always get removed. Below will get removed by CKE. <a href="myurl.com" style="background-url:buttonImage.jpg" /> or <a href="myurl.com" style="background-url:buttonImage.jpg" > </a> Please dont remove the empty anchor tags. Thanks, Joe |
|||||
#8843 | [IE9] Paste button always opens dialog | Bug | Normal | CKEditor 3.6.3 | Core : Pasting | |
Description |
No matter what choice made in the clipboard access dialog, paste dialog always opens when clicking the paste toolbar button. |
|||||
#8844 | [IE] Color picker dialog undesired highlight | Bug | Normal | CKEditor 3.6.3 | UI : Dialogs | |
Description |
|
|||||
#8845 | Invalid character in CHANGES.html | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
In line 85 "<" should be encoded: <li><a href="...">#8835</a> : Removing the right margin on IE<8 to avoid mouse click confusion.</li> |
|||||
#8846 | "Magic Box" to help moving the caret to hard/impossible to reach spaces | New Feature | Normal | General | ||
Description |
There is a general problem in the editor, which is related to the impossibility of placing the caret for typing between some block elements (like <table> or <hr>) or at the top of the contents, if the first element is one of these elements. The proposed solution is showing a "magic box" when the user moves the mouse over the limits of these blocks. I'm attaching a page that illustrates the idea. We should eventually come with a similar solution for keyboard navigation as well. |
|||||
#8847 | with JAWS we can't open Select Color dialog more than once. | Bug | Normal | Accessibility | ||
Description |
To reproduce the defect:
Issue: Nothing happens & Select Color dialog not opened.
Issue: Nothing happens & Select Color dialog not opened. |
|||||
#8848 | Script error occurs when we add images and read those | Bug | Normal | Core : Selection | ||
Description |
When I add and read image in the editor,I am getting Script error. Error description : In ckeditor.js -> container.getChild is null or not an object To reproduce: Add Image in the editor and read.. Mostly reproducing when we add text in between Images |
|||||
#8849 | [IE] selection range lost when pasting with dialog | Bug | Normal | CKEditor 3.6.3 | Core : Selection | |
Description |
|
|||||
#8850 | problem with new line in chrome browser | Bug | Normal | General | ||
Description |
Hello, I created ticket #8756, this ticket was marked as duplicate of #8617 (this ticket is market as solved now). I have implemented patch 8617_4.patch, but behavior of ckeditor is still wrong, if I use example from ticket #8756. Do you know where is problem? Should I have implemented all patches? |
|||||
#8851 | Changing Paragraph Format after Font Size | Bug | Normal | Core : Styles | ||
Description |
Changing the paragraph format of a portion of text you have just altered the font size does not apply as expected.
|
|||||
#8853 | Config through API fails for multiple instances / only works first time | Bug | Normal | General | ||
Description |
It seems that the API has problems dealing with the configuration of multiple instances when they are created one by one. Only the first instance will properly initialize according to the config that is set. I've just built a quick testcase: Two textareas are replaced by code(id) on click. the API should take the text area's size and set the toolbar-expansion to false. Problem: no matter in what sequence you click on the two init-links, the SECOND intance of the two will always show up with full width and an open toolbar (>FAIL). this happens in all current browsers. |
|||||
#8855 | Popup not working on Chrome 18 | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
Not affecting Safari, or Chrome 17 or 19. |
|||||
#8856 | Google Chrome Not opens Browse popup | Bug | Normal | UI : Dialogs | ||
Description |
In the latest update of google chrome(18.xx) when clicking the browse button on Image, file dialogs a pop-up window is opened and being hidden in the background, the file browser is opened but not focused |
|||||
#8857 | wrong variable "name" used instead of "tagName" | Bug | Normal | CKEditor 3.6.4 | Core : Parser | |
Description |
In the core/htmlparser/element.js file, this block var tagName = attributes[ 'data-cke-real-element-type' ] || name || ''; // Reveal the real semantic of our internal custom tag name (#6639). var internalTag = tagName.match( /^cke:(.*)/ ); internalTag && ( tagName = internalTag[ 1 ] ); var dtd = CKEDITOR.dtd, isBlockLike = !!( dtd.$nonBodyContent[ tagName ] || dtd.$block[ tagName ] || dtd.$listItem[ tagName ] || dtd.$tableContent[ tagName ] || dtd.$nonEditable[ tagName ] || tagName == 'br' ), isEmpty = !!dtd.$empty[ name ]; this.isEmpty = isEmpty; this.isUnknown = !dtd[ name ]; I think that the "name" in lines 50 and 53 should be tagName as all the rest of uses, but instead of applying it as a microchange I would prefer if someone could confirm it. |
|||||
#8859 | Remove Image alignment styles | Task | Normal | Core : Styles | ||
Description |
Because the feature brought by #7430, we may consider remove the "Image on Left/Right" styles from the styles combo. |
|||||
#8860 | Image browser bug in Chrome 18.0.1025.142 | Bug | Normal | UI : Dialogs | ||
Description |
Using the latest version of Google Chrome now causes the image browser window to dissappear. It looks like it opens in the background, and the process is running, but it's inaccessible and looks like its "not responding". Works fine in < 18 versions. Tested and verified on 3 machines (Windows) with the CKEditor demo (http://ckeditor.com/demo).
Steps to reproduce
1) Make sure you have Chrome v18 installed (latest update) Expected behavior The browser window should appear Actual behavior Nothing happens. The process of the popup window starts, but is running in the background, and not responding at all. |
|||||
#8862 | Tabbing into CKEditor in Safari not working right | Bug | Normal | General | ||
Description |
Tabbing into a CKEditor instance is not working correctly on Safari. It usually requires a 2nd tab to be able to type into the editor field. We're running Safari 5.0.5 on Mac OS X 10.6.8. Steps to reproduce: This happens some of the time:
This happens other times:
We're seeing this behavior in CKEditor 3.6.2 as well as the nightly demo. |
|||||
#8863 | File browser window not work correctly on Chrome | Bug | Normal | General | ||
Description |
If you have CKEditor configured with File browser (e.g. CKFinder) and you click "Browse" button in "Image" window (e.g. when u want to add new image using CKFinder), then the new window with file manager open under current browser window and it's not possible to move to it. It was reported on Drupal CKEditor module bugtracker: http://drupal.org/node/1514106. This user report that Chrome in Safari open window with file manager in tiny window on top left, but it's possible to resize and use it. He also check this in Chrome on Windows and the window disappear after open in top left corner. I check this and i can confirm this bug with Windows 7 and Chrome 18.0.1025.142 Greetings |
|||||
#8864 | [IE] Rich combo listbox improperly presented | Bug | Normal | CKEditor 3.6.3 | Accessibility | |
Description |
JAWS 13 is used in the testing on IE9/Window7, Firefox works well matches the expected behavior with the same testing environment. |
|||||
#8865 | [IE9+Compat] Paste goes at the end for the document | Bug | Normal | CKEditor 3.6.3 | Core : Pasting | |
Description |
With IE9+Compat:
|
|||||
#8866 | IE: empty margins not visible in page with header X-UA-Compatible overwriting compatibility mode | Bug | Normal | General | ||
Description |
Result: You will notice that there is no empty paragraphs between "test" and "test2"
I have managed to reproduce it in IE8 and IE9 and only when content attribute was set to IE8 - |
|||||
#8867 | 'paste' event not fired when using browser's native paste menu | Bug | Normal | General | ||
Description |
CKEditor does not detect the browser's native 'paste' event and therefore doesn't notify listeners registered with editor.on('paste'...). E.g. when the user uses the menu Edit->Paste to paste content. This means that config options such as config.forcePasteAsPlainText will not always be effective; however this is not limited to paste as plain text. CKEditor should listen for 'paste' on the body of contenteditable and handle this like the CTRL+V event. |
|||||
#8869 | IE6 : CKEDITOR.dom.node.replace() fails with invalid argument error | Bug | Normal | General | ||
Description |
This code is somewhat sloppy but I had to kludge together an example from a plugin I'm trying to integrate. Setup: I entered one word of text into CKEditor, which when you view source looks like this: <p> word</p> The following JavaScript works fine in Firefox, Chrome, and IE8: var new_node = CKEDITOR.dom.element.createFromHtml( '<span>Hello!</span>' ); var old_node = CKEDITOR.instances.FCKeditor1.document.getDocumentElement().getChildren().getItem(1)['$'].childNodes[0]; new_node.replace(CKEDITOR.dom.element.get(old_node)); All other browsers replace "word" with "<span>Hello!<span>". IE 6 throws an error indicating "Invalid Argument." This may be related to this EXT JS bug where the author states "Internet Explorer throws an exception when no target node is specified in a call to the insertBefore() method of a native DOM object (other browsers just append the new node at the end in this case)." I have tried the workaround listed there but to no avail. Any help would be awesome :) |
|||||
#8870 | Content from table within <pre> tag is removed. | Bug | Normal | CKEditor 3.6.3 | Core : Tables | |
Description |
Put the following Example code with text in the table cells to be pasted in code view: <pre> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="bla2"> <caption> bla</caption> <tbody> <tr> <td> 1</td> <td> a</td> </tr> <tr> <td> 2</td> <td> b</td> </tr> <tr> <td> 3</td> <td> c</td> </tr> </tbody> </table> </pre> Code after switch to wysiwyg mode: <pre> </pre> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="bla2"> <caption> bla</caption> <tbody> </tbody> <tbody> </tbody> <tbody> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> Now the a b c and 1 2 3 are gone. Expected: that the pre still surrounds the table and that the table content is not removed. Second example is with style on a cell of the table (some background color) to be pasted in code view: <pre> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="bla2"> <caption> bla</caption> <tbody> <tr> <td style="background-color: rgb(51, 102, 102);"> </td> </tr> </tbody> </table> </pre> Code after switch to wysiwyg mode: <pre> </pre> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="bla2"> <caption> bla</caption> <tbody> </tbody> <tbody> <tr> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> The style on the cell is gone. And the amount of cells within the table is changed. Expected: no change to the html and styles. Both examples are probably the same regression compared to version 3.6.2 where these problems do not occur. In case someone thinks this is not invalid html an example of a table within a pre tag: any revision diff page on code.google.com. |
|||||
#8871 | Strange problem with image plugin in Opera | Bug | Normal | General | ||
Description |
Open the demo at http://ckeditor.com/demo in Opera (using: version 11.62, build 1347, Win32, Windows 7).
This is an on/off question, one time loads ok, the next time with the problem! But it only seems to happen with images coming from some servers; the CKEditor demo image always works ok! I tried to debug it and find a work around, but couldn't come any further than finding out somehow onImgLoadEvent isn't called in the txtUrl onChange handler. Strange is the on/off behaviour here, doesn't work / works / doesn't work ... ! |
|||||
#8873 | Safari on Mac: cannot type in the editor after using tab to navigate into the content area | Bug | Normal | General | ||
Description |
Steps to Reproduce:
Issue: No characters can be added in the content area of CKEditor. If you type Shift+Tab, it is then possible to type in the content area. We have reproduced this on Safari 5.0.6 on Mac OS 10.5.8 and Safari 5.0.3 on Mac OS 10.6.6 |
|||||
#8874 | Shift+tab causes errors and incorrect caret and focus movements | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
Some of these incorrect behaviors (IE8 & Opera) are old, but error on Chrome&Fx is introduced by r7372, so it's a regression from 3.6.2. Related issue: #8502 |
|||||
#8875 | CK Editor Purchase | Task | Normal | General | ||
Description |
Hi, We are using CKEditor (FCKeditor actually) in a desktop application. We plan to make commercial use of the application. Do we need to buy one of your commercial licenses? We found this: http://www.gnu.org/licenses/gpl-faq.html#GPLCommercially We haven't modified the CKEditor code per se. So would we still have to included the source of ckeditor in our package? Our software code will not be given to our customers. Thanks & Regards Pradeep |
|||||
#8876 | <link> should be inside <head> on panels | Bug | Normal | CKEditor 3.6.3 | UI : Floating Panel | |
Description |
The editor floating panels (like combo panels) have <link> elements inside <body>, while they should be inside <head>. |
|||||
#8879 | Move styling of labels to dialog.css | Bug | Normal | CKEditor 3.6.4 | UI : Dialogs | |
Description |
The sample.css includes a rule to style labels in dialogs: .cke_dialog label { display: inline; margin-bottom: auto; } That's added to override the default styling for labels in the previous lines. Other pages can use similar styling and people sometimes post screenshots of broken dialogs, and putting this in the default dialog.css can help a little. And at the same time we can change the cursor so it's an arrow instead of a text caret. |
|||||
#8880 | [IE8] Undo results in wrong cursor with HTML comment | Bug | Normal | Core : Undo & Redo | ||
Description |
|
|||||
#8882 | [[chrome]] Delete, typing over and Backspace on high-lighted text in the bullet list does not delete the text the first time. | Bug | Normal | Core : Lists | ||
Description |
Steps to reproduce:
Expected Result: Backspace should delete the word Actual result: Backspace doesn't delete the word for the first time. moves the cursor to the beginning of the line. Selecting and pressing backspace for the second time deletes the word See the screencast http://screencast.com/t/6SnpcDqYdX for demonstration of this bug |
|||||
#8883 | Firefox: Dragging image wrapped in block element leaves empty block elements in content area. | Bug | Normal | General | ||
Description |
I have also tried using the below code (img inside div) <div> <img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;" /></div> <h1>Little Red Riding Hood</h1>
Code didn't cause much trouble except for the first two drags. First one leaves empty div at the top and second one (Let's say picture was dragged here in the first try Issue reproducible in Firefox from CKEditor 3.6.2 rev [7242] |
|||||
#8885 | make ckeditor_php4.php and ckeditor_php5.php independent of hardcoded filenames | Bug | Normal | Server : PHP | ||
Description |
patch attached |
|||||
#8887 | Kama skin: dialog.css error | Bug | Normal | CKEditor 3.6.4 | UI : Skins | |
Description |
In Kama.skin - dialog.css, the background position for a.cke_dialog_ui_button should be 0 -1068px instead of 0 -1069px as now, in order to avoid an ugly hover effect (very visible if the default button colors are changed to darker colors in sprites.png - the bad hover effect can be seen for instance on the "Browse Server" button in the image plugin): line 364 of kawa skin dialog.css background: transparent url(images/sprites.png) repeat-x scroll 0 -1069px; should be background: transparent url(images/sprites.png) repeat-x scroll 0 -1068px;
|
|||||
#8888 | CK Editor dialogs do not show completely in small window | Bug | Normal | CKEditor 4.0.1 | UI : Dialogs | |
Description |
To reproduce the defect:
Issue: Table Properties dialog comes up but we can't see some of the fields, even when we use the browser scroll bar we can't see the fields that are out of view. I have attached a screenshot of the issue. It happens for all the big diloags (Image, Flash,IFrame, Paste dialogs) |
|||||
#8889 | SCAYT inserts nonbreaking spaces in IE 9/8/7 and Chrome 18 | Bug | Normal | UI : Spell Checker | ||
Description |
Operating System: Windows Browser(s) Tested: IE 9/8/7, Chrome 18 Full Notes: Using SpellCheckAsYouType inserts non-breaking spaces into content instead of regular spaces. This seems to happen nearby a word that has been flagged as invalid. It does not happen when SCAYT is turned off. It also does not seem to happen with pasting content. While not ideal, it does not seem affect the main content area very much. However, the sidebars are more problematic because two medium sized words combined together are likely to force strange word wraps or content to overflow the provided area. NOTE: This bug is reproduceable on the CKEditor demo Steps to Recreate:
|
|||||
#8890 | Buttons, Dropdown lists and color selection not working with IE7&IE8 with Internet Security level set to High. | Bug | Normal | General | ||
Description |
Hello, When we change Internet security to high, Internet Explorer 7 and 8 disables active scripting. With active scripting disabled we lose all the events associated with buttons, drop down lists and color selection. It works well in IE 9 version and all other browsers. All versions of CKEditor becomes unresponsive with Internet Explorer 7 and 8 with high security level. Steps to reproduce :
|
|||||
#8893 | Error in documentation or bug in PasteFromWordCleanupFile option | Bug | Normal | CKEditor 4.0.1 | Core : Pasting | |
Description |
According to: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordCleanupFile it should works when I add CKEDITOR.config.pasteFromWordCleanupFile = 'custom'; to config.js file, but it doesn't work. This works fine: CKEDITOR.config.pasteFromWordCleanupFile = 'plugins/pastefromword/filter/custom.js'; Proposed fix to _source/plugins/pastefromword/plugin.js line 104 is change var filterFilePath = CKEDITOR.getUrl( CKEDITOR.config.pasteFromWordCleanupFile || ( this.path + 'filter/default.js' ) ); to something like: var filterFilePath = CKEDITOR.getUrl((this.path+CKEDITOR.config.pasteFromWordCleanupFile+'.js') || ( this.path + 'filter/default.js' ) ); or fix description in Documentation. |
|||||
#8895 | File link.js has bug in release version | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
Issue reported by @tszvitacs
In link.js, there is a variable definition:
Further down in the file there are two for(...) loops that look like this:
This, unfortunately, corrupts the regexp variable, and the dialog doesn't work correctly anymore. Changing the above lines to
Issue reproducible from CKEditor 3.6.1 |
|||||
#8898 | CKeditor IE 9 compatibility view issue with text area. | Bug | Normal | General | ||
Description |
Hi,
Any patch or fix to resolve this issue? Please help. Thanks, Happy |
|||||
#8899 | Links in the About dialog should open in a new window | Bug | Normal | CKEditor 4.3.3 | UI : Dialogs | |
Description |
Currently all the links in the "About" window are opened in the current window, causing loss of all the current data if the page hasn't implemented an onBeforeUnload handler. If all the links are changed to launch in a new window such problem won't exist. |
|||||
#8900 | a11yhelp pluign is not using the correct language | Bug | Normal | General | ||
Description |
This can be reproduced in _samples/ui_languages.html
Result: the dialog windows displays help information in Finnish language. |
|||||
#8901 | Integrate CKEditor 3.6.2 with CKFinder, not work in Chrome | Bug | Normal | File Browser | ||
Description |
The site I am currently using has integrated CKEditor 3.6.2 with CKFinder 2.2.1, it was found that when using Chrome 18.0.1025.162m the "Browse Server" under "Image Info" tag does not pop up a window. The issue can be fixed using a hotlink <script type="text/javascript" src="http://ckfinder.com/apps/ckeditor/3.6.3/ckeditor.js"></script> Although it cause another errors, but at least Chrome can pop up a window. So are there any timeline that officially release 3.6.2? |
|||||
#8902 | target attribute on mailto and internal links | Bug | Normal | General | ||
Description |
The target attribute is added to mailto and internal links which in my opinion is wrong. Example: open link dialog. set target to _blank. change link type to mailto. save. The mailto link now has a target=_blank attribute. When clicking the link both a new window and the email client opens. |
|||||
#8903 | fckeditor | Bug | Normal | General | ||
Description |
Versions 2.0 & 2.3.2 Hi can you help with a new developement. I've be using V.2.0 wihtin a mambo site (mambo version 4.6.2) and it's works fine within Firefox. However my client has started to use Chrome and within Chrome the editor is not loading. I've tried both the above version but with no success. Can you advise please. Many Thanks Anthony Clarke |
|||||
#8904 | Capitalization changes on IE8/WIN XP | Bug | Normal | General | ||
Description |
I've got a problem with Capitalization of words with IE8 on WindowsXP. I have this sentence -- The increase is attributable to improved sales of PROFILE®-V sold into with our MEDTOXScan® Reader, our PROFILE®-II A and PROFILE®-III A products. -- When I copy this sentence from MS word(2007) and paste in "Paste from word" window, it pastes fine. But the word "PROFILE" changes to "Profile". This is very strange since the word "MEDTOX" does not change and only this word changes the capitalization. This is the error only in IE8/Frefox on WIN XP but not on WIN7. Please help! |
|||||
#8905 | CKEDITOR.htmlWriter giving unexpected results | Bug | Normal | General | ||
Description |
var writer = new CKEDITOR.htmlWriter(); var contents = '<div>' + '<p id="_1334328943223">' + '<span class="showContent com-ibm-rdm-editor-EmbeddedResourceDecorator embeddedContentLoadRequired">' + '<a id="_1334328943227" class="embedded" href="https://bmweb.com:9443/rm/resources/_hi0cpYPdEeGKpePNjL95TQ">' + '<u> </u>' + '</a>' + '</span>' + '</p>' + '<span> </span>' + '<p id="_1334328943224"/>' + '<p id="_1334328943225">' + '<span class="showContent com-ibm-rdm-editor-EmbeddedResourceDecorator embeddedContentLoadRequired">' + '<a id="_1334328943228" class="embedded" href="https://bmweb.com:9443/rm/resources/_hi0cpYPdEeGKpePNjLZZZ">' + '<u> </u>' + '</a>' + '</span>' + '</p>' + '<span> </span>' + '<p id="_1334328943226"/>' + '</div>'; var frag = CKEDITOR.htmlParser.fragment.fromHtml(contents); frag.writeHtml(writer); console.log("CONTENTS " + writer.getHtml()); Executing the above gives the following result, which is unexpected as it removes data (seen on FF10 and IE9: CONTENTS <div> <p id="_1334328943223"> </p> <p id="_1334328943224"> </p> <p id="_1334328943225"> </p> <p id="_1334328943226"> </p> </div> |
|||||
#8907 | IE6: hovering over Browse Server button makes dialog contents jump up | Bug | Normal | General | ||
Description |
Found when reproducing #8887 - another Browse Server bug
|
|||||
#8908 | Content pasted using 'Paste as Plain text' is sometimes styled in the editor. | Bug | Normal | Core : Pasting | ||
Description |
To reproduce:
Problem: The content that is inserted through the 'Paste as plain text' dialog also has the bold styling applied. It should not have any styling. This occurs in CKEditor since 3.5. In rev 6232 the text is correctly inserted with no styling. However from rev 6241 the pasted content has styling applied. |
|||||
#8909 | Up and Down arrow do not move after hiding and showing again element that contain the editor | Bug | Normal | General | ||
Description |
I could see the problem on FF8 in Windows. Everything works fine on FF11 on Mac and PC. Not sure for FF9 and FF10. How to reproduce: -Go to http://ckeditor.com/demo -From console type:
Now if you press the up or down arrows you cannot navigate in the editor anymore but you just see the scrollbar going up and down. |
|||||
#8910 | The height is enlarged when changing the width of the input control by mouse drag | Bug | Normal | General | ||
Description |
When using mouse to change the width of the input control by draging the small rectangle, the height of the control is enlarged! expect result: Only the width is changed, the Height should not be changed. |
|||||
#8911 | pasting text seems inconsistent | Bug | Normal | General | ||
Description |
Pasting text seems to differ in how the editor wraps it in html based on where you copy it from. Best guess is this has to do with new line delimiters breaking some sort of state machine. For example if we pasted these 3 lines: # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) We would hope to get something like this with p tags (with more markup): <p># Changes not staged for commit:</p> <p># (use "git add <file>..." to update what will be committed)</p> <p># (use "git checkout -- <file>..." to discard changes in working directory)</p> but in reality we get this: <p>
<div>
<div>
<div>
<div>
But other times we do get the p tags correctly. Furthermore, as this screenshot shows it seems to incorrectly believe the nesting level is different from the markup it produces (and for what its worth the dom shows that as well). https://skitch.com/jeffreybasurto/8w1x6/demo-ckeditor but after clicking source and coming back the nesting state changes without any changes to the text. https://skitch.com/jeffreybasurto/8w1tf/demo-ckeditor Our best guess is that the problem occurs when the clipboard contains \r\n rather than plain \n since the problem doesn't happen from many sources. |
|||||
#8912 | Image Upload in ck editor not woking in google chrome 18 | Bug | Normal | General | ||
Description |
I followed this ticket http://dev.ckeditor.com/changeset/7448 and made changes but still when I click on Browse Server button popup of Image Browser doesnt appear |
|||||
#8913 | IE9: Problems with full-width sapces. | Bug | Normal | General | ||
Description |
What is full-width space:
To reproduce:
Result: Using arrows you can't move to lines containing full-width spaces. Please also see jing video showing how to reproduce. |
|||||
#8914 | SourcePopup not available in CKEditor | New Feature | Normal | General | ||
Description |
Reported via support channel: Ticket REF : 7334-YGHZ-2168
In FCKeditor there was an option called
In CKEditor there is no such option. Theoretically, if one needs a huge window with the source code, he may use the |
|||||
#8915 | Pagebreak jumps to top of Number/Bullet list when we navigate to HTML Source & back to Rich text | Bug | Normal | General | ||
Description |
To reproduce the defect:
Issue: Page break jumps to top of Numbered list. Same issue happens with Bulleted list |
|||||
#8916 | Safari: Press delete button in an empty cell deleting empty Rows below current row | Bug | Normal | CKEditor 4.0 | Core : Keystrokes | |
Description |
To reproduce the defect:
Issue: Second row is deleted
Issue: Next empty row gets deleted |
|||||
#8917 | some html tags display as text in ckeditor with hebrew (rtl language) | Bug | Normal | General | ||
Description |
I use CKEditor 3.6.3 (revision 7474) I use with hebrew (rtl) with : config.defaultLanguage = 'he'; the problem is that some HTML tags, are displayed in the editor !
<textarea name="Text" cols=85 rows=5 style="font-size:1em;">
CKEDITOR.replace('Text', { customConfig : '/inc/Ckconfig.js', toolbar:'LoveStory' });
לא מצאתי אישה נחושה כצעקתה מצאתי אותה בעלת חושים מחודדים לחיים
dynamic js function that reads the text from the DB and insert in into the editor... CKEDITOR.instancesText?.insertText('the text from the DB'); is shown (in the editor, RTL INDENT OF COURSE) as ... <p> לא מצאתי אישה נחושה כצעקתה</p> <p> מצאתי אותה בעלת חושים מחודדים</p> <p> לחיים</p> <p> I'll try to attach the Ckconfig.js file . pls advs, Yaron Munz
|
|||||
#8918 | Dialog shadows not shown in IE with quirks mode | Bug | Normal | UI : Dialogs | ||
Description |
Our page HTML code forces us to use quirks mode in IE. When integrating CKEDitor, the dialog shadow images are not rendered by IE. This works ok in all other supported browsers. To reproduce, access the CKEditor demo page with internet explorer 9, use the developer tools (F12), switch to quirks mode and view the editor with the V2 skin. Now (for example) open the image dialog window. The popup dialog is shown, but no drop-shadows are visible. Yes, using IE developer tools may seem like a developer hack, but this is only to give you easy steps to reproduce. We observe this exact same behavior on our own page which, as written above, is non-trivial and requires quirks mode to function correctly. |
|||||
#8921 | Paste on a newly created ckeditor instance does not work on chrome | Bug | Normal | CKEditor 3.6.4 | Core : Pasting | |
Description |
Steps to reproduce:
What happens on Firefox: the pasted text appears in the editor What happens on Chrome: the caret disappears and no text is entered in the editor |
|||||
#8922 | ctrl-v plain text bug with CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; | Bug | Normal | Core : Pasting | ||
Description |
Go to http://nightly.ckeditor.com/7478/_samples/enterkey.html and switch to the ENTER_BR setting. Ensure the editor is completely empty in code view and switch back to wysiwyg view. Now try to paste any single line of plain text with crtl-v in the ckeditor and it will not be pasted. An extra observation here is that the cursor disapears. When pasting with ctrl-v twice in a row the text will be pasted. If you look in code view after only one ctrl-v you see an empty editor. Pasting multiline plain text with the same steps also goes wrong but slightly different:
<body id="cke_pastebin" style="position: absolute; top: 8px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden; left: -1000px; "> <div> a</div> <div> b</div> <div> c</div> <div> d</div> </body> Expected: to see the pasted text in the editor after the first crtl-v. Tested here:
This is regression that started with ckeditor 3.6.3. |
|||||
#8923 | Problem with ckEditor instance inside div with visible=false | Bug | Normal | General | ||
Description |
I was previously using 3.6.1, which worked fine for the most part, but in order to fix an issue that cropped up, we decided to upgrade to the latest version. Using 3.6.3, i now receive the following error when the ckeditor tries to load: Sys.ScriptLoadFailedException: The script 'http://localhost/idev/ckeditor/ckeditor.js?t=B8DJ5M3' failed to load. Check for: Inaccessible path. Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings. Missing call to Sys.Application.notifyScriptLoaded(). My instance of ckEditor is located inside a div which is located inside an AJAX update panel. The div initially is set to be visible = false, as per the subject. It is toggled to be visible when a button is pushed. Thinking this could be a problem with something else in my code, I made a very simple website which ONLY had a ckEditor contained in a div contained in an update panel. <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">
</head> <body>
</body> </html> (the button simply toggles visibility and updates the updatePanel when clicked) When divCk is set to initially be visible=true, ckEditor works perfectly. When divCk is set to initially be visible=false and the user toggles divCk's visibility by pressing the button, ckEditor does not load correctly, instead presenting the error mentioned above. |
|||||
#8925 | FF: Window scrolls to top when closing the table properties dialog | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
To reproduce:
Expected: Focus returns to the cell that was clicked into, the view remains in the same place on the document. Actual: The cursor appears to remain in the cell, but the window scrolls to the top of the document. The scrolling problem manifests itself whenever the dialog is discarded (either OK or Cancel button) and the alignment on the table is set to left or right. |
|||||
#8927 | Embed code is encoded if properties/attributes contain double quote (") | Bug | Normal | General | ||
Description |
I tested this on today's nightly build (7478). Browser: FF 11 OS: Win7 Steps to reproduce: # Copy some flash object HTML (e.g. a youtube movie using their old embed syntax). See example A below. # Choose source view in CKEditor # Paste the embed HTML code # Exit source view and right click the "flash box" and choose properties # Enter some text containing a double quote in a property (e.g. input [hi"ho] in the ID field ) # Save and edit again (i.e. render the HTML page with the input) . # Go to source view. # The HTML is encoded. <object height="315" id="hi"ho" width="420"><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="movie" value="http://www.youtube.com/v/QPgqfnKG_T4?version=3&hl=en_GB&rel=0" /><param name="allowscriptaccess" value="always" /><embed allowscriptaccess="always" height="315" quality="high" src="http://www.youtube.com/v/QPgqfnKG_T4?version=3&hl=en_GB&rel=0" type="application/x-shockwave-flash" width="420"></embed></object> If I look at the page source of the page it is embedded in (the page that contains the CKEditor) it the HTML looks like this: <textarea id="Text" name="Text" rows="2" cols="2" tabindex="2"><p><object height="315" id="hi"ho" width="420"><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="movie" value="http://www.youtube.com/v/QPgqfnKG_T4?version=3&hl=en_GB&rel=0" /><param name="allowscriptaccess" value="always" /><embed allowscriptaccess="always" height="315" quality="high" src="http://www.youtube.com/v/QPgqfnKG_T4?version=3&hl=en_GB&rel=0" type="application/x-shockwave-flash" width="420"></embed></object></p></textarea> Normally the CKEditor would interpret the content of the textarea above as HTML, but when you include the double quote in an attribute such as in the ID above, it just renders it quoted. I've compared it with embed code that is rendered correctly to make sure the error is not happening before rendering in the CKEditor. |
|||||
#8929 | Scayt causes list formatting issues | Bug | Normal | UI : Spell Checker | ||
Description |
I am using CKEditor on Firefox 11.0 on a windows server 2008 build. I have enterMode and shiftEnterMode set to CKEDITOR.ENTER_BR. When I add a ordered or unordered list to my document and have a line of text following the list, Scayt surrounds the line of text in a span after a load from the database and causes the editor to create a new unordered list with the last word from the last element of the list. Disabling Scayt removes the issue. |