Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4301 - 4400 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#4526 "Text and table" - unable to edit table Bug Normal CKEditor 3.3 General
Description

It seems we have lots of bugs in this template (#4180, #4073).

Just to not forget about it, here's another issue: the inserted table appears very small and it is almost impossible to edit anything inside of it (at least in FF and IE).

#4527 Checkbox command generates invalid HTML Garry Yao Bug Normal CKEditor 3.1 UI : Dialogs
Description

According to W3 spec: http://www.w3.org/TR/html4/interact/forms.html#edef-INPUT (value of attribute "checked" cannot be "true"; must be one of "checked"), the following code is wrong:

<input checked="true" name="sdfs" type="checkbox" value="sdf" />

Instead of checked="true" we should generate checked="checked".

#4530 Opera: context menu doesn't work Garry Yao Bug Normal CKEditor 3.1 UI : Context Menu
Description

Confirmed on Opera 10.0/Vista and Opera 9.64/XP.

Context menu works fine in FCKeditor/CKFinder in the same browser.

#4531 Opera: Tab key issues in dialog Bug Normal General
Description
  1. Open 'Image' dialog
  2. Tab through the dialog fields until reach 'Ok' button (actually it's impossible, read #4542)
  3. Actual result:
  • cannot tab to "lock ratio"

Confirmed in Opera 9.64 and 10.0.

There is a separate issue regarding using tab key in dialogs in #4542.

#4532 Opera: hidden field is invisible Bug Normal General
Description
  1. Click on a "Hidden Field" button
  2. Enter name and value, click ok
  3. Actual result:
  • hidden field is added but invisible in wysiwyg mode
#4533 Opera: double-clicking undo/redo UI button can open "hotclick" context menu due to selection being restored by the editor Bug Normal Core : Undo & Redo
Description

To reproduce:

  1. Open CKEditor, type "This is some sample text"
  2. Make "This", "some" and "text" bold (to be sure that more than one action can be undone)
  3. Click Undo 3 times then just click randomly Redo and Undo
  4. Result:
  • browser's context menu is opened in the left corner of the browser
#4534 Opera: issues when using arrow keys in combo elements Garry Yao Bug Normal CKEditor 3.4.2 UI : Floating Panel
Description

Problem: when using arrow keys to choose Font size, family or format, browser window is scrolled down/up.

Procedures

  1. Click on a Font combo
  2. Use arrow keys to select font name
#4535 Opera: Check Spelling button is disabled Bug Normal General
Description

SCAYT button is enabled, but the "Check Spelling" button is not working (disabled), at least not in Opera 9.64 and 10.0.

#4536 [IE] Keyboard navigation doesn't work on float panel with Quirks Garry Yao Bug Normal CKEditor 3.1 Accessibility
Description

In quirks, the focus is not gained on float panel, so all keyboard navigations are lost.

#4537 Undo unavailable after replacing content with template Bug Normal General
Description

Undo unavailable after replacing content with template.

TC

  1. Fill any content into editor.
  2. Use template button to insert any template with "Replace content" option active.
  3. Hit Undo button.

Expected: Previous content should be recovered.

#4538 Remove formatting not working on headers Bug Normal CKEditor 3.1 General
Description

Remove formatting not working on headers.

TC

Use "Remove Format" button on following content:

<h1>foo</h1>
#4539 [FF] No context menu for some form elements Bug Normal CKEditor 3.1 General
Description

No context menu for some form elements. It only forks for INPUT tag form element. Probably equivalent of V2 bug #703, which contains a patch.

#4540 [webkit] Scrollbars in Link dialog Bug Normal UI : Dialogs
Description

Using Chrome and V2/Office2003 skins, there are scrollbars in Link dialog, Advanced tab.

Screenshot attached.

#4541 Maximize adds extra space on non-Kama skins Bug Normal General
Description

Maximize adds extra space on V2 and Office2003 skins. Please refer to attached screenshots.

#4542 Cannot access Ok/Cancel buttons using tab key Garry Yao Bug Normal CKEditor 3.1 Accessibility
Description

Confirmed on:

Safari 4.0/Vista, Opera 10.0/Vista, Opera 9.64/XP

Procedures

  1. Open 'Image' dialog
  2. Tab through the dialog fields until reach 'Ok' button (actually it's impossible, read below)
  3. Actual result:
  • cannot access "Ok" and "Cancel" buttons, instead the whole editor is highlighted and cursor is positioned in the editing area
#4543 Unable to move cursor between hr and table Garry Yao Bug Normal CKEditor 3.1 General
Description
  1. Load an editor with the following content and selection:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text^</td>
    		</tr>
    	</tbody>
    </table>
    <hr />
    
  2. Try to move cursor after table by press 'Right Arrow' key;
  • Actual Result: It's impossible to move cursor exactly after the table and before the HR. (For IE, even worse, lots of dummp paragraph generated at the end of this document)

#4544 [IE] Backspace handler on table/floated element doesn't work Bug Normal CKEditor 3.1 General
Description
  1. Load an editor with the following content and selection:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text^</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Try to select the whole table by clicking at the border of it;
  3. Press 'Backspace';
  • Actual Result: The default behavior of browser backward button is triggered.
#4545 Positioning of images IE6 Bug Normal Project : MediaWiki+FCKeditor
Description

Hi, Summary: When adding images to an article, using FCKeditor 2.6.4 the image is placed always on the top of the article. It is the same where the cursor is placed... It can be repositioned by drag and drop, but this is difficult for some useres.

Repoduction: Place the cursor somwhere in the article, add an image, this is in our case placed on the top of the article.

Software: MediaWiki 1.14.0 PHP 5.2.9 (apache2handler) FCKEditoe Version 2.6.4 Build 21629 IE 6.0.2900.5512 Win XP SP3

Best Regards Christian

#4546 uiColor creates wrong css-code when editor-id contains colons Garry Yao Bug Normal CKEditor 3.1 General
Description

if you replace your textarea with an editor using uiColor and the textarea id contains an colon (famous in jsf-applications), the generated css-code doesn't work.

Patch for setUiColor: replace s='#cke_'+m.replace('.','
.') with s='#cke_'+m.name.replace(/:/g, '
:').replace('.','
.')

#4547 Load the skin CSS in parallel Garry Yao New Feature Normal CKEditor 3.1 General
Description

We're currently loading the skin CSS files only after the plugins files get loaded. This is not really necessary, and these files could be loaded in parallel, while the rest of the editor scripts get loaded.

#4548 Fake comment plugin Garry Yao New Feature Normal CKEditor 3.1 General
Description

A fake comment plugin that displays HTML comments with specified pattern as placeholders.

#4549 Make the querystring "anti-cache" feature configurable Garry Yao New Feature Normal CKEditor 3.1 General
Description

The anti-cache feature we have in the editor is generally useful, but may also be an issue on certain cases (as commented in our blog).

To give the proper level of flexibility, we could make this feature configurable, so one could decide to not use it. We'll probably need a global variable for that, like "CKEDITOR_NO_ANTI_CACHE".

#4550 Image thumbnails lost after loading article in the FCKeditor Bug Normal Project : MediaWiki+FCKeditor
Description

When the users try to edit an article with images using the FCKeditor the thumbnails present before, are lost,desapear. So when you think you where finishing, you have to star over by filling the Caption of the images.

#4551 all checked radio buttons with the same names shows checked Bug Normal General
Description

To reproduce:

  • go to one of the samples.
  • add a form to the content.
  • put 2 checked radio buttons with the same name inside.

notice that both radio buttons are checked.

  • go to source mode and then return to WYSIWYG mode, and you'll see how this should look like, only the last one is checked.
#4552 Float panel menu will not respond after the editor instance is re-created. Garry Yao Bug Normal CKEditor 3.1 UI : Floating Panel
Description

check '_samples/ajax.html' (this is from your current distribution)

  1. Create an editor instance.
  2. Click the toolbar buttons such as 'text color' or 'font size' and select something in the float panel menu.
  3. Destroy the editor instance.
  4. Create a new editor instance.
  5. Then the toolbar buttons do not respond when clicked.

Firefox 3.5.3
Windows XP

#4553 checkDirty() returns 'true' when there is no change in context Garry Yao Bug Normal CKEditor 3.3 General
Description

please find the enclosed.

Once an editor is created, just click the editing area, then the checkDirty() returns 'true' even though no change was made.

In other words, the context is empty with code <textarea></textarea>, but checkDirty() returns 'true' nonetheless.

FireFox 3.5.3 Windows XP

#4554 What is the ETA of dragresizetable plugin for CKEDITOR 3.x ? New Feature Normal General
Description

When do you plan to provide dragresizetable plugin for CKEDITOR 3.x ?

#4555 Memory Leak Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.3 General
Description

Check '_samples/ajax.html' from your current distribution

Repeat creating and destroying editor instances, then the browser takes more and more memory. Even after some time, the browsers still does not free the memory.

IE 8 takes roughly 5MB of memory for each editor instance even after the instance has been destroyed.

FireFox 3.5 takes about 1.2MB of memory for each instance.

Windows XP

#4556 Html5 and xhtml5 support Frederico Caldeira Knabben New Feature Normal CKEditor 3.6.1 Core : DTD
Description

When fckeditor encounters an html5 tag, it behaves incorrect. It will wrap the html 5 element with p-tags.

Since it is advised to create every new site in html5 already, (basic) support for html5 would be really welcome.

Html5 is backwards compatible with html4. If html4 behaviour needs to be retained, we could introduce extra modes. xhtml
html4
html5
xhtml5

#4557 Ability to change a tag from the bread crumb menu New Feature Normal General
Description

It should be able to change a selected tag to an other one. If one have entered a paragraph for instance, one should be able to change this into an other markup element (article, footer etc), leaving the contents intact. The thing I wish for is a context menu which you can open by right-clicking on each individual bread crumb in the lower bread crumb path.

#4558 Selection not picked up in dialog Bug Normal General
Description

For instance concider the demotext (e.g. This is some sample text. You are using CKEditor.):

Choose/select the entire 'CKeditor' link in the demotext and edit the link... the actual link is not shown in the dialog. When the selection is collapsed on 'CKeditor', the link is shown in the the dialog.

Perhaps it is by design.. but back in the old days of FCKeditor it was behaving consistent! Selection of collapsed.. A link is shown in the dialog!

Another related question (about a selection in editor): I'm trying to make a plugin (converting a FCKplugin I made). How can I get the selected-text in the dialog? editor.getSelection() gives me an object... I can't figure out how to get the text (getHTML, getText does not not work).

#4559 Menus buttons width Bug Normal UI : Toolbar
Description

Hi,

I think menu buttons width is bad.

When changing language in 'fr' you can see the bug in attached image.

Thx

Jean-mat

#4560 Trac is really a bad system Task Normal General
Description

Hi,

Too difficult to work with trac.

I'm an occasional user of launchpad and it's a really better solution.

Friendly

Jean-mat

#4561 [IE] Unable to edit link when select the entire <a> Bug Normal General
Description
  1. Open the 'replace by class' sample page, click inside the link with text 'CKEditor';
  2. Click the 'a' tag on the elementpath bar.
  3. Open 'Link' dialog;
  • Actual Result: The link info is not appearing in the dialog fields.
#4563 Context menu too small for some options and languages Bug Normal UI : Context Menu
Description

Context menu too small for some options and languages.

Example: go to http://ckeditor.com/demo -> multi-languge interface -> select language Finnish -> rightclick on the table

Last menuitem reads "taulun ominaisu" because it doesn't fit in the area.

Should read "taulun ominaisuudet" as in tooltip text.

#4564 Unable to select and change values from some form elements with Firefox Bug Normal General
Description

Unable to select and change properties from:

  • checkbox
  • selection field

with Firefox

Example data:

<form name="test">
	<p>
		<input name="checker" type="checkbox" value="yes" />checker</p>
	<p>
		<select name="sel"><option selected="selected" value="one">one</option><option value="two">two</option></select><br />
		&nbsp;</p>
</form>
#4565 Unable to edit input hidden values (forms-plugin) Bug Normal General
Description

Form hidden field values cannot be accessed after creation in IE8 and Firefox 3.5.3.

In fact with Firefox hidden field isn't visible at all.

Example code:

<form name="test">
	<p>
		&nbsp;<input name="d" type="hidden" value="sdf" /></p>
</form>

#4566 IE7 - setData yields this.$.innerHTML is null or not an object Bug Normal General
Description
  • Only affects Internet Explorer v7 (have not tested v6).
  • Does not affect Opera, Chrome, and FireFox (latest versions).
  • Does not affect IE v8

Description:

  • When using setData on an editor object in Internet Explorer, the data does get set correctly and rendered correctly, however, the error "this.$.innerHTML is null or not an object" is generated.

MS Script Debugger shoes that the error happens in the ckeditor.js on line 15 at:

getHtml:function(){return this.$.innerHTML;}

If I do a JavaScript "alert" right before the setData, then there is no error. However, delaying the setData using a setTimeout does not help.

I have found a workaround. I changed the offending code to:

getHtml:function(){return (this.$) ? this.$.innerHTML : "";}

... and the error goes away.

#4567 IE8 In source view pres backspace throw error on page Garry Yao Bug Normal CKEditor 3.1 General
Description

After update to ckeditor 3.0.1 when i delete text in source view in IE error on page is throw but editor work. It is see on demo page

#4568 right click menus width in other langs Bug Normal UI : Context Menu
Description

Hi

Right click menus width is fixed, and in other languages it's a problem. See the attached file.

Best regards

Jean-mat

#4569 Running FCKEditor 2.6.5 on a Mac Book Pro (Leopard) Bug Normal General
Description

I recently bought a Mac Book Pro. I'm using FCKEditor 2.6.5. It works on Safari and Firefox from my Mac Book Pro with the installed software running on a Linux Server. I'm developing on a Mac Book Pro and running locally and these 2 Browsers do not work. I'm getting these errors. I've narrowed it down to this statement in fckeditor.html:

LoadScript( 'js/fckeditorcode_' + sSuffix + '.js' ) ;

It never successfully does a write here:

function LoadScript( url ) { document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ; }

I'm not able to tell why.

FCKConfig is not defined fckconfig.js()fckconfig.js (line 27) [Break on this error] FCKConfig.CustomConfigurationsPath = ;\r\nfckconfig.js (line 27) FCKBrowserInfo is not defined [Break on this error] if ( FCKBrowserInfo.IsAIR )\r\nfckedito...lbar=Text (line 125) FCKConfig_LoadPageConfig is not defined [Break on this error] FCKConfig_LoadPageConfig() ;\r\nfckedito...lbar=Text (line 164) FCKTools is not defined [Break on this error] var FCK_InternalCSS = FCKTools.FixCssU...d-image:url(images/block_h6.png)}' ) ;\r\nfckedito...lbar=Text (line 176) FCK_ContextMenu_Init is not defined [Break on this error] FCK_ContextMenu_Init() ;\r\nfckedito...lbar=Text (line 195) FCKLang is not defined [Break on this error] window.document.dir = FCKLang.Dir ;\r\nfckedito...lbar=Text (line 203) FCKBrowserInfo is not defined

[Break on this error] if ( FCKBrowserInfo.IsGecko
FCKBrowserInfo.IsSafari )\r\nfckedito...lbar=Text (line 270)

InitializeAPI is not defined [Break on this error] InitializeAPI() ;\r\nfckedito...lbar=Text (line 210) reference to undefined property this.context.debugFrame [Break on this error] Filtered chrome url chrome://firebug/content/debugger.jsdebugger.js (line 2550) assignment to undeclared variable title [Break on this error] Filtered chrome url chrome://firebug/content/a11y.jsa11y.js (line 257) reference to undefined property this.sourceBoxes[url] [Break on this error] Filtered chrome url chrome://firebug/content/firebug.jsfirebug.js (line 2455) assignment to undeclared variable fileName [Break on this error] Filtered chrome url chrome://firebug/content/a11y.jsa11y.js (line 1907) assignment to undeclared variable lineNode [Break on this error] Filtered chrome url chrome://firebug/content/debugger.jsdebugger.js (line 1861) detailed error: javascript is not defined function onchange(event) { javascript.setContentChanged(true); }(change )

#4570 IE6 - No scrollbars in menu item dropdowns Bug Normal UI : Floating Panel
Description

Using a default installation with a reorganized toolbar, the scrollbars do not show up when clicking any one of the 3 menu items with dropdowns.

http://i33.tinypic.com/jhfs53.jpg

#4571 FCK editor wraps everything in a <p></p> tag New Feature Normal General
Description

We have used the FCk editor for a few years now and one thing that continues to annoy me is the fact that it insists on wrapping everything in a <p></p> tag. Images, among other things should be able to be placed without a <p></p> tag. Is this something you can address and if so could you do it for the next release?

Thanks for your time and your editor. Apart from this issue and the fact that the code is not exactly W3C compliant as it was expected to be, the editor has still been quite useful. Thanks again

Regards

Joshua Fairfax

#4572 Two page break bugs of ckeditor Bug Normal General
Description

IE6, 7, 8, insert a page break between test, and toggle 'source' some times, then will see the problem

IE8, after inserting a page break, click 'Format' drop list, will dispear soon, but works in IE6

#4573 Ignore empty paragraph doesn't work with config.enties = false; Garry Yao Bug Normal CKEditor 3.1 Core : Output Data
Description

If

config.entities = false;
config.ignoreEmptyParagraph = true;

Click editor area. > Empty paragraph gets created. > Change to source view. > Paragraph exists > change back to wysiwyg.

Submit form in wysiwyg mode and the empty paragraph exists in submitted data (since paragraph ends with &nbsp; character not html entity).

#4574 V3: Table merging tools Garry Yao New Feature Normal CKEditor 3.1 General
Description

CKEditor misses the merging tools for table cells that are present on V2.

#4577 link dialog breaks relative urls like href="foo" Garry Yao Bug Normal CKEditor 3.1 UI : Dialogs
Description

when you use the link dialog on a link like href="foo" then click OK (without changing anything) the link changes to: href="http://foo"

This corrupts the page.

I solved this by changing the default protocol to "other". If you want to keep http:// as the default, you'll need to update the code that populates the link dialog, so if there's a href with a value, but no protocol, it sets the "protocol" dropdown to "other".

You can reproduce this bug by:

1) go to http://ckeditor.com/demo

2) select a word, click the link icon

3) set the protocol to "other" and the url to "foo"

4) click OK.

5) hit "source" and see that the href="foo"

6) click source again to go back to the normal view

7) click your link, and hit the "link" button again.

8) See that the "protocol" dropdown is now set to "http://" (which is incorrect)

9) without changing anything, click "OK"

10) click the "source" button, and see that your link now has: href="http://foo" (which is incorrect)

#4578 Source editor not focused when changed to Bug Normal General
Description

I'm using FireFox 3.5.

When changing to the Source view, the textarea is not focused. I have to manually click it to be able to do anything.

Confirmed on both the CKEditor demo and in my implementation.

#4579 CKEditor IE 7 scrollbar issue Bug Normal General
Description

I have a long form. If the focus is on a CKEditor field and

  1. I scroll up using the scrollbar and
  2. click a javascript button/link with the cursor still on the ckeditor field but out of view on the screen

the javascript event does not fire. Instead the screen scrolls downward towards the ckeditor field. The same scenario works in FF. Is this an IE bug? If so do we have a workaround? Thank you -A

#4580 Hungarian language Bug Normal CKEditor 3.3 UI : Language
Description

There are many missing items on the hungarian language file.

#4581 CKEditor does not work in IE 7/8 for textareas containing a bullet character · in the ID Bug Normal CKEditor 3.2 General
Description

The bullet character · is legal in HTML ids, but when CKeditor attempts to turn a textarea with a bullet in the id into a rich text editor, then the text content comes out as "undefined" in IE.

e.g.

<textarea class="richtext" id="xf-411·1-2">some content</textarea>

when turned into a rich text editor via CKEDITOR.replace, works fine in Firefox 3.5 and Chrome (Windows), but in IE 7 and 8 it displays the text "undefined" rather than "some content".

This is not a theoretical problem - generated content from libraries like Orbeon uses the bullet character extensively in IDs, and this prevents CKeditor 3.0.1 from being used with them.

Tested with 3.0.1 on Windows XP, with IE 8.0.6001.18702 and in IE 7 compatibility mode.

#4583 Popup Window Name field is populated with Target Frame Name value. Minh Nguyen Bug Normal CKEditor 3.2 General
Description
  1. Open Link dialog.
  2. Go to the Target tab.
  3. Set the Target field to the "Same Window" option. The Target Frame Name is populated with "_self"
  4. Change the Target field to the "<popup window>" option. The Popup Window Name field is automatically populated with "_self".

Expected result: The Popup Window Name field should be empty. As _self specifies that the current window be replaced with the URL it does not cause a popup window.

#4584 Updated link Target field is not updating when updating to certian values. Garry Yao Bug Normal CKEditor 3.1 Core : Output Data
Description
  1. Open the Link dialog.
  2. Enter a URL.
  3. Go to the Target tab and set the Target field to "New Window".
  4. Click OK to save and close the dialog.
  5. Select the link in the editor and open the Link dialog to edit the link.
  6. Go to the Target tab and update the Target field to "<not set>".
  7. Click OK to save and close the dialog.

Expected result:
The Target field has been updated to "<not set>".

Actual result:
Open the link dialog and goto the Target tab. Observe that the Target field remains set to "New Window".

This only occurs for specific combinations of original and updated values. See the attached file for test cases.

#4585 Adding template does not save an undo snapshot.. Bug Normal CKEditor 3.1 General
Description

Create a new editor instance. Open the Content Templates dialog and select template to open in the editor. Observe that the undo button is inactive. No undo snapshot has been saved.

#4586 [OPERA 9-10] Cannot add URL to ANY on IMG Bug Normal General
Description

Click on "add img"
Adding IMG.
Click on IMG
Click on Add URL

IMG dissapear. Only "src=" attr still in html-code.

Sorry for bad English.

#4587 Implement fullpage support in preview plugin Garry Yao New Feature Normal CKEditor 3.1 General
Description

As we've introduced full page support at #4067, preview plugin should be affected.

#4588 Implement document properties plugin New Feature Normal UI : Dialogs
Description

Port of 'DocProps' dialog to v3.

#4589 Output style attribute "override" by regular expression is ignored Garry Yao Bug Normal CKEditor 3.2 Core : Styles
Description

For example, following override setting unintendedly matches all <font> element whatever attribute it has.

config.fontSize_style =
{
	element		: 'span',
	attributes	: { 'class' : '#(size)' },
	overrides	: [ { element : 'font', attributes : { 'class' : /^foo/ } } ]
};

'CKEDITOR.tools.clone()' seems not to clone RegExp object properly at line.89 of styles/plugin.js

styleDefinition = CKEDITOR.tools.clone( styleDefinition );

After this line, regular expression is turned into , therefore it matches anything.

#4590 Small Clickable Area in IE7 and IE8 Bug Normal General
Description

For some reason the clickable area is small in both browsers, as if the height of the inner IFRAME body isn't growing to the height of the IFRAME. It works as expected in Firefox.

You can't select the editor area to add or edit text unless you click on a line that already has text. If the text editor starts out blank, it's very annoying since you can't just click anywhere in the editor except on the first text line when you want to begin typing. It happens on both the regular skin and V2, so I don't know what the problem is. It works fine in FCKEditor. Any thoughts?

#4591 Small Clickable Area in IE7 and IE8 Bug Normal General
Description

For some reason the clickable area is small in both browsers, as if the height of the inner IFRAME body isn't growing to the height of the IFRAME. It works as expected in Firefox.

You can't select the editor area to add or edit text unless you click on a line that already has text. If the text editor starts out blank, it's very annoying since you can't just click anywhere in the editor except on the first text line when you want to begin typing. It happens on both the regular skin and V2, so I don't know what the problem is. It works fine in FCKEditor. Any thoughts?

#4592 [IE6 IE7] Can not delete selected table cell contents. Bug Normal General
Description

Create a table and enter text in all the cells. Select all the cells in the table using the mouse. Press the delete button.

Expected result: The text in the cells should be deleted. This occurs in Firefox.

Actual result: The text in the cells are not deleted.

#4593 Paste from Word dialog does not create an undo snapshot. Garry Yao Bug Normal CKEditor 3.1 Core : Undo & Redo
Description

Create a new instance of the editor. Opend the Paste from Word dialog. Enter some text into the dialog and click OK. The content is inserted into the editor but the Undo button is inactive. No undo snapshot gets saved.

#4594 Context menu goes off-screen when mouse is at right had side of screen. Garry Yao Bug Normal CKEditor 3.1 General
Description

Create an editor instance that spans the with of the screen. Move the mouse to the right hand side of the editor and right click. Observe the context menu is partially rendered off screen. See attached screen shot. The context menu should be rendered to the left of the mouse.

Scroll bars are rendered so it can be accessed if the user moves to the right.

#4595 Template options on the Template dialog are not keyboard accessible. Garry Yao Bug Normal CKEditor 3.2 Accessibility
Description

In a instance of the editor access the toolbar by pressing Alt + F10. Navigate to the template dialog button by using the right arrow key. Press enter to open the templates dialog. Try to access the template options using the keyboard, for example, by pressing the arrow keys or tab.

#4596 Image Reset Size and Lock Ratio icons not visible in high contrast mode. Garry Yao Bug Normal CKEditor 3.1 Accessibility
Description

Turn on High Contrast: [XP] Open Control Panel and click on Accessibility Options. Click on the Display tab and select the "Use High Contrast".

In an editor instance open the Image dialog. The Lock Ratio and Reset Size icons are not visible.

#4597 [IE] DispHTMLAttributeCollection doesn't have getAttribute() method Garry Yao Bug Normal CKEditor 3.1 Core : Styles
Description

At line.726 of dom/element.js, it calls getAttribute method of thisAttribs(instance of DispHTMLAttributeCollection), but it fails. Instead, item() method should be used.

if ( ( !CKEDITOR.env.ie || ( attribute.specified && attribute.nodeName != '_cke_expando' ) )
 && attribute.nodeValue != thisAttribs.getAttribute( attribute.nodeName ) )

To reproduce this error,

  • Add following settings to config.js
    CKEDITOR.editorConfig = function( config )
    {
        config.coreStyles_bold = 
        { 
    		element : 'span',
    		attributes	: { 'class' : 'foo' },
    		overrides : 'b'
         };
    
        config.coreStyles_italic =
        { 
    		element : 'span',
    		attributes	: { 'class' : 'bar' },
    		overrides : 'i'
         };
    };
    
  • Open any sample page of CKEditor
  • Type some text in editor
  • Select these text
  • Click 'B'(bold) button from the toolbar
  • Click 'I'(italic) button from the toolbar twice
#4598 CKEditor rewrites expanded individual border styles incorrectly Bug Normal CKEditor 3.1 Core : Styles
Description

If in source view I add to a td style="border-left:2px solid #060;", the border is displayed as expected. CKEditor has re-written it as style="border-left: 2px solid rgb(0, 102, 0);"

But if I add style="border-left-style:single; border-left-width: 2mm;" in FF 3.5.3 and IE7 it is re-written as style="border-left-width: 2mm;" (ie dropping border-left-style), which stops FF (but not IE) from displaying the border.

In Chrome, the style is not altered, and it displays correctly.

#4599 [Webkit] Drag-and-drop images into the tables Bug Normal CKEditor 3.2 Core : Pasting
Description

Note that the table structure became broken. Bug occurs only if cell has any data.

The same bug: http://dev.fckeditor.net/ticket/3481

#4600 Image vspace, hspace, align CSS Bug Normal General
Description

Hello

I have written a workaround for using css instead of img tags, but has some restrictions. Please take a look and correct the code.

Important!!!: * It replaces old hspace, vspace, align automatically. * You can`t use stylefield in advanced tab any more.

#4601 Background color of dropdown boxes Bug Normal CKEditor 3.1 General
Description

If i change background color of ckeditor textarea by adding editor.addCss( 'body { background-color: #fff; }' ); background color of textarea change, but background color of dropdown boxes like format, style, etc. have still color from css file defined by config.contentsCss.

#4602 IE8 XP SP3 - maximize on long pages cuts off toolbar Bug Normal CKEditor 3.1 General
Description

using the example code for "complete sample" from this page: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Integration

if you place enough <br> tags just above the form tag to push the editor instance down on the page so that the scroll bar appears on the browser, and then as the first action after the page loads - press the maximize button, the toolbars are partially or completely gone and the editor cannot be used. If, before clicking on the maximize button, you give the editor focus by clicking on anything in the editor (text or toolbar), then the maximize button works correctly. Note that the number of BR tags needed to cause the bug seems to vary, and the more BR tags, the more the toolbar is off-screen - you can see all the toolbar, some of the toolbar, or none of it depending on how many BR tags there are.

#4603 Unable to disable sub menu items Garry Yao Bug Normal CKEditor 3.1 UI : Context Menu
Description

The following form of menu item status definition doesn't work at all in submenu of contextmenu:

getItems : function()
{
	return {
		tablecell_insertBefore : CKEDITOR.TRISTATE_OFF,
		tablecell_insertAfter : CKEDITOR.TRISTATE_OFF,
		tablecell_delete : CKEDITOR.TRISTATE_OFF
		...
	};
}
#4604 Submitted text doesn't display in Opera Bug Normal General
Description

I've integrated fckeditor to CuteNews, and it works just perfectly in every browser except some versions of Opera (including the last one 10.1). Submitted text doesn't display, for example on this page: http://ok-ekb.ru/team.php One can see the text while page is loading, but then it disappers. Please, help.

#4606 AutoGrow plugin Sa'ar Zac Elias New Feature Normal CKEditor 3.4 General
Description

Port AutoGrow plugin to v3.

#4607 Japanese language file Bug Normal CKEditor 3.1 UI : Language
Description

There are some MISSING labels, mistranslations and typos in 3.0.1.

#4608 Text next to Flash object is missing after save. Garry Yao Bug Normal CKEditor 3.1 General
Description

Using ajax sample.

  1. Create an editor instance.
  2. Click on the Flash button to open the Flash dialog.
  3. Enter the URL for the flash object, and click OK.
  4. Enter some text next to the flash object.
  5. Click the Remove Editor button.
  6. Click the Create Editor button.
  7. Right click on the flash object and select Flash Properties.
  8. Update a property in the General or Properties tabs, and click OK.
  9. Click the Remove Editor button.

The text next to the flash object is now missing. Click the Create Editor button. The text does not appear within the editor.

#4609 [FF2 FF3] Flash object is missing Garry Yao Bug Normal CKEditor 3.1 Core : Output Data
Description

Using the ajax sample in either Firefox 2 or 3.

  1. Click the Create Editor button.
  2. Click the Flash button to open the Flash dialog.
  3. Enter the URL for the flash object and click OK
  4. Enter some text after the flash object.
  5. Click the Remove Editor button.
  6. Click the Create Editor button.
  7. Right click on the flash object and select Flash Properties from the context menu.
  8. Update a property in the General or Properties tab and click OK.
  9. Click the Remove Editor button.

The flash object is missing. Click the Create Editor button and observe the flash object within the editor.

#4610 Flash properties restore to default settings. Bug Normal CKEditor 3.1 General
Description

Using the ajax sample.

  1. Click the Create Editor button.
  2. Click on the Flash button to open the Flash Dialog.
  3. Enter the URL for the flash object and click OK.
  4. Enter some text after the flash object.
  5. Click the Remove Editor button.
  6. Click the Create Editor button.
  7. Right click on the flash object and select Flash properties from the context menu.
  8. Update a property in the Flash dialog and click OK.
  9. Click the Remove Editor button.
  10. Observe the the Flash object has updated to reflect the property change in step 8.
  11. Click the Create Editor button.
  12. Right click on the flash object and select Flash properties from the context menu.

Observe that the Flash properties has reverted back with all check boxes checked.

#4611 Bug when insert SELECT in a form Garry Yao Bug Normal CKEditor 3.2 Core : Styles
Description

When i insert a HTML/Form/Select in page i have an javascript error Message "nodeValue.length is null or isn't an object."

This message appear after insert the select (Click ok on the dialog Select Popup) and the popup dialog not close

I have the same bug in your site with the demo page "Editor with all features"

IE 6 & 7

#4612 Link text is not updated when link protocol is changed Minh Nguyen New Feature Normal CKEditor 3.2 General
Description
  1. Click on the Link button to open the Link dialog.
  2. Enter a URL, for example www.bbc.co.uk
  3. Choose https:// for the protocol and click OK.
  4. Observe that the link is displayed as https://www.bbc.co.uk
  5. Right click on the link and open the Link dialog.
  6. Update the protocol to ftp:// and click OK
  7. Observe that the link text remains as https://www.bbc.co.uk.

If you view the HTML source you can see that the link text has not updated:

<a href="ftp://www.bbc.co.uk">https://www.bbc.co.uk</a>
#4613 Corrections in documentation Garry Yao Task Normal General
Description

I am not sure if this is the right place to propose corrections in documentation but I thought opening a ticket for corrections/changes in CKEditor docs was the most appropriate.

Page in question - http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System

I think "Buttons Definition" section needs a couple of corrections as shown below

buttons: [
	CKEDITOR.dialog.okButton,

	CKEDITOR.dialog.cancelButton,

	{
		id: 'unique name',
		type: 'button',
		label: 'Custom Button',
		title: 'Button description',
		accessKey: 'C',
		disabled: false,
		onClick: function()
			{
				// code on click
			}
	}
]
#4614 Attribute protection fails because of line-break Garry Yao Bug Normal CKEditor 3.1 General
Description

It's quite a serious bug that our "href" protection logic leaks when we have the following form of input:

<!-- line break after tag name -->
<a 
href="http://ckeditor.com" ></a>
#4615 Dialog fields are disrupted in RTL mode and IE Sa'ar Zac Elias Bug Normal CKEditor 3.4 General
Description

To reproduce:
go to the "multi-language interface" demo and choose Hebrew or Arabic (both languages are in RTL mode).
open the link dialog.
focus on the URL field, and notice that the marker is getting out of the box a bit to the right. write something and notice that the first character is also getting out of the box.

#4618 [IE] the onbeforeunload event of the parent document is being triggered when inserting icon Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.2 General
Description

attaching an example for it. just insert an icon and watch.
notice that when pressing either OK or Cancel the page itself doesn't change.

#4619 firefox doesn't show googlemaps iframes New Feature Normal General
Description

as in subject, if i put a googlemaps iframe in source code firefox (both in windows and linux) stops on "Loading..."

other iframes (winthout the parameter "output=embed") work properly

#4620 D&D image in demo page break paragraph Bug Normal General
Description

Reported at forum post while I'm not able to reproduce on trunk.

#4621 Clicking table sometimes generates anothor empty table Garry Yao Bug Normal CKEditor 3.1 General
Description
  • Open CKEditor demo page
  • Ctrl+A and remove all the contents
  • Click 'table' icon from the toolbar
  • Just click OK, and then table with 2x3 cells will added to editor area
  • Click table border to select the table
  • Click just below the table
  • Then, <table> element with no row or column is added there
    • It looks like a horizontal line in WYSIWYG mode
#4622 Pasting table twice will corrupt undo buffer Garry Yao Bug Normal CKEditor 3.2 Core : Undo & Redo
Description
  • Open CKEditor demo
  • Select the table at the right side
  • Copy the table by Ctrl+C or by the toolbar icon
  • Paste the table anywhere in the editor
  • Paste it on another place again
  • Undo by Ctrl+Z or by the toolbar icon
  • Undo again, then the 1st table pasted will remain still.
#4623 Compatibility issue between IE and CKEDITOR Bug Normal General
Description
  1. In the "Paste from Word" dialog, the textarea should be focused when I click anywhere in it, but the fact is that it is only focused when I click the first line. The same situation is also happened in the main editor sometimes.
  1. Copy and paste the data from the following .doc file to ckeditor, and then keep hitting Bold button for 2-3 times or more, there will be a js error in IE (FF works fine), I guess it is caused by those empty lines...

I also post these bugs in CKSource forum. As Garry.Yao's suggestion, I open this ticket to let you know.

Thank you!

#4624 one editor destroyed,another created,combo box can't be opened Bug Normal General
Description

When one editor created in page,you click to open a toolbar combo box ,like font, fontsize etc. destory the editor,then created another editor,and you click to open a toolbar combo box again,it can't be opened. and I find this problem in ckeditor demo(sample) too. demo:http://ckeditor.com/demo you click a combo box in "Editor with all features" demo. then you change to "Interface color" demo to click any combo box,it can't be opened. firebug show some error: "this.$ is undefined http://ckeditor.com/apps/ckeditor/3.0.1/ckeditor.js?1257207309 Line 11"

#4625 CK Editor stays visible when parent DIV is hidden Garry Yao Bug Normal CKEditor 3.1 General
Description

Place a CK Editor inside of a DIV. Change the visibility style of the enclosing DIV to "hidden". Enclosing DIV hides itself, but the CK Editor stays visible. Tested in FireFox 3.5.

If you change the "display" CSS property of the enclosing DIV to "none", the CK Editor does properly go away.

Hiding the editor in some way is very useful, for example, when dragging and dropping an area of the screen that may contain an editor instance. You may want to hide the editor during the drag or hide the entire source area.

#4626 CKFinder 1.4.1.1 has a bug that prevents client uploading when the server uses PHP5 Bug Normal Server : PHP
Description

Symption: CKFinder complains about file system permission problem when a client tries to upload files.

Reason: $sServerDir does not get initialized in FileUpload.php

Patch: Add the following line to line 130 of core/connector/php/php5/CommandHandler/FileUpload.php

$sServerDir = $this->_currentFolder->getServerPath();

#4627 dropdown menu as you type in the editor Garry Yao New Feature Normal General
Description

Hi, I would like to see a plugin that creates a drop-down menu inside the editor as you type. A possible application would be, as you type, you get a list of possible words on a drop down menu and the user could select from the list. Link to post: http://cksource.com/forums/viewtopic.php?f=11&t=16399

#4630 [FF] Unable to open context menu on flash Bug Normal CKEditor 3.1 UI : Context Menu
Description

Open the ajax sample with Firefox.

  1. Click the Create Editor button.
  2. Click on the Flash button to open the Flash Dialog.
  3. Enter the URL for the flash object and click OK.
  4. Click the Remove Editor button.
  5. Click the Create Editor button again.
  6. Right click on the flash object to open context menu.
  • Actual Result: Observe that it's not possible to open context menu.
#4631 Image border is applied using the border attribute. The attribute is deprecated and can get overridden by an inherited style Bug Normal CKEditor 3.1 General
Description

If an image element's border attribute is overridden by an inherited CSS style the user can not alter the border width using the Image Properties dialog. The value of the Image Properties border field should be placed within an inline style, as specified by the HTML spec. If 3 is placed in the border field it should result in "border: 3px solid;" being applied to the style of the img element.

#4632 Page break does not work in IE8 Frederico Caldeira Knabben Bug Normal CKEditor 3.2 General
Description

On the demo web page, http://ckeditor.com/demo, insert a page break anywhere and print the page. The page break does not cause a page break when printed. The same issue occurs in FCK 2.6.5. Did not try in other browsers.

#4633 Inner text of anchor is not visible Bug Normal General
Description

<a> element with 'name' attribute is displayed as an anchor icon, so the inner text is not visible. Inner text should be displayed after the icon.

to reproduce

  • Open CKEditor demo page
  • Change to source mode
  • Paste following html source
    <a name="foo">test</a>
    
  • Go back to WYSIWYG mode
#4634 Unable to edit text in floated Bug Normal General
Description

It's not able to get cursor blinking inside floated block while it's confirmed to be working in V2 by double click.

#4635 Unable to open property dialog for existing table from toolbar Bug Normal General
Description

to reproduce

  • Open CKEditor demo page with IE or FF
  • Select the 'International Names' table
    • 8 squares for resizing appears
  • Click 'table' icon from the toolbar
    • New dialog is opened, and existing table's property is not loaded
  • Click 'OK'
    • [IE]Existing table is overwritten.
    • [FF]On the 1st click, cell text is removed, and on the 2nd, new table is inserted into selected cell
#4637 Table cells' 'nowrap' attribute is not loaded to cell property dialog Alfonso Martínez de Lizarrondo Bug Normal CKEditor 3.2 UI : Dialogs
Description

I tried with Japanese and also with French and Spanish.

to reproduce

  • Open CKEditor demo
  • Click 'Multi-language interface'
  • Select language other than English
  • Right-click on a table cell, select 'Cell Properties' from context menu.
  • Set 'Word Wrap' to 'No'
  • Click 'OK' to close the dialog
  • Open 'Cell Properties' dialog again, 'Word Wrap' is showing 'Yes'.
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