Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (6801 - 6900 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#7564 Entities in attributes Bug Normal General
Description

I work with files on windows, think that's the problem.

If I have german word "Frühling" in img alt attribute, ckeditor change it to "Frühling" after first saving, to "Frühling" after second and so on. Same with other attributes like content in meta tags or title in h1 tags. config.entities = true; has no effect.

#7565 external skinPath New Feature Normal General
Description

I store my plugins in an external folder 'myplugins'. It's better for an easier update. It would be great, if I could store my skin in this or another folder 'myskin' too.
Can you implement
config.skinPath = 'myskinfolder';

#7566 BiDi: Increasing indentation on a list item changes the language direction Garry Yao Bug Normal CKEditor 3.6.1 Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Paste the following code into the source view:
<ol dir="rtl">
	<li>
		List item 1 (RTL)
		<ol dir="ltr">
			<li dir="ltr">
				List item 2 (nested + LTR)</li>
		</ol>
	</li>
	<li>
		List item 3 (RTL)</li>
</ol>

  1. In WYSIWYG mode, place the cursor in the last list item & click on increase indent.

Expected: The last list item becomes indented and remains RTL.

Actual: The last list item becomes indented but is now LTR. The user does not specify that they want to change the language of that list item so this should not happen.

This bug was introduced in 3.5.3.

#7567 IE: Image dialog stretches when we go to edit inserted image Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample and insert an image using an url: (for ex: http://t1.gstatic.com/images?q=tbn:ANd9GcTHHB8cvJojRl_b0N_yR8AVEDKV9YcPWLbIW0OdbjS68JZfFZpJoA )
  1. Click on the image & open Image Properties dialog by clicking on Image Properties option in Context menu.

Expected Result:

Image dialog should display with same width and height that was show before when we insert the Image.

Actual Result:

Image dialog is displaying with extended width and i have attached a screen shot of the dialog.

This issue is happening only in IE7 & IE8 Compatability view

#7568 JAWS not reading instructions on Accessibility Instructions dialog Bug Normal Accessibility
Description

To reproduce the defect:

  1. With JAWS on, Open CK Editor, Navigate in to body of CK Editor.
  1. Press Alt + Zero to open Accessibility instructions dialog.

Expected Result:

Accessibility Instructions dialog comes and JAWS will read the instructions on the dialog.

Actual Result:

Accessibility Instructions dialog comes up, but JAWS not reading the instructions.When i press tab twice focus goes out of the dialog. Even when i press tab number of times to get focus back in to the dialog,JAWS not reading the instructions on the dialog.

I am using JAWS 12 & FF3.6.15. This is working in 3.5 build

#7569 JAWS not reading updated label of Unlock/Lock ratio icon on Image Properties dialog Garry Yao Bug Normal Accessibility
Description

To reproduce the defect:

  1. With JAWS on, Open Image properties dialog and Navigate to Unlock Ratio button.
  1. JAWS reads the label properly and say press space bar to activate.
  1. when user presses space bar, label changes from Unlock Ratio to lock Ratio and Icon also changes

Expected Result:

JAWS should read out the changed label to the user

Actual Result:

JAWS not reading the new label to the user,it just reads press space bar to activate the button.

#7574 Firefox doesn't clear selection on RichCombo's Bug Normal General
Description

Affected Versions: Firefox 3.6/4 Possibly others

Steps to reproduce: (Using ckeditor.com/demo)

  1. Type three lines of text
  2. Change the color on the second line of text
  3. Change font on the last line of text
  4. Select the first line of text, click on the font drop down you will see the last font is still selected.
  5. Keep the text selection and click on the color drop down, you will see the last color is still selected.

Expected result:
If you are selecting non-stylized text, nothing should be selected.

#7580 div contenteditable + removeFormatCmd + insertHtml Bug Normal General
Description

i tried to use removeFormat command followed by insertHtml for ensuring inserted html will not be formated by previous styling. . . .

so i tried this case. . <div contenteditable="false"> some dummy text</div> <p>this statement <b>will</b> be removed</p>

after i selected whole sentence(included the front most space if any) right below the <div> tag and then i call myFunction from some button which look like

function myFunction (){
//instance already created with the name 'editor1'
        CKEDITOR.instances.editor1.execCommand( 'removeFormat' ); 
        insertHtml("<p>text to be inserted</p>");
}

Obviously, myFunction can be called, format of selected text can be removed, at last, insertHtml can't perform. . .

I discovered that it occurs, only when contenteditable is defined with the combination of removeFormatCmd + InsertHtml with the situation i described above...

It wouldn't happen if contenteditable is defined and then just InsertHtml...

Is there any contradiction among contenteditable attribute, removeFormat Command and insertHtml???

#7581 IE Crashes when we try to insert a new list item in the pasted list. Garry Yao Bug Normal CKEditor 3.6.1 Plugin : Paste from Word
Description

To reproduce the defect:

  1. Copy the list from any of the attached word doc's and paste it using Paste from Word dialog.
  1. See that the list is pasted properly.
  1. Keep cursor next to one of the list items and press Enter.

Expected Result:

New list items starts at the same level.

Actual Result:

Browser crashes . Tested against IE6,IE7

#7582 IE: Cannot select items from the context menu when a table is selected Bug Normal UI : Floating Panel
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE.
  1. Paste the following code into the source view.
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; height: 200px">
	<tbody>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

  1. Return to WYSIWYG mode & click into the editor to give it focus.
  1. Hover the cursor over one of the table borders until the cursor becomes a cross & click the left mouse button to select the table.
  1. Now hover the cursor anywhere over the selected table and click the right mouse button to display the context menu.
  1. Try to select Table Properties from the context menu.

Expected: The Table properties dialog is displayed.

Actual: The context menu remains on the screen. The Table Properties option in the context menu is selected & the Table Properties dialog is not displayed. (see screenshot)

#7583 Opera: can not enter text after inserting Page Break or Horizontal Line Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample and type "foo".
  1. Press Horizontal Line or Page Break button.

Expected Result:

Horizontal Line or Page break is inserted after current paragraph and cursor goes to empty paragraph after Horizontal line or page break.

Actual Result:

Horizontal Line or Page break is inserted after current paragraph but cursor goes to end of previous paragraph and we can not get the cursor after Horizontal line or page break using keyboard or mouse.

#7584 Start Value not shown correctly for Numbered lists Paste from Word Garry Yao Bug Normal CKEditor 3.6.1 Plugin : Paste from Word
Description

To reproduce the defect:

  1. Copy the list from attached word doc and paste it using Paste from Word dialog.
  1. Check for the Start value for the list in Numbered List Properties dialog.

Expected Result: It should show start value as 5.

Actual Result: It shows start value as 1.

  1. Try to change the Start Value to 10 and press OK button.

Expected Result: Numbered list should start at 10.

Actual Result: Numbered list still start at 5.

#7585 Get Plain Text New Feature Normal Core : Output Data
#7586 BiDi: IE8: Bulleted list dialog not displaying with RTL Bulleted list Bug Normal General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE8.
  1. paste the following code into the source view.
<ul dir="rtl">
	<li>
		list item 1</li>
	<li>
		list item 2</li>
	<li>
		list item 3</li>
	<li>
		list item 4</li>
	<li>
		list item 5</li>
	<li>
		list item 6</li>
	<li>
		list item 7</li>
	<li>
		list item 8</li>
	<li>
		list item 9</li>
	<li>
		list item 10</li>
	<li>
		list item 11</li>
	<li>
		list item 12</li>
	<li>
		list item 13</li>
	<li>
		list item 14</li>
	<li>
		list item 15</li>
</ul>
<p dir="rtl">
	paragraph 1</p>

  1. Switch back to WYSIWYG mode.
  1. Right click on the bulleted list to display the context menu.
  1. Click on the bulleted list properties option in the context menu.

Expected: The Bulleted List Properties dialog is displayed.

Actual: The Bulleted List Properties dialog is not displayed.

#7587 BIDI: IE8: Unspecified webpage error is thrown when using the UNDO function Bug Normal Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE8.
  1. Paste the following code into source mode:
<p dir="rtl">
	paragraph 1</p>
<p dir="rtl">
	paragraph 2</p>

  1. Click on paragraph 1 & press the increase indent button in the toolbar.
  1. Click once on paragraph 2 (so that the frame is showing around the paragraph) & click the undo button in the toolbar.

Result: The following webpage error is displayed:

Message: Unspecified error.
Line: 124
Char: 1369
Code: 0
URI: http://nightly.ckeditor.com/6661/ckeditor.js

#7588 dialog semi-transparent background div created twice Frederico Caldeira Knabben Bug Normal CKEditor 3.5.4 UI : Dialogs
Description

This is happening since 3.5.1. 3.5 didn't have this problem and neither did 3.4.x.

How to reproduce:

1) include ckeditor.js: <script type="text/javascript" src="ckeditor/ckeditor.js"></script>

2)use ckeditor php class to create the editor, or include ckeditor.js again and then create the editor via javascript.

3) click on a toolbar button that opens a dialog, eg. "link" (note: the bug happens now, you can see that two background div are created)

4) close the dialog

5) since there are two background div, the second one remains and covers everything.

#7589 BIDI: IE8: Difficulties using backspace to delete RTL paragraphs. Bug Normal Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE8.
  1. Paste the following code into the source view:
<p dir="rtl">
	paragraph 1</p>
<p dir="rtl">
	paragraph 2</p>

  1. Change back to WYSIWYG mode.
  1. Place the cursor to the left of the letter p in the second paragraph & click backspace a few times.

Expected: The content in paragraph 1 should start being deleted.

Actual: Nothing happens.

#7590 ASP.NET: error when trying to reset values in Properties window kaga Bug Normal Server : ASP.Net
Description

when trying to reset Width and Height an alert message is shown in VS 2010:

Object of type 'System.String' cannot be converted to type 'System.Web.UI.WebControls.Unit'.

#7593 Opera: we can't paste Numbered/Bulleted list with list styles. Bug Normal Plugin : Paste from Word
Description

To reproduce the defect:

  1. Open CK Editor and copy the sample list styles from the attached doc and paste in to the editor using Paste from Word dialog.

Expected Result:

Lists are pasted properly and when we open Numbered/Bulleted list properties dialog it should show correct list styles.

Expected Result:

Lists are pasted properly and when we open Numbered/Bulleted list properties dialog it should show correct list styles.

Actual Result:

when we paste the content in to Paste from Word dialog, nothing appears in the dialog and when we press OK button and go to source we are seeing empty paragraphs.

#7594 keyboard navigation of Tool bar broken when we create and destroy Editor instances Garry Yao Bug Normal CKEditor 3.6 Accessibility
Description

To reproduce the defect:

  1. Open Ajax sample & create Editor instance by clicking on Create Editor button.
  1. Go in to Editor body, press Alt + F10 to go to tool bar & use left & right Arrow keys to navigate through buttons in the tool bar.
  1. It works fine.
  1. Remove the Editor by clicking on Remove Editor button.
  1. Create a new Editor instance by clicking on Create Editor button.
  1. Go in to Editor body, press Alt + F10 to go to tool bar.
  1. Press Right Arrow key.

Expected Result:

Focus goes to next tool bar button.

Actual Result:

Focus goes in to editor body and cursor is visible in editor body.

#7595 Remove format should work for selected table Bug Normal General
Description

Remove format does not remove the format from a table if it is the selected element. It only works if the table falls inside a selection, e.g. using CTRL+A.

A use case for this is pasting a styled table from Word into the document and then selecting the table to remove the styling (e.g. borders). Sometimes tables pasted from Word (or an external web page) will contain styling that the user cannot do anything with and wishes to remove.

#7596 Paste callback not being executed when use browser Paste menu option Bug Normal General
Description

Run the attached test case. Execute paste from editor context menu. Callback occurs. Execute paste from ctrl-v. Callback occurs. Execute paste from browser edit menu. Callback does not occur.

#7604 style definition overrides does not allow to override elements with the same name Bug Normal Core : Styles
Description

while adapting the font-plugin i found, that it is not possible to override an element with the same name:

trying something like this has no effect:

CKEDITOR.config.font_style =
	{
		element		: 'span',
		styles		: { 'font-family' : '#(family)' },
		overrides	: [ { element : 'span', attributes : { 'class' : 'myClass' } } ]
	};

there is an if-statement in the style-Plugin, that causes this problem. In

function removeFromInsideElement( style, element )

you will find this:

if ( overrideElement != style.element )

Removing this allows to override elements with the same name. I changed this for me an found no sideeffects while testing. Would it be possible to change this?

#7606 Editor remains grayed (frozen) after closing a dialog Bug Normal UI : Dialogs
Description

Hello,

I'm experiencing a strange bug with all versions of CKEditor above 3.5 (3.5.1, 3.5.2 and 3.5.3) while 3.5 was working fine.

When I use a plugin opening a dialog div window (eg. Image upload, Link, Table...) and close this dialog window (either using a button or the X icon), the editor remains in a frozen/grayed state.

This happens on all web browsers I could check it with (Firefox 3.x/4, IE 6 to 9).

I'm quite annoyed by this, as I can't reproduce it on your online demo or using the sample files provided with CKEditor... so it has something to do with our application/environment... I removed all extra plugins, skins, and custom config keys I'm using, with no luck.

But it has something to do with some dialog-oriented code you changed between 3.5 and 3.5.1, as this problem didn't occur with 3.5, even when fully integrated into our application (with extra plugins, skins and some overriden config).

Do you have any clue on this? I looked into the dialog plugin code, and saw that you changed some code related to the "cover" div applied while opening a dialog, but I don't know if it has something to do with that.

Many thanks,

Maxime Abbey, Eudoweb R&D Team

#7607 Style attribute is deleted from the sourcecode while switching from Source to WYSIWYG Bug Normal General
Description

In version 2.X or 3.X of CKEditor, the "style" attribute is deleted from the sourcecode while switching from Source to WYSIWYG. On FCKeditor latest version (and nightly build), the problem is solved for Fire Fox and Chrome, but remains in IE (tested in the Demo at CK website).

A small test case would be, using IE6 or above (with WinXP or above):

  1. Move to Source view on the Editor;
  1. Add following html code:
<div class="test" style="#styleTest#"> test </div>
  1. Move to WYSIWYG view;
  1. Move back to Source view.

Note that if the style attribute includes regular css expressions it works just fine. I've tested it by replacing the code on step 2 for:

<div class="test" style="background-color: red">
   test
</div>

Thanks in advanced,

Tiago

#7608 ckeditor 3.5.3 have problems paste Bug Normal Accessibility
Description

Using ckeditor 3.5.3 in ie8 paste will add "<span style="display:none"> </span>", use the shortcut key ctrl + v paste does not appear

#7609 Unable to bold then apply color to a hyperlink Bug Normal General
Description

FF and IE

Go to CKEditor demo. Select the "fairy tale" hyperlink in the first line. Apply bold. Apply a color.

The color does not get updated.

#7610 FF & IE Pasting multi level Numbered list from word not working properly . Bug Normal Plugin : Paste from Word
Description

To reproduce the defect:

set pasteFromWwordRemoveFontStyles & pasteFromWordRemoveStyles to false and copy the lists from the attached doc and paste in to editor using Paste from Word dialog.

Expected Result: Multilevel Numbered list in the document should paste properly.

Actual Result: List items at the bottom are shown with lot of empty spaces,when we keep cursor in the list items, Numbered list icon in the tool bar not highlighted and elements path bar shows them as paragraphs.

Tested in IE6,IE7 & FF4 This works fine in Safari,Chrome & Opera.

#7611 Opera: Text remains highlighted unnecessarily when font colour is applied Bug Normal General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Opera.
  1. Paste in the following content:
<p>
	paragraph1</p>
<p>
	paragraph2</p>
<p>
	paragraph3</p>
  1. Select paragraph2 and change the text colour to red. Notice that paragraph3 becomes highlighted.
  1. Now click into paragraph1.

Result: See that paragraph3 is still highlighted.

#7612 Opera: Indented bullets do not have circle or square styled bullets (CORE-41465) Bug Normal Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Opera.
  1. Create a 3 level bulleted list.

Expected: Level 1 has a disc as a bullet. Level 2 has a circle as a bullet. Level 3 has a square as a bullet.

Actual: All 3 levels have discs as bullets.

#7617 [FF 3.6.16] Changes ' to &quot; in style Bug Normal General
Description

When paste this <div style="background: url('http://www.cmnh.org/site/Img/AboutUs/Pressroom/Beyond/Sun.jpg') repeat scroll 0% 0% transparent;">Wrong Encode</div> into source mode. After change to WYSIWYG mode the ' character is change to &quot;. This is happen in FF 3.6.16 in FF 4.0 ,Chrome , IE 9 and Opera ' character stay '. Tested on Win 7. Reported here http://forum.joomla.org/viewtopic.php?p=2474202

#7618 Unwanted bullet added to a list containing different paragraph formats. Bug Normal Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Firefox or Safari.
  1. Paste in the following code:
<ul>
	<li>
		<h1>
			item 1</h1>
		<ul>
			<li>
				<h2>
					item 2</h2>
			</li>
		</ul>
	</li>
</ul>
  1. Place the cursor at the end of the first list item & hit Enter.

Expected: A new list item is created so the list should now contain 3 list items with a bullet before each list item.

Actual: A new bullet is displayed before the second list item i.e. the second list item now has 2 bullets displayed before it. (see screenshot)

#7619 CKEditor dialogs are displayed behind ActiveX controls in IE Garry Yao Bug Normal CKEditor 3.6.2 UI : Dialogs
Description

When an ActiveX control is included in a HTML page that also includes CKEditor, CKEditor dialogs are displayed behind the ActiveX control in IE. For example, copy the attached test case into the _samples directory. Open it in IE, and open the 'Insert Image' dialog. The dialog is displayed behing the activeX control.

This occurs in IE7 and IE8. In IE6, there appears to be a different issue where the activeX control does not display when the dialog is open. There seems to be some IE6 specific code in the showCover and hideCover functions in dialog\plugin.js which adds an iframe as a child of the dialog background cover which could account for this difference.

#7620 IE: Lists copied from word are not pasted properly Garry Yao Bug Normal CKEditor 3.6.1 Plugin : Paste from Word
Description

To reproduce the defect:

  1. Open CKEditor & copy lists from the attached word doc and paste in the editor using Ctrl + V.

Expected Result:

All the list & list items are pasted properly.

Actual Result:

last list item in first list & first list item in second list are pasted as paragraphs.

Tested against IE,IE7, IE8 & this is a regression in 3.5.3

Note: Lists are pasted properly when we use Paste from Word dialog.

#7621 ASP.NET: Problem with ProtectedSource Bug Normal General
Description

Set ProtectedSource in FirstUse.aspx into:

/<\?[\s\S]*?\?>/g
/<%[\s\S]*?%>/g

e.g with:

<CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200" ProtectedSource="/&lt;\?[\s\S]*?\?&gt;/g,/<%[\s\S]*?%>/g">
</CKEditor:CKEditorControl>

launch the sample page.

Result:

Unable to cast object of type 'System.Object[]' to type 'System.String[]'
#7622 Paste from notepad inconsistencies between browsers, formatting issue in IE8 Bug Normal Core : Pasting
Description

When pasting the attached text file it is correctly displayed in FF/Chrome with the line spacing. In IE the extra spaces are lost. I'm using the default enter mode (paragraph), my CSS file has removed the margin between paragraphs.

p {margin-top: 0px;margin-bottom: 0px;}

In IE, 3 paragraphs are generated. In FF 2 BR tags are inserted in between the sentences. In Chrome DIV blocks are created to maintain formatting. IE is the only browser that loses formatting in this case.

Steps to reproduce:

  1. Copy attached text
  2. Paste text in editor
#7623 IE8 - SCAYT long running script error on large amounts of text Bug Normal UI : Spell Checker
Description

When using IE8, SCAYT causes the browser to throw a long running script error ('Press OK to stop script') when there are large amounts of misspelled text. Our test case was around 1500-2000 words, 75% misspelled.

#7634 Flash dialog sets only false param Olek Nowodziński Bug Normal CKEditor 4.4.2 General
Description

If I unset checkbox menu in flash dialog, source shows

<param name="menu" value="false" />

But if I set it to true, source shows nothing. Should be

<param name="menu" value="true" />
#7637 IE9: Page break not inserted after a horiontal line Garry Yao Bug Normal CKEditor 3.6.1 General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE9.
  1. Insert a horizontal line.
  1. Insert a page break.

Expected: The page contains a horizontal line & a page break.

Actual: The page only contains a horizontal line. No page break is inserted.

#7639 IE9: Browser crashes when inserting image links with different targets Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE9.
  1. Open the image dialog.
  1. On the Image Info tab, Paste the following image into the URL field. http://a.cksource.com/e/1/img/logo-ckeditor-h100.png
  1. Click on the Link tab & paste the same URL into the URL field.
  1. Set the target to New Window (_blank) & click OK.
  1. See that the image is inserted into the editor.
  1. Right click on the image & open the image properties dialog.
  1. Click on the Link tab & change the target to Topmost Window (_top) & click OK.
  1. Click on Remove Editor.

Result: A message saying Internet Explorer has stopped working is displayed and the page closes

#7645 Lists not deleted properly using backspace Garry Yao Bug Normal Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Paste the following code into WYSIWYG mode
<ol>
	<li>
		item 1</li>
	<li>
		item 2
		<ol>
			<li>
				item 3</li>
			<li>
				item 4</li>
			<li>
				item 5</li>
		</ol>
	</li>
</ol>

  1. Switch back to source mode.
  1. Select all of the list items with the mouse & click backspace.

Expected: Nothing remains in the editor.

Actual: The list is not fully deleted (see screenshot) & the following code still remains in the editor:

<ol>
	<li>
		<ol>
			<li>
				&nbsp;</li>
		</ol>
	</li>
</ol>

#7646 Paste with CKEDITOR.config.pasteFromWordRemoveFontStyles = false Garry Yao Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
Description

While trying to paste the following text from word, with config variable pasteFromWordRemoveFontStyles = false set, there seems to be few issues:

3/28現在、発生した全200件の障害のうち対応完了、対応不要、再現待ちを除く残事項は15件です。対応状況は、表1の通りです。

First Part till number 200 is fine. Pasted correctly. After 200, till the end, the font size increases from 10 to 10.5. And there is a font family change when 15 appears.

When copying without the numbers, the paste seems to be working fine. This has something to do with the numbers interspersed with the text. Please see the same.

#7647 SK Translation fix Bug Normal CKEditor 3.5.4 UI : Language
Description

translated some new words in SK lang (still not 100% done)

#7657 BIDI: The wrong indentation is applied when converting indented RTL paragraphs into lists Garry Yao Bug Normal CKEditor 3.6.1 Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Type 3 paragraphs of text.
  1. Indent the 2nd paragraph once.
  1. Indent the 3rd paragraph twice.
  1. Select all 3 paragraphs & click the RTL button in the toolbar.
  1. Selcet all 3 paragraphs & click the numbers/bullets button in the toolbar.

Expected: A list should be created with the 2nd list item having a margin right of 40px & the 3rd list item having a margin right of 80px.

Actual: A list is created with the 2nd list item having a margin left of 40px & the 3rd list item having a margin left of 80px. The wrong indentation is applied which causes the list to lose all indentation.

#7658 Kama editor.css is missing cke_top and cke_bottom Bug Normal Core : Styles
Description

Kama editor.css is missing cke_top and cke_bottom. In some cases this results in those areas having the inherited background color instead of the user interface color one expects.

Adding the following line to the end corrected this problem for me: .cke_top, .cke_bottom {background-color:transparent !important;}

#7659 CKEditor.NET: plain textarea is shown when toggling CKEditor kaga Bug Normal Server : ASP.Net
Description

Reported in http://cksource.com/forums/viewtopic.php?t=21953

  1. When I toggle the visible attribute on the control it shows a text box with raw content to the user for a few seconds before it transitions to the editor.
#7660 CKEditor.NET: Problem with toggling the visible status kaga Bug Normal Server : ASP.Net
Description

Reported in http://cksource.com/forums/viewtopic.php?t=21953

  1. Using an asp.net link button I can toggle the visible status of the editor but there's is some type of problem with it. On the page_load event I set it to visible = false and that works fine. I click a link button and toggle the editor to visible=true and the editor shows up. When I click the save button I toggle the editor back to visible = false. Sofar everything works. The next time I click the link button to toggle it back to visible = true I get 'null' is null or not an object.
#7661 Opera/Safari/Chrome : Error when editing pasted Multilevel list Bug Normal CKEditor 4.0 Plugin : Paste from Word
Description

To reproduce the defect:

  1. Copy Numbered/Bulleted list from attached word doc and paste in editor using Paste from Word dialog.
  1. keep cursor after 2nd list item in level 1 and press enter.
  1. A new empty list item at level 1 is created.
  1. Type some text and press enter

Expected Result: Another new empty list item at level 1 is created.

Actual Result: Another new empty list item at level 1 is created with an unnecessary <br /> added to it

#7662 Opera : Extra empty number/bullet shown in editor body when editing pasted Multilevel list Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
Description

To reproduce the defect:

  1. Copy Numbered/Bulleted list from attached word doc and paste in editor using Paste from Word dialog.
  1. keep cursor after 2nd list item in level 1 and press enter.
  1. A new empty list item with number 3 or disc bullet is created at level 1.
  1. Type some text.

Expected Result: Text that was typed is added to new list item

Actual Result:

Another number 3 or disc bullet shows in editor body.

This happens every time we created a new list item and started typing the text for the new list item. but when we go back to source or save the page we will not see that extra bullet

I have attached a screen shot of the error

#7684 Toolbar keyboard navigation doesn't work on RTL UI Bug Normal CKEditor 3.5.4 General
Description
  1. Load the editor in Hebrew.
  2. Make the caret blinking into the editor.
  3. ALT+F10 to focus the toolbar.
  4. TAB or ARROW to focus the next toolbar button.

It'll will not work.

This doesn't happen with the Elements Path navigation (ALT+F11).

Introduced with CKEditor 3.5.

#7685 [Opera] ALT+F10 and ALT+F11 doesn't work Bug Normal Accessibility
Description

With Opera it is not possible to move the keyboard navigation focus to the Toolbar (ALT+F10) nor to the the Elements Path (ALT+F11).

#7686 Paste buttons in toolbar become disabled depending on the content in the clipboard Bug Normal Core : Pasting
Description

Steps to reproduce the defect:

  1. Right click on a file on your desktop & choose copy from the context menu so that the whole file is in the clipboard (not just the contents of the file). Note: I know that you cannot paste files into the editor. I have just added this content to the clipboard to demonstrate the test case.
  1. Open any sample of the editor in any browser.
  1. Click into the editor to give it focus.

Result: The Paste buttons in the toolbar are disabled (see screenshot).

I think ticket 7132 that was closed could have been caused by a similar issue.

#7694 Block style on read-only Garry Yao Bug Normal CKEditor 3.5.4 Core : Read-only
Description

Apply block styles (e.g. Format) on the following content and selection:

<p>paragraph [one</p>
<div contenteditable="false">none editable block</div>
<p>paragraph] two</p>

Actual Result: the read-only block will be affected.

#7695 ASP.NET: double slash in urls when BasePath contains slash at the end kaga Bug Normal Server : ASP.Net
Description

Reported in http://cksource.com/forums/viewtopic.php?f=10&t=21803&start=10

If BasePath is set to /ckeditor/ then the ASP.NET control will produce url's like the following:

http://localhost:60487/_Samples/ckeditor//config.js?t=B37D54V
#7696 IE6: Throwing an error when we open Table dialog on Pasted tables from word Bug Normal Plugin : Paste from Word
Description

To reproduce the defect:

  1. set pasteFromWordRemoveFontStyles & pasteFromWordRemoveStyles set to true in editor config.
  1. Copy the table from attached word doc and paste in to editor using Paste from Word dialog.
  1. Click in to any table cell & open Table dialog by clicking on Table Properties option in context menu.

Expected Result: Table Properties dialog opens with out throwing any errors.

Actual Result: Table Properties dialog opens but it throws an error and Error is "null is null or not an object".

#7697 CKEditor crashes on next .replace() command after SCAYT context menu initialization. Frederico Caldeira Knabben Bug Normal CKEditor 3.5.4 UI : Spell Checker
Description

This problem can be reproduced on CKEditor 3.5.3 released compressed version only.

CKEditor crashes on .replace() command after SCAYT context menu shown and editor destroyed.

Steps to reproduce:

  1. Create instance of CKEditor.
  1. Switch SCAYT on.
  1. Type misspelled words.
  1. Open context menu on misspelling twice.
  1. Destroy instance using :
    CKEDITOR.instances['editor'].destroy();
    


  1. Create instance of CKEditor using :
     CKEDITOR.replace("editor");
    


Expected results: editor appears.

Actual results: the editor is not displayed due to a javascript error.

#7699 problem with list Bug Normal Core : Lists
Description

Hi,

I have a problem with display lists (bulleted or number) I have this in the html source:

<ul>
	<li>
		test</li>
	<li>
		test</li>
	<li>
		test</li>
</ul>

This creates a line break and add a

<br />

in the code of the page

<ul>
	<li><br />
		test</li><br />
	<li><br />
		test</li><br />
	<li><br />
		test</li><br />
</ul>

why we do not do this?

<ul>
	<li>test</li>
	<li>test</li>
	<li>test</li>
</ul>

thanks for your help Régis

#7701 Problem with Opera 11.10 Bug Normal General
Description

The javascript in ckeditor.js throws an unhandled exception at the following code; (sorry it is from the minified version) if(b.opera)af.getBody().focus();

#7715 OPERA Bug Javascript errors when unlinking (it unlinks though) Bug Normal General
Description

Using Opera 11.01 on Windows 7. In the demo site:

Place cursor in the empty document. Click Link icon and create link to anywhere. Save. Click on link text just created. Click Unlink icon.

The text gets unlinked but the javascript error window contains the following:

JavaScript - http://ckeditor.com/demo Event thread: click Uncaught exception: TypeError: Cannot convert 't' to object Error thrown at line 36, column 1541 in <anonymous function: setStart>(t, u) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

if(t.type==1&&f.$empty[t.getName()])

called from line 36, column 2468 in <anonymous function: setStartBefore>(t) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

this.setStart(t.getParent(),t.getIndex());

called from line 33, column 4284 in <anonymous function: moveToBookmark>(t) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

B.setStartBefore(z);

called from line 127, column 3200 in <anonymous function: selectBookmarks>(y) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

B.moveToBookmark(y[A]);

called from line 66, column 3006 in <anonymous function: exec>(m) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

n.selectBookmarks(o);

called from line 20, column 2220 in <anonymous function: exec>(k) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

return j.exec.call(this,i,k)!==false;

called via Function.prototype.call() from line 24, column 4345 in <anonymous function: execCommand>(l, m) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

o.returnValue=n.exec(o.commandData);

called from line 43, column 4134 in <anonymous function: click>(n) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

n.execCommand(m.command);

called from line 44, column 465 in <anonymous function: execute>() in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

this.button.click(o);

called from line 10, column 349 in <anonymous function: addFunction>() in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:

return f.apply(g
this,arguments);

I only noticed this because I have Opera set to pop open the error window when a javascript error occurs. The error doesn't happen in Firefox.

#7723 Integrate with NuGet New Feature Normal Server : ASP.Net
Description

NuGet seems to be a well accepted and interesting way to keep components updated on Visual Studio. It's worth investigating.

#7729 Copy of style and setup failed when paste tab from anywhere (excel or word...) Bug Normal Plugin : Paste from Word
Description

Descriptive summary : The paste from Word or excel doesn't keep the setup and style for tabs and text as the fckeditor 2.6.6 does. Steps to reproduce : 1) create a tab on excel or word with text style (bold, size 18, red color and green backgroud)and set blue bold border around tab 2) copy the tab 3) past it using pasting from word or not (it is the same)

Expecting result: Tab is pasted with the style: bold, size 18, red color and green backgroud and set bold blue border around tab

Observed result: Tab is pasted with bold style but without the style: size 18, red color and green backgroud and without any border and border color

Browser name and OS : windows XP service pack 3, IE 7 or firefox

#7733 Flash video not displaying due to data attribute being added to object tag Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

Steps to reproduce the defect:

Scenario 1

  1. Open the Ajax sample in IE.
  1. Paste the following flash video into source mode.
<object width="576" height="324"><param name="movie" value="http://d.yimg.com/nl/cbe/paas/player.swf"></param><param name="flashVars" value="vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="transparent"></param><embed width="576" height="324" allowFullScreen="true" src="http://d.yimg.com/nl/cbe/paas/player.swf" type="application/x-shockwave-flash" flashvars="vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&"></embed></object>
  1. Switch back to WYSIWYG mode. (If you remove the editor here the video displays fine)
  1. Right click on the Flash placeholder & open the Flash Properties dialog from the context menu.
  1. Click OK on the Flash properties dialog.
  1. Remove the editor.

Expected: The flash video is displayed.

Actual: The flash video is not displayed (see screenshot).

Note: If you check the source you will see that CKEditor adds on a data attribute to the the object tag.

data="http://d.yimg.com/nl/cbe/paas/player.swf"

If you remove this data attribute & then remove the editor the flash video displays fine.

Scenario 2

  1. Open the Ajax sample in Firefox.
  1. Paste the following flash video into source mode.
<object><param name="movie" value="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7"></param><embed src="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7" type="application/x-shockwave-flash" ></embed></object>
  1. Repeat steps 3 to 6 in Scenario 1 above.

Expected: The flash video is displayed.

Actual: The flash video is not displayed.

Note: If you check the source you will see that CKEditor adds on a data attribute to the the object tag.

data="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7"

If you remove this data attribute & then remove the editor the flash video displays fine.

#7736 Horizontal list changed to vertical when click in it Bug Normal General
Description

I have a horizontal menu made by an unordered list. If I open this menu all LIs are horizontal. If I click on a list element this element is changed to vertical.

#7738 chrome not showing default alignment when we type text or keep cursor in editor body Bug Normal General
Description

To reproduce the defect:

Open Ajax sample and keep cursor in editor body and look for icons that should be enabled in tool bar.

Expected Result: Cursor stays in Editor body, Align Left and Text direction from left to right icons are highlighted in the tool bar.

Expected Result: Cursor stays in Editor body, Only Text direction from left to right icon is highlighted in the tool bar. Align Left icon not highlighted in the tool bar. Even when we typed the text Align Left icon not highlighted.

#7739 [[safari/chrome]] deleting a list creates an empty div instead of paragraph Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample and create a Numbered/Bulleted list.
  1. select the entire list using Ctrl + A and press delete/backspace

Expected Result: entire list gets deleted.

Actual Result: All list items are deleted but an empty list remains with a single number/bullet.

  1. Delete the remaining Number/Bullet using backspace

Expected Result: list gets deleted & an empty paragraph is created.

Actual Result: list gets deleted & an empty div created instead of an empty paragraph.

#7741 [[safari/chrome]] not possible to apply paragraph format with out focus in editor body Bug Normal General
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. with out keeping focus in editor body select one of paragraph format options( for ex: Heading 1) in Paragraph Format drop down list.

Expected Result: cursor in editor body and elements path bar should show h1 tag. when we type the text it should have Heading 1 paragraph format applied.

Actual Result: cursor not in editor body and when we type the text elements path bar not showing h1 tag and also Heading 1 paragraph format not applied to typed text.

#7742 [[safari/chrome]] not possible to apply alignment/ indentation / language direction with out focus in editor body Garry Yao Bug Normal CKEditor 3.6.1 Core : Selection
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. with out keeping focus in editor body click on any one of Alignment options( for ex: Align Center).

Expected Result: cursor in editor body and when we type the text it should have Center Alignment applied & Align Center icon is highlighted in the tool bar.

Actual Result: cursor not in editor body and when we type the text Center Alignment not applied to typed text & also Align Center icon not highlighted in the tool bar.

Same issue happens with language direction

#7743 Chrome: Flash dialog preview does not display when the dialog is positioned over the editing area Bug Normal UI : Dialogs
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Chrome.
  1. Click into the editor & open the Flash Properties dialog.
  1. Insert the following URL into the URL field http://bytescout.com/files/demo/swfscout_VideoSample.swf
  1. Click into any of the other fields in the dialog.

Expected: A preview of the flash video can be seen in the preview field in the dialog.

Actual: Only part of the flash video can be seen in the preview field.

Note: The full flash preview can be seen if you drag the dialog so that the preview field is not over the editing area.

#7745 Instructions on how to access help dialog should be placed in an aria-describedby attribute Frederico Caldeira Knabben Bug Normal CKEditor 3.6.4 Accessibility
Description

This needs to be changed because when we bring up the list of frames on a page using JAWS, it shows CK Editor but also the extra help statement that we kept in the title attribute.This will confuse the users & we don't need this when identifying frames, we use that statement only for JAWS users on how to find help dialog.

Best way to fix this is to keep the Help Instructions in an aria-describedby attribute instead of on the Title attribute for the content area.

#7746 New toolbar is not backwards compat. Garry Yao Bug Normal CKEditor 3.6 UI : Toolbar
Description

The new way of handling toolbar is not completely backwards compat. Each of the following fails in a different way:

['Bold','Italic','Underline','FontSize']
['FontSize','Bold','Italic','Underline']
#7747 Indented bullet list not pasting correctly from Word Bug Normal Plugin : Paste from Word
Description

When pasting a list with bullets in Internet Explorer, bullets are not pasted.

Example: If you have the following text in Word:

  1. Row 1
  2. Ro2 2
    • Row with bullet 1
    • Row with bullet 2
    • Row with bullet 3
  3. Row 3

It gets pasted as:

  1. Row 1
  2. Ro2 2
  3. Row with bullet 1
  4. Row with bullet 2
  5. Row with bullet 3
  6. Row 3
#7748 enterMode BR: range.pasteHTML and "Invalid argument" errors Bug Normal General
Description

The attached sample can be used to trigger "Invalid argument" errors in CKEditor.

Bug 1

Invalid argument. selection/plugin.js line 775

  • Press "Select All" or Ctrl + A
  • Press "Insert Span" button

Bug 2

Invalid argument. core/dom/node.js line 240

  • Select word "This" (using arrow keys, to make sure that surrounding white characters are not selected)
  • Press "Insert Span" button
#7749 execCommand throws an error when data is empty Frederico Caldeira Knabben Bug Normal CKEditor 3.6.1 General
Description

i think it would be a good idea to check (if is empty) data before call execCommand.

For example in _source/ywsiwygarea/plugin.js in line 55-56

if ( this.dataProcessor )

data = this.dataProcessor.toHtml( data );

there might be some JS errors since we use our own dataprocessor which can result in data being empty. So for avoiding this i think it would be nice to check if data is empty or something like that before calling execCommand.

Alan Orduno

#7750 [[safari/chrome]] not possible to create a new paragraph after applying paragraph format/ alignment/ language direction/ indentation with out focus in editor body Bug Normal CKEditor 3.6 UI : Enter Key
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. with out keeping focus in editor body click on any one of Alignment options( for ex: Align Center).

ISSUE 1: cursor not in editor body and when we type the text Center Alignment not applied to typed text & also Align Center icon not highlighted in the tool bar.

  1. Type some text and press Enter.

Expected Result: New empty paragraph is created.

Actual Result: No new empty paragraph is created and cursor still stays in same paragraph, no matter how many times we pressed enter.

Same issue happens when we apply language direction or indentation or paragraph format with out focus in editor body.

#7752 Styles toolbar items need to use role="presentation" on all spans Frederico Caldeira Knabben Bug Normal CKEditor 3.6 Accessibility
Description

The current markup for cke_rcombo items has

  <span class="cke_rcombo">
    <span class="cke_styles">
      <a role="button">
    </span>
  </span>

When using INS+TAB in JAWS to re-read the currently focused item, JAWS doesn't read the parent toolbar name. If role="presentation" is applied to the two <spans>, JAWS will read them correctly.

So we need this:

  <span class="cke_rcombo" role="presentation">
    <span class="cke_styles" role="presentation">
      <a role="button">
    </span>
  </span>
#7753 Provide custom toolbar labels without modifying CKEDITOR.lang.toolbarGroupss New Feature Normal Accessibility
Description

Including custom toolbar labels requires adding items to CKEDITOR.lang.toolbarGroups. It would be very useful if the toolbar definition could also accept other label names.

We'd like to use something like CKEDITOR.lang.something.toolbars instead. Then we'd provide the toolbar name in the definition as :

  name : 'something.toolbars.label1' ....

If the name provided for the label doesn't match the CKEDITOR.lang.toolbargroups object, CKEditor would search the key from CKEDITOR.lang.

#7755 WYSIWYG: missing closing body tag in generated HTML Bug Normal General
Description

Closing body tag is missing for both full page mode and non-full page mode in the generated HTML that is loaded in the iframe.

CK version : 3.5.3

#7756 Linked image lost position Bug Normal General
Description

Set path to an existing image in attached file. Open file in CKeditor, doubleclick image and set a link. On OK image lost the place and is inserted as last element. This seems to be happens in fullPage mode and when image is alone in a block element, but it's not fully analysed.

#7757 New Gerogian translation Sa'ar Zac Elias Bug Normal CKEditor 3.6 UI : Language
Description

Attached is a new Gerogian translation.

#7758 imagesPath for templates has always editor path Bug Normal General
Description

I set a mytemplates.js outside ckeditor and want to set template images in a folder accessible by filebrowser. But image path has always editor path in front.
As a workaround I set

imagesPath : '../../../content/media/image/editortemplates/'

and get the image. With it output is:
http://mydomain/admin/ckeditor/editor/../../../content/media/image/editortemplates/template3.gif

#7764 Can't edit checkbox, radiobutton properties in FF Bug Normal General
Description

Create a checkbox or radio button in FF4 or FF3. No matter how many times you click on it, properties dialog or context menu will not show.

#7765 Unlock ration button does not work - REGRESION Bug Normal CKEditor 3.6 General
Description

Try to create an image with your custom size settings. You will be unable to unlock ration option.

True for all browsers from CKEditor version 3.6 It worked in 3.5.3

#7766 No IFrame and BIDI buttons Bug Normal CKEditor 3.6 General
Description

Perhaps this is just a mistake in release or a change in CKEditor I did not know about, but there are no BIDI buttons in toolbar by default.

You have to add them to the toolbar using:

['BidiLtr', 'BidiRtl' ]
#7767 FF: font size is not preserved when switching between editors Bug Normal General
Description
  1. Go to replaceBycode sample
  2. In the second editor, set the font size to 48, place the cursor at the end of the sample text and type few letters
  3. Go to first editor place the cursor at the end of the sample text and type few letters (Do not change the font size)
  4. Go to the second editor, place the cursor behind big letters and start typing
  5. Letters are not 48 any more but have the default size.
#7768 IE6 - Incomplete frame of dialog box in Kama skin Bug Normal UI : Skins
Description

Environment

IE6

TC

  • open skins sample
  • open open hidden field dialog box

See that lower part of border is "cut"

#7769 Enter mode BR doesn,t work in 3.6 branch Sa'ar Zac Elias Bug Normal CKEditor 3.6 General
Description

Enter mode BR doesn’t work in 3.6 branch. Paragraphs are used instead.

Issue concerns all browsers.

#7770 JS errors when selecting noneditable text in FF4 Bug Normal General
Description

I have found this bug when testing #7694

  1. Open Ajax sample
  2. Copy the below code and paste it in source mode:
    <p>paragraph [one</p>
    <div contenteditable="false">none editable block</div>
    <p>paragraph] two</p>
    
  3. Switch to WYSIWYG mode
  4. Select whole "none editable block" text with a mouse and click on a size combo box. The JS error may be thrown
  5. If size combo is shown and no error is not thrown, than select size, click on font combo select a font, deselect the text by clicking on “paragraph] two”, select whole text again and click on size combo.
  6. If still can not reproduce it, try different combinations with selecting text, deselecting text, clicking on size combo, clicking on font combo. Sooner or later the error should be thrown.

The error is:

Location: _source/plugins/wysiwygarea/plugin.js Message: control.is is not a function

if ( control.is( 'img', 'hr', 'input', 'textarea', 'select' ) )

plugin.js (Line 653)

Message: ev.getTarget().is is not a function

if ( ev.getTarget().is( 'a' ) && ev.$.button != 2 )

plugin.js (Line 682)



I have managed to reproduce it only in FF4.

#7772 Kama: Bottom toolbar row with combobox has too much margin Bug Normal CKEditor 3.6 UI : Toolbar
Description

Refer to the attached screenshot.

#7773 CKFinder Google Chrome Issue Bug Normal General
Description

Google Chrome is displaying a broken image. Other browsers are fine. This is happening for thumbnails only. I can reproduce on original sample with the ckeditor integration.

To reproduce. Upload an image via browser button, then save edited page. You will get a broken image in Chrome for that page

#7774 Inserting image in IE8 at end of content disables ability to jump to end of content Bug Normal General
Description

Sorry for the title - the issue is a touch tricky to describe in a title field like this.

Issue can be duplicated on the online demo running 3.5.3: http://ckeditor.com/demo

Issue description: If you insert an image at the end of the content area in IE8, you cannot then put your cursor after the image. You cannot click after the image, and you cannot click before the image and hit 'End' on your keyboard (the cursor jumps to right before the image).

Steps to reproduce (using IE8):

1) Select everything in the content editable area and delete it (you can reproduce with the existing content, but we can use a simpler test case)

2) Type in "test"

3) Click the smilie button and click on one of the smilies (you can alternatively use the image browser to insert a link to an image)

4) Click in the text and change "test" to "text"

5) Try to get your cursor after the image. You cannot click after it, and if you click before it and hit 'End' the cursor jumps to right before the image. There is no way to get your cursor after the image to continue typing.

Here is a short video showing my attempts: http://screencast.com/t/zCjklGDS

#7775 Selected contents is removed before paste Garry Yao Bug Normal CKEditor 3.5.4 Core : Pasting
Description

Load the following:

<p>
	This is some <strong>sample text</strong>. [You are usi]ng <a href="http://ckeditor.com/">CKEditor</a>.</p>

Click on the paste icon.
Note that at this point, the selected content is removed, so if one hits cancel, it is gone.

#7776 I'm facing the issue in CK Editor. Context menu not working in firefox. Bug Normal General
Description

I'm Ramkumar. I'm using CK Editor in my web application. In IE browser It works fine, but in Firefox browser the checkbox context menu will not appear. (ie) when right click on the checkbox control the properties menu will not appears, but it will work's fine in IE.

Even I'm trying in CK Editor site demo page itself. I'm getting the same. I think the bug in CK Editor. I'm tying to fix this issue, but I can't.

#7777 [FF4] Place cursor between text, apply any style: cursor drops Frederico Caldeira Knabben Bug Normal Core : Styles
Description

To reproduce:

ckeditor.com/demo using Firefox 4. (Using FF 4.0.1 but reproducible in FF 4.0.0)

Type some text. For example "test".

Click anywhere in the text to place the cursor, for example after the "e".

Click on the font color menu and select a color, for example red.

The cursor drops down below the text and the cursor has the color selected.

Continue typing at the cursor returns as expected. Screenshot here: http://www.mattmecham.com/skitch/ckeditor-20110503-081933.jpg

#7783 [IE9] Cursor at wrong position after enterBR Garry Yao Bug Normal CKEditor 3.6 UI : Enter Key
Description
  1. Put cursor in the middle of text and press Shift Enter key;
  • Actual Result: Br line-break created, cursor blinks at the same line;
  • Expected Result: Br line-break created, cursor blinks after the line-break.
#7784 FF4: Styles combo remains empty using the stylesheetparser sample Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.6 General
Description

Using FF4 (@ both Mac and Win), in the stylesheetparser sample, the styles combo box does not get filled.

#7787 Preview of doc props not updated Sa'ar Zac Elias Bug Normal CKEditor 3.6 UI : Dialogs
Description
  1. Load the fullpage sample page;
  2. Open doc props dialog, assign one background color;
  3. Confirm to close dialog;
  4. Reload dialog and switch to preview tab;
  • Actual: Preview tab is not synced with design tab
#7789 Dialog shadow in Office and v2 skin broken when zoom is used on page Bug Normal UI : Skins
Description

Environment

Opera 11.10

TC

  • open Skins sample
  • open Table or Flash dialog window for V2 skin
  • close dialog
  • change zoom to 50%
  • change zoom back to 100%
  • open the same dialog window again for V2 skin

Actual result

Part of shadow, which should be placed below dialog box is moved above it. (see attached screen)
Same behaviour with Office skin

#7791 Tableresize plugin sets invalid width Bug Normal General
Description

There is something wrong with the tableresize plugin. Initially the table has width set to 500px. When resizing columns in Firefox, table cells receive the following sizes:

  • 200px/283px = 483px in Firefox 3.6.17
  • 200px/284px = 484px in Safari 5.0.5

(I was trying to set the width of first column to 200px, the results may be different, but it never sums up to 500px).

After setting startupShowBorders to false, column widths are set to 200px/290px = 490px.

#7792 BBCode sample: images and line breaks disappear Garry Yao Bug Normal CKEditor 3.6 General
Description

Paste in source mode:

Some sample text


[img]http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png[/img]

Switch to wysiwyg mode and back, result:

Some sample text[img][/img]

(image disappeared, line breaks are lost)

Found in Firefox 3.6.17, confirmed also in Safari 5.0.5, didn't check other browsers.

#7793 Read-Only mode sample: js error when clicking on the elements path Garry Yao Bug Normal CKEditor 3.6 General
Description
  • Open _samples/readonly.html
  • Click on the "sample text" (strong element)
  • Press the "Make it read-only" button
  • Do not click inside of the editing area, instead click straight on the strong element in the elements path.

Result:

this.document.getWindow().$ is undefined
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