Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (6201 - 6300 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#6714 Opera & Safari- It's not possible to enter text after Horizontal Line & Page break Bug Normal General
Description

To reproduce the defect:

  1. Open CK Editor, Type some text.
  1. Click on Insert Horizontal Line icon.

Expected Result:

Horizontal line is inserted after the current paragraph and cursor is positioned after the Horizontal line.

Actual Result:

In Safari Horizontal line is inserted after the current paragraph but cursor is missing from editor even when we try to position the cursor after Horizontal Line it's not possible.

In Opera Horizontal line is inserted after the current paragraph but cursor is positioned at the end of paragraph before Horizontal Line even when we try to position the cursor after Horizontal Line it's not possible.

Same issue happening with Page break

#6715 List items do not become paragraphs when lists are removed in a table Garry Yao Bug Normal CKEditor 3.5.1 Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Create a table.
  3. Click into one of the table cells & create a numbered list containing 2 or more items.
  4. Select the list & click on the numbered list icon to remove the list.

Actual Result: The list items become text separate by <br> tags.

Expected Result: The list items should become paragraphs. (The same behaviour is expected when removing a list both inside & outside a table)

#6716 FCKEditor 2.6.5 adds span tags when viewing source Bug Normal UI : Source View
Description

We are using the fckeditor version 2.6.5 and are having issues with it adding multiple span tags to the html code. Example: This is the initial code: <p class="c6"><span class="c5"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1">Burnsville</span></span></strong></span></span></strong></span></span></strong> Toyota</span><br></span><span class="c1">Internet Sales Hotline: 1-800-513-9239</span><br><br></strong><span class="c4"><strong><span class="c3">Hi [INSERT CUSTOMER FIRST NAME],</span><br><br><span class="c3">Thank you for the internet request. You requested a 2011 Toyota Rav4. Great choice! When can you come in to test drive?</span></strong></span></span></p><p class="MsoNormal c17"><span class="c8"><span class="c7"><strong>2011 Rav4<br></strong><br></span><span class="c7"><strong>Above is the standard equipment and below are the factory installed options:<br></strong><br></span><strong><span class="c7"><span class="c7"><span class="c7"><span class="c7">MSRP</span></span></span>: $<br><br>Internet Price: $</span><br></strong></span><span class="c5"><span class="c9"><br></span><span class="c13"><span class="c16"><span class="c14"><span class="c13"><span class="c5"><span class="c11">Available incentives on 2011 RAV4:<br>$500 Customer Cash<br>--or--<br>1.9% financing for 36 months<br>1.9% financing for 48 months<br>1.9% financing for 60 months<br>--or--<br>Low Lease Rates<br><span><em><span class="c10">(financing rates are thru TFS on approved credit)</span></em></span><br><br><span class="c4">*The Internet Price and Incentives expire on January 3, 2011. The internet price includes the factory installed options and customer cash rebate. It does not include<span class="c3"> tax and lic. fees.</span></span></span><span class="c12"> </span></span><span class="c12"><br></span></span><br><strong>We have a great selection of pre-owned vehicles also, be sure to ask your salesperson!</strong></span><br><span class="c4"><br><span class="c15"><strong>If you are able to, please print a copy of your email before you visit. We find it is a much more pleasant experience for our customers to deal with the salesperson who is already familiar with your wants and needs. Also any pricing discussed is only valid through the internet department.</strong></span></span><span class="c7"><strong> <br></strong></span></span><span class="c4"><br>Should this vehicle not meet your needs, please let me know. I would be happy to assist you on a different vehicle, and get you the best possible deal.</span></span></span></p>

After viewing the sourcecode once, it will look like this: <p class="c6"><span class="c5"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1"><strong><span class="c2"><span class="c1">Burnsville</span></span></strong></span></span></strong></span></span></strong> Toyota</span><br></span><span class="c1">Internet Sales Hotline: 1-800-513-9239</span><br><br></strong><span class="c4"><strong><span class="c3">Hi [INSERT CUSTOMER FIRST NAME],</span><br><br><span class="c3">Thank you for the internet request. You requested a 2011 Toyota Rav4. Great choice! When can you come in to test drive?</span></strong></span></span></p><p class="MsoNormal c17"><span class="c8"><span class="c7"><strong>2011 Rav4<br></strong><br></span><span class="c7"><strong>Above is the standard equipment and below are the factory installed options:<br></strong><br></span><strong><span class="c7"><span class="c7"><span class="c7"><span class="c7">MSRP</span></span></span>: $<br><br>Internet Price: $</span><br></strong></span><span class="c5"><span class="c9"><br></span><span class="c13"><span class="c16"><span class="c14"><span class="c13"><span class="c5"><span class="c11">Available incentives on 2011 RAV4:<br>$500 Customer Cash<br>--or--<br>1.9% financing for 36 months<br>1.9% financing for 48 months<br>1.9% financing for 60 months<br>--or--<br>Low Lease Rates<br><span><em><span class="c10">(financing rates are thru TFS on approved credit)</span></em></span><br><br><span class="c4">*The Internet Price and Incentives expire on January 3, 2011. The internet price includes the factory installed options and customer cash rebate. It does not include<span class="c3"> tax and lic. fees.</span></span></span><span class="c12"> </span></span><span class="c12"><br></span></span><br><strong>We have a great selection of pre-owned vehicles also, be sure to ask your salesperson!</strong></span><br><span class="c4"><br><span class="c15"><strong>If you are able to, please print a copy of your email before you visit. We find it is a much more pleasant experience for our customers to deal with the salesperson who is already familiar with your wants and needs. Also any pricing discussed is only valid through the internet department.</strong></span></span><span class="c7"><strong> <br></strong></span></span><span class="c4"><br>Should this vehicle not meet your needs, please let me know. I would be happy to assist you on a different vehicle, and get you the best possible deal.</span></span></span></p> If you continue to switch back forth between design view and code view, it will continue to add span tags. I have tried setting FCKConfig.FormatSource = false ; FCKConfig.FormatOutput = false ; and adding span as a protectedtag to no avail. We are spending many hours trying to tidy up the html only to have modified again and agaom/

#6717 fckeditor doesn't show up with chrome 9 Bug Normal General
Description

Hi

I found fckeditor doesn't work with latest chrome 9, at least with version 9.0.587.0 on windows xp.

here is the simplest way to reproduce:

  1. download fckeditor 2.6.6 and extract it to fckeditor/
  1. use chrome 9 to open the sample file fckeditor/_samples/default.html
  1. fckeditor won't show up.
#6718 paste from word command should dominate Garry Yao Bug Normal CKEditor 3.5.4 Core : Pasting
Description
  1. Configure the editor with "forcePasteAsPlainText" set to true;
  2. Paste content from MS Word document with "Paste from Word" button;
  • Actual Result: Plain text are inserted;
  • Expected Result: Formatted text with proper word filtering are inserted.
#6719 V2 skin - the dialogs have transparent regions Bug Normal UI : Skins
Description

1.Open some dialog (link,anchor...)
2.Press on the middle tab
3.It has a transparent hole on the right side

#6720 CKE specific attributes _cke_saved_href and _cke_saved_src not removed from code example if preceded by <abbr> or <acronym> Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.4.3 General
Description

We use CKEditor as the editor in Drupal 6.x for one of our projects. One of the features of the website is showing code examples to visitors. As the website has to comply with the Web Guidelines for the Dutch government (which are based on WCAG1) the use of <abbr> elements is abundant.

This is where a problem arises:

CKEditor adds _cke_saved_href and _cke_saved_src attributes in the code examples if the code sample (which is between <pre> tags) is preceded by <abbr> or <acronym> elements.

I've downloaded CKEditor and reproduced this problem by editing one of the samples to reflect this situation.

In divreplace.html I've created this <div>:

  <div class="editable">
  <pre>&lt;a href=&quot;#&quot; onclick=&quot;window.open(&#39;http://domein.nl/pagina&#39;, &#39;_blank&#39;);&quot;&gt;</pre>
  <acronym>HTML</acronym>
  <pre>&lt;a href=&quot;#&quot; onclick=&quot;window.open(&#39;http://domein.nl/pagina&#39;, &#39;_blank&#39;);&quot;&gt;</pre>
    <abbr>HTML</abbr>
  <pre>&lt;a href=&quot;#&quot; onclick=&quot;window.open(&#39;http://domein.nl/pagina&#39;, &#39;_blank&#39;);&quot;&gt;</pre>
  <pre>&lt;a href=&quot;#&quot; onclick=&quot;window.open(&#39;http://domein.nl/pagina&#39;, &#39;_blank&#39;);&quot;&gt;</pre>
</div>

This results in the following content of the CKEditor:

<a href="#" onclick="window.open('http://domein.nl/pagina', '_blank');">
HTML

<a href="#" _cke_saved_href="#" onclick="window.open('http://domein.nl/pagina', '_blank');">
HTML

<a href="#" _cke_saved_href="#" onclick="window.open('http://domein.nl/pagina', '_blank');">
<a href="#" onclick="window.open('http://domein.nl/pagina', '_blank');">

As you can see the first line of example code is OK; no _cke_* attributes are added. The second and third line of example code get "polluted" with _cke_* attributes. The fourth line is ok again (only the first line of example code after a <abbr> or <acronym> element is affected).

The problem is with the href AND the src attributes and occurs in all browsers I've tried (IE8, FF3, Chrome7).

We've temporarely fixed the output to visitors by removing the _cke_* attributes before content is saved to the database, but we would very much like this to be fixed in the CKEditor itself.

Kind regards, Martijn

#6721 In IE7, edit area adding <p>&nbsp</p> elements when clicking in the edit area Bug Normal General
Description

In IE7, open nightly sample and add a table with default settings. Select the source control and again click it to go back to non source mode. Now do the mouse click on the top left corner of the editing area, just above the table.

Results in a new <p>&nbsp</p> being added to the document.(screen shot is attached)

#6722 Issue with styling when Img and <a> tags are present. Bug Normal General
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.

#6723 Text Field Right Click not working when SCAYT enabled Bug Normal General
Description

Found in IE6.

  1. open the CKEditor
  1. click "Spell Check As You Type" -> choose "Enable SCAYT"
  1. click on Text Field icon and create a text field.
  1. right click on the text field created in step 3. The context menu does not appear.
#6724 IE7: List becomes distorted when Increase Indent is pressed Garry Yao Bug Normal CKEditor 3.5.1 Core : Lists
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 Bug Normal General
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).

#6727 Problem in Large File upload in asp .net using asp connector Bug Normal Server : ASP.Net
Description

Problem in Large File upload in asp .net using asp connector.

#6728 BIDI: BiDi buttons do not work on a list that is inside a blockquote Garry Yao Bug Normal CKEditor 3.5.1 Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Create a Numbered List.
  3. Select the Numbered List & click the RTL icon.
  4. Select the list & click Blockquote.
  5. Click on the LTR icon.

Expected: LTR language direction is applied to the Numbered List. The list appears on the left of the editor. The List is inside a Blockquote.

Actual: Nothing happens. The list remains RTL.

#6729 Nested contenteditable New Feature Normal General
Description

I think this is a collection of browser bugs, don't know if they have any workaround or can be forwarded. Test case: <span contenteditable="false">abcd<span contenteditable="true">efgh</span>ijkl</span> The idea is to have a fixed structure with contenteditable=false (basically some fake post-processing tags), that has an editable window inside.

Outcome: IE: surprisingly, everything works as expected FF: all keyboard interaction except typing is dead in the inner block Chrome: completely crashes browser Opera: entire block is non-editable Safari: "sort of" works, browser crashes when you delete everything in the inner block

I was a bit surprised to see webkit appcrash like this, I guess fame comes with a price :)

#6730 Inserting links into text sometimes doesn't work properly Bug Normal General
Description

Sometimes when I try to make a selected text link, instead of making the selected text link, it adds the link before the selected text.

Steps to reproduce:

  1. Used Firefox 3.6.12
  2. Pasted some text into CKEditor
  3. Select some area of the text to be link (see attached image)
#6731 Misspelled filename in smiley plugin Task Normal CKEditor 4.0 General
Description

In the "smiley" plugin, the file "embaressed_smile.gif" should be spelled "embarrassed_smile.gif".

I can't believe I'm actually reporting this.

#6732 Firebug tidbits Bug Normal General
Description

In FF, if firebug is running, the following HTML is added in getData: <div firebugversion="1.5.4" id="_firebugConsole" style="display: none;">&nbsp;</div> I think it's in the last firebug version, I haven't noticed it before. I don't know if this calls for a hack fix? It's not really a problem with CK3, but on the other hand use with firebug is very common.

#6733 Text Alignment toolbar tooltips incorrectly use "justify" to mean "align" Bug Normal CKEditor 3.5 UI : Language
Description

The Text Alignment buttons incorrectly use the term "justify" to mean "align". Text justification means that the text spans from one margin to another without any ragging on any side. Our "Left/Right/Center Justify" functions, however, create a text that is ragged from one or both sides and thus NOT justified, but aligned.

Moreover, "left/right/center justify" are established terms that describe what happens with the last, incomplete line of the justified text, so CKEditor uses them in an entirely incorrect meaning.

I suggest we start with correcting the toolbar tooltips to stop confusing the end users with descriptions that do not match either what the function does or what its button shows.

Proposed changes:
Left Justify -> Align Left
Center Justify -> Center
Right Justify -> Align Right
Block Justify -> Justify

#6734 CKeditor 3.4.2 : Chrome - Unable to set style,font name and size. Bug Normal General
Description

I set the font size=24,name=Georgia when i went to the next line font size and font name set to default.I was not able to retain what i set like (24 and georgia).

#6735 Wrong checkReadOnly implementation Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 Core : Read-only
Description
	function checkReadOnly( selection )
	{
		if ( selection.getType() == CKEDITOR.SELECTION_ELEMENT )
			return selection.getSelectedElement().isReadOnly();
		else
			return selection.getCommonAncestor().isReadOnly();
	}

Problems:
1) If selection is type element, the selection is read-only if the parent (rather than element) is read-only. Consider:

<p>
    <span contenteditable="false">abcd</span>
</p>

If the selected element is <span>, it's editable (as in, it can be deleted, replaced, etc.
2) If selection is a range, the logic is more complex; it can so happen that the common ancestor is editable but the range spans an uneditable fragment; consider:

<p>
    <span contenteditable="false">
        ab[cd
    </span>
    ef]gh

Marked with [...] is the selection; in this case, the common ancestor is <p> which is editable, but the range should be read-only because the [cd] portion is uneditable. For non-nested contenteditable, the right logic is: if for all ranges, the start, end, or common ancestor is read-only, the selection is read-only; for nested contenteditable, the logic is gruesome.

#6736 URL encoding issue in the Filebrowser plugin Bug Normal General
Description

Image and Link dialog are wrongly encoding URLs.

  1. Click Images button and select Upload tab.
  2. Select file called Test%First.jpg from local drive and send to server. (Transfer is successful).
  3. Image Properties dialog is displayed. In the URL field, the file name is not URL encoded.

Result: It appears as “Test%First.jpg”. Clicking OK on the Image Dialog fails with an “Error on Page”:

The image doesn’t appear in the preview dialog.

#6737 Format Combo doesn't respect config.format_xx definitions Frederico Caldeira Knabben New Feature Normal CKEditor 3.6 UI : Toolbar
Description

The format combo box doesn't display its options in the correct style as attributed in the config.format_xx options.

For example, if I set the following config option:

CKEDITOR.config.format_h1 = { element : 'h2'};

...then when I choose "Heading 1" from the combo, the selected text is formatted as an <h2> element. However, the format combo box still shows "Heading 1" with the <h1> CSS applied to it.

The fix for this is simple. In /_source/plugins/format/plugin.js, line 48 should be changed from:

this.add( tag, '<' + tag + '>' + label + '</' + tag + '>', label );

to:

this.add( tag, '<' + styles[tag].element + '>' + label + '</' + styles[tag].element + '>', label );

(You may like to do this differently according to house coding conventions).

#6738 Inconsistent getCommonAncestor, need for shrink function? Bug Normal General
Description
  • CKEDITOR.dom.selection.getStartElement, modifies the range; this results in that getCommonAncestor can produce different results whether it's called before or after getStartElement; it is very unusual for a getter to modify data other getters use.
  • For #6735 to work properly, it might be needed to shrink the selection like #3231, but at both ends
  • The following approach would satisfy all #3231 , #3950 and #6735 in an elegant way: create a function that shrinks the selection starting with the end, then, if not yet collapsed, from the start. This would eliminate the need for the "only blocks" exception, since the selection would be collapsed at the start in the shrink-end phase in the </td><td> case, rather than being collapsed at the end as it happens now.
#6739 #6613 - Missing Translations in ja.js Bug Normal CKEditor 3.5 UI : Language
Description

Was not able to reopen the ticket 6613. Attaching the ja.js file again here.

Attached ja.js file with translations for:

link.langCode, list.numberedTitle, list.bulletedTitle, stylesCombo.panelTitle, div.title, div.toolbar, div.styleSelectLabel, div.edit, div.remove, bidi.ltr, bidi.rtl

#6740 Unable to preserve style. Bug Normal General
Description

I am having with chrome,safari,firefox to preserve the style.I entered the line of text setting the blue title when i entered at the end of the line,I got blue title set to default i.e black

#6741 Unable to preserve style. Bug Normal General
Description

I am having with chrome,safari,firefox to preserve the style.I entered the line of text setting the blue title when i entered at the end of the line,I got blue title set to default i.e black

#6742 IE: insertHtml still has problems with contenteditable Bug Normal General
Description

Probably related to #6005
Don't know how to produce a code to reproduce

Visual explanation:

[<span contenteditable="false">foo</span>]
insertHtml('<span contenteditable="false">bar</span>');

The content is added after the selected element instead of replacing it. insertElement works dandy though. I think the selection needs to be deleted altogether.

#6745 CKE: Add configuration option to add a list of pre-define list of links to the link dialog New Feature Normal UI : Dialogs
Description

I found 2 (still unresolved) tickets for FCK here: http://dev.ckeditor.com/ticket/288, http://dev.ckeditor.com/ticket/2393.

This is highly important when looking for a WYSIWYG editor for a CMS, which I believe is huge share of the usage of CKE.

I think it is fairly simple to add to the core. An example way to change the link plugin so it supports this feature is explained here: http://blog.xoundboy.com/?p=393, but it shouldn't be something that one needs to change the core to achieve.

The CKE API to manipulate the dialogs is not strong enough for this and only lets you add things to dialog tabs, and not to more specific parts of the dialog - for this feature a new "link type" option should be added, and a new "vbox" (not sure what it is) should be linked to it, and then there is a need to set up the list of links and the behavior of select box to add the link to the content. Besides this should really be something configurable on a config file basis and not on the fly with a JS event.

Thank you!

Amos

#6746 Closing div is inserted into DOM when Initializing editor with a <textarea> in it. Bug Normal General
Description

This problem happens in 3.4.2 and also 3.1, so it must have been around for a while.

When CKEditor is initialized and the contents include a <textarea> form tag, then CKEditor inserts and extra </div> into the DOM.

This renders the editor useless, as the outer form is disabled by the insertion. Also, it makes it impossible to edit an existing form with a textarea in it.

See examples:

http://www.coxe.org.CKBugDemo/FormTest1.html (working form, no textarea)

http://www.coxe.org/CKBugDemo/FormTest2.html (*exact* same, but with textarea element in editor)

#6747 Maximize Issue with Toolbar in Firefox 3.x and IE 8 Tobiasz Cudnik Bug Normal CKEditor 3.4.3 General
Description

When I maximized the editor control in FF 3.x/IE 8 and clicked on the editor's content area then some of the options of toolbar gets invisible. To reproduce this issue, we can simply check the demo page's Skin example found at URL: http://ckeditor.com/demo. To reproduce this issue, simply maximized the 2nd or 3rd editor and then click on the editor's content area. I have attached the snapshots for both 2nd and 3rd editor controls, given in the Skin demo.

#6748 Cursor position or selection not saved when switching between source view and html view New Feature Normal General
Description

2 scenarios tested under http://nightly.ckeditor.com/6142/_samples/replacebyclass.html

  • if you select a piece of text and click on source button, the selection is not visible in source view. It is the same with the cursor position.
  • if you are in source view and put the cursor somewhere or select a piece of text, and you click on source button to go back to html view, the selection or the cursor position is lost.
#6750 Image map implementation New Feature Normal General
Description

It is a missing feature in CKEditor 3.x

  • possibility to create rectangular, circular, polygonal areas on image
  • be able to define anchor and target on these areas.

Related implementation on FCKEditor 2.x http://martinezdelizarrondo.com/imagemaps/

#6751 Paste from Word - Leading space disappears (in formatted block) Garry Yao Bug Normal CKEditor 3.5.3 Plugin : Paste from Word
Description

When I paste from Word formatted text like this one :

<span>A b<b> c d</b></span>

it outputs this in CKEditor :

<p>
	A b<b>c d</b></p>

...with the formatting rendered, it's like that : A b c d -> A bc d

The space betwwen 'b' and 'c' disappeared, (probably somewhere in the htmlWriter).

#6752 Null pointer exception in selection/plugin.js Bug Normal General
Description

This happens for me, probably as a result of one or more custom plugins or skins I've written. The fix seems fairly easy, however, so I'm hoping that I can get you to incorporate it.

The following code is at the end of the selection plugin:

var selection = this.document.getSelection().getNative();
selection.removeAllRanges();
selection.addRange( nativeRange );

I'm seeing an error because 'selection' is null when the CKEditor is initialized. Adding a check as follows fixes the problem:

var selection = this.document.getSelection().getNative();
if (selection) {
   selection.removeAllRanges();
   selection.addRange( nativeRange );
}

I've attached my skin and custom plugins, just in case it helps you to confirm this.

#6753 Cleanup core/editor class Garry Yao Bug Normal CKEditor 3.5.1 General
Description

I can't believe it has been accepted, but plugin and theme dependent code has landed into the CKEDITOR.editor class with [5231].

Not even a single line that has been included there is acceptable. That code must be moved to the proper place.

#6754 Unable to set the font style. Bug Normal General
Description

I am not able to change font style.I pasted the text from the third party in Blue forecolor.When i was going to change in Red title it was not set to Red title.

#6755 IE8: 'Paste as plain text' has a big time delay in IE8 Bug Normal Core : Pasting
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."

#6756 updated hungarian translation Task Normal CKEditor 3.4.3 UI : Language
Description

Hello,

I've updated the hungarian translation.

#6757 [Opera] Dialog skin sides layout broken Bug Normal UI : Dialogs
Description

The issue could be reproduced in two ways on v2 and office2003 skin:

Procedure 1:

  1. Load sample page with a clean cache;
  2. open any dialog

Procedure 2:

  1. Open any dialog;
  2. Move the dialog by dragging it around;
#6758 Conflict with application/xhtml+xml MIME type Bug Normal General
Description

Server running PHP5. All _samples ran great but when I instantiated my own CKEditor in my CMS it broke. Mac Firefox 3.6.12 reports in the error console:

* errors

Error: undefined entity Source File: Line: 1, Column: 49 Source Code: <div xmlns="http://www.w3.org/1999/xhtml">&quot;&iexcl;&cent;&pound;&curren;&yen;&brvbar;&sect;&uml;&copy;&ordf;&laquo;&not;&reg;&macr;&deg;&plusmn;&sup2;&sup3;&acute;&micro;&para;&middot;&cedil;&sup1;&ordm;&raquo;&frac14;&frac12;&frac34;&iquest;&times;&divide;&fnof;&bull;&hellip;&prime;&Prime;&oline;&frasl;&weierp;&image;&real;&trade;&alefsym;&larr;&uarr;&rarr;&darr;&harr;&crarr;&lArr;&uArr;&rArr;&dArr;&hArr;&forall;&part;&exist;&empty;&nabla;&isin;&notin;&ni;&prod;&sum;&minus;&lowast;&radic;&prop;&infin;&ang;&and;&or;&cap;&cup;&int;&there4;&sim;&cong;&asymp;&ne;&equiv;&le;&ge;&sub;&sup;&nsub;&sube;&supe;&oplus;&otimes;&perp;&sdot;&lceil;&rceil;&lfloor;&rfloor;&lang;&rang;&loz;&spades;&clubs;&hearts;&diams;&circ;&tilde;&ensp;&emsp;&thinsp;&zwnj;&zwj;&lrm;&rlm;&ndash;&mdash;&lsquo;&rsquo;&sbquo;&ldquo;&rdquo;&bdquo;&dagger;&Dagger;&permil;&lsaquo;&rsaquo;&euro;&Agrave;&Aacute;&Acirc;&Atilde;&Auml;&Aring;&AElig;&Ccedil;&Egrave;&Eacute;&Ecirc;&Euml;&Igrave;&Iacute;&Icirc;&Iuml;&ETH;&Ntilde;&Ograve;&Oacute;&Ocirc;&Otilde;&Ouml;&Oslash;&Ugrave;&Uacute;&Ucirc;&Uuml;&Yacute;&THORN;&szlig;&agrave;&aacute;&acirc;&atilde;&auml;&aring;&aelig;&ccedil;&egrave;&eacute;&ecirc;&euml;&igrave;&iacute;&icirc;&iuml;&eth;&ntilde;&ograve;&oacute;&ocirc;&otilde;&ouml;&oslash;&ugrave;&uacute;&ucirc;&uuml;&yacute;&thorn;&yuml;&OElig;&oelig;&Scaron;&scaron;&Yuml;&Alpha;&Beta;&Gamma;&Delta;&Epsilon;&Zeta;&Eta;&Theta;&Iota;&Kappa;&Lambda;&Mu;&Nu;&Xi;&Omicron;&Pi;&Rho;&Sigma;&Tau;&Upsilon;&Phi;&Chi;&Psi;&Omega;&alpha;&beta;&gamma;&delta;&epsilon;&zeta;&eta;&theta;&iota;&kappa;&lambda;&mu;&nu;&xi;&omicron;&pi;&rho;&sigmaf;&sigma;&tau;&upsilon;&phi;&chi;&psi;&omega;&thetasym;&upsih;&piv;&#39;</div>

Error: uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: "http://example.com/admin/ckeditor/ckeditor.js Line: 52"]

* end errors

After I commented out this line, CKEditor worked as expected:

header('Content-Type: application/xhtml+xml');

This is the W3C recommended MIME type to use for XHTML. See section 3.1 - http://www.w3.org/TR/xhtml-media-types/#application-xhtml-xml

#6759 Protected source does not protect attributes Bug Normal General
Description

With configuration setting for PHP code:

config.protectedSource.push( /<\?[\s\S]*?\?>/g );

attributes are not protected

<input name="error" type="text" value="<?=$error?>" />

Note that apart from being able to switch from wysiwyg mode and back without losing content, it should work also in the "Text Field Properties" dialog when viewing the value.

Right now the result is:

value="&lt;!--{cke_protected}%3C%3F%3D%24var%3F%3E--&gt;"
#6760 Multiple File Uploads New Feature Normal General
Description

Please provide ability to upload more than 1 file at a time (default to 5) in CKFinder 2.0.1

#6761 Update Documentation New Feature Normal General
Description

Please update CKFinder Documentation to define (a) what the Basket is, (b) what is it used for, and (c) can it be removed and how?

#6763 addRichCombo chrome (webkit?) custom plugin bug Bug Normal UI : Toolbar
Description

when creating a new plugin and utilizing addRichCombo, the dropdown appears to go on infinitely and appears over the header in chrome. See image for an example:

#6764 Initialization 'by code' fails if script is placed after an IFrame element Bug Normal General
Description

If a page containing an element to be replaced 'by code' at page load also contains an IFrame which is declared in the markup before the initialization code, CKEditor will not initialize. If the initialization code is called before the IFrame element is declared, initialization works as expected.

Example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Replace Textarea by Code - CKEditor Sample</title>
   <meta content="text/html; charset=utf-8" http-equiv="content-type" />
   <script type="text/javascript" src="../ckeditor.js"></script>
</head>
<body>
   <p>
	  <textarea cols="80" id="editor1" name="editor1" rows="10"></textarea>
   </p>
   <p>   
	  <iframe src="http://www.google.com" width="800px" height="600px" />
   </p>   
   <script type="text/javascript">
	  CKEDITOR.replace( 'editor1' );
   </script>   
</body>
</html>

This issue only applies to 'by code' initialization; 'by classname' initialization is not affected.

I have tested and reproduced this bug in FireFox, Internet Explorer, Opera and Chrome.

#6765 Copy from third party take it to next line. Bug Normal General
Description

When i pasted from third party into ckeditor it takes the text whatever i am going to paste in the next line in Opeara,Firefox,IE8.But in chrome and Safari its working fine.

#6766 Unable to set fonf size from pastefromword. Bug Normal Plugin : Paste from Word
Description

I was not able to set the font size of text which was pasted into the editor from pastefromword.

#6767 Change font size not possible from PasteFromWord in Editor. Bug Normal Plugin : Paste from Word
Description

I am having problem in ckeditor while opening in chrome,Safari to change the font size which was pastefromword.I am not able to set font size.It still same which have been pastedfromword.Please help me out to solve this problem.

#6768 Change font size not possible from PasteFromWord in Editor. Bug Normal Plugin : Paste from Word
Description

I am having problem in ckeditor while opening in chrome,Safari to change the font size which was pastefromword.I am not able to set font size.It still same which have been pastedfromword.Please help me out to solve this problem.

#6769 [PATCH] switch SCAYT plug-in to use SCAYT core 2.6 Task Normal CKEditor 3.4.3 UI : Spell Checker
Description

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

#6770 [PATCH] switch SCAYT plug-in to use SCAYT core 2.6 Task Normal UI : Spell Checker
Description

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

#6772 Modify table properties is broken Sa'ar Zac Elias Bug Normal CKEditor 3.4.3 Core : BiDi
Description

Since [6087] when the table properties dialog is open to edit an existing table, it generates an error when the OK button is pressed.

Load replacebyclass, insert a table, put the cursor on the first cell and using the context menu select "Table properties", then just press OK and there's an error due to the dirChanged event.

#6774 Default contents.css should provide only sample styles Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.6 General
Description

Currently there are some internal rules added there that are lost as soon as the editor is integrated into any CMS and a new config.contentsCss is specified

html
{
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll;
	/* #6341: The text cursor must be set on the editor area. */
	cursor: text;
	/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
	*cursor:auto;
}

img:-moz-broken
{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img, input, textarea
{
	cursor: default;
}

All these rules should be created inline by the plugins (and even included only for the correct browsers).

#6775 Right and bottom margins are not being respected on dialog move Bug Normal UI : Dialogs
Description

The right and bottom margins are not being respected when moving the dialog.
Load the skins sample/demo, open a dialog of the v2 or office2003 skin and move it to the bottom-right. Shadows are now outside the screen.

#6776 Proposal: remove obsolete translations Task Normal UI : Language
Description

Currently there are many translations that haven't been updated for a very long time. They take extra space for the people that don't mess too much with the provided files and with so many missing strings they are hardly useful for the end user.

There are also some files like the Canadian French that it's quite less updated than the regular French file, so I wonder if the users prefer to look at some words better translated to their country locale or see more words in French instead of English. (besides the fact that many times both translations could be used for all the French countries as the difference could be really just a point of view of the translator at that moment but it's possible to have a single file).

I will remove any obsolete translation in the next release of Write Area with CKEditor, removing the files with over 200 missing entries saved 90Kb, so I think that I might go ahead and even remove the ones that are over 100 missing entries.

Of course, a call to the translators should be done in order to try to find people that can take some time to update its locale if he doesn't want it removed.

#6777 Image dialog: JavaScript error (invalid argument) Bug Normal General
Description

It can be reproduced on the demo page. The problem is caused by the "%25" character in the file name.

Steps to reproduce

  • Open the Image dialog
  • Paste the following in the URL field: /images/Test%25Image.jpg
  • Click "Ok" to close the dialog
  • Result: an error occurs, the image is not inserted into the document.
Invalid argument.  _source/com/dom/element.js, line 987 character 5

var standard = function( name, value )
{
	this.$.setAttribute( name, value ); // <-- line 987
	return this;
};

#6778 packager throws a warning while releasing iframe\dialogs\iframe.js Garry Yao Bug Normal CKEditor 3.4.3 Project : CKPackager
Description

I don't know what it means because I don't see anything wrong in a quick look.

Run the releaser and watch the log, there's a warning:

    ERROR: compressing javascript file failed:
    Error: invalid property id
    File: path\ckeditor\_dev\releaser\release\release\plugins\iframe\dialogs\iframe.js
    Line: 1
#6779 Elements path: clicking on <body> is not working Garry Yao Bug Normal CKEditor 3.4.3 General
Description
  1. Load the replacebyclass sample.
  2. Put the caret inside the sample paragraph.
  3. Click the "body" option in the elements path.

The body will be fully selected (as expected) for a fraction of a second. Then the selection gets collapsed to the start of the text (not expected).

Works well with the 3.4.2.

#6780 FckEditor.js only is loaded, when in focus Bug Normal General
Description

When I want to save some data with fckeditor 2.6 back and this data needs no update. Later, I see in the database is standing null instead of my data. This only happens, when the field isn't in the focus, when it's saved back.

#6781 [IE7] Dialogs are broken with RTL and office2003 and v2 skins Tobiasz Cudnik Bug Normal CKEditor 3.4.3 UI : Skins
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.

#6782 IE8 bug: Bookmark span tag doesn't get removed on context menu paste Bug Normal Core : Pasting
Description

To recreate:

  1. Type text into CKEditor.
  2. Copy text.
  3. Right-click at position after the text and select paste.
  4. Go to Source mode.

You'll see <span style="display: none">&nbsp;</span> from CKEditor bookmark.

Because of the above behavior, when you paste twice in a row, the second paste is pasted inside the span, which causes it to be hidden.

#6783 Large amount of text insert as divs rather then paragraphs in webkit Bug Normal Core : Pasting
Description

OS X 10.6.4

Safari 5.0 (6533.16)

CKEditor, latest stable as well as latest nightly

Enter mode is paragraphs

Steps to reproduce: Grab large chunk of plain text lorem ipsum

Paste into CKEditor, used demo at http://ckeditor.com/demo after

emptying contents

View source tab

<p>
	&nbsp;</p>
<div>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....</div>
<div>
	&nbsp;</div>
<div>

In FF 3.6.12, using the same steps above

<p>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....<br />
	<br />
#6784 IE content deletion bug when adjusting indentation levels of bulleted or numbered lists Bug Normal General
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 Bug Normal Core : Lists
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
#6786 Enforce compression thorugh htaccess New Feature Normal General
Description

The following article describes the problem and the solution:
http://calendar.perfplanet.com/2010/pushing-beyond-gzipping/

We could check if it's possible to do any enhancement in this sense into our htaccess file.

#6787 Heading Merges With Paragraph Below in IE8 Bug Normal Core : Selection
Description

In IE8 when you select a heading and type into the selection to replace the text... the heading incorrectly merges with the paragraph of text below it. I found this bug in fckeditor... but interestingly it also happens in the new editor... http://ckeditor.com/demo

I want to use templates... and allow the user to replace the template headings etc... but this bug can make that quite a messy process.

Is there a fix for this?

#6788 Firefox: Cursor disappears during hide-show circle Bug Normal General
Description

This happens when you use CKEditor in tab elements and causes the user to stop working, as he cannot see cursor anymore.

To reproduce the bug go into online demo and type the following into your javascript console:

$('.demoInside').hide();
$('.demoInside').show();

Firefox 6.3.12 (Linux and Mac OS)

#6789 Pasting: mso-list: ignore not handled properly Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
Description
  1. Go to source mode
  2. Copy the following content in the editor :
    <pre>
    <span style="mso-list: ignore">
     test
    </span>
    </pre>
    
  3. Go to wysiwyg mode
  4. Select all
  5. Press ctrl-X ( Cut )
  6. Press Ctrl-V (Paste )
  7. Now , you get a message asking to cleanup the content
  8. Press OK
  9. Notice that the text now contains <> test:
<pre>
&lt;&gt;test 
&nbsp;</pre>

NOTE: Problem with HTML is no longer reproducible in CKE 3.6.6 and CKE 4.0.1. The only way to reproduce this issue is using MS Word file.

#6790 Firefox 3.6.12 when in GUI mode unable to delete HR lines Bug Normal General
Description

Much like Ticket #683 (closed Bug: invalid)

Basically, create a simple page with only Pictures, and HR lines between the rows of pictures. Insert two HR lines.

Try to delete with backspace or delete key. Unable to complete delete. I can how ever select the HR, but no indication of selection is shown on screen, so its unknown what will be deleted by selecting with the mouse.

Occurs on CKEditor 3.4.0.xx to CKEditor 3.4.2.6041

Bug 2; Cursor disappears after inserting a HR.

I have to click the end of the HR line perfectly, or it will insert the BR above the HR line.

Example page; http://staging.laughingcatdesignsetc.com/node/61

#6791 [IE7] Editor does not show in IE 7 when textarea name="description" Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 General
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.

#6792 Ambiguous page scroll in Firefox Bug Normal General
Description

It's the same as Ticket #4397 http://dev.ckeditor.com/ticket/4397. Multiple ckeditors cause the page to jump to the last one added. Using fresh installs of ckeditor 3.4.2. and FF 3.6.12. Happens on Windows, Ubuntu, and Mac.

#6793 Copy Paste of List not functioning properly Bug Normal General
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.

#6794 Missing Translations in ja.js Bug Normal CKEditor 3.4.3 UI : Language
Description

Attaching a ja.js file with most of the Missing Translations updated. Hope the translations do not cause any issue because of their length etc. Can you Please check that and then uptake the same.

#6795 SCAYT Languages tab should contain some spacing between the radio buttons and labels Anna Tomanek Bug Normal UI : Spell Checker
Description

The "Languages" tab of the Spell Check As You Type dialog window would benefit from some spacing between the radio buttons and their labels, similar to the formatting of the "Options" tab & its checkboxes. Right now it looks a bit crammed/ ugly.

Languages tab: http://docs.cksource.com/images/b/b4/CKEditor_SCAYT_languages.png

Options tab: http://docs.cksource.com/images/b/b6/CKEditor_SCAYT_options.png

#6796 [Spellchecker] Some languages are named incorrectly Bug Normal UI : Spell Checker
Description

Among the languages supported by the spellchecker (both in the "Spell Check" dialog window and in the "Languages" tab of the SCAYT dialog window) some have incorrect names, like:

"English Canadian" -> should be "Canadian English"

"French Canadian" -> should be "Canadian French"

"English Australian" -> should be "Australian English"

There is no such thing as a "Canadian" or "Australian" language and language variants/dialects should always be named in the "Region Language" format and not the other way round.

#6797 [Spellchecker] Supported languages for spellchecker and SCAYT don't match Bug Normal UI : Spell Checker
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 Tobiasz Cudnik Bug Normal CKEditor 3.4.3 General
Description

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

#6799 ShowBlocks doesn't work with lists Bug Normal General
Description

Enable the show blocks command and add a list:
nothing is shown, I think that at least the ol and ul elements should be added.

#6800 After disabling the contextmenu plugin, native context menu on a selection is broken in IE7 and IE8 Bug Normal UI : Context Menu
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)

#6802 Multiple tables break page Bug Normal General
Description

I've been having trouble while editing a page with multiple tables. After saving my changes, the last table or two are cropped, leaving the HTML broken as a result.

It only seems to happen with one particular page (viewable here: http://tryskating.com/when-to-skate-2011.php), which, as you'll see, contains text, images and tables. There should be twelve tables (one for each month of the year) but as described above, the last table or two seems to get cropped when saving, and the footer gets chewed up as a result.

The tables use headers, captions and col groups.

This happens in all browsers I've tested with (latest versions of Firefox, Chrome, IE8, Opera and Safari).

I used to be running on V3.3.1 and updated to V3.4.2 and still get the same issue.

I've disabled all other JavaScripts that were running in case that was an issue, but the tables are still breaking.

In addition to this, I have a possibly related issue with Webkit browser: I find that the editor is really slow to open and use in general.

#6804 designing fieldset with legend returns unexpected result Garry Yao Bug Normal CKEditor 3.5.1 Core : DTD
Description

write the following code directly in source-view:

<fieldset>
        <legend>caption</legend>
        <p>keep going, CKeditor!</p>
    </fieldset>

then switch to design-view, it looks well, but when do some design actions, it returns unexpected result. the cases vary from diferent browsers:

IE8: double-click the boundary of fieldset, the code will be changed to

<fieldset>
			<p>
				&nbsp;</p>
			<legend>caption<span style="display: none">&nbsp;</span></legend>
			<p>
				keep going, CKeditor!</p>
		</fieldset>

firefox 3.6.12: just click the legend, the code will be changed to

    <fieldset>
        <legend></legend>
        <p>caption</p>
        <p>keep going, CKeditor!</p>
    </fieldset>

#6805 Links get urlescaped on copy paste Bug Normal Core : Pasting
Description

Links get urlescaped on copy paste

1. Enter following into CKEditor source view:

<p>
	This is some <strong>sample text</strong>. You are using <a href="[url|FILE|28]">CMS links</a>.</p>

2. Copy in WYSIWYG mode.

3. Paste into editor

Copied content transforms into following

<p>
	This is some <strong>sample text</strong>. You are using <a href="%5Burl%7CFILE%7C28%5D">CMS links</a>.</p>

Tested on nightly 6182

#6806 [IE7] Dialog buttons invisible on focus Tobiasz Cudnik Bug Normal CKEditor 3.4.3 UI : Dialogs
Description

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

#6807 toggle inline style bug Garry Yao Bug Normal CKEditor 3.5 Core : Styles
Description
  1. Load default sample page;
  2. Click to put cursor inside words "sample text";
  3. Click on "Bold" button;
  • Actual Result: Cursor moves out of bold style;
  • Expected Result: Bold style removed with cursor position remains.
#6809 [IE7] Remove format make styled image invisible Bug Normal Core : Styles
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.
#6810 combos in ckeditor are not being closed when used in a window Bug Normal General
Description

iam using ckeditor on separate window. for my mail application when i try to open a combo in ck editor to style the selected one and close the window with out closing the combo. the combo shows up in open state even after the window is closed. please help me in this regard.

#6811 Chrome: Fix for body logic fails with quick sequence of BACKSPACE Bug Normal General
Description
  • Load an editor.
  • Select all and press BACKSPACE.
  • Wait for 2 seconds
  • Press BACKSPACE 2 times quickly.

Note that the elements path shows no signs of paragraph, and applying BiDi or style fails.
Reproducable on demo. Didn't check Safari.

#6812 Menu button disabled after opening dialog Garry Yao Bug Normal CKEditor 3.4.3 General
Description

When a menu button is used to open a dialog, the menu button becomes disabled when the dialog shows. After closing the dialog the button remains disabled.

To reproduce:

  1. Open nightly sample
  2. Use SCAYT menu button to enable SCAYT
  3. Use SCAYT menu button to show the "About SCAYT" dialog
  4. Close the dialog

Result: the SCAYT menu button is disabled. This affects all menu buttons, not just SCAYT.

High priority.

#6814 [AIR] Sub-menus in the context menu don't open on mouse over Sa'ar Zac Elias Bug Normal CKEditor 3.5 UI : Context Menu
Description
  • Load the AIR sample and insert a table.
  • Right click inside one of the cells.
  • Put the mouse over "Cell".

Expected: Sub-menu opens.

#6815 Webkit: Cell properties dialog should be a bit wider Sa'ar Zac Elias Bug Normal CKEditor 3.5 UI : Dialogs
Description

The cell properties dialog in Webkit could use some extra width. There's no spacing between the select color buttons and the dialog border in V2 and Office2003.

#6816 [AIR] Impossible to resize dialogs Garry Yao Bug Normal CKEditor 3.5 UI : Dialogs
Description
  • Open the AIR sample.
  • Open a dialog.
  • Drag the grip to resize the dialog.

The dialog is not beeing resized, and parts of the dialog contets are highlighted.

#6818 [AIR] Resizing the editor ruins the editor Garry Yao Bug Normal CKEditor 3.5 General
Description
  • Open the AIR sample.
  • Resize the editor.

The whole editor chrome is ruined.

#6819 Pasting rich text in a table cell results in incorrect placement Bug Normal Core : Pasting
Description

If I copy the text in the editor area and paste the text into the cell, the result is that the text looks to have pasted into the proper location, but on switching to source mode, the text is in fact pasted immediately after the closing of the td element. Note, if I paste plain text into the table cell the behavior is as expected (i.e. the text is visually in the proper place and in source mode is contained in the td element)

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			Text from the editor
			<td> 
                </tr>
</tbody>
</table>
#6820 [IE] toolbar icons sprites 404s on editor load Tobiasz Cudnik Bug Normal CKEditor 3.4.3 UI : Toolbar
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 Bug Normal CKEditor 3.4.3 UI : Enter Key
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.
#6822 fake objects presentation Sa'ar Zac Elias Task Normal CKEditor 3.4.3 Accessibility
Description

The following fake objects are having wrong "title" on fake image.

  1. Page break: "undefined"
  2. Iframe: "Unkown Object"
  3. Hidden field: Unkown Object"
#6823 Opera: Unable to move cursor below horizontal line or Page break Bug Normal General
Description

To reproduce the defect:

  1. open any sample and type some text.
  1. click on Insert Horizontal Line or Insert Page Break for Printing icon.

Expected Result:

Horizontal Line or Page Break is inserted after the current paragraph and cursor is positioned after the Horizontal Line or Page Break.

Actual Result:

Horizontal Line or Page Break is inserted after the current paragraph but cursor is positioned at the end of current paragraph Break.

Even when we try to move the cursor below Horizontal Line or Page break using mouse or key board it will not work.

#6824 Alignment is not observed after paragraph format has been applied Bug Normal General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Click on Align Right (or Align Centre).
  3. Select Heading 1 from the paragraph format drop down list.
  4. Type some text & press Enter.

Expected: The cursor stays Right Aligned (or Centre Aligned).

Actual: The cursor becomes Left Aligned.

#6825 Opera: Dialog borders broken after a resize Bug Normal General
Description

Using Opera/linux, dialog borders broken after a resize. Affects V2 and Office2003 skins.

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