Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 386 of 386)

1 2 3 4
Ticket Summary Keywords Owner Type Status Priority
#3586 Adjust the default formatting to match v2 Pending Bug closed Normal
Description

The new output system has more options to configure the formatting, but I think that the currently default looks a little strange. The v2 code looked nicer. Compare the v3:

<p>
	This is some text<br />
	</p>

With v2:

<p>This is some text</p>
<p>&nbsp;</p>

Ignoring the <br> and the final <p>&nbsp</p>, the new version creates a new line and indents the content after the starting <p>

IMHO, v2 looked nicer and it might help migration if the existing html isn't greatly changed when edited with v3.

#3587 Error pressing enter after selectAll WorksForMe Pending Bug closed Normal
Description
  1. Load the replace by class sample in Firefox.
  2. Press the Select All button
  3. Press Enter. An error is shown:
    node is null
    http://localhost/ckeditor/_source/plugins/enterkey/plugin.js
    Line 85
    

The error is different than #3505

#3594 Style names does not appear in CKEditor Pending WorksForMe Bug closed Normal
Description

look screencast http://screencast.com/t/fpxeYccQTNi

#3595 Wrong display the font names Pending WorksForMe Bug closed Normal
Description

Look screencast. http://screencast.com/t/R35mov2RXz

#3596 Wrong display the style names WorksForMe Pending Bug closed Normal
Description

look screencast http://screencast.com/t/ZAsQMDDymV

#3652 Styles combobox drop down content is blank for the second editor on the page Pending Bug closed Normal
Description

*Steps to reproduce -Add two editors into the page; -Open Styles menu in one of them; -Try to open Styles menu at the another; -Note that drop down is blank for the second editor.

#3704 "Unspecified Error" in Javascript Pending Bug closed Normal
Description

While i am trying to select more than one cell in table and apply the pre-loaded styles. Its throwing a javascript error like "Unspecified Error". But at the same, when i try to check in your demo site, there it didnt throw any error ans the styles applied perfectly. Can you please guide me, where i can check for the particular files to overcome this error.

#3718 IE8 - Invisible blocks Pending IE Bug closed Normal
Description

Steps to reproduce:

-Open "replacebyclass" in IE8 -Click on the rich combo

Result:

List looks like empty. Move mouse over the menu - blocks becomes visible.

In IE7 works fine.

#3722 [IE] ckeditor ie的支持 Pending IE Bug closed Normal
Description

1.在ie7下的工具条显示缺陷:

在设置toobar时如果不使用'/'进行换号在ie下不会自动换号,firefox下正常。

2.对话框标题缺陷:

在ie7下tab标签的标题会竖起来,firefox下正常。

#3747 Editor dissapears? Pending Bug closed Normal
Description

What woudl caus ethe editor to NOT display at all. One of our clients was able to use it and all of a sudden can't. She can't even see the editor on the page. We can so we know it works.

Any idea what would caus ethe editor to stop displaying.

#3763 Pasting large spreadsheet data slow in IE IBM Pending Bug closed Normal
Description

Pasting a table with 30 rows and 100 columns from a spreadsheet application such as Excel or Lotus Symphony Spreadsheet into IE, the time to paste can be very long and can cause the editor to hang.

#3798 When the name of a textarea has square brackets, there are many errors. Pending Bug closed Normal
Description

<textarea name="value[key]"></textarea>

This will produce errors (in IE 8 maybe others), although it seems to replace the correct element.

#3816 QuickUpload doesn't work Pending WorksForMe Bug closed Normal
Description

After upgrade to FCKEditor 2.6.4 QuickUpload feature became unusable.

I try to upload new image. I choose what file to upload, press button 'send file to server'. And then I see attached screenshot for a very long time without any result.

Then I tried to test server part of uploading feature and used /editor/filemanager/connectors/uploadtest.html page for testing purpose. Uploading from this page was successful.

#3822 CKeditor 3.x - IE7 and IE8 displaying text box too low Pending Bug closed Normal
Description

I'm using the replacebyclass method which seems to render the editor correctly in every browser except IE (have tried Safari, FF and Chrome). Within IE, the actual edit box (where you can type) is much lower in the window than it should be. In non-IE browsers you can start typing directly after the toolbar, which makes sense.

Here's an example:

#3823 FCKeditor resource browser failed when there is folder name with '&' character. Pending Bug closed Normal
Description

One of our customers stumbled into this problem when one of his author created a subfolder with name "Upload images - P&P" under the CORPORATE_USER parent directory and placed images into it in the resource directory. After it, all the authors can no longer use the Fckeditor resource browser to access the CORPORATE_USER parent directory. It will get the "server didn't send back a proper XML response. Please contact your system administrator... <with the Request URL and Response text follows>"

The simple woraround is to remove the "&" character from the subfolder name.

Simple replication steps: 1) Create a subfolder under the resource folder name with "&" character say like OOTB default resource location: \CORPORATE_USER\CORP_TS_AGENT\Upload images - P&P 2) bring up the Fckeditor, edit a doc with RichText field that has the image insert button enabled. Click the image insert button to launch the Fckeditor resource browser to navigate down to the CORPORATE_USER\CORP_TS_AGENT subfolder ("Upload images - P&P" folder parent) ==> you will get the "server didn't send back a proper XML response. Please contact your system administrator... <with the Request URL and Response text follows>"

#3824 Uploading to the library directory does not confirm file overwrite Pending Bug closed Normal
Description

Rich Text Editor Upload Images does not warn of existing file with same name and overwrites it causing data loss. Any prior articles that were using the prior image now have the new image instead of the old one. Not only does the RTE not prevent this from happening, it doesn't even warn the user that another file it out there with the same name.

Issue description from customer: When users upload images, there does not appear to be any control over the filenames. Also, there is no control/tracking of what attachment is being used by what article, which makes the issue potentially more risky because files will pile up over time. If there is a file in the attachment directories with a given filename, and somebody uploads a file with the same name, there is no warning or restriction, the newly uploaded file simply overwrites the existing file. Now that filenames are a free-for-all, I think it is highly likely that we will encounter this issue going forward.

#3853 [FF3] Script error when opening Ajax sample IBM Pending Tobiasz Cudnik Bug closed Normal
Description

To reproduce open nightly Ajax sample. The following exception is thrown:

Permission denied to get property XULElement.accessibleType
load()()ckeditor.js (line 71)
(?)()()ajax.html (line 6)
[Break on this error] q.on('editingBlockReady',function(){var ....body;I.runtimeStyle.marginBottom='0px';

#3885 Lists cannot be removed from empty document in BR mode. Pending Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html in Firefox.
  2. Press Ctrl-A and Delete (or Meta-A and Backspace in Mac) to remove all contents.
  3. Create a list.
  4. Remove the list.
  5. The list cannot be removed.

This bug may be related to #3782.

#3890 FCK Editor Drupal Module Pending Bug closed Normal
Description

I have several sites on a shared hosting using FCK Editor's Drupal module. About three weeks ago one of the instances stopped showing up. I had been switching back and forth between the rich text and plain text editor when the switch link disappeared. The editor will no longer show up. I have uninstalled and reinstalled the module, updated the editor and several other things. If I have the default as the editor being off the "switch to rich text editor" link appears but does nothing. The only clue I have is an error in chrome and a warning in firefox. I use firefox 3 and windows xp sp 2. The error is related to this line

<a href="javascript:Toggle('oFCK_1','edit-body','Switch to plain text editor','Switch to rich text editor',1);" id="switch_oFCK_1" style="display:none">Switch to plain text editor</a><div class="textarea-identifier description">The ID for <a href="/admin/settings/fckeditor">excluding or including</a> this element is: edit-body - the path is: admin/build/block/add</div><fieldset class=" collapsible collapsed"><legend>Input format</legend><div class="form-item" id="edit-format-wrapper">

Error: <a> escaping malformed uri reference. two other warnings follow, the id edit-format-wrapper is used three times total, these warnings do not occur in the healthy instances.

#4005 Image Properties window sized too small in Safari Pending Bug closed Normal
Description

Image properties window has scrollbars in safari (when adding an image) as it it sized too small - or the content in it is sized too large.

#4068 Nested numbered list issue IBM Pending Bug closed Normal
Description
  1. Open nightly Ajax sample.
  2. Go to source mode and paste the following numbered list
    <ol>
    	<li>
    		Line one</li>
    	<li>
    		Line two
    		<ol>
    			<li>
    				This is submenu 1</li>
    			<li>
    				This is submenu 2</li>
    			<li>
    				This is submenu 3</li>
    			<li>
    				This is submenu 4</li>
    			<li>
    				This is submenu 5</li>
    		</ol>
    	</li>
    </ol>
    
  3. Place cursor at the end of line "submenu 5"
  4. Hit Enter
  5. At this point you should have an empty 6. number line.
  6. Hit Enter again.
  7. The list continues from the first level. Sometimes this will start from 1. or it may continue and show 3.
  8. Hit Enter again
  9. Now the result is:
    <ol>
    	<li>
    		Line one</li>
    </ol>
    <p>
    	Line two</p>
    <ol>
    	<li>
    		This is submenu 1</li>
    	<li>
    		This is submenu 2</li>
    	<li>
    		This is submenu 3</li>
    	<li>
    		This is submenu 4</li>
    	<li>
    		This is submenu 5</li>
    	<li>
    		&nbsp;</li>
    </ol>
    

This very different from the expected behaviour. Reproduced on IE7 and FF3.

#4083 Editor Source Mode Removed Head Tag Pending WorksForMe Bug closed Normal
Description

When i goes to Source Mode in the editor it automatically remove the head tag title tags etc.., content is like this after going to Source Mode. I'm using Assembly="FredCK.FCKeditorV2"(FCKeditor.Net - FCKeditor.Net_2.6.3) dll in my project

<p> <meta content="text/html;&nbsp;charset=iso-8859-1" http-equiv="Content-Type" /> <meta

#4095 [IE6] Dialogs are strongly mispositioned in RTL IE Pending Bug closed Normal
Description

See attached screenshot.

Reproducing Environment

  • IE6/Windows XP SP2
  • Standards Mode
  • RLT document direction
  • 'ar' language file
#4127 Confirm when 2.6.5 will be released Pending Task closed Normal
Description

We are waiting for the upcoming version 2.6.5 that resolves the security hole that Peter Frietag uncovered. Because of this, we elected not to install the 2.6.4.1 version. Please let me know with some degree of confidence when 2.6.5 will be released so we can do the upgrades for our clients. Thank you;

#4128 [IE] Image dialog has scrollbar in quirksmode Confirmed Pending HasPatch Garry Yao Bug closed Normal
Description

Reproducing Environment

  • IE6/IE7 Windows XP SP2
  • Quirks Mode
  • http:// protocol( Works fine with file:// protocol )
  • No Cache
  • language: zh-cn
#4175 Focus Issue with FCKEditor Pending Frederico Caldeira Knabben Bug closed Normal
Description

We have been noticing a minor issue with FCKEditor but ignored it until we had an internal defect opened. Here is the scenario -

I have an FCKEditor on a screen along with other HTML fields such as regular text area, dropdowns and checkboxes. I now place my cursor inside the FCKEditor and scroll down the screen further down to access my other field that are located in the same page. I now try to click a dropdown. The dropdown doesn't expand but instead the focus is shifted to FCKEditor scrolling page upwards. But I click the dropdown the second time this doesn't happen.

Please advice on that changes that might be required. Let me know if you need more information.

#4220 IE6/IE7 problem - "Browse server" not working Pending WorksForMe Bug closed Normal
Description

Using Windows XPpro + IE7, same as my clients. The problem is because our new clients are using IE6/IE7, without option to migrate to FF (corporate politics).

Using FCK version 2.6.3 on Java platform.

Same happen when trying with FCK demo, so it's not configuration error.

Problem: When clicking Image/Flash/URL icon, the pop-up is showing fine. But when i click "Browse server" nothing happen. I never notice that, because i always use FF and test it with IE only to see pop up.

No file to attach, because i get no error or report or what-so-ever...

Any solution?

#4235 Uneditable content with style problem Pending Bug closed Normal
Description

FCKeditor.prototype.Version = '2.6.4' ; FCKeditor.prototype.VersionBuild = '21629' ;

I believe to have narrowed down this issue to the contenteditable='false' setting.

How to duplicate:

1) Append data to a fckeditor window that is encapsulated in <span contenteditable='false'> </span> using SetHTML().

2) Apply a style to the content, such as bold, italic, centering.

2.a) Notice if you center the contents of the span, the span itself will not be centered in IE7/8. FF will display correctly and centered.

3) Retrieve the content of the editor window using GetHTML() or GetData().

The Problem: Items that are uneditable with style will fall to the bottom of the data retrieved.

#4266 "New Page" button is not working when cursor is inside "Show Blocks" area Oracle Pending Tobiasz Cudnik Bug closed Normal
Description

Click on "Show Blocks" button and then click on "New Page" button. You will observe that although the contents are deleted, "Show Blocks" area is still showing up.

#4350 Link upload not working in safari in fckeditor Pending Bug closed Normal
Description

Hi, we are using fckeditor in our asp.net application. When we upload a pdf file to create a link in safari browser, file not uploaded. This functionality working correctly in ie8 and firefox but not in safari. Geeting this problem on server only. Also when i upload a .xlsx file "invalid file type" error occured. Please solve my problem soon.

Thanks & Regards Vineeta Aman Solutions

#4405 samples pages base href Pending Bug closed Normal
Description

Hi,

When viewing ckeditor 3.0 sample pages through the web we can get Http 404 errors because of missing basehref tag inside pages.

Just adding

<base href="./" />

would fix it

Best regards

Jean-mat

#4458 FCK 3: Unable to upload image to the server in Chrome 3.0 Pending Bug closed Normal
Description
  1. Click 'Image' feature pictogram.
  2. Click [Browse Server] in loaded pop-up.
  3. Click 'Upload' in CKFinder, select the image and press [Upload Selected File] >> 'Upload in progress, please wait...' but the image is not ever uploaded.
#4524 Inconsistent processing of custom styles IBM Pending Bug closed Normal
Description

There are some inconsistencies in the way certain style rules are applied and how they show up in the styles drop down. This is down to the lack of support for upper level elements including: <a>, <tr>, <td> etc.

When a style is added to the list of styles involving the use of an <a> tag, if it is through a custom plugin, it is listed as a <span> element, and if it is through the 'stylescombo/styles/default.js' file, it doesn't show up at all.

#4566 IE7 - setData yields this.$.innerHTML is null or not an object Pending Bug closed Normal
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.

#4570 IE6 - No scrollbars in menu item dropdowns Pending Bug closed Normal
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

#4579 CKEditor IE 7 scrollbar issue Pending Bug closed Normal
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

#4581 CKEditor does not work in IE 7/8 for textareas containing a bullet character · in the ID Pending Bug closed Normal
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.

#4668 bug on editing justified paragraphs Pending Bug closed Normal
Description

When editing a justified paragraph using ckeditor 3.0.1 (also fckeditor, last version), any editing that will alter the justification of the first line adds spaces to the beginning of the paragraph. This ruins the justification of the paragraph.

This bug can be reproduced on all browsers that I tested (Firefox, IE, Opera) and all operating systems tested by myself including Windows Vista, Windows XP, Linux (Centos 5.2).

For example:
html before edit:

<p style="text-align: justify;">
	<span style=""><strong>Orders</strong><br />
	Please place all orders online using your account.&nbsp; A confirmation email is provided for a successful order.

Now adding a space in the middle of the word "orders" on the first line.

html after edit:

<p style="text-align: justify;">
	<span style=""><strong>Orders</strong><br />
	&nbsp;Please place all ord ers online using your account.&nbsp; A confirmation email is provided for a successful order.

Note that "&nbsp;" was added to beginning of sentence thereby ruining the justification of the paragraph.

Thanks

#4679 Badly nested inline styles are not being preserved by the parser Pending Bug closed Normal
Description
  1. Load the following HTML in the editor:
<p>Line 1</p>
<b>
    <p>Line 2</p>
    <p>Line 3</p>
    <p>Line 4</p>
</b>
<p>Line 5</p>
  1. Switch to WYSIWYG and back to source

Expected output:

<p>
	Line 1</p>
<p>
	<b>Line 2</b></p>
<p>
	<b>Line 3</b></p>
<p>
	<b>Line 4</b></p>
<p>
	Line 5</p>

Current output:

<p>
	Line 1</p>
<p>
	<b>Line 2</b></p>
<p>
	Line 3</p>
<p>
	Line 4</p>
<p>
	Line 5</p>

This is a regression. It works well with the 3.0.1.

#4694 jQuery plugin does not work when trying to work with a textarea called by ajax jQuery Pending Tobiasz Cudnik Bug closed Normal
Description

I have a dialog box on my project and I'm getting the form template from a php page with jQuery.ajax and handling it with a self writed plugin. But ckeditor.jquery plugin does not work with it.

#4699 msie and safari problems Pending WorksForMe Bug closed Normal
Description

ckeditor with custom config [anything overriding defaults] fails in MSIE [6 to 8] and Safari [3 and 4]. I tried custom config file and inline changes such as shown in the 3.0 docs. even the tiny example

CKEDITOR.replace( 'editor1',
    {
        toolbar : 'Basic',
        uiColor : '#9AB8F3'
    });

from http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations isn't accepted by those browsers. The same config changes are accepted by all Gecko based browsers [linux,os x, and win xp]. Galeon displays the right changes but crashes as soon as anything highlighted is changed - different bug report.

#4718 [FF] Editor not recieving response from server when drop-down menus are used. IBM Pending Bug closed Normal
Description
  1. Clear the cache in Firefox.
  2. From the nightly demo server, load the Replace By Class sample.
  3. Apply the Blue Title style from the Styles drop-down menu.

Observe "Transferring data from nightly.ckeditor.com" in the status bar. You have to refresh the page to stop the requests. Using FireBug you can see a number of requests are waiting for a response or queued.

#4727 Switch off email encode Pending Bug closed Normal
Description

Hi

We recently upraded to DNN 4.9.5 and now find that when users add an email link that this causes a page error. I found a post on the DNN forums with other users having same problem. So I added:

FCKConfig.EMailProtection = 'none' ; // none | encode | function
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;

to the fckconfig.js in the custom dir. But the encoding is not turned off.

Can you help? I'm not the only one having this problem.

I'm not sure how to check which version we have but it must be the one released with DNN 4.9.5 I guess.

Is there an upgrade?

thanks Gus

#4755 CKeditor causes javascript error on IE Pending Bug closed Normal
Description

Hello,

I am using CKEditor on jsp page.

My config.js:

CKEDITOR.editorConfig = function( config )
{	
    config.toolbar = 'SimpleToolbar';	
    config.resize_enabled = false;
    config.toolbar_SimpleToolbar =
    [
        ['NewPage','Preview','-','Print', 'SpellChecker', 'Scayt','-','Undo','Redo'],
        ['/'],
        ['Bold','Italic','Underline','Strike'],
        ['NumberedList','BulletedList'],
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['Link','Unlink'],
        ['/'],
        ['Table','HorizontalRule','SpecialChar'],
        ['TextColor','BGColor'],
        ['Maximize', 'ShowBlocks']
    ];	
};

Everything is fine until I try to open the page on IE, it will cause JavaScript error "in line 22. error thrown and can't be caught"

What should I check?

#4871 Chrome: Paste from Word or Plain Text have no effect Pending Chrome Bug closed Normal
Description

With Chrome, the Paste from Word and Paste as Plain text paste nothing into the document.

Confirmed with Chrome 4.0. Works well with Safari 3.2.2.

#4935 editor not showing if web server is running on port other than the defaut port 80 Pending Bug closed Normal
Description

CKEditor vesion 3.0.2 Firefox 3.5.6

BUG: Editor won't show up if the web server is running on port other that the default port(80). For example,

http://192.168.1.101/ckeditor/_samples/api.html - works great http://192.168.1.101:3030/ckeditor/_samples/api.html - won't work

(gives L.Lang.About undefined error in JS errors window)

Workaround: run server on default port.

Probable cause: Path parsing function does not handle port numbers correctly.

#4955 Pasting images from clipboard Pending New Feature closed Normal
Description

So , All of us had one time to copy and past a text with some images in it (like a Microsoft Office Word document). I Know that's possible to do because in JCE ( a WYSIWYG editor for the CMS called Joomla) have this feature enabled. I don't really know how it works but I sure that it's a feature included IN JCE.

#4969 Quote char changed inside PRE tag Pending Bug closed Normal
Description

Quote char is changed inside PRE tag.

Reproduce

  1. Switch to source view
  2. Replace editor with following content
    <pre>'</pre>
    
  3. Switch to wysiwyg view and back to the source view
  4. Result:
    <pre>
    &#39;</pre>
    

Reproduced using r4896 on Chrome.

#4976 Change the Combo box Options in some Light Boxes when JAWS is On Pending IBM Bug closed Normal
Description

Jaws not allowing the Reader to Change the Options in the Combo boxes, when you enter the Combo box and the Combo box is the First Element of Focus on that Light Box.

  1. Open the CK Editor.
  2. Access the Tool bar by Pressing(ALT+F10)
  3. Navigate to Insert Link Icon.
  4. Press Enter.
  5. on the Insert Link Light Box in the Link Info tab tab through until you reach the Link Type Combo box.
  6. Select the Link Type as URL
  7. Navigated to Target Tab by Pressing Alt+F10 and then
  8. PressTab
  9. Press Enter.
  10. Focus is going to Target Type Combo box.
  11. Jaws is Reading it as Target Type Combo box but it is not Saying the User “To Change the Options use Arrow Keys”.

Even when we use Arrow Keys it is not Changing the Options but if you Navigate to the Next Field(by Pressing Tab) and then Come back(by Pressing Shift+Tab) Jaws Reads properly and you can select the Options.

  1. Same thing happens when you come back to the Link Info Tab from any of the Other Tabs(Advanced,Target) and the Focus goes to Link Type Combo box

This is also happening on the Flash Light box when we go from General Tab to Properties tab the Focus goes to Scale Combo box.

Expected result: JAWS Should Read the Combo box Properly and it should say to the User"Target Type Combo box..To Change the Options use Arrow Keys" and it should let the User to select the Options in the Combo box.

#4998 Odd height on URL field in add link dialog Pending Bug closed Normal
Description

The height of the URL field in the Add Link dialog box is appearing to be double height as it is installed on my site (ListCentral.me).

I have attached a screenshot to help explain what is going on.

If I add the line "height: 17px" to the css rules affectting the div defined as <div class="cke_dialog_ui_input_text">, the appearance of the input field is improved.

Alternatively, the above mentioned div could have the color set by the user, in my case that dark green.

#5017 cannot work with firebug Pending Bug closed Normal
Description

A warning message popup when I open a page which include ckeditor.js in FireFox(3.5.7) and turn on the Firebug. It gives me 3 choice -- Stop script, Debug script and continue. But no metter which I choose, it will popup again, and popup continuously. Here is the message.

Warning: Unresponsive script

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: XPCSafeJSObjectWrapper.cpp:450

#5019 Unintended tag generation Pending Bug closed Normal
Description

When rendering text like that

<blablabla

it gives nothing and the html source code is :

<p>
	<blablabla></blablabla></p>

#5036 Fckeditor is not displaying in IE Pending Bug closed Normal
Description

Hello ,

I have used Fckeditor for a ASP.NET website. Every thing is working fine in Chorme,mozila but In IE7,IE8 Fckeditor gives an error on

object expected on line 179

fCKeditor\editor\fckeditor.html?InstanceName=ct100_Contentplaceholder1_page_content

I have checked my code so many time but couldnt find any error.

Please help me out...

#5054 CKEditor bug found for Internet Exporer Pending Bug closed Normal
Description

I have found a problem that I have been unable to locate a fix for. It would seem that when adding to the style dropdown that firefox works as expected while ie 8 loses the focus on an element when attempting to alter it. This causes the style that is designated to the element to not display within the dropdown. Examples of elements that this happens with are as follows: [A, IMG, and UL]. Please, if you could point me to a possible fix for this I would really appreciate it. If not then please take my input as motivation for finding a possible solution.

Also, please note that I am utilizing ckeditor 3.X within a module (named CKEditor 6.x) for Drupal 6.X as this information may help in locating a solution.

#5063 In IE8, all toolbar controls are not working in Arabic language Oracle Pending Bug closed Normal
Description

After enabling Arabic language in CKEditor 3.1 , following issues were observed in IE8:

  • All toolbar controls are not working
  • Big horizontal/vertical scroll bars are displayed

These issues were also confirmed in latest nightly build. Please do test with IE7.

Sample file to reproduce the issue is attached with this ticket.

#5068 Paste in Safari Always Pastes at the Beginning of Editor Content Confirmed Safari Mac Pending Bug closed Normal
Description

Summary: Every time you paste text in CKEditor 3.1 on Safari on Mac OS X 10.6, the pasted text is inserted at the beginning of all the content in the editor.

Steps to reproduce:

  1. Enter text in the editor.
  2. Copy some of that text.
  3. Select an insertion/paste point.
  4. Click the "Paste" button or use the Paste command on the keyboard.
  5. The text is inserted at the beginning of the content in the CKEditor instance. A single space character is inserted at the selected insertion point instead.

This occurs even on the nightly demo as of Jan 27, 2010.

Browser/OS: Safari (4.0.4 (6531.21.10)), Mac OS X 10.6.2

#5070 jQuery adapter and jQuery 1.4 compatibility Pending Tobiasz Cudnik Bug closed Normal
Description

As reported in blog post comment, there is an unknown issue with jQuery adapter and jQuery 1.4 when included from same server.

Although adapter seems to work well with jQuery 1.4.1 included directly from googleapis.

#5080 FCKeditor do not load using Chrome Pending Bug closed Normal
Description

I'm using FCKeditor 2.6.5.1 inside Plone, and I can not get it to work in Google Chrome, it just output the msg "loading...", but when I disable javascript debug in the ZMI, it works.

I do not have to do that when I'm using Firefox.

#5088 Enumeration via html is destroyed by WYSIWYG-Editor view Pending Bug closed Normal
Description

Hello, I'm trying to implement numbered list with more space between the distinct numbers. I use some html commands to achieve the result:

    <ol>  
    <li> First Point</li>  
   <li> Second Point</li>  
    </ol>  
Then there should be some text without enumeration followed by a list which is numbered starting at 3.
<ol start="3">  
    <li> Third Point</li>  
   <li> Fourth Point</li>  
    </ol>

If I enter this code with the Option "Wikitext" enabled and save the site immediately all is right. If I first switch back to the WYSIWYG view the numbering is broken and the second part is starting with 1.

I hope you understand the problem and could help.

Thanks!

#5106 IE8 Scroll Bar/Cursor Problem Pending Bug closed Normal
Description

To replicate:

  1. In IE8, open nightly build demo (specifically 'Replace textareas by class name').
  2. Paste in a lot of text (doesn't seem to matter what, I tried a few tests with different copy). I used a Lorem Ipsum generator and pasted in about 30 paragraphs.
  3. Now make sure the cursor is at the top of the text, and scroll down (using scroll bar) to near the bottom of the text.
  4. Click into the text to attempt to set the cursor position.
  5. You will probably find the cursor jumps back up to the previous position. If not, try again as it doesn't seem to consistently fail, but does so perhaps 9/10 times.

It seems to happen whenever the cursor needs to be set to a position significantly higher or lower then the current cursor position.

This seems specific to IE8 only (using compatibility mode seems to fix it), the version I have is 8.0.7600.16385 (64-bit).

The nightly build I'm testing on now is 5048.

#5133 "Paste From Word" control showing error while pasting bullet list from MS Word. Pending Bug closed Normal
Description

"Paste From Word" control display follwoing error while pasting bullet list from MS Word:

"It was not possible to clean up the pasted data due to an internal error."

The issue was reproducible in Internet Explorer 8 and Firefox 3.6. Please refer to attached image for more error details.

#5264 Blank Link Popup window Pending Bug closed Normal
Description

Hello,

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

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

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

Steps to reproduce:

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

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

#5279 WSC spellchecker with IE6, the page scrolls down each time "Ignore" is clicked Pending Bug closed Normal
Description

XP + IE6

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

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

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

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

#5332 forcePasteAsPlainText doesn't work anymore. Pending Bug closed Normal
Description

Hi,

I have the following option enabled in the config.js file:

config.forcePasteAsPlainText = true;

but when I press Ctrl+V the data is pasted directly as plain text without any dialog. I noticed this behavior since the 3.1 version. I tried the 3.2.1 SVN (revision 5238) version but it doesn't work neither.

#5357 Impossible to use CKEditor v.3.2 with all browsers but IE Pending Bug closed Normal
Description

I noticed that it's impossible to use the last version of CKEditor in every browser except in IE, where it works well. I tried it in Firefox (last version), Chrome (last version), Safari (last version) and IE 8. You can see it in the printscreen. The previous version that I used was the 2.6, and it worked well. For simplicity, I used the samples provided in the Zip file.

#5409 CKEditor 3.2 image dialog forces refresh of page Pending Bug closed Normal
Description

I have a Java/JSP application which implements CKEditor via

<body onLoad="CKEDITOR.replace('Trade_Description');">

When clicking on the image-toolbar icon and then either Canceling or OKing the dialog, the source page refreshes. This occurs on Safari 4.0.5 and Google Chrome on Mac OSX. No refresh occurs when run in IE or Firefox.

I have also tried the nightly build. Using FCKEditor 2.6.6 does not produce the same issue and I therefore believe there is a bug when closing the Image dialog on Safari/Chrome (Webkit).

#5426 CKEditor 3.1.1 won't load in Opera when inserting dynamicly Pending Bug closed Normal
Description

When trying to load the CKEditor (version 3.1.1), in Opera (10.51) via Ajax insertion or on the fly DIV replacement, it will try to load, but gets stuck (Elements: 10/10). The editor appears fully loaded, but the entire page in unresponsive (keeps loading, links are not clickable)

This does not only apply to my own application, but also for most of the advanced samples in the CKEditor source, for example:

  • Replace DIV elements on the fly
  • Create and destroy editor instances for Ajax applications

I can't find any ticket addressing this issue, but it doesn't seem to affect, or is fixed, in CKEditor 3.2.

Updating to 3.2 is currently not an option, since it breaks backward compatibility for my custom skin.

#5430 Cannot insert <img> without losing width and size info. Pending Bug closed Normal
Description

Whenever I insert a new image and set its custom size, CKEditor adds style="width: 1px; height: 1px;. When submitted, the style attribute is missing. If I manually change the code to width="1" and height="1" in source view, those attributes are kept.

#5458 [[FF]]Formatting for Subscript and Superscript is removed when we copy and paste the word with Subscript and Superscript Formatting IBM Pending Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type few words and apply Subscript or Superscript to one of the words.
  1. Copy the Word for which you applied Subscript or Superscript Formatting and Paste it at the end of last line.

Expected Result:

Subscript or Superscript Formatting which we have applied to the word is still retained and when we keep the cursor in the word, Subscript or Superscript icon should be highlighted in the Toolbar and Subscript or Superscript Tag should appear on CK Editor Elements Path bar.

Actual Result:

Subscript or Superscript Formatting which we have applied to the word is not retained.

#5515 Hebrew language update HasPatch Pending Task closed Normal
Description

Updated Hebrew language file. Attaching 2 patches: one contains both the regular language file and the newly translated a11yhelp, and one contains only the regular language file in case the a11yhelp is not to be translated.
Btw, #5513 and #5514 should be fixed so the a11yhelp translation would be correct.

#5526 Ckeditor 3.2: Not Upload in IE Pending Bug closed Normal
Description

I have not Upload Pictures and Files in Ckeditor 3.2 in IE all version

Error start in function setUrl in line 356

355 var dialog = this._.filebrowserSe.getDialog(),
356 targetInput = this._.filebrowserSe[ 'for' ],
357 onSelect = this._.filebrowserSe.filebrowser.onSelect;

from file \_source\plugins\filebrowser\plugin.js (source files) and this not work orig file ckeditor.js (not source files)

#5532 ie8 display inline-table problem Pending Bug closed Normal
Description

Hi,

cke_skin_kama .cke_editor css use display propetries with "inline-table" and width "100%".. when i put ckeditor in resizable iframe , textarea seen normal firefox 3.6.3 but ie 7 and 8 cant understand "inline-table".. if we change display "block" this time, ie normal but ff doesnt show normal..

#5548 Error: l.lang.contextmenu is undefined Pending Bug closed Normal
Description

I keep getting the following error when upgrading to 3.2.1 from 3.2 of ckeditor.

From Firebug [Break on this error] a.dialog.add('colordialog',this.path+'...unction(l){this._.listeners.push(l);

Console Error Error: l.lang.contextmenu is undefined Source File: http://localhost:8080/ckeditor/ckeditor.js Line: 44

The following behavior occurs. when loaded as a local file, the examples work. when deployed on a webserver (cache is cleared), the examples fail. (Examples are the sample editors you provide, ie: (FAILS) http://localhost:8080/ckeditor/_samples/fullpage.html (WORKS) file:///source/websites/coreJava/trunk/web/ckeditor/_samples/fullpage.html

Again, I cleared the cache, and am serving things up normally...

#5664 Shared toolbar never reappears after editor destroy in Opera Pending Bug closed Normal
Description

In Opera (9.5) when you dynamically create an editor instance with sharedSpaces.top = "cke-toolbar" the toolbar is drawn in the element with ID = #cke-toolbar as it should be. But when you destroy the editor and create another one with the same settings - toolbar never shows up again. No error or exceptions are thrown.

#5711 Chrome: undo broken by newlines and SCAYT Chrome Pending Bug closed Normal
Description

Chrome: undo broken by newlines and SCAYT.

Reproduce

  1. Start typing random text in empty editor.
  2. Create at least 2 lines (3 is better).
  3. Try to undo all changes.

Result

Removed is only last started line. Content blinks but is still present.

Expected

Editor contains content as in the beginning.

After disabling SCAYT, undo works as expected.

#5718 Add title attribute to the Link Dialog Pending New Feature closed Normal
Description

This ticket is similar to #4890.

Some users need to set the link "title" attribute, right now the only way to do it is to switch to source mode.

Because the list of things that could be in the Advanced tab is relatively large and some settings that are available there are for really advanced users, perhaps it would be a good idea to make it configurable which options should be available in the Advanced tab.

#5771 IE-7 & IE-8 browse server diaolog bug Pending Bug closed Normal
Description

Get an JS-error while opening browse-server dialog in IE-7 & IE-8. You can test it here http://ckeditor.com/demo by opening link or image or flash dialog and pressing "browse server" button.

Actually, opening http://ckfinder.com/demo is okay, so i attached this ticket for ui-dialogs component.

IE bug report below

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) Timestamp: Mon, 31 May 2010 15:35:57 UTC

Message: Класс не зарегистрирован (Class is not registered/defined)

Line: 67 Char: 599 Code: 0 URI: http://ckeditor.com/apps/ckeditor/3.3/ckeditor.js?1275224037

#5802 Text unselecting when anchor dialog box is opened Pending Bug closed Normal
Description

When text is selected and a link is added with the link button, a link is created to the left of the text. This is not a duplicate. Attempted to use this patch from Ticket #5780 with no effect. Unless using this patch with drupal is an issue.

#5859 Non HTML Tags will be sort next by next Pending Bug closed Normal
Description

We use CKeditor for Mail Template creations and have some trouble since last Versions. We use Smarty Template Engine for our Template, which has Tags like

{foreach ......}
HTML 
{/foreach}

By cleaning up the code, CKeditor produces somthing like that

{foreach ....} {/foreach}
HTML

so the middle Part won't be iterated anymore.

#5888 Need to add document link feature also Pending New Feature closed Normal
Description

Need to add document link feature also

#5892 Table tab behavior interfering with customized tab behavior IBM Pending Bug closed Normal
Description

FF 3.6 only. The issue does not exist on IE. Version 3.4 Beta.

We are hooking tab to perform indent/outdent. This behavior no longer works in FF with the tab behavior that exists for tables. Perhaps this is not a bug, but an incorrect implementation on our part. Here is the code we are using:

// Use tab to indent and outdent.  Use ctrl-tab, ctrl-shift-tab
// to move focus out of the editor
editor.addCommand('blur', {
    exec : function() {
        editor.container.focusNext(true, editor.tabIndex);
    }
});
editor.addCommand('blurBack', {
    exec : function() {
        editor.container.focusPrevious(true, editor.tabIndex);
    }
});
editor.on("key", function(ev) {
    var keyCode = ev.data.keyCode;
    if (keyCode == 9)	{
        ev.cancel();
        editor.execCommand("indent");
    }
    if (keyCode == (CKEDITOR.SHIFT + 9)) {
        ev.cancel();
        editor.execCommand("outdent");
    }
    if (keyCode == (CKEDITOR.CTRL + 9))	{
        ev.cancel();
        editor.execCommand("blur");
    }
    if (keyCode == (CKEDITOR.CTRL + CKEDITOR.SHIFT + 9)) {
        ev.cancel();
        editor.execCommand("blurBack");
    }
});
#5920 Prevent parsing of Custom Tags (protect tags but render anyways) Pending Task closed Normal
Description

Hello,

i have a problem regarding some custom tags. I´m using the CKEditor for Foswiki, so i have to handle macro tags like

%MACRO{"adsfafds"}%

All these macros can be located in span elements with a given classname like "wysiwyg_protected".

What i´m trying to do no for 2 days is to prevent parsing of these tags in the ckeditor. Some special macros are changing when i switch between the source and wysiwyg mode, for example this macro snipet:

%SEARCH{ "1" type="query" scope="topic" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]]</dt><dd>$summary<br /><span class='foswikiGrayText'>$date - $wikiusername</span></dd>"}%

I´m sure that the dataprocessor is parsing the html elements in the macro.

What i don´t want to do, is to put these macros into protectedSource, because i need to see them in my wysiwyg view as a fakeobject for example. I event need to change these macros, but in a controlled way.

I put a lot of time in trying to understand the dataprocessor but i would be really happy, if you can help me on this issue!

Thanks, Alex

#5928 Problems with CKEDITOR_BASEPATH and Domino install Pending Bug closed Normal
Description

I have read through the forum and ticket history and see there has been a few incidents with CKEDITOR_BASEPATH, but none that address ny problem specifically.

I have tried to install CKEDITOR in a Domino-environment for some time with no luck, even with this global variable set. FCKEditor works fine, and obviously I would like to install several versions side by side when testing. So far I've got an error on some "l.lang.something" missing, and the reason is that CKEDITOR_BASEPATH is truncated(?). When I put all the files in root it works, but that is messy. CKEDITOR_BASEPATH is set to "/path/db.nsf/ckeditor331/", but the path used is only "/path/db.nsf/".

#2687 Customize contextmenu using plugin HasPatch Pending New Feature closed Low
Description

Plugins system is very cool,
but actually you cannot write one which is available with a right click.

And in fact, it's possible with a 50 line patch ( inspired by the FCKCommands style ). See the file joined

And now you can customize the FCKConfig.ContextMenu with whatever you want written in a plugin.

For example, a plugin with predifine value for a textfield can be create and accessible via toolbar and context menu.

FCKCommands.RegisterCommand( 'DynTextField', new FCKDialogCommand( 'DynTextField', FCKLang.DynTextFieldDlgTitle, FCKPlugins.Items['DynTextField'].Path + 'fck_DynTextField.cfm', 350, 300 ) ) ;

var oDynTextFieldItem = new FCKToolbarButton( 'DynTextField', FCKLang.DynTextFieldBtn ) ;
oDynTextFieldItem.IconPath = FCKPlugins.Items['DynTextField'].Path + 'DynTextField2.gif' ;
FCKToolbarItems.RegisterItem( 'DynTextField', oDynTextFieldItem ) ;

FCK.ContextMenu.RegisterCommand('DynTextField', {
            AddItems : function( menu, tag, tagName )
            {
                if ( tagName == 'INPUT' && ( tag.type == 'text' || tag.type == 'password' ) )
                {
                    menu.AddSeparator() ;
                    menu.AddItem( 'DynTextField', FCKLang.TextFieldProp, 51 ) ;
                }
            }}) ; 

#3663 Drop-down "Styles" don't hide Pending Bug closed Low
Description
  1. Click on 'Styles' combo to open dropdown float panel;
  2. Click on 'Format' combo to open dropdown float panel;
    • Expected Result : 'Styles' Float panel should auto hide.
1 2 3 4
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