Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1901 - 2000 of 2646)

Ticket Summary Keywords Owner Type Status Priority
#6583 IE: Caret disappears in dialogs at the right side in LTR IE Bug confirmed Normal
Description

To reproduce (IE, English):

  • Click image button
  • In URL field type a very long string
  • Caret will disappear in the right side as the text is wider than the input
  • Same happens with nearly all dialog text input fields
#6594 [IE9] Right-aligned table pasted from Word problem IE Bug closed Normal
Description
  1. Copy the entire contents in the attached .doc file.
  2. Paste into an empty editor with Ctrl-V.
    • Actual Result: The table results in left-aligned in document.
#6596 [IE9] anchor and hidden field insertion is broken IE9 Bug closed Normal
Description

It's not able to insert anchor and hidden field in IE9.

#6605 [IE] Indenting with enterMode = BR results in an error IE Bug closed Normal
Description

In a enterMode = BR editor, try to indent some text. An error is being thrown and a bookmark is being left.

#6609 [IE9] Missing HC mode IE9 Garry Yao Bug closed Normal
Description

Turn on Windows' High Contrast mode, load the editor in IE9, note that editor hc is NOT loaded well.

#6615 [IE] tableresize usability IE Garry Yao Bug review_failed Normal
Description

The changes of [5747] introduced the following problems in IE:

  1. Column resizer's position doesn't accurately reflect cell spaces, few pixels offset makes the resizer always appear before mouse is actually moved into;
  2. The cursor shape is inconsistent with other browsers, even composed of two sharps when moving along the visible region.
#6616 BIDI: Increase RTL list item indent doesn't work. IE IBM Bug closed Normal
Description
  1. Paste source into IE:
    <ul>
    	<li dir="rtl">
    		List item</li>
    </ul>
    
  2. Set focus on 'List item' element and increase indent.

Result: Indent is not increased, but when you go to source view you can notice that 'margin-left' of <ul> element is increased.

Above source is generated only in IE. In other browsers generated source looks like:

<ul dir="rtl">
	<li>
		asdasd</li>
</ul>

and it works fine.

To generate source in IE:

  1. Click on 'New Page' on toolbar.
  2. Click on bullet list icon and type some text.
  3. Press 'Enter' and click on bullet icon to remove list in second line.
  4. Press Ctrl+A and then RTL icon.
#6632 [IE7] Text cursor shape on scrollbar IE Garry Yao Bug closed Normal
Description

Both horizontal and vertical scrollbar in IE now have a text cursor shape.

Regression of [5903].

#6642 IE: Issue with pasting content over the Heading 1 paragraph format IE IBM Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7 or IE8.
  2. Paste this text into the source view
<h1>
	Heading 1</h1>
<p>
	Normal Text</p>
  1. Change back to WYSIWYG mode & copy the text.
  2. Press CTRL + A to select the text & press CTRL + V to paste.

Expected: The text that was copied should look the exact same when pasted.

Actual: Heading 1 is wrapped in 2 <h1> tags and the Normal text is wrapped in a <h1> tag.

#6647 IE6 lacks padding on content menu items IE Sa'ar Zac Elias Bug closed Normal
Description

IE6 lacks padding on context menu items, so they are presented on 2 lines.

#6650 IE: Text fields in Table dialog not displaying correct values IBM IE Bug confirmed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7.
  2. Click on the Insert Table icon to dispaly the table properties dialog.
  3. Enter the number 1001 (or greater) into the Cell Spacing (or Cell Padding or Border Size) text field & click OK.
  4. See that the table is displayed without the Cell Spacing attribute value applied to it.
  5. Right click on the table and choose Table Properties from the context menu to display the Table dialog.
  6. Change the value of the Cell Spacing textfield from 1001 to the number 10 & click OK.
  7. See that a table is displayed with the correct Cell Spacing attribute value applied.
  8. Right click on the table and choose Table Properties from the context menu to display the Table dialog.

Expected: The value in the Cell Spacing textfield is 10.

Actual: The value in the Cell Spacing textfield is 1001.

#6661 BIDI: In IE Language direction applied to a Paragraph is removed when we apply Pre Formatted Paragraph format option IBM IE Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type a Paragraph & apply RTL Language direction to the Paragraph.
  1. Select the Paragraph & apply Pre Formatted Paragraph Format.

Expected Result:

Pre Formatted Paragraph format is applied to the Paragraph & language direction of the Paragraph still remains the same(RTL).

Actual Result:

Pre Formatted Paragraph format is applied to the Paragraph but language direction applied to Paragraph(RTL) is removed.

#6665 NAME ATTRIBUTE IS MISSING FOR LINK ON IE IE Oracle Garry Yao Bug closed Normal
Description

Happens in IE6 and IE7.

To reproduce:

  1. click "link" icon and input "Name" and other attributes in Advanced tab.

2.Then, right click the link created in step 1 and choose "Edit Link"

3.open Advanced tab in the editing link dialog,Name attribute is missing in it.

4.checking source mode, the name attribute is not set there either.

#6672 Cannot "cut" the form element on top of the page Oracle IE Bug confirmed Normal
Description

Issue seen in IE7.

To Reproduce:

  1. insert form element at the top of the page.
  1. click "Select All" to select all elements of the page
  1. then, click "Cut" icon --> all elements excepts the

form element is cut, but the form element remains.

#6673 IE Target combo for Image Link shown as blank even when we select <not set> as an option IBM IE Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Insert an Image with a Link and select Target as <not set> in the Link Tab and click OK button.
  1. See that an Image is inserted with the Link u specified in URL field in Link Tab.
  1. Open Context menu on the Image & select Image Properties
  1. Check Value that was shown in the Target combo in the Link Tab.

Expected Result:

It should show <not set> as selected.

Actual Result:

It is showing blank.

#6693 BIDI: When item of a is set to RTL, bullet is not visible IE Bug closed Normal
Description

Different Behaviour of #6692 under IE8
Under IE8, In source mode, paste:

<ol>
	<li>
		line 1</li>
	<li>
		line 2</li>
	<li>
		line 3</li>
</ol>

back in WYSIWYG, select one item and press RTL

Expected result
selected list item is moved to right, bullet is set to the right edge of edit area.

Actual result: Code looks OK

<ol>
	<li>
		line 1</li>
	<li dir="rtl">
		line 2</li>
	<li>
		line 3</li>
</ol>

But in WYSIWYG, the the RTL item has no bullet (attached screen)

#6703 Dialog hide - does not fire focus on editor in IE 7, IE8 IE Garry Yao Bug closed Normal
Description

The attached file is the _samples/api.html with a minor modification.

I have added an on focus event to the editor instance to alert("Focussed").

Steps to reproduce the bug are

  1. Place the cursor in the editor instance.
  2. Click "Ok" on the alert that is shown
  3. Click on the "Link"
  4. Click "Cancel" on the dialog window that shows

In firefox, the alert is triggered again, but in IE7 and IE8 it is not.

#6705 IE Selected font not applied to typed text IBM IE Bug confirmed Normal
Description

To reproduce the defect

  1. Open any sample except AJAX.
  1. With out focus in Editor body,select a font(for eg: Comic Sans MS) from Font Name drop down list.
  1. See that selected font option missing from Font Name drop down list.
  1. Start typing the text

Expected Result:

Selected font option should show in Font Name drop down list.

Actual Result:

Selected font option not shown in Font Name drop down list. Even when we look at Element path bar or HTML Source <span> tag for Font Name not shown.

To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps

#6706 IE Selected format not applied to typed text IBM IE VendorFix Bug closed Normal
Description

To reproduce the defect

  1. Open any sample except AJAX.
  1. With out focus in Editor body click on Bold,Italic,Underline & Strike Through icons.

OR:

It can be reproduced also when focus is inside the editor. Place the cursor at the beginning of the paragraph. Click on Bold,Italic,Underline & Strike Through icons.

  1. See that only last selected icon(Strike Through) shown as selected in the Tool bar.
  1. Start typing the text

Expected Result:

Typed text should have Bold,Italic,Underline & Strike Through formats applied and Bold,Italic,Underline & Strike Through icons selected in the Tool bar.

Actual Result:

Typed text has only last selected format applied (Strike Through) and only last selected format option(Strike Through) shown as selected in the Tool bar. Even when we look at Element path bar or HTML Source only tag for Strike Through format is shown.

To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps

#6709 insertHtml: comments must also be protected IE8 HasPatch Bug confirmed Normal
Description

In IE, when setting innerHTML, any starting <!----> comments are removed. Test: insertHtml('<!--comment-->foo') Affected: dataProcessor.toHtml Fix: prefixing a dummy <foo:bar /> tag keeps comments and whitespace in place, remove when converting to data.

#6722 Issue with styling when Img and <a> tags are present. IE6 Oracle Bug closed Normal
Description

Found in IE6.

1.Open CKEditor with IE6

  1. click [Image], then set the following ImageInfo: URL = <any URL of image> Link: URL = <any URL of Web page> Advanced: Style = "border: double red"
  1. The image is shown correctly with double border at this time.

But going to source and coming back to WYSIWYG makes the border 'single'.

This seems like an IE6 issue and looks like special checking needs to be done on the CKEDITOR code(for IE6) for this scenario.

When Image is added without the hyperlink, with the double border, the functionality is fine. The double border is intact.

#6724 IE7: List becomes distorted when Increase Indent is pressed IBM IE7 Garry Yao Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7.
  2. Paste the following code into the editor:
<ol>
	<li>
		line 1</li>
	<li>
		&nbsp;</li>
	<li>
		line 3</li>
</ol>
  1. Select line 3 & click on Increase Indent in the toolbar.

Expected: A list 2 layers deep should display properly in the editor & you should be able to access all 3 lines in the list.

Actual: The list becomes obscured & there is no way to access the second numbered list item. (see attachment)

#6726 Document grows with every subsequent click on source control Oracle IE Bug closed Normal
Description

Inserting <tr> or <td> alone in source mode and switching between the source and non source mode. Editor inserting the "<p>&nbsp;</p>" elements automatically and document grows with every subsequent click.

Also not sure what other elements are having the similar issues.

(Screenshot is attached to see the issue).

#6755 IE8: 'Paste as plain text' has a big time delay in IE8 IBM IE8 Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE8.
  2. Click on 'Paste as plain text' to display the dialog.
  3. Paste in the contents of one of the sample text files & click OK.

The time taken to paste contents of a text file as plain text in CKEditor in Internet Explorer 8, is much longer than in other browsers.

File size | Time
10KByte | 7 Sec
20KByte | 28 Sec
40KByte | 112 Sec

If you paste 80KByte as plain text, the a warning dialog is displayed that says:

"Stop running this script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive."

#6770 [PATCH] switch SCAYT plug-in to use SCAYT core 2.6 HasPatch, Review? Task closed Normal
Description

Here is a patch, which switches SCAYT plug-in to use SCAYT core 2.6

#6781 [IE7] Dialogs are broken with RTL and office2003 and v2 skins IE Tobiasz Cudnik Bug closed Normal
Description

Dialog layout is broken in IE8's IE7 mode, when using RTL and the office2003 and v2. A regression of the 3.4.2.

#6784 IE content deletion bug when adjusting indentation levels of bulleted or numbered lists IE8 IE9 Bug closed Normal
Description

Repro steps:

  1. Use IE8 or IE9
  1. Go to http://ckeditor.com/demo
  1. click New Article
  1. Click to create either a bulleted or numbered list
  1. type 'cat'
  1. press enter
  1. click Increase Indent
  1. type 'mouse'
  1. press enter 3 times so that the cursor escapes the list
  1. press backspace to place the cursor at the end of 'mouse'
  1. press enter 3 more times

Expected: Cursor has again escaped the list, as in step 9

actual: 'mouse' has been deleted.

Note that this bug will actually delete the entire inner tier of the list, and can also be invoked via some other (more difficult to reproduce) circumstances.

#6785 [IE] removing list by backspace causes unexpected behaviour IE8 Bug closed Normal
Description

steps to reproduce

  • open http://ckeditor.com/demo by IE8.
  • erase all contents
  • add numbered list, move cursor to the beginning of 2nd <li>
  • press {backspace} twice
    • BTW, in FF/Chrome, lists are concatenated by pressing {backspace} once, but NOT in IE
  • click 2nd line, then <p> is automatically added
  • goto source mode, <p> is now moved to the top
  • go back to wysiwyg, 2nd line is moved to unexpected position
    • see attached screenshot
#6791 [IE7] Editor does not show in IE 7 when textarea name="description" IE Sa'ar Zac Elias Bug closed Normal
Description

IE 7 ONLY

<textarea name="description">content here</textarea>

The rich editor will not initialize in IE 7 when the textarea's name is set to description.

#6793 Copy Paste of List not functioning properly Oracle IE Bug closed Normal
Description

Found in IE7.

  1. create a numeric list with 3 items (111, 222, 333), then select

these 3 lines and copy it to clipboard. (Please note that selecting just after "333" in last line, DO NOT include blank characters at the end of last line.) (Attaching a picture to give a better idea)

  1. Paste it using the 'Paste' icon and not Ctrl+V . When using Ctrl+V, it works fine.
  1. The list copied comes as bullets and the formatting is different.

Looks like the <ol> is not being copied and only the <li>'s are being copied in this case.

#6797 [Spellchecker] Supported languages for spellchecker and SCAYT don't match Review? Bug closed Normal
Description

The lists of supported languages for spellchecker and SCAYT differ: SCAYT's radio buttons contain 16 languages, spellchecker's list (available in the drop-down menu on the right, as shown in the screenshot) contains 17 languages, with additional "English Australian" (incorrect language name, as per 6796) included.

#6798 IE7: Dialog buttons disappearing in RTL after dragging IBM IE7 Tobiasz Cudnik Bug closed Normal
Description

Dialog buttons disappearing in RTL after dragging in V2 and Office2003 skins when using IE7 (standards). Regression of [6139].

#6800 After disabling the contextmenu plugin, native context menu on a selection is broken in IE7 and IE8 IE Bug closed Normal
Description

The native context menu is broken in IE 7 and IE 8 without contextmenu plugin when a selection exists.

Steps to reproduce (in my real live application I removed all UI, menu, etc. plugins):

  • Disable the contextmenu plugin:
    • remove contextmenu and scayt entry in plugins list in _source/core/config.js
    • remove contextmenu in requires block in _source/plugins/menubutton/plugin.js
    • disable contextmenu usage in _source/plugins/menubutton/plugin.js e.g. by changing if ( !menu ) to if ( false ) (this is just an example... as I said in my app I disabled the menubutton plugin completely... This is just for demonstration of the bug)
  • Change the samples to use the source (e.g. _samples/replacebyclass.html: replace ckeditor.js with ckeditor_source.js)
  • Start the sample (e.g _samples/replacebyclass.html) in IE 8
  • write some words
  • select one word
  • right click on the selected word

Result: the selection disappears, the cut, copy, etc. buttons are disabled. If you select one of the other elements (e.g. Select All) the selected text is removed! If you select nothing in the context menu and click back into the editor, the selection is restored!

I suppose this is some kind of strange focus bug, that only seems to occur in IE 7 and IE 8 (in IE 6, FF, Chrome, ... it works)

#6806 [IE7] Dialog buttons invisible on focus IE IBM Tobiasz Cudnik Bug closed Normal
Description

Once receiving focus, dialog footer buttons are not invisible any more, unable to cue even move focus away.

#6808 [IE] dialog field content lost IE Tobiasz Cudnik Bug assigned Normal
Description
  1. Load default sample page;
  2. Click on 'CKEditor' link to open dialog;
  3. Switch to "Advanced" tab;
  4. Switch back to "Link" tab;
  • Actual Result: URL field is reset to blank

Happens also to "table" dialog.

#6809 [IE7] Remove format make styled image invisible IE Bug closed Normal
Description
  1. Open image dialog to insert an image with "border" specified as "1";
  2. Select all content and click on "remove format" button;
  • Actual Result: The image become invisible, even check source find the image element.
#6820 [IE] toolbar icons sprites 404s on editor load IE Tobiasz Cudnik Bug closed Normal
Description

Load the editor in IE7/8/9 note that there comes two 404s as shown in below timeline profile.

#6821 [IE] enterkey doesn't create new list item IE Bug closed Normal
Description
  1. Load the editor with the following content and selection:
    <ol>
    	<li>
    		<h1>heading list^</h1>
    	</li>
    </ol>
    
  2. Press enter at the end;
  • Actual Result: New paragraph created instead of new list item.
#6828 [IE] Block selection breaks enterBr IE Opera Bug confirmed Normal
Description
  1. Load the editor with the following content with enterBr:
    <div>
    	line1<br />
    	line2<br />
    	line3</div>
    
  2. Fully select first two lines by mouse;
  3. Click on "Indent" button;
  • Actual Result: All three lines are indented.
  • Expected Result: New block (div) created for the first two lines which get indented.

Same problem applies to other block commands like alignment.

#6857 [IE] wrong toolbar buttons states IE Bug closed Normal
Description

When switching to "Source" mode, all wysiwyg-only toolbar buttons are still enabled, combos are not affected though.

#6863 Full page mode: Spell check dialog causes a JS error HasPatch, Review? Bug closed Normal
Description

When SCAYT is enabled and the spell check dialog is used to check the document, a JavaScript error occurs (empty style tags are covered by #6859).

  1. Open _samples/fullpage.html
  2. Start with:
    <html>
    	<head>
    	</head>
    	<body>
    		<p>
    			Write your email message here schol.</p>
    		<p>
    			You can also...</p>
    	</body>
    </html>
    
  3. Enable SCAYT
  4. Open the Check Spell dialog
  5. Click on Finish Checking
  6. Open the Check Spell dialog again
  7. Click on Finish Checking
  8. Result: a javascript error occurred:

Tried to register widget with id==scayt_2 but that id is already registered http://svc.spellchecker.net/scayt26/_base.xd.js Line 880

Confirmed in Safari 5.0.3 and Firefox 3.6.13.

(js error moved from #6859)

#6872 IE: Link target field is not populated properly when no target is set IE Sa'ar Zac Elias Bug closed Normal
Description
  • Create a link (target should be <not set> at this point).
  • Right click on it -> Link properties -> Target

Note that the field is blank.

#6891 BIDI: [IE] Not all numbers are displayed in a mixed content Numbered List IE IBM Bug closed Normal
Description

Steps to reproduce:

  1. Open the Ajax sample in IE.
  2. Type 2 line of text.
  3. Select the 2nd line of text & click the RTL button.
  4. Press CTRL + A to select all of the text & click on the Numbered List icon in the toolbar.
  5. Remove the editor.

Expected: The number 1 appears to the left of the text on the 1st line & the number 2 appears to the right of the text on the 2nd line.

Actual: The number 1 appears to the left of the text on the 1st line & the number 2 is not visible.

#6900 [IE] Shared toolbar's buttons don't inherit language direction from UI IE Bug closed Normal
Description

Using shared spaces sample on IE, the toolbar buttons don't inherit language direction from UI, thus all buttons are displayed like LTR buttons (source icon and arrows on the left etc.).

#6903 IE: Additional &nbsp is appended to 'empty' initial content (enter mode=DIV) IBM IE Bug closed Normal
Description

When setting the content of a document with an empty div e.g.

   editor.setData('<div></div>');

The editor will insert an unnecessary &nbsp; into the content. The user is then required to remove this extra space. This has been found to happen in IE but not in FF.

For this test case the enter mode is DIV.

#6909 GIF icons of external plugins are not diplayed in toolbar IE Garry Yao Bug closed Normal
Description

Icons of external plugin buttons are not displayed in IE7/IE8 in WYSIWYG mode. If switched to "source" mode, icons are displayed but dimmed (which is normal). When you switch back to WYSIWYG mode, some icons may show but still, they are dimmed.

If you change icon format from GIF to PNG, everything works as expected.

#6917 IE shows error when user clicks [OK] button of [Cell Properties] dialog IE Bug closed Normal
Description

[Browser] MSIE 7.x MSIE 8.x

[Error Details] Message: Object doesn't support this property or method Line: 77 Char: 2242

[Procedures]

  1. Create a table
  2. Type something in a cell
  3. Highlight the text in cell
  4. Right-click on the highlighted text
  5. Select [Cell > Cell Properties]
  6. Press [OK] button in the dialog
  7. Error should occur
#6923 IE: Caret shows through styles dropdown IE IBM Bug confirmed Normal
Description

IE7, IE8, caret shows through the styles dropdown box; doesn't show through the other dropdowns (format etc.)

#6936 [IE]: Background color panel remains visible when another toolbar button is clicked. IE IBM Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE.
  2. Click on the background color icon.
  3. Notice that the following error:
Webpage error details

Message: 'null' is null or not an object
Line: 46
Char: 1279
Code: 0
URI: http://nightly.ckeditor.com/6288/ckeditor.js
  1. Click on the numbered list icon.

Expected: The background color panel disappears and a numbered list is created.

Actual: An error has occurred on the page. The background color panel remains visible and a numbered list is created.

#6938 IE/Opera: RTL language direction is not preserved when enter is pressed at the end of a list. IE Opera IBM Garry Yao Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE (or Opera 11).
  2. Paste in the following code:
<p>
	paragraph 1</p>
<ol>
	<li>
		list item 1
		<ol>
			<li>
				list item 2
				<ol>
					<li>
						list item 3</li>
				</ol>
			</li>
		</ol>
	</li>
</ol>
  1. Press CTRL + A and click on RTL icon.
  2. Place the cursor at the end of the last list item.
  3. Press Enter 3 times.

Expected: The cursor should remain on the right and the language direction should be RTL.

Actual: The cursor is on the left and the language direction is be LTR.

#6945 Pasted blocks doesn't split inline element IE Bug closed Normal
Description

This bug can be reproduced even in the online demo website of ckeditor 1) write the three line of text for example: a b c 2) underline the first row (you can use the ctrl+u) 3)select the three line of text and paste it over immediately (you can do ctrl+c ctrl+v as a result of the copy paste

as a result of the above operations the text will be shiffted down couple of lines and all the line will become underlined...

here are the screen shots

http://img543.imageshack.us/img543/7017/ckeditorbug1.jpg http://img529.imageshack.us/img529/6911/ckeditorbug2.jpg

from this moment the underline/bold (maybe other functions as well) wont work anymore on the text and most of the time if you will try to play with the styles(underline/bold) a js will be thrown.

Regards,

Daniel.

#6946 [IE] copy and paste lists from own document leads into invalid lists IE Garry Yao Bug closed Normal
Description

When copying and pasting lists in the CKEditor lists end up malformed in Internet Explorer (7 and 8).


Test setup:

  1. Add code below
    <p>
    	Paragraph before</p>
    <ul>
    	<li>
    		First item</li>
    	<li>
    		Second item</li>
    	<li>
    		Third item</li>
    	<li>
    		Fourth item</li>
    </ul>
    <p>
    	Paragraph after</p>
    
  1. copy the second and the third item and paste it below the last paragraph.

Now the bullets are gone. Visually it looks like one paragraph with between the two items a <br />

  1. Press the Code button. The code definitely doesn't look like what was expected: The items are not in an <ul> tag.
  1. Press the Code button again. The document is changed compared to the contents which was in the CKEditor before toggling the Code view.
  1. Press the Code button again. The code now represents the end result of the paste action.

When pasting a subset of a list, the new pasted data should be wrapped in a <ul> tag in order to create valid code.

#6953 Relative links turn to absolute after copy & paste on IE7 IE Bug closed Normal
Description

Relative links turn to absolute after copy & paste on IE7

Steps to reproduce:

  1. This is the editor source:
    <p>
    	This is <a href="aaa">some </a><strong>sample text</strong>.</p>
    
  1. Copy in WYSIWYG mode paste it back into editor.

Result:

<p>
	This is <a href="http://nightly.ckeditor.com/6300/_samples/aaa">some </a><strong>sample text</strong>.</p>

Expected:

<p>
	This is <a href="aaa">some </a><strong>sample text</strong>.</p>

Tested against nightly revision 6300

#6964 Custom icon disappeared in IE IE Bug closed Normal
Description

Custom icons for buttons are missing since 3.5 in IE. I'm having this problem with gif images.

Removing in Developer Tools the following CSS rule "solves" the problem:

cke_skin_kama .cke_browser_ie .cke_button .cke_icon {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')
}

check the attached sample to reproduce the issue.

#6966 <p> Tag Gets Added in Editor Text IE Garry Yao Bug closed Normal
Description

I have set the configuration file to not show <p> tag at the beginning and end of the editor text using the property "config.enterMode = CKEDITOR.ENTER_BR;". It works fine at initial load of editor control, however when I write something in the control and the use backspace key to remove it and then write something else then it adds the <p> tag at the beginning and end of the editor text.

#6967 IE: autogrow plug in is not working properly IBM IE Bug closed Normal
Description

To reproduce the defect:

  1. open a CKEditor sample with autogrow plug in loaded
  1. press enter 5 times to create 5 empty paragraphs.
  1. press enter for the 6th time.

Expected Result:

Editor body size should increase automatically with out any scrollbars no matter how many paragraphs we created in editor body.

Actual Result:

In IE6 & IE7 we are getting scrollbars in editor body after 5 empty paragraphs or after 11 lines of text in a paragraph.

In IE8 we are getting scrollbars after 15 empty paragraphs.

#6970 IE: Dialog borders broken in v2 and office2003 skins IE Sa'ar Zac Elias Bug closed Normal
Description

In IE, when using the v2 or office2003 skins, dialog boxes have a gap in their borders. For most dialog boxes this is a 1px gap near the bottom of the dialog, but for the image dialog it's larger.

This can be seen in the CKEditor Sample by just changing the skin to v2 or office2003 in the config and then opening a dialog box.

Have found this problem in IE6, IE7, IE8 and IE9 Beta 1. The only difference is that in IE6 the gap is near the top of the dialog instead of the bottom.

#6974 IE Flash Auto Play functionality not working IBM IE Bug confirmed Normal
Description

To reproduce the defect:

  1. Insert a Flash with the following URL http://bytescout.com/files/demo/swfscout_VideoSample.swf
  1. Un check the check box Auto Play on Properties tab of Flash Properties tab.
  1. Remove the editor to save the flash.

Expected Result:

Flash is shown on the page but it should not play since we un checked the check box Auto Play.

Actual Result:

Flash is shown on the page but it is playing automatically even though we un checked the check box Auto Play.

#6975 Edit definition lists crashes IE 7,8,9 IE Garry Yao Bug closed Normal
Description

Steps to reproduce:

Go to: http://nightly.ckeditor.com/6325/_samples/output_xhtml.html Or: http://ckeditor.com/demo

  1. Press "Source"
  1. Copy into editor:
    <dl>
      <dt>Coffee</dt>
      <dd>- black hot drink</dd>
      <dt>Milk</dt>
      <dd>- white cold drink</dd>
    </dl>
    
  2. Press "Source" to view
  1. Press "Source" again to edit

Notice:

It works with only <dt>'s inside <dl>:

<dl>
  <dt>Coffee</dt>
  <dt>Milk</dt>
</dl>

Browser name and OS:

IE 7.0.5730.11 - MS Windows Server 2003

#6987 IE: insertHtml inserts content at the beginning and ignores the selection IE Garry Yao Bug closed Normal
Description

Regression, probably caused by [5962]. To reproduce, use the attached api_dialog sample. When calling insertHtml from a dialog, content is inserted always at the beginning, the initial selection is ignored. Confirmed in IE8.

#6992 [IE7] Selection error when typing text after table IE Garry Yao Bug closed Normal
Description

The bug is only reproducible in and below IE7:

  1. Use enterMode BR;
  2. Load a table as initial contents:
    <table>
    	<tbody>
    	<tr>
    		<td>
    			text
    		</td>
    	</tr>
    	</tbody>
    </table>
    
  3. Put the cursor after the table and start typing
  • Actual Result: JavaScript error thrown;
#7000 [IE8] Unable to put cursor before horizontal line at start IE Bug confirmed Normal
Description

The following procedures applies to IE above version 7.

  1. Load the editor with a single <hr />;
  2. Try to put cursor before hr at the beginning of document;
  • Actual Result: It's impossible to do so
#7002 [IE] Undo when table is selected results in an error IE8 IBM Bug closed Normal
Description
  • Insert a table.
  • Click on the table's border to show the table grips.
  • Do CTRL-Z or click on the Undo icon.

JS error is thrown in the selection plugin.

#7009 [IE] Incorrect copy button state IE Bug closed Normal
Description
  1. Click to put cursor collapsed in document;
  2. Note that "copy" toolbar button is enabled;
  3. Open context menu without change the selection;
  4. "Copy" menu item states is instead disabled;
  • Expected Result: "copy" toolbar button should be in disabled.
#7010 IE: UIcolor picker plugin does not load IE Bug confirmed Normal
Description

Under new samples/User Interface color each editor has Color picker icon installed.
Plugin does not load under IE6; rest browsers are OK.

#7014 Samples - Ajax - error on page, when Create/Remove button is pressed one by one IE6 Garry Yao Bug closed Normal
Description

Test case

  • Open Ajax sample in IE6
  • Press Create editor
  • Press Remove editor, right after (before editor is enabled)
  • Press Create editor

Expected result
Editor is loaded after the second press of Enable button.

Actual result Error is thrown

line 141
char 237
error: 'element' is null or not an object
code: 0

Error does not occur in previous versions of samples.
Error does not occur in other browsers.

Probably IE6 is much slower in refreshing new ajax sample.

#7017 [IE] Table cells deleted when trying to set formatting for the entire table IE Discussion IBM Bug confirmed Normal
Description

DUP with a better description: #7220.

Test/Use Case

  • clear content and insert an default empty table 3x2.

In MS Word, user is allowed to select whole table by clicking [+] in left upper corner, then it is possible to set unified format to all table cells and resizing. CKEditor also allows selection of whole table for resizing.

  • select whole table (click on the border), so the resize options are visible

Instead of resize try to change formating

  • select blue from styles combo box

Result in IE6 - part of cells are deleted

<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
  <tbody>
	<tr>
 	<td>
		&nbsp;</td>
	</tr>
	<tr>
	</tr>
	<tr>
	<td>
		&nbsp;</td>
	</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>

In CKEditor v3.5 it was not possible to select style when table resize icons were visible

Should it be possible to set formating this way? Or when resizing table, setting format should be disabled?


In Opera, formating is set outside of selected table, but without changes inside.

<h2>
	&nbsp;</h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
	<tbody>
...

In Firefox, only first cell got formating

#7018 [IE] Combo boxes have no border in office2003/v2 IE Sa'ar Zac Elias Bug closed Normal
Description

Note that starting with v3.5, combo boxes in IE don't have border around them. Regression of [5911].

#7022 [IE] % in image URL breaks dialog close IE Bug confirmed Normal
Description
  • Open Image Dialog
  • Paste the following url:
    [%placeholder%]/file.jpg
    
  • Click 'OK' to close the dialog.
  • Result: JavaScript error (invalid argument)
#7023 IE: JS error when Selection field inserted on page IE Oracle Garry Yao Bug closed Normal
Description

TC

  • Under IE6/7 , from samples, select Replace by class
  • Clear all content
  • Click on the "Selection Field button"
  • create selection field as follows:
    • Name: 1
    • Size: 2
    • Text: Insert Test1, test2, test3 (without entering values)
    • Values: insert v1, v2, v3
  • Press OK button

Expected result:

Selection field is added to edit area

<p>
	<select name="1" size="2"><option value="">test1</option><option value="">test2</option><option selected="selected" value="">test3</option><option value="v1"></option><option value="v2"></option><option value="v3"></option></select></p>

Actual result Selection field is added to edit area, but JS error is thrown

Line 14
char 1708
error 'parentNode' is null or not an object

Error was not shown in CKE v3.5, under IE
Under Firefox 3.6 and Opera11, no error is thrown with CKE v3.5.1.

#7072 Javascript error on ElementPath plugin.js IE Bug confirmed Normal
Description

hi, sorry for my english in advance.

i found a bug on IE in element path plugin.

when i select multiple cell on a table, edit properties of cell, change a value and click ok a javascript error raise on the line 85

if ( element.data( 'cke-real-element-type' ) )

the object element don't have a property data.

the bug raise only on IE no problem whit FF and Chrome.

#7080 clear selection cause window scroll IE6 IE7 Bug confirmed Normal
Description

happen in ie6

steps: 1.place a button far below editor :

<textarea id='test'></textarea>
<div style='height:1500px;'></div>
<button>click</button>
<script>CKEDITOR.replace("test");</script>

2.insert a page-break('插入分页符') into editor

3.keep focus(cursor) in the editor and scroll to 'click button' using mouse wheel

4.click button

expected :

window does not scroll

actual :

window scrolls to editor

reason :

caused by line 184 in _source/plugins/selection/plugin.js

doc.selection.empty() causes scrolling.

we should record scrollTop and scrollLeft before empty() and restore them after empty() , i provide a patch ,hope helpful.

#7081 [IE7] Multiple cell selection break with tableresize plugin IE7 Garry Yao Bug closed Normal
Description
  1. Load editor with "tableresize" in IE7;
  2. Insert a default table;
  3. Selecting multiple cells across columns with mouse;
    • Once mouse over column pillar, selection is lost.
#7084 SCAYT options menu is empty / incorrect work of "scayt_uiTabs" config param for multiple CKEditor instances HasPatch, Review? Bug closed Normal
Description

Bug 1. "SCAYT options menu is empty for multiple CKEditor instances"

Steps to reproduce:

  1. Open "replace by code" sample.
  2. Start SCAYT for both of editors.
  3. Open SCAYT options menu for bothe of editors.

Expected result:
Options, Languages, Dictionaries, About Us tabs have content for both editors.

Actual result:
Options, Languages, Dictionaries, About Us tabs have content for only one of the editors.


Bug 2. "Incorrect work of "scayt_uiTabs" config param for multiple CKEditor instances"

Steps to reproduce:

  1. Open code of "replace by code" sample.
  2. For first editor set
    CKEDITOR.replace( 'editor1', { scayt_uiTabs: '1,0,1' });  
    


For second editor set

CKEDITOR.replace( 'editor2', { scayt_uiTabs: '0,0,0' });  


  1. Open page and start SCAYT for both editors

Expected result:
scayt_uiTabs param from second editor doesn't affect menu of first editor

Actual result:
All options in first editor are not active. When "About us" tab is opened and than "Cancel" is clicked, an error is shown: "document.forms.optionsbar is undefined [Break On This Error] return document.forms.optionsbaroptions?; options.js (line 27)"

#7089 [IE] Error when expand toolbar if height of editor is not enough. IE HasPatch Bug confirmed Normal
Description
  1. Collapse toolbar.
  2. The height of the editor is set to 15px.
    ex. ckeditor.resize('', 15, true);
  3. Expand toolbar.
  4. JavaScript error (invalid argument)

The cause is here. https://dev.ckeditor.com/browser/CKEditor/trunk/_source/plugins/toolbar/plugin.js#L326

contents.setStyle( 'height', ( contentHeight - dy ) + 'px' );

I think that it only has to prevent height from reaching a minus value. Like this. https://dev.ckeditor.com/browser/CKEditor/trunk/_source/themes/default/theme.js#L325

contents.setStyle( 'height', Math.max( height - delta, 0 ) + 'px' ); 
#7090 IE8: Error "Line: 96 error: 'N' is null or not a object" in scenario with ASP.NET AJAX and Postbacktrigger IE8 Bug confirmed Normal
Description

if I have a PostBacktrigger that is hit after a partial page update has been done, I get the following error:

actual nightly build (revision 6386): "Line 19: error: object does not supprt property or method" at "return i&&new g(i.contentWindow.document)"

release 3.4.2: "Line 19: error: object does not supprt property or method" at "return i&&new g(i.contentWindow.document)"

Attached please find a small sample project to reproduce the issue.

#7100 JS error when empty list selected and trying to insert element IE6 Bug closed Normal
Description
  • Clear editor contents
  • Paste following code
    <ul>
    	<li>
    		&nbsp;</li>
    	<li>
    		&nbsp;</li>
    </ul>
    
  • in WYSIWYG select all (Ctrl+A)
  • press <hr>

In IE6 JS error is thrown:

line 33
char 214
error getFirst() is null or not an object

Probably connected with #7098
In Firefox - list is cleared, <hr> is inserted (as Expected)

#7106 [IE] Paste with button leave bookmark nodes IE Garry Yao Bug closed Normal
Description
  1. Load any default sample page;
  2. Copy the word "some" to clipboard with Ctrl-C;
  3. Empty document, click on "Paste" toolbar button;
    • Actual Result: An empty space is added to the end of content:
      <p>
      	some&nbsp;<span style="display: none">&nbsp;</span></p>
      
#7118 SCAYT: options dialog is not translated HasPatch, Review? Bug confirmed Normal
Description

CKEditor language files contain entries for the scayt plugin, where options from the SCAYT dialog are translated, e.g. in German language file there is:

	scayt :
	{
		title			: 'Rechtschreibprüfung während der Texteingabe (SCAYT)',
		opera_title		: 'Nicht von Opera unterstützt',
		enable			: 'SCAYT einschalten',
		disable			: 'SCAYT ausschalten',
		about			: 'Über SCAYT',
		toggle			: 'SCAYT umschalten',
		options			: 'Optionen',
		langs			: 'Sprachen',
		moreSuggestions	: 'Mehr Vorschläge',
		ignore			: 'Ignorieren',
		ignoreAll		: 'Alle ignorieren',
		addWord			: 'Wort hinzufügen',
		emptyDic		: 'Wörterbuchname sollte leer sein.',

		optionsTab		: 'Optionen',
		allCaps			: 'Groß geschriebenen Wörter ignorieren',
		ignoreDomainNames : 'Domain-Namen ignorieren',
		// ...

However if you check the options dialog, strings from the language file are not used (for example ignoreDomainNames). See the attached screenshot.

#7132 Paste toolbar buttons are becoming disabled IBM IE Garry Yao Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Click on the paste button in the toolbar to display the paste dialog.
  3. Click on the cancel button.
  4. Repeat steps 2 & 3.

Result: The paste buttons in the toolbar become disabled.

N.B. This is always reproducible in IE7 & IE8 and has been reproduced in FF 3.6.8 but it is not reproducible in other versions of FF e.g. 3.6.6

#7137 insertHtml( '&nbsp;') inserts a plain space Firefox IE Bug closed Normal
Description

Basically, this is a copy of #2248.

The editor.insertHtml( '&nbsp;') call inserts a plain space in the selection, instead of the proper &nbsp; char.

Confirmed on Firefox, Safari.

#7157 IE9 - in Document mode IE9 standards, CKEditor does not run IE9 Bug closed Normal
Description

IE9 v 9.0.8080.16413

  • fresh install of IE9, cache cleared
  • go to nightly builds and select any sample

Result:
CKEditor does not load into text areas. If it loads Open console (IE developer tools):

  • set browser mode to IE9
  • set Document mode to IE9 standards

Result, a JS error in console (in Nightly):

SCRIPT1004: Expected ';' 
ckeditor.js, line 14 character 238
SCRIPT5009: 'CKEDITOR' is undefined 
ui_languages.html, line 98 character 6

The {{{SCRIPT1004}} part, occurs in all CKEditor versions

#7159 IE9, BIDI - cannot switch between paragraphs via kursor keys IE Bug closed Normal
Description

IE9, document mode ie8 standards

  • in Source mode, paste following code
    <p dir="rtl">
            1</p>
    <p dir="rtl">
            2</p>
    <p dir="rtl">
            3</p>
    <p dir="rtl">
            4</p>
    <p dir="rtl">
            5</p>
    
  • switch to WYSIWYG
  • select first paragraph
  • using cursor keys, try to jump to next line.

Expected: Cursor is set to next line

Actual: Each RTL paragraph is treated as another "text area"

#7160 Cannot "paste" the form element on top of the page Oracle IE6 IE7 Garry Yao Bug closed Normal
Description

Related to Ticket 6672 :

Tested the CKEditor 3.5.1 in IE7:

Found that the 'form' did get cut when using 'Cut' icon. But found that I could not use 'Paste' icon or Ctrl+v afterwards to paste the form. The form seems to be lost.

#7161 IE9 Languages sample - create/destroy editor does not work properly IE9 Bug closed Normal
Description

IE9

  • open Languages sample in Nightly builds
  • switch between languages (list colapsed), using mouse wheel or cursor keys

"result":
Another instance of editor is created sometimes, so instead of one editor, there are more editors created on page

#7168 IE9: Ajax sample does not work IE9 Garry Yao Bug closed Normal
Description

Load _samples/ajax.html in IE9 RC. When destroying the editor, a JavaScript error occurs and there is no way to create the editor again:

SCRIPT70: Permission denied
domobject.js, line206
#7169 IE9: context menu looks bad IE9 Bug closed Normal
Description

See the screenshot, IE9 RC

#7170 [IE] incorrect cursor position after enter in pre blocks IE Garry Yao Bug closed Normal
Description

Open sample, create preformatted block, type any text and press enter (note that cursor blinks at the start of current line. the new typed text will appear on the new line though). Create a few more lines with text. Click opposite one of the lines to put cursor to the end of it and press enter. In some cases the new line will be created but cursor will appear at the start of the next line.

#7174 IE9: Cursor path does not load corectly when editor is switched back from source to wysiwyg IE9 Garry Yao Bug closed Normal
Description

Environment

IE9 Browser mode IE9, document mode IE9 standards CKEditor set to source

TC

  • clear contents
  • insert default table
  • in first row type some text
  • switch to source and back to wysiwyg
  • click on first cell in second column (as on attached screenshot)

Expected

caret position is shown in 'status bar of editor'. Example body blockquote table tbody tr td

Actual

The bottom line in Editor is empty, until next operation is done. User is allowed to make nested blockquotes, which is not possible in other browsers (by repeating two last steps and clicking blockquote button).

<blockquote>
  <blockquote>
    <blockquote>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
	  <tr>
		<td>
...
#7175 IE: Drop-downs closed immediately after show IE HasPatch IBM Bug confirmed Normal
Description

Steps to reproduce:

  1. Only one tab must be opened in IE.
  2. Place editor inside a frame which is inside a modal dialog window (attached files "Page1.html" and "Page2.html" reproduce than if placed inside "\ckeditor\_samples folder").
  3. Open page with editor ("Page1.html").
  4. Click on "Font" drop-down.
  5. Click on "Size" drop-down (all further clicks on "Font", "Size", "Format", "Background Color" and "Text color" drop-downs will result showing and immediate hiding of drop-down).

Browser name and OS : Checked on IE8 on Windows 7 and IE6 on Windows XP.

#7176 IE9 - SCAYT enabled, after inserting template, dialog does not close. js error thrown IE9, IE8 Bug closed Normal
Description

Environment

IE9 in IE9 mode / Document mode IE9 standards

TC

  • enable SCAYT
  • press "Insert template" button
  • select one of templates

Expected result

Template is added to editor area, dialog is closed.

Actual result

  • template is added to edit area
  • dialog is still visible

in console, errors are thrown:

SCRIPT70: Permission denied 
_base.xd.js, line 3458 character 1
SCRIPT70: Permission denied 
_base.xd.js, line 5624 character 1

When SCAYT is disabled, everything is as expected.

#7178 IE9 RC: right-clicking on a placeholder does not select it IE9 Bug closed Normal
Description

In IE8 it is enough to right-click on a placeholder to access "Edit Placeholder" menu item.

In IE9 RC one must left-click on the placeholder first to put the cursor inside of it, to be able to see "Edit Placeholder"in the context menu.

to reproduce check _samples/placeholder.html

#7179 Remains of selected table, stay in edit area after inserting form element IE Opera Garry Yao Bug closed Normal
Description

Environment

IE9, IE8, Opera11

TC

  • clear editor contents
  • insert default table or template with table
  • select all (ctrl + A or selectall button)
  • insert form or other form element

Expected

Selection is replaced by <form></form> element. It works this way in FF3.x/4, Chrome

Actual

Remnants of selected table stays in Editor area:

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
		<tr>
		</tr>
	</tbody>
</table>
<form name="te">
	&nbsp;</form>
#7180 [IE9] Small glitch in buttons in RTL in kama IE9 Sa'ar Zac Elias Bug closed Normal
Description

In IE9 RC, using an editor with kama RTL UI, there is a small glitch as for the icon in the "OK" button.

#7181 IE9 RC: RTL toolbars look bad in Office 2003/V2 IE9 Garry Yao Bug closed Normal
Description

In Office2003/V2 skin with RTL UI, icons do not fit well with the toolbar row.

#7182 [IE9] Office2003: Shadows in RTL dialogs may be corrupted IE9 Sa'ar Zac Elias Bug closed Normal
Description

IE9 RC, RTL UI, Office 2003
Open the table dialog and wait for a while. After about a second, the dialog shadow will be corrupted.

#7186 [IE9] HR carries text IE9 Bug confirmed Normal
Description

I know you won't believe it but <hr> in IE9 can hold text node, here are the cookbook:

  1. Click on the <hr> element;
  2. Press "Esc" to cancel the handler;
  3. Type some text;
    • Actual Result: Now <hr> becomes a paragraph ;)
#7187 IE9: Insert template inserts content always at the beginning IE Bug closed Normal
Description

When inserting the template using the Content Templates dialog, content is inserted always at the beginning, current selection is ignored.

Note: insertHtml in the api sample seems to be working fine, looks like another version of #6987. Works fine in 3.5.

#7188 IE9: impossible to move cursor below horizontal line IE9 Bug closed Normal
Description
  • load the replacebyclass sample (default enterMode)
  • click at the end of line, insert horizontal line
  • click below horizontal line
  • result: cursor jumps to the first line
#7189 IE9: impossible to move cursor below horizontal line IE9 Bug closed Normal
Description
  • load the replacebyclass sample (default enterMode)
  • click at the end of line, insert horizontal line
  • click below horizontal line
  • result: cursor jumps to the first line
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