Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4901 - 5000 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#5202 IE: Some styles are not being applied to collapsed selections Frederico Caldeira Knabben Bug Normal CKEditor 3.2 Core : Styles
Description

(3.2.x Branch)

Some of the styles are not being applied to collapsed selections. This happens with the Styles combo, Font Face, Size and Colors. Strangely, its doesn't happen with the button styles, like Bold and Italic.

#5203 IE: Page scrolls when leaving the editor Frederico Caldeira Knabben Bug Normal CKEditor 3.2 General
Description

With IE:

  1. Create a page were it's possible to scroll to hide the editor.
  1. Make a selection in the editor, or simply put the caret on it.
  1. Scroll down so the editor is hidden.
  1. Click on the page.

The page will scroll up to put the selection in the editor before losing it to the clicked target.

#5204 IE: Tab-less dialogs have less space at the top of its contents block Bug Normal CKEditor 3.2 UI : Dialogs
Description

Compared to the 3.1, tabs-less dialogs have now less margin at the top of the contents box.

This is IE only.

#5205 IE6: Toolbar has no bottom padding Bug Normal CKEditor 3.2 UI : Toolbar
Description

With IE6, the toolbar has no bottom padding in the kama skin.

#5206 IE6: In the v2 skin, the toolbar combos are not rendered properly Bug Normal CKEditor 3.2 UI : Toolbar
Description

With IE6, in the v2 skin, the toolbar combos are not rendered properly.

#5207 Safari: TAB between editors has no effect Bug Normal CKEditor 3.2 General
Description

(3.2.x)

In Safari, when hitting TAB to move the focus between editors has no effect. This can be tested with the replacebycode sample.

#5208 Undo becomes confused after creating a new page Bug Normal CKEditor 3.2 General
Description

To reproduce:

  1. Open sample
  2. Add some content
  3. Use the New Page command to clear the document
  4. Use undo to undo the New Page command

Result: Undo doesn't work.

#5209 Safari: Toolbar items should have the arrow cursor Bug Normal UI : Toolbar
Description

All toolbar items should have the arrow cursor in Safari. The hand is shown instead.

#5210 WebKit: Buttons are badly aligned in the Find/Replace dialog Bug Normal UI : Dialogs
Description

In Safari, the buttons are badly aligned in the Find/Replace dialog

#5211 WebKit: The ESC key as not effect in dialogs after tab click Bug Normal UI : Dialogs
Description

With Safari/Chrome:

  1. Open the Link dialog.
  1. Click any of its tabs.
  1. Hit the ESC key.

The dialog doesn't get closed.

#5212 Safari: SHIFT+ENTER must be done twice to work Garry Yao Bug Normal CKEditor 3.3 Project : CKPackager
Description

This one looks like the old #223, but it happens only at the end of lines without the bogus <br> and with the release version only.

SHIFT+ENTER must be done twice to work.

Safari only. Works well with Chrome.

#5213 String changes required to facilitate customized labels on fields in dialogs Bug Normal CKEditor 3.2 General
Description

1) Link needs a new target label because it is used in both the TAB and for a form field label.

2) Inside of the Common string section URL is being used in several places for example inside of the links plug-in it is being used for both a combo box choice and a form field label. Because we cannot add a colon to a combo box we need a separate label for the one inside of the combo box.

3) Inside of the Image plug-in string section there is a URL string this is inconsistent since all the other plug-ins pull from the common URL string.

4) Inside of links string section there are two strings with the same name Target one of them should be removed.

5) Inside of the image string section there should be a target added to either this section or the common string section currently the Target label is being pulled from a different section this is inconsistent.

6) Inside of image plug-in string section there is a preview string. For all other plug-ins the string is being pulled from the common string section either each plug-in should be given a preview string or the image dialog needs to use the common preview string for consistency.

#5214 Linked images does not proper work with FCKeditor Bug Normal Project : MediaWiki+FCKeditor
Description

Since MW 1.14 it is possible to link images with the syntax:

[[file: example.png|50px|link=example]]

If editing a page with the FCKeditor these links are destroyed.

See http://www.mediawiki.org/wiki/Manual:Linked_images

#5215 Linked images does not proper work with FCKeditor Bug Normal Project : MediaWiki+FCKeditor
Description

Since MW 1.14 it is possible to link images with the syntax:

[[file: example.png|50px|link=example]]

If editing a page with the FCKeditor these links are destroyed.

See http://www.mediawiki.org/wiki/Manual:Linked_images

#5216 Provide CKEDITOR.appendTo(elementOrId, config, data) Alfonso Martínez de Lizarrondo New Feature Normal CKEditor 3.3 General
Description

I guess that almost all the uses of CKEDITOR.appendTo will try to call .setData after creating the instance, so it will save some lines of code and avoid the creation of an empty editor that later is filled with the new data (remembering also that .setData will recreate the iframe) if the initial data can be set at creation time.

#5217 CKEDITOR.editor#setData should generate an undo snapshot Piotrek Koszuliński Bug Normal CKEditor 4.4.0 General
Description

Calling setData should generate an undo snapshot.

Note that setData participates on the editor data initialization, which should not be impacted by it.

#5218 FF: Copy/paste of an image from same domain as CKeditor changes URL to relative URL Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 Core : Pasting
Description

This issue occurs only in Firefox.

To reproduce:

  1. Go to an instance of CKEditor (eg http://drupal.ckeditor.com/)
  2. Add an image that uses the same domain (eg http://drupal.ckeditor.com/images/logo-ie.png)
  3. Check image properties in CKEditor to verify the full URL is listed
  4. Copy and paste the image
  5. Check image properties on the pasted image - URL has been modified

See attached screenshot.

My limited testing of a couple OSes and a few browsers shows that this issue occurs only in Firefox:

OS: OSX 10.6.2

Issue occurs in Firefox 3.5.8 (see screenshot) Issue does not occur in Chrome 5.0.307.9 beta Issue does not occur in Safari 4.0.4 (6531.21.10)

OS: Windows XP

Issue occurs in Firefox 3.5.8 Issue does not occur in IE 8.0.6001.18702

#5219 spellchecker : can not accept half corrected words in spell checker New Feature Normal UI : Spell Checker
Description

When a customer wants to check only his reply and NOT the original message of the sender in mails, he will cancel the spellcheck after the reply is fully checked. Words that were corrected will switch back to the original word, when you cancel the spellcheck. This should be not happen. So the spellcheck is not usable for reply and forward mails.

ignore all is also not much use full as it will ignore all occurrences of selected word only

#5220 Style tag in body element messes output in CKEditor fullpage edit Garry Yao Bug Normal CKEditor 3.3 Core : Output Data
Description

Paste in fullpage edit source mode

<html>
	<head>
		<title>CKEditor Sample</title>
	</head>
	<body>
<style type="text/css">
p {
 border: 1px solid green;
}</style>
	<p>
		This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
</body>
</html>

Switch to wysiwyg and back to source results...

<html>
	<head>
		<title>CKEditor Sample</title>
	</head>
	<body>
	</body>
</html>
<style type="text/css">
p {
 border: 1px solid green;
}</style>
<body>
	<p>
		This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
</body>

Tested on svn: 5171

#5221 [[IE]] Have to click the Table dialog's OK button twice when there is no content. Garry Yao Bug Normal CKEditor 3.3 General
Description
  1. Open the Ajax sample. Notice that the elements path is empty.
  2. Click the Table toolbar button.
  3. Click the Table dialog's OK button.

Observe the javascript error: 'type' is null or not an object.

This does not occur on the nightly 3.2 demo as the content area gets focus before the dialog appears. "body p" appears in the elements path.

The error is occurring in core/dom/walker.js guardRTL function.

I believe the error is occurring because the node to replace is null. The wysiwyg plugin's onInsertElement function thinks it is in an empty p element and attempts to replace it with the table element. See the if statement following the below comment in the onInsertFunction function:

If we're in an empty block which indicate a new paragraph, simply replace it with the inserting block.(#3664)

#5222 Flash checkbox options on properties tab are not read by JAWS Bug Normal CKEditor 3.3 Accessibility
Description

The checkboxes on the Properties tab in the Flash dialog are not read by JAWS. Neither is the <legend>Variables for Flash</legend>

#5223 [MediaWiki+FCKeditor] Shift+Enter Produces HTML instead of XHTML New Feature Normal Project : MediaWiki+FCKeditor
Description

Pressing Shift+Enter in FCKeditor produces <br> (HTML) instead of <br /> (XHTML) right now.

To conform to XHTML standards for better code consistency, modify Shift+Enter to produce <br /> in the code-behind.

#5224 The Toolbar has been Frozen, textarea uneditable Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

the code as follows:

<B><FONT face=Tahoma size=2><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">De:</SPAN></FONT></B><FONT size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Devz <BR><B><SPAN style="FONT-WEIGHT: bold">Enviado el:</SPAN></B> MartZ<BR><B><SPAN style="FONT-WEIGHT: bold">Para:</SPAN></B> Mary Lua<BR><B><SPAN style="FONT-WEIGHT: bold">Asunto:</SPAN></B> RV: Documents</SPAN></FONT><FONTFACE="MS PGothic?><BR>Dear Devito,</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><BR>ADSDF</SPAN></FONT>

#5225 Replace dialog focuses on Find tab when using dialog_startupFocusTab=true Bug Normal CKEditor 3.2 General
Description

When

config.dialog_startupFocusTab=true;

the Replace command focuses on the first tab in the dialog ("Find") instead of in the selected dialog.

#5226 mediawiki-fckeditor error on (ajax) listing categories Bug Normal Project : MediaWiki+FCKeditor
Description

On page FCKeditorSajax.body.php, function wfSajaxSearchCategoryChildrenFCKeditor($m_root) line 197 $m_root = str_replace("'","\'",$m_root);

it fails when a category (parameter m_root) has quotes, because it is submitted to this function after (line 204) $res = $db->query($m_sql,METHOD );

which quotes it again, becoming something like "Gender
's issues".

The solution is pretty easy: (line 200)

$m_root = mysql_real_escape_string( $m_root );

which must be placed after the connection to the database. The previous one with str_replace can be removed.

#5227 [FF] Can not collapse toolbar when Basic toolbar is used. Bug Normal UI : Toolbar
Description

Using an editor instance that has the 'toolbar' configuration property set to 'Basic'. Click the 'collapse toolbar' button on the far right of the toolbar. Observe that the toolbar remains visible. Change the 'toolbar' configuration property to 'Full' and reload the editor instance. Click the 'collapse toolbar' button. Observe for this toolbar no toolbar buttons are visible when collapsed.

#5228 "Link" dialog incorrectly handles URLs that starts with '?' Minh Nguyen Bug Normal CKEditor 3.3 General
Description

The "Link" dialog incorrectly handles URLs that start with '?' and adds 'http://' in front of '?'. For example CKEditor converts ?myParam=xyz to http://?myParam=xyz

CKEditor should work in this case similar to URLs that starts with "/" and automatically set the protocol to "<other>".

#5231 [[IE]] Default Values are not shown for Horizontal Alignment and Vertical Alignment combo boxes on Cell Properties dialog Bug Normal CKEditor 3.2 General
Description

To Reproduce the defect:
1) Open the ajax sample
2) Insert a Table
3) Activate the Table Context menu and open Cell properties dialog
4) Check for the default Values in Horizontal Alignment and Vertical Alignment Combo boxes

They are not set,where as in FF default value of <not set> will be shown in both Combo boxes

Reproduced in IE6 and IE7

#5232 [[IE]]—Bold Italic Underline Strikethrough Subscript and Superscript options are sticky even after we clicked on the options to undo them Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect:

1) open the Ajax sample
2) Click on Bold icon
3) Type some characters,see that they are typed in Bold.
4) Click on Bold Icon again to remove the Bold option
5) See that the Bold options is removed.
6) Now click on any of the other Formatting icons (Italic,Underline,StrikeThrough,Subscript,Superscript).
7) See that Bold Icon is also selected.
8) Same thing happens with all the other icons.

Reproduced in IE6 & IE7

#5234 Div container's context menu does not work for divs that are created via source Bug Normal General
Description

To reproduce

  • Open a new editor and switch to source mode
  • Insert this code:
    <div>Text</div>
    
  • Go to WYSIWYG mode and right-click inside the div

The div container's context menu does not work.

#5235 IE is splitting global css definitions into 4 parts Bug Normal General
Description

IE is splitting all "global" css definitions into 4 parts.
i.e:

  • 'border: 1px solid red' is splitted to 'border-left', 'border-right', 'border-top', 'border-bottom'.
  • 'padding: 5px' is splitted to 'paddin-right', 'padding-left', 'padding-top', 'padding-bottom'.

It might be a browser bug.

#5237 English text in dialogs' title is flipped when using RTL language Sa'ar Zac Elias Bug Normal CKEditor 3.4.2 UI : Language
Description

To reproduce

  • Go to the demo and open the multi language interface.
  • Choose RTL language (i.e Hebrew)
  • Click on the 'Help' button for example.

Notice that the product name in the dialog title is flipped.

#5238 MenuItems in toolbar don't show a down arrow in HC mode Garry Yao Bug Normal CKEditor 3.3 Accessibility
Description

For any Menu Item, like SCAYT, the drop-down arrow does not have an alternative text-based arrow in HC mode.

#5239 Behaviour of Menus in Toolbar is Inconsistent Garry Yao Bug Normal CKEditor 3.6.1 UI : Toolbar
Description

To reproduce the defect

For any Menu like Font Name, Font Size,Text Colour,Background Colour, Styles or Paragraph Format when we press Esc the Menu is closed and the Focus stays on the same Menu in the Toolbar

But for Spell Check as You Type Menu when we press Esc the Menu is closed and the Focus is going in to the body of the Editor.

#5240 Flash Alignment property is not working Garry Yao Bug Normal CKEditor 3.3 General
Description

To reproduce the defect:

  1. Open Ajax sample
  1. Enter some text and click on Flash icon in the Toolbar
  1. On Flash properties dialog enter the URL for Flash and select Alignment as Left in the Align Combo box on Properties tab and Click OK
  1. See that the Flash is inserted but it is not aligned to left.
  1. Right click on Flash and go to Flash properties option in the context menu to activate Flash Properties dialog.
  1. Now change the Flash Alignment to Right and Click OK.
  1. See that Flash Alignment is not changed.

I looked at the HTML source and the Alignment property for Flash is correctly set at all times.

#5241 Inserted tag <p>&nbps;</p> on format "normal" insead replacing tag Bug Normal General
Description

If changing format of new empty line (eg. <p>&nbsp</p>), instead of replacing tag is inserted new <p>&nbsp;</p>. Happends in FF 3.6 and Opera 10.10 .

1) You have empty CKEditor
2) Write on first line letter "a", enter, second line "b"
3) Insert new empty line between letter "a" and "b" - http://www.soft-4u.eu/ckeditor/Step3.png
4) On this new empty line choose from formats "h1"
5) Then choose "Normal" format for 3 times
6) Looks like nothing changes, but choose "source". There will be inserted <p>&nbsp;</p>. http://www.soft-4u.eu/ckeditor/Step6.png
7) Back from source to editing, you will see updated edit area, new line appears. http://www.soft-4u.eu/ckeditor/Step7.png


8) You can go to new empty line, which was create in step 3) and repeat steps till 7). Again, new <p>&nbsp;</p> inserted.

#5242 Text and Background Colour applied to the text are removed together even though we removed only one of Text Colour or Background Colour Garry Yao Bug Normal CKEditor 3.3 Core : Styles
Description

To reproduce the defect:

  1. open the Ajax sample.
  1. Click on Text Colour button menu and select some colour(eg: red).
  1. Click on Background Colour button menu and select some colour(eg: cyan).
  1. Type the text see that both the Text and Back ground colour's that we have selcted in steps 2 & 3 is applied to the text.
  1. Now click on Text Colour button and select the Automatic Colour Option to remove the Text Colour.
  1. Type some more text.
  1. See that both Text Colour as well as Background colour applied to the text is removed.

Expected Result:

Only the Text Colour should be removed and the Background colour should remain.

Same behaviour appears when we remove Background Colour insted of Text Colour in step 5.

#5243 All dialogs in all skins in RTL mode are broken with IE Bug Normal CKEditor 3.2 UI : Dialogs
Description

In version 3.2 all dialogs in all skins in language that is in RTL mode are broken in IE.
The content is either hidden under the dialog title or not inside the dialog itself. the 'x' button in V2 and Office 2003 skins is jumping on mouse over.
attaching a simple page with the error and a screenshot of the error in the kama skin [notice that the result in each skin is different].

#5244 Text & Background color float panels are partly hidden in RTL language and IE Bug Normal UI : Floating Panel
Description

To reproduce

  • Open the demo and go to the multi-language interface in IE
  • Go to Hebrew or any other RTL language
  • Open the Text/Background color float panel. notice the left side of the panel is partly hidden. sometimes there is also a horizontal scrollbar in the panel.
#5245 The range is not the same after applying commands Bug Normal General
Description

To reproduce

  • Open a new editor and insert the following inside the source:
    <p><strong>Bolded</strong> <u>Underlined</u></p>
    
  • Put the cursor inside the word 'Underlined'.
  • Click on the Underline button in the toolbar so the underline will be removed.
  • Select all yet nothing but the word 'Underlined'.
  • Click on the Underline button again. notice that the whole paragraph is underlined and the range covers the whole paragraph.
#5247 Context menu resizing not works properly on IE8 Quirks Bug Normal UI : Context Menu
Description

To Reproduce

  • Open CKEditor demo page with IE8
  • Press F12 key to Launch developer tool
  • Change document mode to 'Quirks'
  • Right click the table
    • 'Table Properties' menu is displayed weirdly
#5248 Dialog boxes are not displaying properly in Quirks mode in IE Bug Normal UI : Dialogs
Description

Contents of Dialog boxes are either moving upwards or not displaying at all in Quirks mode in IE. Please refer to attached screenshot for details. This issue was reproducible in nightly build also with IE 8. Sample html file to reproduce the issue is also attached with this ticket.

#5249 Text indent behaves incorrectly Bug Normal Core : Output Data
Description

When we set indentClasses in configuration of ckeditor and make some indents, clicking decrease indent does nothing. For an example: we set in external config:

config.indentClasses = [ 'rteindent1', 'rteindent2', 'rteindent3', 'rteindent4' ];

in editor we make two indents, editor add classes to element: rteindent1, rteindent2. When we try to decrease indent editor don't remove second class.

#5250 addExternal stopped working if the fileName parameter is not specified Bug Normal CKEditor 3.2 General
Description

With the 3.2, the addExternal function stopped working if it's third parameter, the file name, is not specified.

#5251 Toolbar won't Expand/Collapse Properly Bug Normal UI : Toolbar
Description

http://cksource.com/forums/viewtopic.php?f=11&t=17812

I just upgraded from version 3.0.1 to 3.2.

Before, I was able to Expand and Collapse the toolbar with no problem, now, it starts collapsed as I set, but once it's expanded, It won't collapse again.

Mac Safari Version 4.0.4 (6531.21.10)

I am able to reproduce the behavior on the demo page: http://ckeditor.com/demo click "custom toolbar" and it won't collapse, though the one below it with the full toolbar will.

I have a toolbar defined as below:

   config.toolbar_OLSAdmin =
   [
      ['Bold','Italic','Underline','-','Font','FontSize','TextColor','BGColor','Styles','Format','-','Subscript','Superscript','-','NumberedList','BulletedList']
   ];}}}

And I load ckeditor like this:
{{{CKEDITOR.replace( 'description', {
        toolbar : 'OLSAdmin',
        toolbarStartupExpanded: false,
        height:"75"
    });}}}
#5252 Background and tables New Feature Normal General
Description

Hello, I really liked your CKEditor, but I might haven't notices, but I didn't find where to edit the background of the page (color/picture?), plus, I've noticed that tables are not adjusteble much. Like borders, they could use some coloring feature as well. :) Had to inplement a WYSIWYG editor into some newsletter wp-plugin, so he could generate the desired newsletter, but lack of those features made me to reconsider. :(

Anyway, hope you'll come up with this one. Thanks for your time

Ryszard

#5253 CKEditor 3.2 + Firebug 1.5.2 = Problems Bug Normal General
Description

This issue can be reproduced on the CKEditor.com demo page.

Using Firefox with Firebug 1.5.2 installed:

  • Open the demo @ http://ckeditor.com/demo
  • Press F12 to open your Firebug panel.
  • Go into CKEditor's Source mode and delete everything.
  • Go back into WYSIWYG mode.
  • Click in the whitespace. You'll notice some extra spacing is inserted into the editor. Go back into source mode and you will see

<p>

&nbsp;</p>

<div firebugversion="1.5.2" id="_firebugConsole" style="display: none;">

&nbsp;</div>

<br />


Every time you switch to source mode, switch back to WYSIWYG mode and click on the bottom of the whitespace, an extra <p> tag is inserted.

I can confirm that this issue is not happening in a previous branch of my CMS that uses CKEditor 3.0.1.

#5254 Provide afterLinkedFieldUpdate event New Feature Normal General
Description

Like FCKeditor, had OnAfterLinkedFieldUpdate, CKEditor should have a single event that can signal other code that the linked field has been updated. The getData event isn't good enough because it's also used for internal processing.

#5255 Error creating folder "" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No error) Bug Normal Server : PHP
Description

Whenever I try to upload any item. I got following error message especially, while uploading an images

Error creating folder "" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No error)

Please help me out

#5256 JS error when percent sign used in image url in the Image Dialog Sa'ar Zac Elias Bug Normal CKEditor 3.5.1 General
Description

This is rather a rare situation, anyway it seems that people are using placeholders for a directory where images are stored to replace it later with a valid directory. When placeholder contains a "%" character in it's name, IE is throwing a JS error in the Image Dialog (probably because it expects a correct hexadecimal value after % (?)). This bug exists also in FCKeditor.

Steps to reproduce

  • Open Image Dialog
  • Paste the following url:
    [%placeholder%]/file.jpg
    
  • click on the "Alternative text" input element
  • Result: JavaScript error (invalid argument)
#5257 Adding row to rowspaned table breaks layout Bug Normal Core : Tables
Description

Reproduce

  • Add new 2*2 table
  • Right-click first cell and merge it down
  • Right click merged cell and add a row below

For an alternative sort of explosion, trigger the row addition from the second cell of the second row.

Result

Either extra colspans and cells are added or cells are missing, depending on where you trigger the row addition.

Expected result

A new row,

<tr><td></td></tr>

We have had this problem with the latest stable FCKEditor also and now since cell mergers are supported in CKEditor, the same problems persist.

There are some tickets concerning the issue filed agains FCKEditor:
http://dev.fckeditor.net/ticket/2859
http://dev.fckeditor.net/ticket/2813
http://dev.fckeditor.net/ticket/2656

#5258 Removing underlines of links? (text-decoration: none) New Feature Normal UI : Dialogs
Description

There's a need for an 'easy' option to clean the underline of a link. Of course un-checking the U button won't do nothing, because this is the default text-decoration for A elements.

So we need some kind of modification to the Link dialog. A checkbox, or a drop-down of text decoration, which will detect the text-decoration of the link if exists, and allow setting to NONE.

#5259 FF 3.6 https/ssl Issue Garry Yao Bug Normal CKEditor 3.3 General
Description

In Firefox 3.6 you receive the "Contains unauthenticated content" warning.

I tracked the issue down and it looks like it is coming from the following on line 291 of 'ckeditor/_source/plugins/wysiwygarea/plugin.js' (version 3.2).

' src="javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())"' +

Changing that line to the following resolves the error, but probably causes other problems in other browsers because it is no longer includes 'srcScript'

' src="javascript:false;"' +

#5260 Editor doesn't load contents.css Bug Normal General
Description

CKEDitor Version 3.1 and 3.2 OS: WIN 7 Browser: all

Description: CKEditor Version 3.1 and Version 3.2 doesn't load the contents.css file by default when opening the editor.

I'm loading the script: ckeditor.js within a page. Everything works fine, except the editor doesn't load the contents.css file

I modified the following line (line 61 -62) in ckeditor.js (no source!):

o=n.config.docType+'<html o=n.config.docType+'<html dir="'+n.config.contentsLangDirection+'">'+'<head>'+q+'<title>'+n.lang.preview+'</title></head>'+s+n.getData()+'</body></html>';

to: o=n.config.docType+'<html dir="'+n.config.contentsLangDirection+'">'+'<head>'+q+'<title>'+n.lang.preview+'</title>

'+e.buildStyleHtml(n.config.contentsCss)+'

</head>'+s+n.getData()+'</body></html>';

#5261 scayt_autoStartup slow down editor loading Garry Yao Bug Normal CKEditor 3.3 UI : Spell Checker
Description

Loading SCAYT on startup could somehow compromise all the efforts we've done to accelerate loading performance, where the SCAYT engine file (~100K) is blocking our theme file in execution order, which in turn made the editor loading significant slower (6x) than it should.
This could at least be confirmed on Firefox and Opera where DOM script loading is sequence sensitive.

#5262 ckeditor encodes ' and " symbols Bug Normal General
Description

CKEditor 3.2 encodes the ' (single quote) and " (double quote) symbols and as a result makes the HTML less readable.

According to the HTML spec these symbols do not have to be encoded, unless they are in an attribute value. Only '<', '>', and '&' symbols have to be encoded.

#5263 Cannot use Ctrl + A in some fields of Image dialog. Bug Normal General
Description
  • Open Image Dialog
  • Type somethings in 'url '
  • Select all text by press Ctrl + A

Expected result: The all value of 'url ' is selected.

Actual result: Focus on 'Alternative text ' and selected all text in this.

#5264 Blank Link Popup window Bug Normal UI : Dialogs
Description

Hello,

I have downloaded the latest version of CKEditor 3.2 and trying to implement this in my project. I have noticed a big issue with Link tool button.

Issue 1: Browser: IE 7
Link window pop up does not appear completely and correctly.

Issue 2: Browser: FireFox 3.6
Link window pop up does not appear correctly.

Steps to reproduce:

  1. Created a sample application.
  2. For Issue 1: Run application IE 7
  3. For Issue 2: Run application FireFox 3.6
  4. Click on "Link" buttom from toolbar.

--Sample application is attached along with the screen grab---

#5265 v2 skin: Editor size would not restore back correctly after Maximize Bug Normal UI : Skins
Description

Under 'v2' skin, editor size would remain as expanded after restoring back from command Maximize.

#5266 Table headers incorrectly displayed when SCAYT is enabled Bug Normal CKEditor 3.3 General
Description

When SCAYT is disabled, two <th> cells are displayed just like if there was one cell. Confirmed in Safari 4 and FF 3.5.8.

Steps to reproduce

  • enable SCAYT
  • switch to source mode, paste the following code:
    <table>
                    <tr>
                                    <th>
                                                    hello
                                    </th>
                                    <th>
                                                    world
                                    </th>
                    </tr>
                    <tr>
                                    <td>text 1</td>
                                    <td>text 2</td>
                    </tr>
    </table>
    
  • switch to wysiwyg mode
  • result: look at the header, it looks like if there was <th>hello world </th> (when switching back to source mode, the code is fine, it just looks strange)

#5267 There are some issues with PRE blocks which have any attributes Bug Normal Core : Styles
Description
  1. Create PRE block with some attributes. For example:

<pre class="script"> Fomatted text </pre>

and try to set Normal paragraph format for it. You will get an empty paragraph.

  1. In IE on merging PRE blocks all attributes will be lost.
#5268 Port DragResizeTable to V3 Garry Yao New Feature Normal CKEditor 3.4 General
Description

Several people have requested the upgrade of this plugin

#5269 floatpanels for comboboxes are offset left of related combobox Bug Normal General
Description

When a combobox (such as 'Styles','Format','Font' or 'FontSize') is positioned with its right edge against the window edge, its corresponding floating panel will have its right edge tucked to the left of the combobox; it should tuck to the right.

I hope the following pieces of ascii-art will illustrate the issue:

Current behaviour:

                    |window edge
                    |
            [Styles]|
[opt1      ]        |
[opt2      ]        |
[opt3      ]        |

Preferred behaviour:

                    |window edge
                    |
            [Styles]|
        [opt1      ]|
        [opt2      ]|
        [opt3      ]|
#5270 CKEditor 3.2 Dialogs in Lotus Domino and IE Bug Normal UI : Dialogs
Description

Hi,

I have integrated CKEditor and Domino successfully, but I have an issue with all CKEditor dialogs in IE.

They are not appearing correctly. Please see attachments.

The same domino web form is working with Safari. There are no conflicting styles.

Thanks

#5271 Numbers, Bullets and Indent paragraph will clear the Block Styles setting Bug Normal CKEditor 3.3 UI : Toolbar
Description

To Reproduce the defect

  1. open ajax sample
  1. input some text, select the text and apply a Style(eg: Red Title)
  1. select these contents and click on "Numbers/Bullets/Indent Paragaph" icons

Expected Result:

Contents should be marked both Red Title and Numbers

Actual Result:

Block Styles is cleared by the Numbers/Bullets/Indent setting, like below

#5272 Wrong positioning of the style, format, font, size, bg and fg popups in Firefox 3.5 Bug Normal UI : Floating Panel
Description

The following popups are not positioned correctly in Firefox 3.5: style, format, font, size, background color and foreground color (see attachment). More precisely, the positioning on the x ax seems to be correct, but they are not opened right below the combos/buttons, but much higher. In IE 7 it works just fine. I also tested with version 2.6.3 and it behaves the same.

#5273 Language tool is substituting 'false' for some existing values. Bug Normal General
Description
  1. Goto the a11yhelp plugin's en language file.
  2. Copy the accessibilityHelp object to the clipboard.
  3. Open the main en language file in the lang folder.
  4. Add a comma to the end of the last lang object.
  5. Paste in the accessibilityHelp object.
  6. Run the langtool to process the file.
  7. Open the de language file.

Observe the accessibilityHelp object has property values set to 'false' with the comment MISSING.

If you remove the white-spaces between the open curly bracket and the 'name' property, their values will be copied to the other language files. For example:

legend :

[ {name : 'General',

items : [

{name : 'Editor Toolbar',

I've also seen this occur if a block comment is entered between the language property value and trailing comma. For example:

url: 'URL' /* block comment */,

#5274 [[IE6]] Content Templates dialog is not displaying properly Garry Yao Bug Normal CKEditor 3.3 UI : Dialogs
Description

To reproduce the defect

  1. open ajax sample and click on Templates option.
  1. Look at the Content Templates dialog.

In FF the dialog looks proper with Templates Options.

In IE 6 the dialog and the Options are not displayying properly.

I have attached a screenshot to show the differenced between FF & IE6

#5275 Unwanted br at first line on first keystroke in FF 3.x Bug Normal General
Description

Using Firefox i "click" into the content window of ckeditor and press a key, lets say "a". The cursor does jump to the next line and displays the "a" at the second line, not the first - IE8 seems not to have this issue. Looking with firebug i see an additional <br _moz_dirty... /> at the first line - which i can remove via entf or backspace.

enterMode used is CKEDITOR.ENTER_BR

This did also happen with 3.1.

#5276 Unable to resize inserted image Bug Normal General
Description

Inserted and selected images don't have small squares around them so it is not possible to resize them (via CSS properties) using mouse, this is happening in:

Windows XP

  • Google Chrome 5.0.322.2 (I'm almost sure also about lower versions)
  • Apple Safari 4
  • Opera 10.x
#5277 IMG - no URL on edit Bug Normal General
Description No properties are shown when image was previously set as float:left
right. It can't be edited any more.

Browsers: Chrome 5, Safari 4.

#5278 Link Dialog / Popup Name / Add validation to check for bad window names Minh Nguyen Bug Normal CKEditor 3.3 General
Description

Add validation to check for bad window names.

For example, if you type in a name with spaces it will not work in MSIE.

To reproduce in MSIE:

* Create a Link to "http://google.com"
* In the link dialog.
** Go to the target tab and select <popup window> as a target
** Type in "one two" as the Popup Window Name without the quotes.
* Press OK in the Link dialog.
* Preview the content. 
* Click the google link in the preview.
* The link is expected to open in a new window / window as named. Instead the link opens in the current window.
#5279 WSC spellchecker with IE6, the page scrolls down each time "Ignore" is clicked Bug Normal UI : Spell Checker
Description

XP + IE6

When using WSC spellchecker, the page behind the spellchecker dialog scrolls down little by little each time I click the "Ignore" button until the page hits the bottom.

It also happens at http://ckeditor.com/demo

#5280 Vertical scroll bounces up when clicking in-between the vertical scroll bar and the bottom arrow Frederico Caldeira Knabben Bug Normal CKEditor 3.4 General
Description

XP + IE6

It happens at http://ckeditor.com/demo

When I click in-between the vertical scroll bar and the bottom arrow, the page scrolls down but bounces back. The same goes when I click in-between the vertical scroll bar and the top arrow.

Additional reproduction scenario moved from #5581:

In ie7, I go to http://ckeditor.com/demo

Click on the word Red in little red riding hood, just put the cursor somewhere there by clicking on the text.

Use the scrollbar to scroll down (down button on scrollbar, not the scrollbar itself, use down button).

Cannot scroll down, the focus jumps back to the cursor at the top of the page, so the whole page jumps back upwards.

This is a serious problem for my customer as they can only use IE7.
#5281 <wbr> tag randomly duplicates Bug Normal General
Description

Vista + FF3.5.8

It happens at http://ckeditor.com/demo

Insert the code below as source. Coming back to normal mode, hit enters after "test" word. Back to source mode, you will see a number of <wbr> tags that are randomly created.

Does not occur with Vista + IE8

<p> test</p> <p> <wbr> <p> &nbsp;</p> </wbr></p>

#5282 Firefox 3.6 url(&quot; ... &quot;) - Quotes issue Bug Normal General
Description

[1] seems to have the same problem as I do (just copied the description from there):

Hi, in firefox 3.6, when in "source" mode and you set the style property, for example:

<div style="background:url(image.jpg)">content</div>

firefox 3.6 replaces that code with this (adds &quot;):

<div style="background: url(&quot;image.jpg&quot;)">content</div>

and, when you save and reload it, all html is broken:

<div image.jpg="" repeat="" scroll="" style="">content</div>

ps: It seems to work correctly in IE8.

[1] http://cksource.com/forums/viewtopic.php?f=11&t=17634&hilit=firefox+url+quote+problem

#5283 CKEDITOR.config.baseHref not working properly on IE8 Bug Normal General
Description

I use a relative path to the images. When I upload or integrate a picture via server browsing everything is allright. the picture is shown. BUT when I press the source code button to see the source code and then switch back again to wysiwyg modus the editor can't find the picture agin and shows a mistake.

#5284 Formatting lost on new paragraph Bug Normal Core : Styles
Description

If you create a new paragraph hitting enter key, and the current one has formatting (i.e. font family and size), the new paragraph is created without formatting (i.e. a simple <p>).

Tried different browsers, it happens only on Safari 4.0.4/Mac and Chrome 5.0.307.11/Mac, so this problem seems WebKit related.

#5285 Cannot move cursor below page break Bug Normal General
Description

Confirmed in IE8, didn't check all other browsers.

  • start with the following source:
    <p>
    	dddd&nbsp;</p>
    <div style="page-break-after: always">
    	<span style="display: none">&nbsp;</span></div>
    
  • switch to wysiwyg mode
  • try moving the cursor below page break
  • problem: there is no way to do it.

It is probably something similar to #4072

#5287 additional configuration options for SCAYT Task Normal CKEditor 3.3 UI : Spell Checker
Description

Completely address #4411 bug.

#5288 SCAYT affecting checkDirty and ResetIsDirty. Bug Normal UI : Spell Checker
Description

Completely address #4688

#5289 Images don't appear in FCK Editor Bug Normal Server : PHP
Description

Hello,

Thanks for developing this great editor.

The editor is working fine but My problem is that whenever I upload images through FCK Editor, the images are not visible! The images actually get uploaded physically and I can even adjust the URL so make it work in the destination page. But right there in the Editor page, you can't see the image. This problem spoils the experience for the person using the editor. Please is there a way out?

I have attached a screen shot of the result I am getting in editor:

#5290 Create a editor.getStylesSet function Alfonso Martínez de Lizarrondo Task Normal CKEditor 3.3 Core : Styles
Description

Currently both the styleCombo and the div dialog include code to check the config data and request the load of the styles data.

In the future other dialogs should have also the same combo like the div, and also it should be possible to manually add extra styles to the data for example by parsing the css file.

In order to do that the first step should be to simplify the loading of the styles data. Instead of doing

 // Reuse the 'stylescombo' plugin's styles definition.
 customStylesConfig =  editor.config.stylesCombo_stylesSet,
 stylesSetName = customStylesConfig && customStylesConfig.split( ':' )[ 0 ];

if ( stylesSetName )
{
	CKEDITOR.stylesSet.load( stylesSetName,
		function( stylesSet )
		{
			var stylesDefinitions = stylesSet[ stylesSetName ],

we should provide a function that abstracts that code to

editor.getStyles( function( stylesDefinitions )
{
#5292 Preview in font-size and font-family doesn't work with custom styles Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 General
Description

Using the XHTML sample in #5024, the previews of font-size and font-family doesn't reflect the current values.

#5293 Unwanted linebreak on Firefox Frederico Caldeira Knabben Bug Normal CKEditor 3.4 Core : Output Data
Description

If I use empty textarea replaced with CKEditor and post form I've '<br />' in Firefox 3.6. In IE8 and Chrome 4 I have empty string.

#5295 Initial value for textareas New Feature Normal General
Description

The textarea dialog should have 'initial value' input, since it is not possible to edit the textarea content in WYSIWYG mode.

#5296 [IE] In a pre tag, after hitting enter, the caret does not show up in a new line Bug Normal General
Description

To reproduce

[IE]

  • Open the demo and switch to source mode.
  • Insert the following content and place the caret as marked:
    <div><pre>Text^</pre></div>
    
  • Hit 'Enter'.

Notice that the caret is going back to the stat of the line.

  • Write some text.

Notice that the text is written in a new line.

#5297 Dialog wrek after closed in Opera Bug Normal CKEditor 3.3 UI : Dialogs
Description

Not sure whether I'm repeating because I believe this bug has been seen for a while - Close any dialog in Opera may result in an half body wrek of the dialog ui, pretty bloody.
Reproducible in all Opera versions including 10.5 alpha, see attached screenshot.

#5299 Page Up/Down jumping to last/first line Bug Normal General
Description

Browser: IE8, OS: WinXP

Occurs on all pages long enough

When using Page up/down to navigate, the editor jumps to last/first line of text instead of jumping pagewise.

#5300 Formatting not retained after pasting text from MS Word Bug Normal Plugin : Paste from Word
Description

Following formatting items are not retained after pasting text from MS Word:

  1. Font Name
  2. Font Size
  3. Foreground Color
  4. Background Color

Also sometimes space is removed between words. Refer the attached screenshot for more details. I am attaching a sample doc file to reproduce the issue. This issue was reproducible in IE8 with latest nightly build.

#5301 Translation updates for Norwegian in CkEditor 3.2 Task Normal CKEditor 3.3 UI : Language
Description

Attached is complete norwegian translation for ckeditor 3.2.

Regards, Arve Skjørestad, System Developer CoreTrek AS

#5302 enterMode=ENTER_P is not respected when inside a DIV Garry Yao New Feature Normal CKEditor 3.3 UI : Enter Key
Description

To reproduce:

Add the following source:

<div>Test Value</div>

Then attempt to add new lines to the content.

<div>Test Value</div>
<div>Test Value</div>

New DIV elements are added instead of P elements as set in configuration.

The expectation is that with enterMode=ENTER_P that a new paragraph be added after the DIV.

<div>Test Value</div>
<p>Test Value</p>

This is more than an inconvenience to users now as we provide styled components in the editor content that are made up of DIV elements, that we don't want to be copied whenever a user uses the Enter key after the div.

#5303 2.x Spell Check for 3.x New Feature Normal General
Description

I would like to make another pitch to include 2.x spell check functionality in 3.x. While I see there is a plugin for this, it requires PHP or CFM, neither of which we use on our server. Does anybody have any suggestions for how to do this, especially in view of the privacy issues raised.

Thx,

P.

#5304 Support List Styling via Context Menu New Feature Normal General
Description

It would be very nice for users to be able to change the style of ordered and unordered lists via a context menu (I believe this was possible with the FCKEditor).

Recommend implementation using CSS 'list-style' rather than deprecated 'type' attributes)

For Example:

<ol style="list-style-type: upper-roman; list-style-position: outside;">

<li>asdf</li>

<li>asdf</li>

<li>asdf</li>

</ol>

#5305 souce-mode: <br /> that following a textNode are moved behind next element Bug Normal Core : Parser
Description

Got to demo. Switch to source mode. Insert this:

<p>
line one<br />
<br />
<img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br />
line four
</p>

Switch to wysiwyg and back to source mode. Now source is:

<p>
line one<img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br />
<br />
<br />
line four
</p>

Tested with IE8 and FF 3.6. This is even the case in niglty build (5228)

#5306 Feature alignment with v2 Task Normal General
Description

This list should be our last core feature alignments with v2:

#4358
List properties dialog box is missing

#4056
Hidden field problem

#4652
Config for disable editor context menu

#3582
Contents of anchors isn't visible

#5268
Port DragResizeTable to V3

#5404
FillEmptyBlocks in CKEditor 3.x

And some sample pages as well:

#5024
Port doctype samples from FCKeditor

#5307 Customizing multi-tab dialog to show only one tab doesn't work Garry Yao Bug Normal CKEditor 3.3 UI : Dialogs
Description

Take the Find dialog as an example. Customize it by hiding the Replace tab and leaving only the Replace tab visible:

replaceTab.hidden=true;
dialogDefinition.dialog.parts.dialog.addClass('cke_single_page'); 

This results in a single Find tab appearing in the dialog, but the tab can be accessed with keyboard and when navigating using arrows, an error occurs and the content of the dialog becomes blank.

#5308 File browser window doesn't scroll Sa'ar Zac Elias Bug Normal CKEditor 3.4.1 General
Description

I am using my own custom file browser with CKEditor 3.2. When I view the file browser in a normal browser window it scrolls fine.

However, when I click the Browse Server button and it opens the file browser in a popup, the scroll bars don't work...

#5309 Context sensitive insertHtml Garry Yao New Feature Normal Core : Pasting
Description

We've seen various paste problems caused by our current implementation of CKEDITOR.editor::insertHtml, now rely on browsers' native API, which is buggy and inconsistent.
While we do have other options here: The idea is to implement an DTD aware, context sensitive insertion based on CKEDITOR.htmlParser' and 'CKEDITOR.editor::insertElement', this should be able to extinguish all weird bugs around.

Related tickets are:

#5696
IE : Cursor moves to the start of paragraph in the Pasted Text

#5367
Implement editor.insertText and use it in the special chars dialog

#5536
Problems with pasting (executing insertHtml) and formatted text

#5170
Problems with pasting (executing insertHtml) and formatted text

#5033
Invalid behavior when inserting nested divs with insertHtml()

#4898
Paste: After pasting a table from word it is not possible to navigate outside the table

#4746
insertHtml left trim text

#3105
insertHtml and insertElement should agree on the result

#2781
FckEditor InsertHtml inserts extra <p> tags

#2749
InsertHtml() is inconsistent between IE 7 and Firefox 2

#2526
InsertHTML Problem

#503
Unordered list paste: doesn't work correctly in IE

#5310 Indented lists are not displaying correctly Garry Yao Bug Normal CKEditor 3.3 Core : Styles
Description

To reproduce the defcet

  1. Open ajax sample.
  1. Add a Multi level numbered list to the editor.
  1. Go to HTML Source and Apply some indentation to the list
  1. Switch back to normal mode.

Problem: The indented list does not display with the correct formatting.

Switching back to source mode , you can see that some <br> tags have been added to the html for the list items

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