Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (6401 - 6500 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#6944 User created plugin buttons not showing in Internet Explorer (IE8) Bug Normal General
Description

Please look at the attached image. This happens to all user created plugin buttons including default placeholder plugin. In explorer, buttons will not show. Strangely, if I click on Source button, washed out versions of buttons will show.

This happens to ALL explorers.

Image was captured in CkEditor's own sample site.

#6945 Pasted blocks doesn't split inline element Bug Normal Core : Pasting
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 Garry Yao Bug Normal CKEditor 3.5.3 Core : Parser
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.

#6947 CKEditor maximize firefox bug Bug Normal General
Description

I am using Firefox 3.6.13. When I hit the "Maximize" button, it does not maximize properly. There is no edit area visible, but if I hit the "Collapse Toolbar" button there is a TINY edit are I can see. I'm talking one line's worth. This is not occurring in IE8, Safari, or Chrome. See pics.

#6949 [[[Safari/chrome]]]: Cut & Copy options are not available in the context menu when we select some text Bug Normal UI : Context Menu
Description

To reproduce the defect:

1) Open a CK Editor sample and type some text and select the text.

2) open the context menu

Expected Result:

Cut & Copy options should be enabled

Actual Result:

Cut & Copy options are always disabled.

#6950 Dialog for page-break-inside:avoid; in Tables New Feature Normal UI : Dialogs
Description

We use to prepare CKEditor to prepare printable HTML documents. When we include longer tables with different table row size, it's very often our users want to make sure that one row or the full table are not split between two pages.

It would be great to have an option in the table properties to prevent page break, e.g. a checkbox that sets the CSS page-break-inside:avoid. Similarly, a dialog in the table row is required.

#6951 Floating div element New Feature Normal UI : Dialogs
Description

In some cases we define a table with multiple rows, but we want to float the rows into columns, e.g. we have a label printing challenge. The user defines one or many labels in a row, an we want to print them in a 2-column page.

In HTML we would have the user to create a table with one column, many rows. And then put a <div style="width:50%;float: left"></div> around the table.

Of course, the user may already align all rows in 2 columns, but in our scenario the user effectively creates only one cell. And using a mail merge functionality, the rows are generated.

#6952 Change font size / color in firefox 4.0b8 Bug Normal Core : Selection
Description

In the latest Beta stable release of Firefox , ( also tested on Minefield) when trying to change font size , nothing happens.

#6953 Relative links turn to absolute after copy & paste on IE7 Bug Normal CKEditor 3.5.1 Core : Pasting
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

#6954 FF4: content is always inserted at the beginning Bug Normal General
Description

Insert the cursor somewhere in the middle of the text and use the Smiley dialog to insert a smiley. Result: the element is inserted at the very beginning, regardless of the cursor position.

Confirmed in Firefox 4 Beta 8. It worked fine in CKEditor 3.3.

#6955 Attributes duplicated from current tag to new tag when inserting a new line Bug Normal Core : Styles
Description

In any browser:

  1. Goto Source view
  2. Create a div or p tag
  3. Include some styling such as a border with this tag
  4. Include some content with the tag
    <div style="border-top: 3px solid red">Hello</div>
    
  5. Switch to WYSIWYG mode
  6. Place the cursor at the end of the content just created
  7. Add a new line

Expected: A new line should appear without content and without styling

Actual: A new line without content is created, but the styling is copied from the previous line

#6956 Pasting Word text in FF3.6 does not maintain formatting, even though it works fine in FF3.5 and IE. Bug Normal Plugin : Paste from Word
Description

Consider the attached MS Word document. On pasting the text into CKEditor, the formatting is maintained in Internet Explorer and earlier versions of FireFox. However pasting this text in FireFox3.6, leads to loss of formatting. in particular the heading text. This is a concern since FF3.6 is the latest version that many of our users are using.

#6957 Find is not highlighting the word in read-only blocks Garry Yao Bug Normal Core : Styles
Description

To reproduce the defect:

  1. copy the following code and paste it in to source
    <p >
    	first editable paragraph.</p>
    <p contenteditable = "false" >
    	first non editable paragraph.</p>
    <p contenteditable = "false" >
    	second non editable paragraph.</p>
    <p>
    	second editable paragraph.</p>
    
  1. click on Find icon and enter the word non in find what field and click find button.

Expected Result:

non word in the first non editable paragraph should be highlighted.

Expected Result:

Find is not highlighting the non word in the first non editable but when we close the Find and Replace dialog you will see the word getting highlighted.

#6958 FF : we can't navigate up the read-only blocks using UP arrow key Bug Normal General
Description

To reproduce the defect

  1. Copy the following code snippet
    <p contenteditable="false">
    	first non editable paragraph.</p>
    <p> first editable paragraph. </p>
    <p contenteditable="false">
    	second non editable paragraph.</p>
    <p> second editable paragraph. </p>
    
    
  1. Keep cursor at end of last paragraph and use UP arrow key to navigate to the other editable paragraph.

Expected Result:

we should be able to navigate to the other paragraph using UP arrow key.

Actual Result:

No matter how many no of times we press the arrow key cursor still remains at the beginning of last paragraph.

#6959 Opera/safari : we can't copy content when the first paragraph/div in the content is read only. Bug Normal General
Description

To reproduce the defect:

  1. Copy the following code and paste it in to editor.
<p contenteditable="false">
	first non editable paragraph.</p>
<p>
	first editable paragraph.</p>
<p contenteditable="false">
	second non editable paragraph.</p>
<p>
	second editable paragraph.</p>
  1. Press Ctrl + A to select the entire text.
  1. Press enter after last paragraph and press Ctrl + V to paste the copied content in step 2.

Expected Result:

All the paragraphs that we have copied in step 2 should be pasted.

Actual Result:

Nothing is pasted.

same bahaviur happens when we have div's instead of paragraphs.

#6960 Opera we can't copy the read only paragraphs [CORE-35866] Bug Normal General
Description

To reproduce the defect:

  1. Copy the following code and paste it in to editor.
    <p contenteditable="false">
    	non editable paragraph.</p>
    <p>
    	editable paragraph.</p>
    
  1. select the entire text in non editable paragraph using mouse and Press Ctrl + C to copy the text.
  1. Press enter after last paragraph and press Ctrl + V to paste the copied content in step 2.

Expected Result:

content that we have copied in step 2 should be pasted.

Actual Result:

Nothing is pasted.

same behaviour happens when we have div's instead of paragraphs.

#6961 Creating a table with no borders creates table with top border line Bug Normal General
Description

I tried creating several tables or various sizes with various types of content in each. In every case, even with border set to 0, I get a top border line. See attached image. I have the latest version (4 days ago) that came off the drupal org website.

What are my work arounds?

Thanks

#6962 Opera: problems with "small hard sign" in russian: ъ Frederico Caldeira Knabben Bug Normal CKEditor 3.6.1 General
Description

Decription in Russian and suggested solution for v.2 is here: http://lusever.livejournal.com/50932.html and it's not working for 3.5

Problem is when user press "ъ" key, it's interpreted as CTRL+B (bold) combination so user could not input "ъ" in editor.

#6963 The Cell Properties dialog definition sets the width of the Width and Height fields to 100 pixels Bug Normal UI : Dialogs
Description

The Cell Properties dialog definition specifies a width of 100 pixels for the cell width and height fields. This overrides any affect the skin has of the fields width which causes the two fields to have a different width compared to the other fields.

#6964 Custom icon disappeared in IE Bug Normal UI : Toolbar
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 Garry Yao Bug Normal CKEditor 3.5.3 Core : Keystrokes
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 Bug Normal General
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.

#6968 Problem with edit objects [FF] Bug Normal Core : Selection
Description

Summary: With Firefox, there are no ways to edit select, radio and checkbox objects, not being able to select them by double clicking, it is not possible to edit by context menu.

Environment: Tested on version 3.5 and on the website nigdly biuld 6317.

FF3: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Ant.com Toolbar 1.4 Firefox/3.0.10, Ant.com Toolbar 1.3 Edit doesn't works

Chrome: it works Opera: it works

#6969 Safari on Mac : Cursor goes out of editor body when auto grow kicks in Bug Normal General
Description

To reproduce the defect;

  1. Open a CK Editor sample with auto grow plug in loaded.
  1. press enter 5 times to create 5 empty paragraph
  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:

we will see a scrollbar for few seconds and cursor goes out of editor body

  1. keep cursor in editor body and press backspace to delete the last empty paragraph.

Expected Result:

Empty paragraph is deleted & cursor goes to previous empty paragraph

Actual Result:

Empty paragraph is deleted and cursor goes out of editor body.

#6970 IE: Dialog borders broken in v2 and office2003 skins Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 UI : Dialogs
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.

#6971 string "important" in content crash ckeditor loading interface Bug Normal General
Description

Hi, We discover a strange problem. When you wrote an article containing the string "important" and trying to reload the ckeditor interface (for example), the XHR process crash width status "aborted" (firebug network tab information) and the interface cannot loading the content.

After delete all words or string which contained the "important" string of the current article, the problem disappear.

For the time, we recommand to our clients to found synonyms '...

So...maybe "important" is a reserved word for the interface or xhr process ?

Thx for help !

PS : and sorry for my english speaking...i am french :)

#6972 htmlparser about li/dt/dd Bug Normal Core : Parser
Description

steps:

1.open http://ckeditor.com/demo 2.switch to source code mode 3.input malformed html :

<li>1</li>
<dt>2</dt>
<dd>3</dd>

(of course the above html are input by somebody who is not so smart :( )

expected :

hope to see the list ,the html after parsed should be :

<ul>
	<li>
		1</li>
</ul>
<dl>
	<dt>
		2</dt>
	<dd>
		3</dd>
</dl>

actually :

error,see pic

ps1: at the svn trunk code ,things are better ,but html generated do not conform to xhtml dtd (same with input):

<li>1</li>
<dt>2</dt>
<dd>3</dd>

ps2: i provide a patch to trunk ,but i am not sure ,it is not tested extensively .

#6973 Opera: Paste from Word functionality is not working Bug Normal Plugin : Paste from Word
Description

To reproduce the defect:

Copy the content from any of the attached doc's with this ticket and paste in to the editor using Ctrl + V or Paste dialog

Expected Result:

Document text should paste properly.

Actual Result:

Document is not pasted properly for some doc's it's not pasting any content.

if you want i can provide you with some more doc's

#6975 Edit definition lists crashes IE 7,8,9 Garry Yao Bug Normal CKEditor 3.6.1 Core : DTD
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

#6976 about override in styles Bug Normal Core : Styles
Description

steps: 1.open www.ckeditor.com/demo 2.switch to source mode,input html:

<p>
	12345678<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9012345678</p>

3.switch to wysiwyg mode and place cursor between 'y' and 'z', then click background button , select '自动'

  1. expected:

'xyzabcd' does not have background-color.

actual result :

unchanged

5.select '8xyzabcd9' ,then click background button ,select red color

  1. expected :

generate code :

<p>
	1234567<span style="background-color: rgb(255, 0, 0);">8xyzabcd9</span>012345678</p>

actual code (too bloated):

<p>
	1234567<span style="background-color: rgb(255, 0, 0);">8</span><font style="background-color: rgb(130, 130, 130);"><span style="background-color: rgb(255, 0, 0);">xyzabcd</span></font><span style="background-color: rgb(255, 0, 0);">9</span>012345678</p>

ps:in trunk ,result is error :

<p>
	1234567<span style="background-color: rgb(255, 0, 0);">8<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9</span>012345678</p>

ps2: i provide a patch for trunk, add consideration about override element's style

#6978 Opera: flash preview doesn't work on Windows XP Bug Normal UI : Dialogs
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Opera.
  2. Open Flash dialog
  3. Enter a url into the flash dialog, for example http://ckeditor.com/userfiles/flash/Buttons.swf
  4. Click on the preview area

Expected: A preview of the flash content can be seen in the preview pane of the dialog.

Actual: The flash preview does not appear in the preview pane.

(Tested on Opera 11.00 and Windows XP)

#6979 Applying style throws error when the selection ends inside a readonly element Bug Normal Core : Styles
Description
  • Using following text and selection:
    <p>
    	This is [some <strong contenteditable="false">sample ]text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    

Apply a block style or a color/bg color. JS error is thrown.

#6980 Enable Flash Menu and Allow Fullscreen variables for Flash not working Bug Normal General
Description

To reproduce the defect:

Scenario 1:

  1. open CK Editor sample and click on Flash icon.
  1. In the Flash Properties dialog, enter following URL (http://www.youtube.com/v/9vksHsiold0?fs=1) in URL field, uncheck the check box Allow full screen on properties tab & click OK button
  1. Click on Remove Editor button.

Expected Result:

Enable Full Screen option should not be shown for the flash video.

Actual Result:

FF & Safari it is showing Full Screen option for the flash video.

Scenario 2:

  1. open CK Editor sample and click on Flash icon.
  1. In the Flash Properties dialog, enter following URL (http://www.youtube.com/v/9vksHsiold0?fs=1) in URL field, uncheck the check box Enable flashmenu on properties tab & click OK button.
  1. Click on Remove Editor button.

Expected Result:

Enable Full Screen option should be shown for the flash video and When we open context menu on the flash video it should not show flash menu options(Quality, Zoom, Print & Show all).

Actual Result:

IE & Opera it is not showing the Enable Full Screen option for the flash video.

IE When we open context menu on the flash video it is showing flash menu options(Quality, Zoom, Print & Show all).

#6981 New translation for en-gb Bug Normal CKEditor 3.5.1 UI : Language
Description

Hi,

I've attached a new en-gb.js translation based on the trunk version in subversion.

#6982 Full page mode: moving image creates another body element Bug Normal General
Description

Confirmed on Chrome @ Mac using the full page sample.

Steps to reproduce

  1. Start with the following source:
    <html>
    	<head>
    		<title>Full page sample</title>
    		<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    	</head>
    	<body>
    		<p>
    			aaa</p>
    		<p>
    			bbb<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="width: 120px; height: 168px; " /></p>
    		<p>
    			ccc</p>
    		<p>
    			ddd</p>
    	</body>
    </html>
    
  2. Move image one line below
  3. Result:
    <html>
    	<head>
    		<title>Full page sample</title>
    		<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    	</head>
    	<body>
    		<p>
    			aaa</p>
    		<p>
    			bbb</p>
    	</body>
    </html>
    <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
    <body>
    	<p>
    		<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="width: 120px; height: 168px; " />ccc</p>
    	<p>
    		ddd</p>
    </body>
    
#6983 Issue with CKEditor in IE - HTML table structure not displayed properly Bug Normal General
Description

Hi,

I was looking WYSIWYG editor and I started using CKEditor. My requirement is to manage some email templates. The template will contain lot of tables nested in it. User must be able to edit the contents in table cells.

But when the content is displayed in the textarea, the HTML tables are not displayed correctly in IE. Various rows and columns are misplaced. But it was working fine in FF.

Has anyone faced this issue before. Could anyone help me please??

Thanks Ajith

#6984 Line breaks are lost when enter mode is br Garry Yao Bug Normal CKEditor 3.5.3 Core : Output Data
Description

Confirmed in Firefox 3.6.13, Safari and Opera.

Steps to reproduce

  1. Open _samples/enterkey.html
  2. Set enter mode to BR
  3. switch to source mode, paste the following:
    <hr />
    <br />
    <br />
    <br />
    
  4. Switch to wysiwyg and back
  5. Result:
    <hr />
    <br />
    
  6. Two line breaks are lost whenever user switches to source mode and back

Regression introduced with [5750].

Note that the real problem in #5293 was unwanted line break in a "supposed to be empty" document so that developers could detect whether user typed something to create a page or not. It was not a problem with an extra line break at the end of the document with some real content.

#6985 Whitespace lost on paste in FF Bug Normal Core : Pasting
Description

When you copy and paste some text, leading whitespace is removed on FF only. This is easy to reproduce just copy some text with a space as the first character, when you paste it the space is not preserved. Seems to work on IE and WebKit so not sure whether this is something that can be controlled or not. This can be replicated on the demo http://ckeditor.com/demo

#6986 insertElement with partial list selection Bug Normal General
Description
  1. Load sample page with the following content and selection:
    <ul>
    	<li>it[em1</li>
    	<li>item]1</li>
    </ul>
    
  2. Open table dialog to insert a default table;
  • Actual Result: JavaScript error thrown;
  • Expected Result:
    <ul>
    	<li>it<table>...</table>1</li>
    </ul>
    
#6987 IE: insertHtml inserts content at the beginning and ignores the selection Garry Yao Bug Normal CKEditor 3.5.3 General
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.

#6988 Combo box should be reset on mode switch Bug Normal UI : Toolbar
Description

Combo box should get reset on mode switch, as it seems incorrect when you go back to wysiwyg mode and you still have the old values there of the selection you've made before going to source.

#6989 Update copyrights Wiktor Walc Task Normal CKEditor 3.5.1 General
#6990 Couldn't display plugins icons in IE7/IE8 Bug Normal UI : Toolbar
Description

The icons of my custom plugins could not display in IE7,8.It could display very well in IE 6 and Firefox and Chrome,this bug bothered me for a very long time until I changed my Ckeditor to version 34.3. I hope you can fix it in the next version.

#6991 Updated the Finnish translation Bug Normal CKEditor 3.5.1 UI : Language
Description

Updated the Finnish translation

#6992 [IE7] Selection error when typing text after table Garry Yao Bug Normal CKEditor 3.5.1 Core : Selection
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;
#6993 Table borders are not displayed when the editor is saved Wiktor Walc Bug Normal Core : Tables
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Insert a table.
  3. Insert some text in the table cells.
  4. Remove the editor.

Expected: A table is displayed and the table borders are visible.

Actual: The table borders are not visible. (even if you set the borders manually)

#6994 Sample page global css leak Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 UI : Dialogs
Description

Note that [6336] has introduced certain css change to the page, which affects editors styles, e.g. the "Find" dialog checkboxes and labels are now layout in two rows.

#6996 destroy() behaves incorrectly if called too soon after instance created Bug Normal General
Description

Example code:

<html>
 <head>
  <script type="text/javascript" src="ckeditor.js"></script>
 </head>
 <body>
  <textarea name="test" rows="20" id="test"></textarea>

  <script type="text/javascript">//<![CDATA[
  CKEDITOR.on('instanceReady', function(evt) {
      test_editor.destroy();
  });

  var test_editor = CKEDITOR.replace('test');
  //]]></script>

 </body>
</html>

Expected behavior: After the editor instance is destroyed, the original textarea should be restored.

Actual behavior: The editor instance is destroyed, but the original textarea is not restored. It still exists, but is hidden via a 'display:none' CSS attribute.

If the destroy() call is delayed at least a second after instanceReady is fired, the textarea is properly restored.

#6997 [IE8] <dt> tag breaks CKEDITOR, Stack Overflow 26 Bug Normal General
Description

The user has entered incorrect HTML data:

<p>

terms</p>

<p>

<dt id="term_cond-label">

<label class="optional" for="term_cond">Terms and Conditions Text<span style="display: none">&nbsp;</span></label></dt>

</p>

As you can see here, all of the HTML are closed but <dt> here standing alone and the lable has a for but no element for it.

I am getting an error stating: Stack Overflow 26, in IE 8.

there is no errors in FF or Chrome.

Using version 3.5. jQuery 1.4.2 jQuery UI 1.8.6

#6999 IE: cursor jumps above horizontal line after clicking below it Garry Yao Bug Normal CKEditor 3.5.1 General
Description

Enter mode = P (default). Confirmed in IE6 and IE7.

Steps to reproduce

  • Insert horizontal line
  • Click below it
  • Cursor jumps above the horizontal line, it is only possible to move below using arrow keys.

Looks like a regression introduced with [6337].

#7001 Cannot delete a line (paragraph) below the table Bug Normal General
Description

It is impossible to end a document with a table. CKEditor is adding an extra paragraph at the end.

Caused by #5766.

#7002 [IE] Undo when table is selected results in an error Bug Normal Core : Undo & Redo
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.

#7004 Allow to load plugin translations even if they aren't included in the plugin definition Alfonso Martínez de Lizarrondo New Feature Normal CKEditor 3.5.3 General
Description

Currently only translations that are defined in the lang property of a plugin are used.

With a little fix and adjustment it's possible to use the translations that are already defined.

#7007 IE : Bulleted/Numbered lists created with Paragraph formatting can not be deleted using backspace Bug Normal Core : Lists
Description

To reproducible the defect:

  1. Open the editor in IE.
  1. Select any of Paragraph formatting option except Address & Normal (Div) options and then click on Bulleted or Numbered List icon
  1. Press Backspace.

Expected: The Bullet is deleted.

Actual: The Bullet is not deleted.

#7008 Clipboard toolbar status wrong Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 UI : Toolbar
Description
  1. Load any sample page in IE;
  2. Click on "Select All" button;
  3. Note "Cut" button are still in disabled state.
#7009 [IE] Incorrect copy button state Bug Normal UI : Toolbar
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.
#7011 Nested list with different direction Bug Normal Core : BiDi
Description
  1. Load the sample page with the following content:
    <ol>
    	<li>
    		item1
    		<ol dir="ltr">
    			<li>
    				item2</li>
    		</ol>
    	</li>
    </ol>
    
  2. Make a full selection and apply "RTL";
  • Actual Result: "item2" still in LTR.
#7013 DIV is not used for BIDI in enterBR Garry Yao Bug Normal CKEditor 3.5.1 Core : BiDi
Description

Text direction is still using P as the container when in enter br mode.

#7014 Samples - Ajax - error on page, when Create/Remove button is pressed one by one Garry Yao Bug Normal CKEditor 3.5.1 General
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.

#7016 [enterBr] apply text direction to fully list selection Bug Normal CKEditor 3.5.1 Core : BiDi
Description
  1. Start editor with enterMode BR;
  2. Load the following content and selection:
    <ul>
    	<li>it[em1</li>
    	<li>item]2</li>
    </ul>
    
    
  3. Apply 'RTL';
  • Actual Result: DIR set on each list items;
  • Expected Result: DIR set on list root;
#7018 [IE] Combo boxes have no border in office2003/v2 Sa'ar Zac Elias Bug Normal CKEditor 3.5.3 UI : Skins
Description

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

#7019 Webkit: Selection stops before input elements Garry Yao Bug Normal CKEditor 3.5.1 General
Description

Using the following:

Te[xt<input type="text" />Te]xt

Select a color. Note that the selection now only contains the part before the input.

#7020 Webkit: Applying direction to certian table selection ruins the table Garry Yao Bug Normal CKEditor 3.5.1 Core : BiDi
Description
  • Using the following (note: the text "aa" is not selected)
    <table border="1">
    	<tbody>
    		<tr>
    			<td>
    				aa[</td>
    			<td>
    				bb</td>
    		</tr>
    		<tr>
    			<td>
    				cc</td>
    			<td>
    				dd]</td>
    		</tr>
    	</tbody>
    </table>
    
  • Click the RTL icon.

Note that the table is corrupted.

#7021 insertElement fails with a few cells selected Bug Normal General
Description

Similar to #6432 and #6986. Behaviour of insertElement should be revised to handle a few cells selected.

#7023 IE: JS error when Selection field inserted on page Garry Yao Bug Normal CKEditor 3.5.3 General
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.

#7024 Firefox: incorrect button state Bug Normal General
Description

In some situations the "Bold" button is not working as expected.

  • Load replacebyclass sample
  • Click in the middle of "sample text", "Bold" buton is highlighted (correct)
  • Click on Source button twice to switch to source and back
  • Click in the middle of "sample text", Bold button is not highlighted (wrong)
  • Click on the strong element in the elements path: "Bold" button is still not active (wrong again)
  • Click on the Bold button: strong element is not removed (again, wrong result

Note: it is enough to click somewhere outside of the strong element in the editing area to fix the problem (e.g. after clicking on "You" and then on "sample text", the button started working).

Regression since 3.4.

#7025 Safari, Mac: Placeholder - "Edit Placeholder" is missing in the context menu Bug Normal General
Description

Right-click on the "sample placeholder" element. Result: "Edit Placeholder" is not there.

#7026 Image with setting float:left, covering numbers/bullets in list Bug Normal Core : Lists
Description

TC:

  • Insert paragraph with image floating to the left and height set to at least 100px
  • Insert list with 3 items, below the first paragraph

Code example:

<p>
	<img alt="" src="http://dev.ckeditor.com/logo_ck_editor.png" style="float: left; width: 32px; height: 120px" />paragraph with image</p>
<ol>
	<li>
		list1</li>
	<li>
		list2</li>
	<li>
		list3</li>
</ol>

Expected result:
Numbers or bullets are visible near right edge of image

Actual result
Numbers/bullets are covered by image

Also applies BIDI

#7027 Safari, Mac: Placeholder - initial values are not loaded in the dialog Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 General
Description

Double click on "sample placeholder" in the placeholder sample (_samples/placeholder.html). "Placeholder Properties" dialog is opened, but initial values are not loaded.

Regression caused by [6303].

#7028 Replace doesn't work and JavaScript error occurs Bug Normal CKEditor 3.5.1 General
Description

Regression caused by [6334].

steps to reproduce

  • Load the following source:
    <ul>
    	<li>
    		This is the first line.</li>
    </ul>
    
  • Use the Replace dialog to replace "is" with "xyz".
  • Result: JavaScript error.

Safari: INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value.

Firefox: Index or size is negative or greater than the allowed amount" code: "1

#7029 fck_editorarea.css doesn't work in IE Bug Normal General
Description

Please Help,

I'm trying to make new Headings created in the Format box of the FCKEditor ver 2.6.4, reflect the CSS.

I have updated fck_editorarea.css and can see the correspoding CSS in Firefox but not in IE.

Please help i can't find a solution anywhere. Thanks

#7030 creating custom heading in Format box Bug Normal General
Description

I'm trying to create new Headings in the Format combo box.

They now appear in the list of drop down options and when initialy applied to a word they reflect the correspoding css file.

However if i click Source and then back to the editor, it loses the CSS and returns to Normal. I have put Show Blocks on and it appears as if the new heading tags aren't being added to the DIV block. See image below.

Please Help, have been trying to update these Headings with no success.

#7031 Webkit: It is possible to write inside a textarea Bug Normal General
Description

In WebKit, create a textarea and click on it. Writing is possible.

#7032 List item still selected after remove style Bug Normal UI : Floating Panel
Description

The following behavior is notified on webkit and FF.

  1. Apply then remove one style from styles combo;
  2. Open the combo again;
  • Actual Result: previously selected item is still highlighted.
#7034 Insert special char into styled text Garry Yao Bug Normal CKEditor 3.5.3 General
Description

For unknown reason one important change (special char should use insertText) in 3.5 is not merged to trunk when integrating 3.5.x.

#7035 Inserting element when all contents of list is selected removes the list Garry Yao Bug Normal CKEditor 3.5.1 General
Description

Use the following:

<ul>
	<li>
		[a]</li>
</ul>

Insert a smiley. The list is removed.

#7036 Webkit: Autogrow scrolls the host page Bug Normal General
Description
  • Open the autogrow sample.
  • Scroll down a bit.
  • Hit ENTER a few times, until the editing area is resized.

Note that the host page scrolls up.

#7037 Incorrect remove preformatted block Garry Yao Bug Normal CKEditor 3.5.1 Core : Styles
Description
  1. Load with the following content and selection:
    <p>
    	pargraph[ one</p>
    <p>
    	pargraph ]two</p>
    
    
  2. Open format combo and click on preformatted block;
  3. Click again to remove formatted block;
  • Actual Result: Two paragraphs merged into one.
  • Expected Result: The original content is reverted.
#7039 <UL> but no <LI>'s Bug Normal General
Description

If I enter an unordered list OR an ordered list I get no <li> items within the list just

<ul> content content content </ul>

so no bullet points and no list.

Am I not doing something I should be or is this a bug?

#7040 FF3: office2003 skin toolbar buttons and pulldowns selection area shown half height Bug Normal UI : Toolbar
Description

A picture is worth a 1000 words, see the attached file (jpg)

I adjusted the height of the following in ckeditor/skins/office2003/editor.css to correct this for us. However, it would be nice if it showed correctly out of the box instead of having to fix it with every new version of ckeditor.

IE7 and IE8 show the heights correctly.

#7041 Firefox: Unable to escape from the link Garry Yao Bug Normal CKEditor 3.5.1 Core : Styles
Description

Regression caused by [6272]. Confirmed in Firefox @ Win 7 and Firefox @ Mac.

  • Load the replacebyclass sample
  • put the cursor at the end of the line and insert a link using the Link dialog
  • click with a mouse at the end of the link or use the right arrow key to go at the end of the link
  • press space, start typing
  • result: instead of typing plain text, we're still inside of a link.
#7043 Cursor jumps at the beginning of the editing area after inserting a link Bug Normal CKEditor 3.5.1 General
Description

Connected with #7041. Regression caused by [6272]. Confirmed in Firefox @ Win 7.

Steps to reproduce

#7044 Create a BBCode sample Garry Yao New Feature Normal CKEditor 3.6 Core : Parser
Description

It would be nice to have a sample BBCode plugin, just to show that CKEditor is capable to produce other markup than HTML.

As a sample set of bbcodes to support we could take the following list from phpBB forum: BBCode guide.

Note that the color tag may require #1653 to be fixed.

Things we could show on the sample page:

  1. Auto fixing broken tags (e.g. [b][i]boldanditalic[/b])
  2. Transparent bbcode parsing (requires no intermediate HTML)
  3. Configurable output formating
  4. Toogle like in the Ajax sample, for the one that would not like to have CKEditor enabled by default (starting with plain textarea element with some initial bbcodes looks like a way to go)
#7045 Full set of special symbols, esp. Greek New Feature Normal General
Description

Ticket 6942 describes a suggested change that would be *highly* desirable. It even purports to have a working implementation.

Please include it in the development stream.

Not having the full set of HTML entities available in CKEditor will mean that we will be using a different editor for our current project.

#7048 [enterBr] undesired paragraph appears when content is deleted Bug Normal Core : Styles
Description

Confirmed in IE8. When enterMode = CKEDITOR.ENTER_BR in some situations IE wraps the content with a paragraph.

  1. Load enterkey.html sample and select enter mode = BR
  2. Use backspace key to delete the first line
  3. Note: when deleting the last character that left, "p" element appears in the elements path
  4. Type some text, switch to Source mode, result:
    <p>
    	some text</p>
    
#7049 Find highlight not available on readonly elements. Bug Normal General
Description
  1. Load the editor with the following content:
    <p contenteditable="false">inside read-only paragraph</p>
    
  2. Open find dialog and search for "read-only"
    • Actual Result: When clicking on "Find" button the word matched is not highlighted.
#7050 Remove format doesn't exit from link Bug Normal Core : Styles
Description
  1. Load the default sample page;
  2. Put cursor collapsed inside the link;
  3. Click on "remove format" button, then start typing.
    • Actual Result: newly inserted text goes into link still.
#7052 ckeditor 3.4 manage utf-8 on FF Bug Normal General
Description

Hello sir,

there is a diffrent behavious beetween IE and others navigator ex: FF

when i retrieve this text (attachment file) that contain a russian text, it seem that it work well in IE contratry to others navigator.

in the case which i try to put a simple phrase in russian or other unicode characters, the retrieve is right.

i think there is a bug in CKEditor when the text unicode is inside a table, the manage of utf-8 in our application work very good because we use an other framework (extjs) and we have not a problem.

Can you help me please and excuse me for my poor english expression.

#7054 Special Character dialog window has all-caps tooltips which are unreadable Bug Normal CKEditor 3.5.3 UI : Dialogs
Description

The Select Special Character dialog window contains mouse-over tooltips that are written in uppercase (all capitalized). This makes the descriptions difficult to read, decreasing the usability of this feature.

The proposed patch modifies the _source/plugins/specialchar/lang/en.js file, replacing the uppercase words with "as in sentence" notation.

#7055 Update Polish language file Task Normal CKEditor 3.5.1 UI : Language
Description

Updated Polish language file with 100% completeness attached.

#7056 Integration in a VS user control with WebBrowser Bug Normal General
Description

Hello,

I have a Windows application (vs 2008). In a user control, I use a WebBrowser to put in the CKEditor 3.5. In this case, there are features that are not right. For example, the DropDownList Format, Styles and Fonts. If you create a table does not work the menu options to add row, column, etc ... I tried using the CKEditor in a form with a webBroser and working properly. Therefore, the cause appears to be the user control. You can tell me a solution to this? Thanks

#7057 [FF] Mixed dir list displayed wrong Bug Normal General
Description

Mixed dir list displayed wrong on FF 3.6 windows using a following content.

<ul dir="rtl">
	<li>
		LI</li>
	<li dir="ltr">
		LI</li>
	<li>
		LI</li>
</ul>
#7058 [Opera] Selection enlarges wrongly Bug Normal General
Description

[Opera] Selection enlarges wrongly.

  • Use following content with a selection:
    <p>
    	This is some <strong>sample [text</strong>. You are using <a href="http://ckeditor.com/">CKEd]itor</a>.</p>
    
    
  • Press a Bold button twice.
    <p>
    	This is some <strong>sample text. You are using </strong><a href="http://ckeditor.com/"><strong>CKEd</strong>itor</a>.</p>
    
  • Notice selection change.
#7059 [FF] Toolbar state freezes Bug Normal General
Description

Toolbar state freezes in FF 3.6 windows after following operation:

  1. Clear an editor.
  2. Insert a smile.
  3. Select all.
  4. Press Bold.
  5. Switch to a source view.
  6. Switch to a WYSIWYG view.
  7. Start typing.

Result: New text is bold, but a toolbar Bold button is not turned on.

#7060 [Opera] Input field invisible Bug Normal General
Description

In Opera, input field is invisible

#7061 [Opera] Keyboard navigation not working in dialogs Bug Normal General
Description

Opera keyboard navigation not working in dialogs, for ex in a Special char dialog.

#7062 [Opera] Dialog dragging only on a left edge Bug Normal General
Description

Dialog dragging is possible only only on a left edge of a viewport.

#7063 [Opera] When opening dialog, a page is scrolled to the top Bug Normal General
Description

When opening dialog, a page is scrolled to the top.

Opera.

#7064 [Opera] Dialog borders are broken for Office and V2 skins Bug Normal General
Description

Dialog borders are broken for Office and V2 skins.

Opera.

#7065 BR in pre-formatted doesn't create paragraphs Bug Normal Core : Styles
Description

In Firefox,

  1. Load the following content:
    <pre>
    	paragraph1
    
    	paragraph2
    </pre>
    
  2. Click inside the format and apply "Normal" format;
    • Actual Result:
      <p>
       Para 1<br />
       <br />
       Para 2</p>
      
    • Expected Result:
      <p>paragraph1</p>
      <p>paragraph2</p>
      
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