Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1501 - 1600 of 2646)

Ticket Summary Keywords Owner Type Status Priority
#4924 PHP integration is not using the timestamp in the ckeditor.js script Confirmed Review+ Wiktor Walc Bug closed Normal
Description

According to the documentation, the server side scripts must append the timestamp to the ckeditor.js file, so it updates the cache on new releases. The PHP integration is not currently doing so.

#4925 Spell checker dialog - problem with lists and tables Review? Bug closed Normal
Description

The spell checker window where page content is visible is very small (100px high), because of that it is important to properly use that space.

Right now checking things like tables and lists is a problem.

With tables, you have to scroll down with your mouse a lot, to get to a table (I noticed in Firebug around 16 line breaks (<br>) added by spell checker before the table). With lists, you can see that additional line breaks are added before and after the item.

Confirmed in FF and IE, although the result is a bit different.

Steps to reproduce

  • start with the following source:
    <p>
    	Just click the <b>Image</b> or <b>Link</b> button, and then <b>&quot;Browse Server&quot;</b>.</p>
    <h5>
    	Header</h5>
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px">
    	<tbody>
    		<tr>
    			<td>
    				aa</td>
    			<td>
    				bb</td>
    		</tr>
    		<tr>
    			<td>
    				cc</td>
    			<td>
    				dd</td>
    		</tr>
    		<tr>
    			<td>
    				11</td>
    			<td>
    				22</td>
    		</tr>
    		<tr>
    			<td>
    				ee</td>
    			<td>
    				ff</td>
    		</tr>
    	</tbody>
    </table>
    <ul>
    	<li>
    		one</li>
    	<li>
    		two</li>
    	<li>
    		ggg</li>
    	<li>
    		four</li>
    </ul>
    
  • click on the "check spelling" button and scroll down the content
  • result (inspected in Firebug):
           <p>
               &nbsp;
               <br>
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Just click the <b>Image</b>
               or <b>Link</b>
               button, and then <b>"Browse Server"</b>.
           </p>&nbsp;
           <br>
           <h5>&nbsp;
               <br>
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Header
           </h5>
           &nbsp;
           <br>
           &nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
           <br>
           <table style="width: 200px;" border="1" cellpadding="1" cellspacing="1">
           ...
    
#4926 FF2: Resizing doesn't work Firefox2 Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

In Firefox2, resizing of the editor doesn't work - editor is collapsed to minimal size and stays in this state.

Both quirks and strict. Work's well in Firefox3 and CKEditor 3.0.2.

#4927 Enterkey result incorrect with paragraph inside list item IE Bug confirmed Normal
Description

It's not a regression while same thing works well in V2.

Environment

IE8 Strict

Reproducing Procedures

  1. Open any page sample, load the editor with the following content and selection.
    	<ol>
    		<li><p>item1^</p></li>
    	</ol>
    
  2. Press 'enter' at the end of the paragraph;
  • Actual Result: There's an extra line height above the newly created list item.
#4932 Collapse toolbar button visible but not usable on simple toolbars IBM Oracle Confirmed Review+ Minh Nguyen Bug closed Normal
Description

When using simple toolbar, like in the uicolor sample, there is a "collapse toolbar" arrow on the right side of the toolbar. Clicking on it does nothing.

Apparently it works when there are at least two rows of buttons. I think it could be hidden automatically when there is only one row of buttons.

#4934 Preview fails in Source View Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Preview fails in Source View.

Reproduce

  1. Open editor.
  2. Switch to source view.
  3. Click Preview button from toolbar.
  4. Result: JS error in plugin.js (line 32)

Stack trace

editor.document has no properties
exec()(Object _=Object elementMode=1 element=Object name=editor3)plugin.js (line 32)
exec()(undefined)command.js (line 18)
execCommand()("preview", undefined)editor.js (line 497)
(?)()(Object _=Object elementMode=1 element=Object name=editor3)plugin.js (line 38)
execute()()plugin.js (line 89)
(?)()()tools.js (line 617)
fn()(149)tools.js (line 640)
onclick(click clientX=0, clientY=0)
[Break on this error] body = editor.document.getBody();

Reproduced in FF2, FF3, Chrome.

#4939 CKReleaser limits source and target directories too aggressively Confirmed Review+ Wiktor Walc Bug closed Normal
Description

CKReleaser prevents the source and target directories from being different because io.isChildPath has an incorrect logical test. The default build (as specified in release.bat) works because target is a child path of source and because the _dev directory is ignored during copy.

Default command (from latest version of release.bat):

java -jar ckreleaser/ckreleaser.jar ckreleaser.release ../.. release "3.1 SVN" ckeditor_3.1_svn --run-before-release=langtool.bat

release.bat is in the <root>/_dev/releaser directory of the source tree, which means the source dir is <root> and the target directory is <root>/_dev/releaser/release

For 3rd parties using different build systems and different directory structures (for instance, where the build output must live in a directory outside of the source tree) it would be preferable to specify a command like:

java -jar ckreleaser/ckreleaser.jar customckreleaser.release path/to/ckeditor build/ckeditor <versionid> <filename>

Executing this command throws the exception:

Target directory must be located outside source directory

which is thrown by this line of releaser.js

468 if ( CKRELEASER.io.isChildPath( targetDir.getCanonicalPath(), sourceDir.getCanonicalPath() ) )
469 throw "Target directory must be located outside source directory";

This is incorrect - the target directory and source directory are not located underneath each other, which examination of isChildPath shows is because the return statement is too aggressive.

403 isChildPath : function( childPath, parentPath )
404 {
405 if ( childPath.length > parentPath.length )
406 return false;
407
408 var i = 0, max = Math.min( childPath.length(), parentPath.length() );
409
410 while ( i < max && childPath.charAt( i ) == parentPath.charAt( i ) )
411 i++;
412
413 return i != max;
414 }

If the working directory is c:\test, the source dir is c:\test\path\to\ckeditor, and the target dir is c:\test\build\ckeditor, then isChildPath should return false (the two are not child paths of each other). However, "return i != max" returns true for this scenario because the two paths match only up until character 7 (i == 7, max == 22). It should be "return i==max".

If isChildPath is adjusted to correctly check path parentage then ckreleaser can be used in different directory structures

#4940 Setting config.customConfig = '' doesn't work Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

According to the docs of customConfig that's the way to avoid an extra request for the config file if it isn't needed, but the code in core/editor.js uses it this way:

	var loadConfig = function( editor )
	{
		var customConfig = CKEDITOR.getUrl( editor.config.customConfig );

		// Check if there is a custom config to load.
		if ( !customConfig )
			return false;

and the call to CKEDITOR.getUrl() returns the base url of CKEditor, so the return false isn't executed.

For this specific problem the "if ( !customConfig )" can be moved before the getUrl call, but maybe it would be better to change that function so it doesn't alter empty strings.

#4942 Image dialog buttons don't work in IE6 Confirmed IE6 Bug closed Normal
Description

Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17081

Tested with IE6 and non-Kama skins.

3.0.2 fails, but trunk seems to be OK so I don't know if there's gonna be a 3.0.3 or the solution would be to use 3.1.0

This seems like a regression due to [4668]

#4944 Paste: Problem with multi-level lists IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Some multi level bullet lists do not paste correctly.

Please refer to test document attached.

Reproduced in IE 6 & 7 and FF 2 & 3

#4948 Safari: table properties dialog sometimes does not detect parent table Confirmed Safari Review+ Garry Yao Bug closed Normal
Description

Confirmed on Safari 4.0.4/XP3.

Steps to reproduce

  • start with the following source:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; " summary="some summary">
    	<caption>
    		some title</caption>
    	<tbody>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  • click on the last cell, make sure that the whole cell is selected (in the elements path there should be "body table tbody tr td br" - note that probably the last "br" element is a problem here)
  • click on the "Table properties" item in the context menu
  • result: values in dialog are not properly loaded, when "Ok" is pressed, a new table is inserted.
#4950 Creating centered list is a bit troublesome Confirmed Review+ Garry Yao Bug closed Normal
Description

Tested and confirmed in IE8, FF 3.5, Safari 4.

Steps to reproduce

  • start with the following source:
    <ul>
    	<li>
    		aaa</li>
    	<li>
    		bbb</li>
    	<li>
    		ccc</li>
    </ul>
    
  • press Ctrl + A and hit "Center Justify" button
  • click at the end of last element and hit enter twice to exit from the list
  • result: list is not centered anymore.

this bug does not occur in FCKeditor.

#4951 Replace dialog throwing JavaScript error Confirmed Review+ Garry Yao Bug closed Normal
Description

When replacing some text with empty value, javascript error is thrown:

K.matchRange is null
plugins/find/dialogs/find.js?t=A057
Line 7

Steps to reproduce

  • start with the following text: aaa bbb ccc
  • click on the "Replace" button
    • Find what: a
    • Replace With: (empty value)
  • result: all "a" letters are removed properly, but also javascript error occurs.
#4952 [IE] Editing table creates a new table IBM Confirmed IE Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly demo
  2. Create default table
  3. Edit the table

Notice that a new table is created.

#4954 IE6 : Ok and Cancel buttons are not working on v2 and office2003 skins Confirmed Review+ Garry Yao Bug closed Normal
Description

With IE6 and the v2 and office2003 skins, the Ok and Cancel buttons are not working on the dialogs.

#4963 Link dialog doesn't open properly for e-mail links Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Load the following HTML:
<p>Click <a href="mailto:me@example.com">here</a> to send me a message.</p>
  1. Open the dialog for the link.

The "Link Type" field will be "URL" instead of "E-mail".

#4964 BACKSPACE positioning is wrong Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

At least with Firefox:

  1. Load an empty editor (or click New Page).
  2. With the focus in the editor, hit ENTER.
  3. Hit BACKSPACE to return to the first paragraph.
  4. Type "Test".

Note that the cursor moves one line to the bottom. The final output is:

<p>
	<br />
	Test</p>
#4968 Choosing lanuage should utilize direction from lang file IBM Confirmed Review+ Garry Yao New Feature closed Normal
Description

Considering that all language files already have the language direction set. The process loading configured language should have the option of automatically picking the correct content direction for the editor.

E.g. if a RTL language is set then contentsLangDirection: "rtl" should be set automatically.

#4973 Div dialog 'Style' select field in vain Confirmed Review+ Garry Yao Bug closed Normal
Description

The 'elementStyle' field in div dialog have no effect right now, it will never be populated, we should have the functionality properly align with v2.

#4980 img border=0 not working Confirmed Review+ Minh Nguyen Bug closed Normal
Description

Try setting Image Properties -> Border=0, click OK - went back to properties, nothing in border text box.

Then tried linking an image - automatically defaults to a border - went to Image Properties, entered 0 in Border, clicked OK - nothing changes. This WORKS in 3.0, but since installing latest version (last night) it doesn't.

Is OK for any other value entered in this field (tried image border=1 and it saves correctly).

#4987 Browser Server in Link tab of Image Properties dialog links to the wrong page Confirmed Review+ Doc Wiktor Walc Bug closed Normal
Description

When you click the Browser Server button on the Link tab of the Image Properties dialog, it takes you to the filebrowserImageBrowseUrl...

Shouldn't it take you to the filebrowserBrowseUrl?

#4988 Safari breaks when pasting with forcePasteAsPlainText = true Safari Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

When pasting with Safari and forcePasteAsPlainText = true in the settings, the browser breaks and shutdown completely.

Confirmed with Safari 3.2.2 Win, and also reported here.

#4993 Cannot change image alignment back to "not set" without reopening a dialog Confirmed Review+ Minh Nguyen Bug closed Normal
Description

When embedding an image, if you change the alignment dropdown to either left or right, you can't change it back to "<not set>" without reopening the dialog.

Steps to reproduce

  • Start with
    <h1>
    	<img alt="" src="http://a.cksource.com/c/1/inc/img/fireworks.png" />Happy New Year!</h1>
    <p>
    	The CKSource team wishes a <strong>wonderful and happy New Year</strong> to everybody around the globe!</p>
    
  • open image dialog, change alignment to right, change alignment to <not set>
  • result:
    <img alt="" src="http://a.cksource.com/c/1/inc/img/fireworks.png" style="float: right;" />
    

(float: right has not been removed).

This bug has been introduced in [4685] (#4246).

#4997 ui.dialog.file doesnt' apply events to the input and doesn't return its value Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

While working on the easyUpload plugin I found some problems with the implementation of the ui.dialog.file element as it didn't allow to read the value of the input and trying to set event listeners failed as they are being applied to the wrapper element instead of the current input.

The patch fixes those issues.

#4999 Undo unavailable after inserting template before editing content Confirmed IBM Review- Garry Yao Bug closed Normal
Description
  1. Open editor (do not edit content)
  2. Use template button to insert any template with "Replace content" option active.

Result: Undo is not available

#5005 HTML errors in PHP samples Confirmed Review+ Wiktor Walc Bug closed Normal
Description

The PHP samples "advanced.php" and "events.php" contain HTML errors. An HTML <p> (open) tag is missing before the Submit buttons

Patches add the <p>.

#5011 CKEditor should provide a common way to registry/config the lang file IBM Confirmed Review- Garry Yao Bug closed Normal
Description

CKEditor supports multiple languages. But all the language files are hardcode in lang.js. Consumer doesn't have a common way to registry/configure which we need to load or not. Especially when we want to add other language file, we have no way to add it except modifying the source code.

CKEditor should provide a config to let user add additional language file.

#5012 If the menu plugin isn't initialized compressed CKEditor fails to load Review+ Frederico Caldeira Knabben Bug closed Normal
Description

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

In the config.js of the release version set this to remove the custom context menu

  config.removePlugins = 'scayt,menubutton,contextmenu';

Now when the page is reloaded the editor fails to initialize "'this._.menuGroups' is null or not an object"

The problem is really in the menu plugin.js that always executes some code even if it hasn't been initialized.

#5018 Find highlighter removes bgcolor and font color from words IBM Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Open the CK Editor.
  2. Apply text colour or background colour to a word.
  3. Click on find icon
  4. Search for the word from step 2.
  5. See that the word gets highlighted
  6. Click on cancel button to close the find and replace light box

Actual result: the text colour or background colour that you have applied to the word is removed.

Expected result: the text colour or back ground colour applied to the word should remain

#5021 Automatic insertion of <br /> in Firefox when using enterMode = BR; Firefox Confirmed Review+ Garry Yao Bug closed Normal
Description

In Firefox (I'm using 3.5.7, but other people from cksource forum say that in version 2.0 and 3.0 happens the same) in empty ckeditor window, in all versions starting from 3.0 to 3.1, while using config.enterMode = CKEDITOR.ENTER_BR;, is being inserted <br /> at the start of the document and when starting to type - you do it from a second line already.

In the other browsers (I've checked in all IE- 6,7,8, Opera, Chrome, Safari) it seems to be OK.

Topics: http://cksource.com/forums/viewtopic.php?f=11&t=16578 http://cksource.com/forums/viewtopic.php?f=11&t=17195

#5027 [IE] Standards Mode Selection: Cannot click to select to the right of a control node IE8 HasPatch Bug confirmed Normal
Description

There is a bug with IE in standards mode when trying to click to the right of a control selectable node such as an image.

To replicate Set the HTML to:

<p>
	Line 1<br />
	Line 2<img src="http://www.google.com/intl/en_ALL/images/logo.gif" /></p>

I have attached a patch which fixes this problem. I dont know if it is implemented up to your standards though.

Some things that are bad about my patch are:

  • Its using the CK dom range inside selection (seems a bit cyclic)
  • You cannot mouse down and drag to select more
  • I dont really understand why there are multiple selections / ranges so I have just used "getRanges()[0]"
  • Its using setTimeout() because the selection is not ready before the event
  • I am using a constant of 20x20 pixels to check the mouse offset - perhaps a character size calculation is needed?

There may be some other ways to fix this. Another idea is that we could insert a whitespace text node / span at the end of the block before the end of the mousedown event.

Cheers,
Scott
http://www.synergy8.com/

#5030 CKEDITOR.timestamp wasn't added while loading skin.js Review+ Minh Nguyen Bug closed Normal
Description

CKEDITOR.timestamp wasn't added while loading skin/XXX/skin.js

Should be an easy fix in 10 seconds.

#5040 Font dropdown not working after font change on a selected text Confirmed Review+ Bug closed Normal
Description

Apparently a Firefox-only problem.

Changing the font on a selected text causes the font dropdown to not to show the font itself, even if it was correctly applied to the text. To make it work again, change the size of the same text.

As you can see in the following example, the HTML of the content is very simple; it seems that if the span with the font-family spec comes before the font-size one the font dropdown doesn't recognize the font (selecting the size swaps the two spans so it works again):

<p><span style="font-size: 12px;"><span style="font-family: Arial,Helvetica,sans-serif;">Example...</span></span></p>
#5041 Table summary can not be removed. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Open the Table Properties dialog.
  2. Keep the default row \ col values and enter 'SummaryOne' in the Summary field.
  3. Click OK to create the table.
  4. Right click on the table and choose Table Properties from the context menu.
  5. Clear the Summary field on the Table Properties dialog and click OK.
  6. Right click on the table and choose Table Properties from the context menu.

Observe the the original summary value in the Summary field.

#5042 BaseHref Error IE Bug closed Normal
Description

Hi,

In first place, sorry for my english, it's not good.

The problem I'm facing is related with the baseHref functionality recently added to the config file for CKEDITOR.

I have two websites.

  • The first: www.mysite.com is a public site.
  • The second: cms.mysite.com is a cms web site.

The admin user accesses the administration pages through cms.mysite.com, but the uploaded files (images) are uploaded (on purpose) to the public site (www.site.com). Therefore, in the config file constructor I added the baseHref this way:

config.baseHref = "http://www.site.com/";

Ok. In Firefox it works as it is supossed to be, but in IE6, IE7 and IE8 it doesn't work in the HTML editor because the images path take the basepath of cms.site.com, ignoring the configuration. The stranger, is that right-clicking the image, in properties, the image is previewed correctly because it takes the basepath from the configuration (this is Ok).

Additionally, just to mention that I validated all that is written looking at the HTML generated using Firebug and checking the paths requested with Charles Debug Proxy too.

#5043 Javascript code appended to the content of the editor Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Sometimes the following code is appended to the content of the editor:

 <script id="cke_actscrpt" type="text/javascript">window.parent.CKEDITOR._["contentDomReadyeditor"](window);</script>

In my case, I save the content to the database to be used in a different context than a browser so the script tag creates a problem; in any case it should not be part of the real (user) content.

The conditions that cause this behavior are not clear at present time.

See #4455.

#5046 jQuery adapter and ajaxSubmit method jQuery Review+ Tobiasz Cudnik Bug closed Normal
Description

jQuery adapter doesn't work with and ajaxSubmit method, but it works well with ajaxForm().

Possible way for fixing this is updating element's content during 'form-pre-serialize' event.

#5051 about plugin is missing a dependency on dialog plugin Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

The about plugin uses a dialog, but it lacks to specify it in the "requires"

#5057 IE: BACKSPACE may delete the entire paragraph with corrupt HTML IE Bug closed Normal
Description
  1. With FCKeditor and IE, load the following HTML:
<P>X</P><SPAN>
<P></SPAN>Put the caret in the middle of this paragraph and hit BACKSPACE.</P>
<P>Y</p>
  1. Just follow the instructions, by placing the caret at the middle of the second paragraph.
  1. Hit BACKSPACE.

The entire paragraph is deleted.

#5062 Security warning message occurs when loading wysiwyg area in IE6 under HTTPS. Confirmed Review+ Garry Yao Bug closed Normal
Description

This problem was occured version 3.1, but wasn't occured version 3.0.

This seems very relevant to http://support.microsoft.com/kb/261188/en and http://dev.fckeditor.net/ticket/1920

Problem exists in wysiwyg area plugin line 276. http://dev.fckeditor.net/browser/CKEditor/tags/3.1/_source/plugins/wysiwygarea/plugin.js#L276 And it commited http://dev.fckeditor.net/changeset/4583

I think "src" attribute's value should not set blank.

#5069 Panels are not working with IE in RTL page IE Oracle Bug closed Normal
Description
  1. In an editor sample, add direction="rtl" to the <html> tag.
  2. Load the sample in IE8 in Compatibility mode, or IE7.
  3. Click any of the panels, or open the context menu.

The floating panel will not be visible.

Note also that the page have an unwanted horizontal scrollbar. This is not an issue in IE8 mode and not even with other browsers.

#5082 Add MAC paste keyboard shortcut text to Paste Dialog. IBM Confirmed Review+ Garry Yao Task closed Normal
Description

The Paste dialog contains the text "Paste into the following box using "Ctrl+V" on your keyboard and click OK." Can the MAC keyboard shortcut also be added to the text, eg. Ctrl+V (Cmd+V on MAC)

#5085 Bullet points duplicated on single line Firefox IE Bug confirmed Normal
Description

First, create a few bullet point lists items with nested lists. Next try to select a nested list and start typing to overwrite the text. Notice how the text continues at the parent list level and the multiple bullet points on the same line. It is really hard to recover from this, without deleting and recreating the lists. It seems to only be an issue in Firefox and IE6,7,8. Looking at the source, it seems that there is an orphaned <ul> tag under an empty <li> tag.

For example, the source below will cause the duplicate bullet points:

<ul>

<li>first level</li> <li>

<ul>

<li>start of 2nd level</li>

</ul>

</li>

</ul>

It is possible to get into this situation using the above steps to highlight and overwrite text.

#5091 Domain relaxation partially broken in FF Oracle, Confirmed Review+ Garry Yao Bug closed Normal
Description

Under some conditions, FF is throwing this error:

Permission denied for <http://dev.ckeditor.local:8080> (document.domain has not been set) to get property Window.document from <http://dev.ckeditor.local:8080> (document.domain=<http://ckeditor.local>).

(confirmed in FF 3.5.7).

It seems that this bug has been introduced when fixing #4514. Reverting [4492] removes that particular error.

Steps to reproduce

#5096 ForceSimpleAmpersand breaks output writer Confirmed Review+ Garry Yao Bug closed Normal
Description

The ForceSimpleAmpersand param of htmlWriter is buggy and also causing JavaScript error in certain situation, see ticket TC for details.

#5099 Smiley path configuration property not producing relative emiticon links IBM Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Update you config.js to include config.smiley_path ='/plugins/sametimeemoticons/images/';
  2. Create an instance of the editor and insert a smiley.
  3. Click the Source button to enter HTML mode

Observe the the image src attribute values are not relative URLs.

Relative URLs were being used in version 3.0.1 when you set smiley_path.

#5100 Context menu items are draggable in Firefox and Safari IBM Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Open the context menu and try to drag any of the items, it will work in Firefox and Safari (I guess that also Chrome). Opera doesn't allow dragging even the content itself, so of course it doesn't have this bug. IE behaves correctly.

The OK and Cancel buttons in the dialogs are also draggable, although they can't be dropped into the content.

#5111 JAWS not reading tool bar controls properperly while navigating with arrow keys Confirmed Oracle IBM Review+ Garry Yao Bug closed Normal
Description

Press Alt+F10 to focus toolbar. Use Tab and Shift+Tab to navigate through tool bar. You will observe that JAWS is reading all controls properly. Now use arrow key to navigate through toolbar. You will observe that you are not able to navigate and JAWS is not reading the highlighted control properly i.e. if highlighted control is Preview then it is reading it like "P" "R" "E" "V" "I" "E" "W" and not as "Preview".

This issue was reproducible in nightly build too with Internet Explorer 8 and Firefox 3.6.

#5114 IE: Stack overflow on table context menu Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Confirmed with IE8 Compatibility mode:

  1. Create a table.
  2. Right click on it to open it's context menu.

A stack overflow error is thrown.

Works well with FF and IE8 no-compat mode.

#5116 IE: dialog checkboxes have no visual clue for keyboard navigation IE Bug confirmed Normal
Description

There is no visual behavior for checkboxes in dialogs when tabbing over them. We have the impression that the focus got lost.

#5118 Arrow keys navigation in RTL languages is incorrect Confirmed Review+ Garry Yao Bug closed Normal
Description

It is expected that the left arrow key will go to the icon that is to the left of the current, but in RTL languages the left arrow is actually mobing to the icon that is to the right of the current.
in other words, the navigation arrow keys should be switched when using RTL language.

#5119 disabled icons are not being marked when focused while navigation with the keyboard Confirmed Review+ Garry Yao Bug closed Normal
Description

if you navigate with the keyboard to a disabled icon it seems that the focus is lost. this is not incorrect, yet it should be marked somehow.

#5121 Selecting line and changing Paragraph Format changes all lines in paragraph Review+ brooks Bug closed Normal
Description

The FCK editor allows you to only change the selected line with Paragraph Format, i.e. it recognizes the <br /> tag as a separator. This doesn't work in the CKEditor.

Firefox on Mac

  • Type some text separated with a <br /> tag.
  • Select a line and change the Paragraph Format.
  • All lines change (not just the selected line).
#5123 User Interface Languages does not validate Review+ Bug closed Normal
Description

"User Interface Languages" sample provided with CKEditor is not a valid XHTML.

Validation Output:  2 Errors

Line 39, Column 35: document type does not allow element "script" here
      				<script type="text/javascript">


Line 53, Column 12: end tag for "select" which is not finished
			</select>
#5124 Background colours cannot be set separately for spaces in a text string Oracle Confirmed Review+ Garry Yao Bug closed Normal
Description

If the space is having one character space between two text strings, the space could not get background color. If the space is having two or more characters space, The space get background color. Please see the attached screenshot.

#5125 Make the wysiwyg mode editable by default with JAWS Confirmed Review+ Garry Yao Bug closed Normal
Description

Currently when the editing block gains focus, JAWS stays in VPC mode, we could apply the proper ARIA role to make PC mode turned on automatically.

#5127 Problem with removing advanced tab in link and image dialogs IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Insert the following code after CKEDITOR.replace( 'editor1' ); in ckeditor/_samples/replacebycode.html

CKEDITOR.on('dialogDefinition', function( ev )
{

	var dialogName = ev.data.name;  
	var dialogDefinition = ev.data.definition;
   
	switch (dialogName) {  
	case 'image': //Image Properties dialog      
		dialogDefinition.removeContents('advanced');
		break;      
	case 'link': //image Properties dialog          
		dialogDefinition.removeContents('advanced');   
		break;
	}
});

This should remove the advanced tab from the image and link dialogs.
Save the html page and view it in a web browser.
Click on the 'Insert Link' toolbar icon.
The advanced tab is removed.
Click cancel - the dialog closes correctly.
Open the dialog again.
Enter a link and click ok.
The dialog closes and the link is inserted correctly into the editor.
Now click on the 'Insert Image' toolbar icon.
The advanced tab is removed.
Click cancel - the dialog does not close and an error is shown in the console.
Entering an image url and clicking ok does not close the dialog either.
The only way to recover is to close the browser tab / window.

Error in Firebug:

this._.contents[pageId] is undefined
[Break on this error] return this._.contents[pageId][elementId];\r\n
#5128 Text content of <pre> element with attributes is removed when changing the formatting Confirmed Review+ Garry Yao Bug closed Normal
Description

When trying to alter the formatting of a <pre> block that has attributes (like "class", "style", etc.) the text is removed from the editor.

Steps to reproduce:

  1. Go to CKeditor and switch to "Source" mode
  2. Paste <pre style="color: green">This is a bug.</pre>
  3. Switch back to "WYSIWYG" mode
  4. Select the text "This is a bug"
  5. Click the formatting dropdown and select "Heading 1"

Result:
The text is removed from the editor.

Expected:
The text should change to new formatting and not be removed.

Bug cause & solution:
The issue comes from a regular expression that doesn't check for attributes of <pre> elements. It is found in CKEditor's styles plugin.

file: _source/plugins/styles/plugin.js
line: 770
method: splitIntoPres()

problem:
splitedHtml.replace( /<pre>([\s\S]*?)<\/pre>/gi, ...

solution:
splitedHtml.replace( /<pre[\s\S]*?>([\s\S]*?)<\/pre>/gi ...

#5132 Formatting automatically applied to all characters/words when only single character/word is highlighted Oracle Review+ Garry Yao Bug closed Normal
Description

Write some text e.g. A B C in editor area. Select "A" and click on underline button. It underlines the text. Now select "B" and click on underline button. It underlines "B" correctly. Now select "C" and click on italic button. You will observe that entire text including "A" and "B" is changed to italic. Same is the case with words.

This issue was reproducible in nightly build with Internet Explorer 8 and Firefox 3.6.

#5135 Using Shift-Tab on Source mode doesn't work IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When the cursor is in the source mode, using shift-tab does not navigate to the previous item in the tabbing order. Using Tab works as expected.

#5140 Arrow to show sub menus is not visible in HC mode IBM Review+ Frederico Caldeira Knabben Bug closed Normal
Description

When using the editor in HC mode, the arrow in the context menu is not displayed.

#5144 Pasting in Chrome can leave <div id="cke_pastebin"> elements Confirmed WebKit Review+ Garry Yao Bug closed Normal
Description

Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17447

Seems to work fine with Chrome 4.0.249.89 (38071) in Windows XP with the patches for #4988 and #5095. But previously I've seen it fail, so this case must be reviewed

#5145 SCAYT fixes Review+ Task closed Normal
Description

the following tickets are addressed with this patch: #3570 #3935 #4125 #4411 #4688

#5149 Cursor dissapears after maximize in Firefox 3.6 Firefox Oracle Confirmed Review+ Garry Yao Bug closed Normal
Description

Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17610

In Firefox 3.5.7 the cursor disappears after switching to full screen, but clicking on the content or restoring size shows it again. In 3.6 on the other side it remains hidden until something else is focused (showing the context menu, open a dialog, focus the url bar...)

#5150 colorButton_colors doesn't allow to specify "name" and color Confirmed Review+ Alfonso Martínez de Lizarrondo New Feature closed Normal
Description

This is not related to showing a custom text for each color as that can be done including the proper entries in editor.lang.colors

Instead, it's related to the functionality of FCKeditor to specify

FCKConfig.FontColors = 'ff9900/FontColor1,0066cc/FontColor2,ff0000/FontColor3' ;
FCKConfig.CoreStyles.Color =
	{
		Element		: 'span',
		Attributes	: { 'class' : '#("Color")' },
		Overrides	: [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ]
	} ;

Now the only option seems to be to use something like

colorButton_colors : 'ff9900,0066cc,ff0000',

colorButton_foreStyle :
	{
		element : 'span',
		attributes : { 'class' : 'Color(color)' }
	},

but that requires to use class names like Colorff9900, instead of being able to specify whatever they need.

#5152 Indentation using classes is buggy Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Seems that it's not possible to indent that way a third level, and removing the indent only works if there's a single level.

Tested with

indentClasses : ['Indent1', 'Indent2', 'Indent3'],

and

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}
#5170 Problems with pasting (executing insertHtml) and formatted text Confirmed Review+ brooks Bug closed Normal
Description

When inserting content with insertHtml() inside of formatted text, editor breaks formatting and inserts content without formatting. Confirmed in FF 3.5. Works fine in IE8 and Safari 4.

Steps to reproduce

  • start with
    <p>
    	<span style="color: rgb(255, 0, 0);">Sample ^text</span></p>
    
  • Open "special character" dialog and insert some character somewhere in the middle of the text (before "text")
  • Result:
    <p>
    	<span style="color: rgb(255, 0, 0);">Sample </span>&euro;<span style="color: rgb(255, 0, 0);">text</span></p>
    

This can be reproduced in many different ways in CKEditor, everywhere where insertHtml() is used, like also when pasting content or when inserting content in a custom plugin.

Targetting to 3.3 as it might be a bit irritating.

#5181 Use callFunction when loading the wysiwyg data Confirmed Review+ Garry Yao Task closed Normal
Description

We're currently using an ugly and unclear solution to notify the data load in the wysiwyg plugin.

While we still need the activation script, we could make it a bit clearer by using the CKEDITOR.tools.callFunction.

#5182 Context menu is not read as a context menu by JAWS IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When displaying context-menus and sub-menus JAWS does not read the menus as menus, just the general label "Options". When using a toolbar menu (scayt), JAWS reads "Menu Options" and when leaving the menu it says "Leaving menu".

In earlier versions, JAWS would actually read "Context menu"

#5188 fixlineends not working corectly Confirmed Review+ Wiktor Walc New Feature closed Normal
Description

It seems that fixlineends script (_dev\fixlineends\) is not fixing all files, for example the following file:

_source\core\editor.js

does not have a BOM character after running fixlineneds.bat.

#5190 Templates dialog: no automatic focus Confirmed Review+ Garry Yao Bug closed Normal
Description

(3.2.x Branch)

The templates dialog must not focus on the first item of the list. The current behavior disturbs the mouse navigation.

The templates list should be focused on load, having the first item focused only when hitting the ARROW-DOWN key.

#5191 Ajax sample: undo behaves improperly Confirmed Review- Alfonso Martínez de Lizarrondo Bug closed Normal
Description
  1. Load the Ajax sample.
  2. Type some text.
  3. Undo until the last possible undo step.
  4. Redo until the last redo step.

In step 3, the last undo should be from a few text to blank contents.

In step 4, the last redo should restore the entire typed text.

Currently, the user looses the text when performing the above steps.

#5196 IE: Click and drag to select is not working without first focus Confirmed IE Bug closed Normal
Description

(3.2.x Branch)

  1. Load a page.
  2. Without any other action, click and drag to select text in the editor.

The selection will not happen.

#5197 IE: page reload throws error Confirmed IE Frederico Caldeira Knabben Bug closed Normal
Description

(3.2.x Branch)

  1. Load a sample.
  2. In the browser page, open a different URL.
  3. Click the browser back button.

A js error is thrown.

This also happens when refreshing the page.

#5198 IE: double history entries Confirmed IE Frederico Caldeira Knabben Bug closed Normal
Description

With IE:

  1. Load _samples/index.html.
  1. Select the replacebyclass sample.
  1. Click the browser back button. The editor contents will disappear.
  1. Click the browser back button again. The index page will finally be loaded.

The above step 3 should not happen.

#5199 IE: Single row toolbar has no bottom padding Confirmed IE Bug closed Normal
Description

In IE8, with compatibility enabled, editor toolbars with a single row don't have the usual bottom padding.

Confirmed with the api_dialog sample. Works well with IE8 mode.

#5200 IE: Div Container may show extra top padding IE Bug confirmed Normal
Description

With IE8 with Compatibility mode:

  1. Load the following HTML:
<p>Line 1</p>
<p>Line 2</p>
<p>Line 3</p>
<p>Line 4</p>
  1. Select Lines 2 and 3.
  1. Click the Div Container button.
  1. In the Advanced tab, set the Style field to "border: solid red".
  1. Confirm the dialog.

Note that there will be extra (unwanted) space at the top padding of the created div. When moving back and forth to source, that space disappears.

#5201 IE: Pasting may throw js error IE Bug closed Normal
Description
  1. With Firefox, select the article contents from this page.
  1. Open the editor in IE and paste inside of it.

Several js errors are thrown.

Confirmed with IE8 in Compatibility Mode, at least.

#5203 IE: Page scrolls when leaving the editor Confirmed IE Frederico Caldeira Knabben Bug closed Normal
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 Confirmed IE Bug closed Normal
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 Confirmed IE6 Bug closed Normal
Description

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

#5212 Safari: SHIFT+ENTER must be done twice to work Confirmed Safari Review+ Garry Yao Bug closed Normal
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.

#5216 Provide CKEDITOR.appendTo(elementOrId, config, data) Confirmed Review+ Alfonso Martínez de Lizarrondo New Feature closed Normal
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.

#5220 Style tag in body element messes output in CKEditor fullpage edit Confirmed Review+ Garry Yao Bug closed Normal
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. IBM Confirmed Review+ Garry Yao Bug closed Normal
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)

#5224 The Toolbar has been Frozen, textarea uneditable Confirmed IE? Frederico Caldeira Knabben Bug closed Normal
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>

#5228 "Link" dialog incorrectly handles URLs that starts with '?' Review+ Minh Nguyen Bug closed Normal
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>".

#5232 [[IE]]—Bold Italic Underline Strikethrough Subscript and Superscript options are sticky even after we clicked on the options to undo them IBM Confirmed Review+ Garry Yao Bug closed Normal
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

#5236 Unstyling an empty range in a beginning of a styled text does not unselect the button IE Bug confirmed Normal
Description

To reproduce

  • Open a new editor
  • Click on the B button and type some text.
  • Place the caret in the beginning of the text
  • Click again on the B button. Notice that the the button is not unselected.
  • Type some text. notice that noe the button is unselected.
#5237 English text in dialogs' title is flipped when using RTL language IE Sa'ar Zac Elias Bug closed Normal
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 IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

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

#5240 Flash Alignment property is not working IBM Confirmed Review+ Garry Yao Bug closed Normal
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.

#5242 Text and Background Colour applied to the text are removed together even though we removed only one of Text Colour or Background Colour IBM Confirmed Review+ Garry Yao Bug closed Normal
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 Oracle, Confirmed IE Bug closed Normal
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 IE Bug closed Normal
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.
#5259 FF 3.6 https/ssl Issue Firefox Confirmed Review+ Garry Yao Bug closed Normal
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;"' +

#5261 scayt_autoStartup slow down editor loading Firefox Confirmed Review+ Garry Yao Bug closed Normal
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.

#5268 Port DragResizeTable to V3 Confirmed Review+ Garry Yao New Feature closed Normal
Description

Several people have requested the upgrade of this plugin

#5274 [[IE6]] Content Templates dialog is not displaying properly IE IBM Confirmed Review+ Garry Yao Bug closed Normal
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

#5278 Link Dialog / Popup Name / Add validation to check for bad window names Confirmed IE Review+ Minh Nguyen Bug closed Normal
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.
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