Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Garry Yao Bug Normal CKEditor 3.6.5 Core : Tables
Description

To Reproduce:

  1. Open _samples/tableresize.html in any browser and insert a table that is wider than the editor so that a horizontal scroll bar is displayed e.g. 2000px with 10 columns.
  2. Without moving the scroll bar, move the mouse over the border between the 1st and 2nd column. See that the resize cursor displays correctly.
  3. Move the horizontal scroll bar slightly and hover the mouse over the border between the 1st and 2nd column again.

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:

  1. Enter the HTML in Source:
<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>
  1. Click Source to leave source mode.

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 :

http://domain.com/includes/ckfinder/core/connector/asp/connector.asp?command=FileUpload&type=Images&currentFolder=%2F&langCode=fr&hash=50073e42bf738bd2'''&&'''id=filepicker-simple-editor

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:

  1. open ckeditor in ie9 mode
  1. select some text as pic1
  1. open font-style floatpanel

expected:

last text selection remains

actual result:

lost last text selection

#8812 IE9: HTML comment blocks Enter Key Frederico Caldeira Knabben Bug Normal CKEditor 3.6.3 Core : Selection
Description
  1. open the http://ckeditor.com/demo/ in IE9
  2. press source button to switch to source mode.
  3. remove all default contents.
  4. input this line. test <!-- -->
  5. press source button and switch to WYSIWYG mode.
  6. Click in editor (doesn't matter where) and press Enter key.

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:

  1. Load replacebyclass.
  2. Insert a smiley.
  3. Somewhere in the text.
  4. Click the image to select it. (BUG: Doesn't work always. It works by trying it many times)
  5. Once able to select the image, try to resize it. (BUG)

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

  1. Unpack contents of the "ckfinder" folder to "wp-content/plugins/ckeditor-for-wordpress/ckfinder/" directory
  2. Rename ckfinder_config.php to config.php (overwrite default config.php distributed with CKFinder.)

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 Garry Yao Bug Normal CKEditor 3.6.3 General
Description
  1. Load the attached sample page;
  2. Just put cursor in editor without any other keystrokes;
  3. Press PageDown keys couple of times then PageUp;
  • Actual: Cursor moves in the document, while content not scrolls;
  • Expected: Cursor moves with page scrolls cursor into view.

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.

  1. Insert table
  2. Choose cell properties from menu
  3. In cell properties dialog click button to open background-color dialog
  4. Start moving with arrows (E.g. Press right arrow few times)

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 kaga 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:

1.ctrl + c
http://i.imgur.com/76G1w.jpg

2.ctrl +v
http://i.imgur.com/8ukrF.jpg

3.the jumps be trigger...
http://i.imgur.com/8p21z.jpg

4.the correct is at a place... http://i.imgur.com/vDpeK.jpg

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

  1. Access http://www.annualproject.com
  2. Click Create Project - notice there is no script error in IE bottom left cornor
  3. Now click Create Project again - now you will see the error.
#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

  1. Access http://www.annualproject.com
  2. Click Create Project
#8829 FF - Deleting selected text sometimes not working quite right Bug Normal General
Description

Create a bulleted list as follows

o One

  • Child 1
  • child 2

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

child 1

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">

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load

TextBox1.Text = "&lt;p&gt;" _

& "&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&lt;span&gt;BLUE Text&lt;=Button Click and Look at this line!!!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;" _ & "&lt;span&gt;BLACK Text&lt;/span&gt;&lt;br /&gt;" _ & "&lt;font color=&quot;#00ff00&quot;&gt;GREEN Text&lt;br /&gt;"

End Sub

Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

CKEditor1.Text = TextBox1.Text

End Sub

</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">

<title></title>

</head> <body>

<form id="form1" runat="server"> <div>

<CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200"> &lt;p&gt;

&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&lt;span&gt;BLUE Text&lt;=Button Click and Look at this line!!!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span&gt;BLACK Text&lt;/span&gt;&lt;br /&gt; &lt;font color=&quot;#00ff00&quot;&gt;GREEN Text&lt;br /&gt;

</CKEditor:CKEditorControl>

</div> <asp:TextBox ID="TextBox1" runat="server" Width="862px"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Button" /> </form>

</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 Frederico Caldeira Knabben Bug Normal CKEditor 3.6.3 General
Description

With IE<8, IE8+Compat and IE9+Compat:

  1. Have enough contents to show the scrollbar in the editing area.
  2. See the caret blinking in the editing area.
  3. Move the mouse inside the editing area, close enough to the scrollbar. See that the mouse changes to arrow.
  4. Click on that space.

The caret will disappear (no editing focus). If you type, nothing happens.

#8836 IE: Script error when opening table context menu Garry Yao Bug Normal CKEditor 3.6.3 UI : Context Menu
Description

To Reproduce:

  • Open any nightly sample and insert a table.
  • Click on the table border so that the browser handles appear.
  • Move the mouse over a table cell and right click to bring up the context menu. (See attached screen capture)
  • Move the mouse slightly away from the context menu and click the mouse.

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:

  1. Open Ajax sample and click on Bulleted list icon in the toolbar.
  1. Bulleted list starts.
  1. Type some text, press enter and click on Increase Indent icon.
  1. Nested Bulleted list starts.
  1. Type some text and then press enter twice.

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

  1. Type some text and press enter

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 Garry Yao 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 Garry Yao Bug Normal CKEditor 3.6.3 UI : Dialogs
Description
  1. Open "Color Picker" dialog from color button panel;
  2. Press one of the arrow keystrokes;
  3. Close dialog;
  4. Repeat step 1-2.
  • Actual : There're two cells highlighted in the color matrix.
#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:

  1. with JAWS on, Open a CK Editor sample and insert a new table.
  1. Open Cell properties dialog using context menu
  1. Navigate to Choose button next to Background Color text field & press Enter.
  1. Select Color dialog opens.
  1. Select a color and close the dialog or Press Esc to close the dialog.
  1. Select Color dialog closes and focus goes back to Choose button next to Background color text field on Cell Properties dialog.
  1. Press enter again to open Select Color dialog.

Issue: Nothing happens & Select Color dialog not opened.

  1. Navigate to Choose button next to Border Color text field and press Enter.

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 Garry Yao Bug Normal CKEditor 3.6.3 Core : Selection
Description
  1. Load the "replacebyclass" sample;
  2. Select the bold text "sample text";
  3. Press Tab key to move focus outside of editor;
  4. Click on "Paste" toolbar button, choose to deny clipboard access in order to bring up dialog.
  5. Fill in the dialog will some text then click on Ok
    • Actual: Text is appended to the end of document;
    • Expected: Text is inserted at the range point with previously selected content removed.
#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.

  1. Put plain text into ckeditor.
  2. Ctrl-A and set the font size to some change
  3. Highlight a portion of the text
  4. Change the paragraph format to something else like Heading 1
  5. The text retains the previous font size rather than conforming to the paragraph format
#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 Sa'ar Zac Elias Bug Normal CKEditor 3.6.3 General
Description

Not affecting Safari, or Chrome 17 or 19.
Chrome 18 is problematic with moveTo and resizeTo, making the window to not show up.
See this and that. Since that part of the code is not needed in Chrome 18, I propose to avoid it altogether. Note that WebKit 535 is maintained since Chrome 13 till Chrome 18.

#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" Alfonso Martínez de Lizarrondo 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)
2) Go to http://ckeditor.com/demo[[BR]] 3) Click the "Insert image" icon in the toolbar
4) Click the "Browse" button.

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:

  1. Go to http://nightly.ckeditor.com/7441/_samples/replacebycode.html
  2. Click in the Editor 1 CKEditor instance.
  3. Hit the TAB key. This highlights the Editor 2 instance.
  4. Type something. Expected what I typed to appear, but it does not.
  5. Hit the TAB key again. Expected this to highlight the Submit button, but it keeps the Editor 2 instance highlighted.
  6. Type something. What I type does now get inserted in the editor.

This happens other times:

  1. Go to http://nightly.ckeditor.com/7441/_samples/replacebycode.html
  2. Click in the Editor 1 CKEditor instance.
  3. Hit the TAB key. This highlights the Editor 2 instance.
  4. Type something. Expected what I typed to appear, but it does not.
  5. Hit the TAB key again. Expected this to highlight the Submit button, but it highlights the Editor 1 instance.
  6. Type something. Expected what I typed to appear, but it does not.
  7. Hit the TAB key again. Expected this to highlight the Submit button, but it keeps the Editor 1 instance highlighted.
  8. Type something. What I type does now get inserted in the editor.

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 Garry Yao Bug Normal CKEditor 3.6.3 Accessibility
Description
  1. Load any sample page, focus the toolbar and navigate to the "Format" button menu;
  • Expected: AT announce the button as "menu button", with the keystroke hint prompted (press space to activate).
  • Actual: AT announce the button as "menu button", but no keystroke prompt presented, instead AT reads the title of the button link element.
  1. Press Space key to open the dropdown.
  • Expected: AT switches to form mode, announces the dropdown as "List Box";
  • Actual: No role announced, AT start with the list box item's content text, followed by the presentation to the toolbar button which is missed at the previous step.

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:

  1. Be sure to have some text in the clipboard.
  1. Place the caret in the middle of some text.
  1. Hit the Paste button in the toolbar. "Allow" access to the clipboard. (Paste will work as expected)
  1. Hit the Paste button again. (Paste will go at the end of the document)
#8866 IE: empty margins not visible in page with header X-UA-Compatible overwriting compatibility mode Bug Normal General
Description
  1. Go to IE -> Tools -> Compatibility mode settings and add IP which you want to use to display HTML page E.g. 192.168.1.123
  2. Place page attached to this ticket in samples folder. This page contains header

<meta http-equiv="X-UA-Compatible" content="IE=8" /> which should overwrite compatibility mode.

  1. type "test" in editor, press enter 5 times and type "test2"
  2. Switch to Source and back to WYSIWYG

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 - content="IE=8"

#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. Garry Yao 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).

  1. Insert a new image like this (GoDaddy hosted site): http://www.green-bamboo.com/uploads/10/bamboo.png and Ok.
  2. Double click on the image; the image plugin opens, image is loaded but Opera keeps trying to load the image (see attached screenshot), the ImagePreviewLoader skim isn't removed.
  3. Close the image plugin popup window.
  4. Double click again on the image, now the plugin loads without any problem!
  5. Close the image plugin popup window again.
  6. Double click again on the image, the plugin loads with the same problem as in 2.

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:

  1. Open the api.html sample in Safari on Mac.
  2. Press the Tab key once. This puts focus on CKEditor - a blue rectangle shows focus is on CKEditor, and the caret appears at the top of the content area.
  3. Type some characters.

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 Garry Yao Bug Normal CKEditor 3.6.3 General
Description
  1. Open replacebyclass.html sample
  2. Place cursor somewhere in the paragraph
  3. Press Shift+tab
  • On Chrome there's an error on console and caret moves to the beginning of the editable.
  • On Firefox there's an error and focus is lost.
  • Opera ignores shift and moves focus to submit button.
  • On IE8 editor loses focus.

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 Frederico Caldeira Knabben 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 Alfonso Martínez de Lizarrondo 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
  1. Load the editor with following content and selection:
    <!-- A comment -->
    <p>^foo</p>
    
  2. Type some random chars;
  3. Click on Undo button;
  • Expected: Inserted chars are removed, with cursor restored to the start;
  • Actual: Inserted chars are removed, but cursor is now at the end of content.
#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:

  1. Create a bullet list( Eg. with below three words)
  • blue
  • green
  • red
  1. Type a word "color" after "red"
  1. Select the word using shift + left arrow and press backspace

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
  1. Go to http://ckeditor.com/demo
  2. Drag image in few places inside content area
  3. Switch to source and notice that there are many empty headers inside content area <h1>&nbsp;</h1>

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 rescue and cuts the w^olf )and the second one leaves empty div inside text. In all other cases picture is dragged without div anymore.

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 Jakub Ś 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 Olek Nowodziński Bug Normal CKEditor 4.0.1 UI : Dialogs
Description

To reproduce the defect:

  1. Open any CK Editor sample.
  1. Re-size browser window to minimum.
  1. Click on Table icon.

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:

  1. Use CKEditor demo in IE 7/8/9 or Chrome and turn on SCAYT
  2. Type the following with 1 &nbsp; at the end of this string: good baaaaad baaaadd goood
  3. Click the Source view and observe &nbsp; at the end
  4. Click back to regular view and put your cursor at the end of the string and backspace to remove it
  5. Click the Source view again, notice the &nbsp; is removed
  6. Click back to regular view again and put your cursor right in front of "goood" then backspace once to connect to the last misspelled "bad" word
  7. Go to Source and notice no &nbsp;
  8. Go to regular and put the cursor back in between the 2nd "bad" word and "goood" and delete the rest of the connected "bad" word
  9. Go to Source and notice &nbsp;
#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 :

  1. Open internet explorer 7 or 8. Go to tools -> internet options -> Privacy -> select high internet security.
  2. check Ckeditor buttons, drop down lists and color selection grid. Nothing works, all the click events are lost.
#8893 Error in documentation or bug in PasteFromWordCleanupFile option Piotrek Koszuliński 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: anchorRegex = /^#(.*)$/ In the compressed version of the file this is changed to: i = /^#(.*)$/

Further down in the file there are two for(...) loops that look like this: for (i = 0, count = links.count(); i < count; i++ )

This, unfortunately, corrupts the regexp variable, and the dialog doesn't work correctly anymore. Changing the above lines to for (var i = 0, count = links.count(); i < count; i++ ) and re-compressing the file resolves the problem.


Issue reproducible from CKEditor 3.6.1

#8898 CKeditor IE 9 compatibility view issue with text area. Bug Normal General
Description

Hi,

I've this strange issue with CKeditor when it is loaded with IE9 compatview. I've to double click on the text area to enter something. The first time when I click nothing happens.Very annoying to users.

Any patch or fix to resolve this issue?

Please help. Thanks, Happy

#8899 Links in the About dialog should open in a new window Jakub Ś 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

  1. Change language to Finnish
  2. Press Alt + 0
  3. Change language to Persian
  4. Press Alt + 0

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

  1. Integrate CKFinder with CKEditor
  2. Click image button and hover Browse Server button it will jump up together with contents below it.
#8908 Content pasted using 'Paste as Plain text' is sometimes styled in the editor. Bug Normal Core : Pasting
Description

To reproduce:

  • Open the replacebyclass sample and place the cursor between the words 'sample' and 'text'. Note that these words have a bold styling applied.
  • Open the 'Paste as plain text' dialog and type some content.
  • Click Ok.

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:

document.getElementById("content").style.display = "none" document.getElementById("content").style.display = "block"

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>

&nbsp;</p>

<div>

# Changes not staged for commit:</div>

<div>

# &nbsp; (use &quot;git add &lt;file&gt;...&quot; to update what will be committed)</div>

<div>

# &nbsp; (use &quot;git checkout -- &lt;file&gt;...&quot; to discard changes in working directory)</div>

<div>

&nbsp;</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:
Source: http://blog.greggman.com/blog/japanese_input_on_windows_xp/

Note: When typing in Hiragana mode pressing the space when there is nothing else typed will insert a full width space. That's usually what you want when typing Japanese but if you need a normal English space you can insert a half-width space while in Hiragana mode by pressing Shift-Space.


To reproduce:

  1. Set editor language to Japanese - config.language = 'ja';
  2. Set your input to Japanese and keyboard to Hiragana (see jp.png)
  3. Load replace by code sample and put cursor at the end of line.
  4. Perss space and then Enter
  5. Press space in new line (Cursor will jump up)
  6. Perss up arrow, and then down arrow

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 SourcePopup:

SourcePopup

This option determines what action will be taken when pressing the "Source" button on the toolbar. By default it is set to 'false' so the source code appears in the editing area. If you want the source code to appear in another window simply change this option to 'true'.

In CKEditor there is no such option. Theoretically, if one needs a huge window with the source code, he may use the Maximize feature. Unfortunately, it is not available with shared spaces.

#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:

  1. Open any CK Editor sample & insert a Numbered list with 4 list items.
  1. Keep cursor at end of 2nd list item & click on Insert Page break for Printing icon.
  1. Page break inserted between 2nd & 3rd list items.
  1. Switch to HTML Source & back to Rich text.

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 Garry Yao Bug Normal CKEditor 4.0 Core : Keystrokes
Description

To reproduce the defect:

  1. Open any CK Editor sample and insert a table with default values(3 Rows & 2 Columns).
  1. Don't enter any content in second or third rows.
  1. Enter the content in first cell in first row, leave second cell in first row empty.
  1. Keep cursor in the Second cell on first row & press Delete

Issue: Second row is deleted

  1. Press Delete again..

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 !

  1. I have a tag in my page:

<textarea name="Text" cols=85 rows=5 style="font-size:1em;">

  1. I use the JS function (in body onload) to attach the editor:

CKEDITOR.replace('Text', { customConfig : '/inc/Ckconfig.js', toolbar:'LoveStory' });

  1. The same text (from the DB) when dysplayed at the page (without the editor) is OK

לא מצאתי אישה נחושה כצעקתה

מצאתי אותה בעלת חושים מחודדים

לחיים

  1. The same text when in edit mode (inserted into the editor with

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 Garry Yao Bug Normal CKEditor 3.6.4 Core : Pasting
Description

Steps to reproduce:

  • open a page where CK is instantiated
  • click in edit area
  • paste some text

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:

  • Use ctrl-c to copy some multi line plain text like:
    a
    b
    c
    d
    
    
  • When pasting with ctrl-v once and looking in code view nothing is added.
  • When pasting with ctrl-v twice in a row you still see nothing in wysiwyg view but when looking in code view you see:
<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:

  • IE9: works correctly
  • IE8: works correctly
  • FF: works correctly
  • Chrome: bug found
  • Safari: bug found

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">

<title>Untitled Page</title>

</head> <body>

<form id="form1" runat="server"> <div>

<asp:ScriptManager ID="scriptManager1" runat="server" />

<asp:UpdatePanel ID="upCk" runat="server" UpdateMode="Conditional"> <ContentTemplate>

<asp:Button ID="btnToggle" runat="server" Text="toggle" /> <div id="divCk" runat="server" visible="false">

<CKEditor:CKEditorControl ID="ckEdit" runat="server" />

</div>

</ContentTemplate> </asp:UpdatePanel>

</div> </form>

</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 Garry Yao Bug Normal CKEditor 3.6.4 General
Description

To reproduce:

  1. Create a table that is large enough to cause the editor scroll bar to appear.
  1. Edit the table by right-clicking inside the last row of the table
  1. Set the table alignment to left or right
  1. Click OK

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&quot;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&amp;hl=en_GB&amp;rel=0" /><param name="allowscriptaccess" value="always" /><embed allowscriptaccess="always" height="315" quality="high" src="http://www.youtube.com/v/QPgqfnKG_T4?version=3&amp;hl=en_GB&amp;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">&lt;p&gt;&lt;object height="315" id="hi&quot;ho" width="420"&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="movie" value="http://www.youtube.com/v/QPgqfnKG_T4?version=3&amp;hl=en_GB&amp;rel=0" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowscriptaccess="always" height="315" quality="high" src="http://www.youtube.com/v/QPgqfnKG_T4?version=3&amp;hl=en_GB&amp;rel=0" type="application/x-shockwave-flash" width="420"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</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.

Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy