Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2901 - 3000 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#2776 Window "jumps" and does not submit when submit button clicked (IE) Bug Normal General
Description

Bug appeared in 2.6.3 (not present in earlier versions) and continues through SVN.

Only occurs on pages that have a significant amount of content between the FCKeditor window, and the submit button of the form they both belong to.

To reproduce:

  • In IE6/IE7 only:
  • Create a test page, with many lines of content between FCKeditor window and submit button (or see example: http://garydev.nfshost.com/fcktest.php)
  • Click anywhere in the FCKeditor content window
  • Use scroll bar to scroll down to submit button, making sure "focus" is still on FCKeditor window
  • Click submit button
  • Form does not submit, and window jumps back to FCKeditor window

Notes:

  • Bug disappears in "quirks" mode
  • If focus is not in FCKeditor window, bug does not occur
  • If you use any method but the scroll bar to scroll, bug does not occur
  • Tested in IE6/7 in XP/Vista

I hope this is clear enough, it's my first bug submission. Thanks.

#2777 It should not be possible to merge cells from one table section to another Bug Normal FCKeditor 2.6.4 General
Description

At the moment it is possible for example to merge cells in a thead with cells in a tbody. That should be made impossible, see this topic: http://www.fckeditor.net/forums/viewtopic.php?f=11&t=10726&start=60

Koen Willems

#2779 Spell check dialog partially obscured in IE 8 Bug Normal General
Description

On the fckeditor demo page, open the spell check dialog in IE 8. Click on the title bar of the spell check dialog. Move the mouse. Before long, the right hand side of the window will obscured. Move the mouse some more and the right hand side of the dialog will re-appear.

#2781 FckEditor InsertHtml inserts extra <p> tags Bug Normal Core : Output Data
Description

I've noticed lately that the FckEditor .InsertHTML call wraps the content in <p> tags. Is there a way to not have it do this? Because I open a new window for my editor, it keeps adding more and more <p> tags to the existing content. Is there a way around it?

#2784 Modernization and style fixes for fckeditor.pl New Feature Normal Server : Perl
Description

As a first step to good Perl support in FCKeditor I upgraded fckeditor.pl to Perl 5. For "use strict;" it would require converting to a module which should be a next step.

#2786 Make it possible to define CSS to be loaded into the content by API Bug Normal CKEditor 3.0 General
Description

We are currently defining plugin specific CSS inside the contents.css file. This is bad, and such kind of definition should be possible to do inside the plugin definition itself.

#2787 Special character plugin doesn't work in IE Artur Formella Bug Normal CKEditor 3.0 UI : Dialogs
Description

Special character dialog looks bad and doesn't work in IE.

#2788 img-tag: height/width-values are inside the style-tag after resizing Bug Normal Core : Output Data
Description

I've found a strange behavior how the editor builds an img-tag. You can reproduce it by doing the following steps:

1: Insert an image by clicking the image-button.

2: Pressing the Source-button you will see the code as expected:

<img width="310" height="158" alt="" src="/_userfiles/image/FCKeditor.png" />

3: Press the Source-button again to go back to the preview.

4: Mark the image to get the little squares for resizing and resize it.

5: Take a look at the source again, you will get an img-tag like this:

<img src="/_userfiles/image/FCKeditor.png" alt="" style="width: 216px; height: 110px;" />

As you see, height and width are inside the style-attribute now.

Tested with fckeditor 2.6.3 and 2.6.4beta.

I'll hope this behavior is bug. If not I'll run into big problems, because I have to analyze height and with of the img-tags of the html-source. And the normal behavior is much easier to analyze!

#2789 insertHtml() error Bug Normal CKEditor 3.0 Core : Output Data
Description

insertHtml function doesn't work in IE.

To reproduce try run:

editor.insertHtml( "aa bb cc" );

Result: Error in editingblock/plugin.js on line 65

#2790 Write a sample on custom dialogs Martin Kou Task Normal CKEditor 3.0 UI : Dialogs
Description

Write a sample page, api_dialog.html, which shows how the API can be used to:

  1. Load and show custom dialogs.
  2. Set default values of dialogs.
  3. Remove fields from dialogs.
  4. Remove tabs from dialogs.
  5. Add fields to dialogs.

It should be possible to do tasks 2-5 without needing to modify the dialog's .js file or its own definition code.

#2791 UI flashes when loading. Garry Yao Bug Normal CKEditor 3.0 General
Description

In Firefox, it's possible to quickly see the editor and the dialog rendered without skin even before the skin CSS is loaded. Then, once the CSS is ready, it redraws the UI in the right way. Not checked, but the same thing may happen with the contents.

There should be a way to hold the rendering of any UI element until the CSS is loaded.

#2793 shortcuts editor needed New Feature Normal UI : Enter Key
Description

Dear Sirs CKE staff!

I think shortcut Editor for CKEditor is neeeded badly, especially for localized versions. It goes strangelly for 'Ctrl-C' 'Ctrl-V' knobs on localized machines (in my case – Russian OSX). On FCK forums lot of people where asling about shortcut work – and no reply! It means, problem persists :)

#2794 V3: Include INSTALL.html with basic installation instruction Frederico Caldeira Knabben New Feature Normal CKEditor 3.0 General
Description

A file named INSTALL.html should be available at the root of our distribution, containing basic installation instructions, pointing to our documentation more information.

#2800 Wrong colspan after deleting column Bug Normal Core : Tables
Description

Take a 3 * 2 table like this:

    <table title="tabel" cellspacing="0" cellpadding="0" summary="table">
        <thead>
            <tr>
                <th scope="col">1</th>
                <th scope="col">2</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>a</td>
                <td>b</td>
            </tr>
            <tr>
                <td colspan="2">c</td>
            </tr>
        </tbody>
    </table>

Now right click in cell b and delete that column. You will see that the colspan of cell c is not lowered (or, in this case, removed).

#2801 hebrew translate for 2.6.4b Artur Formella Task Normal FCKeditor 2.6.4 UI : Language
Description

hebrew translate for 2.6.4b

#2802 Dialog objects should be cached separately for each editor instance Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

The dialog plugin is caching dialog objects under CKEDITOR.dialog._.storedDialogs. This isn't correct because a dialog object created from the first editor instance would be used in the second, third, etc. editors as well.

This needs to be fixed before #2790.

#2803 Separate default values from initial values in dialogs Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

Instead of treating the initial values in dialog opening as another set of default values, initial values in a dialog should be stored and deleted as a kind of its own. This removes the need for a default value stack in the dialogui and dialog plugin, also removes the need to "pop" default values when a dialog closes.

#2807 Fatal error when using content-type: application/xhtml+xml New Feature Normal General
Description

Steps to reproduce:

  1. Use "content-type: application/xhtml+xml" in HTTP response headers.
  2. Initialise FCKEditor using the following Javascript code:

<script type="text/javascript"> var oFCKeditor = new FCKeditor('content'); oFCKeditor.BasePath = "../externals/fckeditor/"; oFCKeditor.Value = ; oFCKeditor.Create(); </script> Result: FCKEditor is not started. The following error message can be seen in FireBug extension for Firefox.

uncaught exception: Operation is not supported (NS_ERROR_DOM_NOT_SUPPORTED_ERR) [Break on this error] document.write( this.CreateHtml() ) ; fckeditor.js (line 67)

This problem is not appearing if 'content-type: text/html' is used in HTTP headers.

This problem has been reproduced on the following software: OS: Windows XP SP3 Eng Browsers: Firefox 3.0.5, Google Chrome 1.0.154.43, Safari 3.1.1 (525.17), Opera 9.63

#2808 | changed to &#124; in a table Bug Normal Project : MediaWiki+FCKeditor
Description

Good evening!

I was typing the following line into the cell of a table:

[[Media:test.pdf|test]]

When saved this should look like this:

test

However, it stays [[Media:test.pdf|test]] because FCKeditor changed the line to [[Media:test.pdf&#124;test]] (only in a table).

Thanks! az

#2810 style attribute needs protection Bug Normal General
Description

Every browser changes the value of the style attrubute in the way it need. I think that this attribute should be protected like src/href attributes. It will fix some already reported issues (eg. #460) and the following bug in FF:

If style attribute contains unsupported css properties, FF removes this properties after switching to wysiwyg mode. For example:

Insert this code in source mode, switch to wysiwyg mode and back to source mode.

<p style="zoom:1">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>

Please, protect style attribute via _fck_style or anything.

#2811 Turkish Language File for v2.6.4b New Feature Normal FCKeditor 2.6.4 UI : Language
Description

added missing lines

#2812 internal wiki links - forced capitals problem Bug Normal Project : MediaWiki+FCKeditor
Description

our documents are full of internal linking "shortcuts" where the users have put in things like

[[river]]

used to be that the parser would treat it as a valid wikilink in the form of

[[river|River]] 

where river was the text to be displayed and River was the document name. and all was well. (hope I have the text/link order right in the wikilink example above)

so a sentence in a document like

MikeD went down to the [[river]] to fish

displayed correctly after the document was saved and in view mode the word 'river' in the sentence was correctly linked to the document River.

now I'm getting "MikeD went down to the River to fish"

I've attepted to confirm that this is an FCK issue. Installed a fresh copy of MW 1.12.3, created new db, created 2 documents Mike and River, and then placed the wikitext shown above into the document titled Mike using the native MW editor. wikilinks work normally as expected and I see 'river' as the linked text to the document titled River.

Then install latest SVN version of FCK/MW (2989) and then add require_once $IP . "/extensions/FCKeditor/FCKeditor.php"; to localsettings.php and reload the doc titled Mike and get to the edit tab, the wikilink changes to River as the linked text and River as the document title.

#2813 Deleting a row does not correct the rowspan of merged cells Martin Kou Bug Normal Core : Tables
Description

Take a table like this:

<table title="tabel" cellspacing="0" cellpadding="0" summary="table">
    <thead>
        <tr>
            <th scope="col">1</th>
            <th scope="col">2</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>a</td>
            <td rowspan="3">b</td>
        </tr>
        <tr>
            <td>c</td>
        </tr>
        <tr>
            <td>d</td>
        </tr>
    </tbody>
</table>

Now, put the cursor in cell a, right click and remove that row. We see that cell b disappears. Or go to cell b and remove that row: cell b is deleted and cells c and d are left over.

#2814 Format text across multiple table cells doesn't work right Bug Normal CKEditor 3.0 General
Description

The bug I describe here seems to be new since version ~2.6.3. I don't think I've seen this behavior in earlier versions.

Please fix this for the final 2.6.4 since it drives our web authors crazy. Thanks!


Browsers & OS:

  • Firefox 3.0 on Windows XP and on Mac OS X => 10.4
  • Camino 1.6 on Mac OS X >= 10.4

Browser Exception: With Safari 3.2.1 on OS X it works perfect!


Steps to reproduce:

  1. create a table withe some rows and columns
  2. fill all the cells with some text
  3. make a selection across multiple cells (click and drag, or by using the Shift- or Command-keys)
  4. Now try to format the text by using the Bold-Icon or try to assign a text color.

The result: Only the text of just one of the marked cells will be formatted while the rest remains untouched.

Below you'll find the generated HTML code. As you can see, just cell in Row 1, Column 2 (R1C2) has received the text color even though I marked more then just one cell.

<table width="200" cellspacing="1" cellpadding="1" border="1">
    <tbody>
        <tr>
            <td>R1C1</td>
            <td><span style="color: rgb(255, 0, 0);">R1C2</span></td>
        </tr>
        <tr>
            <td>R2C1</td>
            <td>R2C2</td>
        </tr>
        <tr>
            <td>R3C1</td>
            <td>R3C1</td>
        </tr>
    </tbody>
</table>
#2816 [IE] Refactor selection save/restore logic to work with focus state Martin Kou Bug Normal CKEditor 3.0 General
Description

Restore selection doesn't work for blued editor document. since editor is initially blured, direct dialog open will suffer from it.

Procedures

  1. Open replacebyclass.html in IE6.
  2. Triple click to select the "CKEditor Sample" title in the page.
  3. Open any dialog - link, image, table, etc.
  4. You get a JavaScript error if the dialog tries to restore the selection.
  5. Close the dialog by clicking cancel.
  6. You get another JavaScript error.
#2817 Adding necessary events for commands Task Normal CKEditor 3.0 General
Description

I found some commands side behaviors might need to be central controlled to reduce code DUP:

  • CKEDITOR.dialog.saveSelection plus it's sibling CKEDITOR.dialog.restoreSelection which has big things to do with making the selection correct in IE, were Invoked >50 times through different commands.
  • "FCKUndo.SaveUndoStep" back in v2 which support the undo/redo system is also invoked arround this number in the same case.

I wonder if we can hook these aspects of commands with some new types of events , which make many hacks/fixes transparent to the commands logic itself, so in this sense, it also benefits for user extension.

The ones which I propose for discussing:

  • initCommand which fired right after user click/hit the command, was used to allocate necessary resources for the command, e.g. save the initial selection ranges and undo snapshot.
  • beforeCommandExe which indicate the command is about to make changes to the content, OR modify the selection ranges(In some dialogs' loadElements case). It would be fired at different time for synchronized(e.g. styles) commands and asynchronous(e.g. dialogs) ones (before onShow?), it's useful for dialog commands which sometimes requires to enlarge the selection to the whole control OR restoring fake elements.
  • afterCommandExe indicate the command has made actually changes to the documents, which is useful for restore selections and save redo stacks after then;
#2819 Image dialog Artur Formella Bug Normal CKEditor 3.0 UI : Dialogs
Description

There are still some bugs in the image dialog:

-Image in preview area has wrong size in edit mode.

-I should use inputs: onKeyDown in Height, Width, Border and H/Vspace (instead of onChange)

-It can read image ratio and original image ratio and set 'Lock Ratio' if equal (check once on show)

#2820 Forms plugin Artur Formella New Feature Normal CKEditor 3.0 General
Description

Use of setup, commit, setupContent() and commitContent() in all dialogs in the Forms plugin

Example:

validate: function()
{
	var func = CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed );
	return func.apply( this );
},
setup : function( element )
{
	this.setValue( element.getAttribute( 'rows' ) );
},
commit : function( element )
{
	element.setAttribute( 'rows', this.getValue() );
}
#2821 floating numbers used in the page confuguration are converted to int Alfonso Martínez de Lizarrondo Bug Normal FCKeditor 2.6.5 General
Description

If you set in the page that creates the editor a config option that uses a floating point number,

oFCKeditor.Config['GoogleMaps_CenterLat'] = "46.95026";

then in the code the value will be the integer 46 due to the way that it's parsed in the fckconfig.js file.

The patch does fix this behavior.

#2824 Missing definitions translation for RU language Task Normal FCKeditor 2.6.4 General
Description

CreateDiv : "Создать Div контейнер", MISSING
EditDiv : "Редактировать Div контейнер",
MISSING
DeleteDiv : "Удалить Div контейнер", MISSING


Div Dialog
DlgDivGeneralTab : "Информация",
MISSING
DlgDivAdvancedTab : "Расширенные настройки", MISSING
DlgDivStyle : "Стиль",
MISSING
DlgDivInlineStyle : "Встроенные стили" MISSING

#2825 When 'Maximize/Minimize' is clicked after maximizing, it does not restore to original size Bug Normal UI : Dialogs
Description

When 'Maximize/Minimize' is clicked after , it restores it, but does not restore to original size .

#2826 divreplace example uses CSS features not available in IE6 Bug Normal General
Description

As the title says: transparent borders and hover don't work in IE6.

Probalby the solution is to create the hover effect with javascript.

#2827 Error in IE when uploading Image Bug Normal General
Description

I am getting "Permission Denied" error (see attachment) when uploading .jpg Image in Internet Explorer on QA & Production servers. I am able to upload image on my local machine in IE.

#2828 Full Screen Editor moves off screen Bug Normal General
Description

When I edit a page sometimes the editor moves of screen and I can no longer see the toolbar. I do have the Doc type specified on the first line of the document.

I have attached a screen shot of the editor while showing the problem. It does not happen every time. Most often I see it happen when I drag and drop an element on the page I don't know if it is the table or the div.

I use drupal 5.14, with the current stable version of the editor, and of the fckeditor module for drupal. I have tried the nightly and experienced the same issues. This problem occurs in IE.

A link to my editor is http://www.read-write.cdp.com/devel/node/59/edit

I am unable to reproduce on the test site here. What else should I check or try.

#2829 position:absolute Bug Normal Core : Styles
Description

Hi! I have problem with FCKeditor. It's don't work with position:absolute;

#2830 No Teaser button in default and full FCKeditor v.2.6.4b Bug Normal General
Description

No Teaser break button in FCKeditor v.2.6.4b I checked your Sample1 (all features) and Sample4 (default)at http://www.fckeditor.net/nightly/fckeditor/_samples/default.html and your samples 1 and 4 do not have it!

- your Sample 1 view I have windows Vista Home and IE 7. Thanks

#2831 Link dialog ignores id field in Advanced Tab. Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

To reproduce:

  1. Open replacebyclass.html
  2. Place cursor on the FCKeditor link.
  3. Open link dialog.
  4. Fill in an id in the Advanced page.
  5. OK.
  6. Go to Source mode.
  7. There is no id.

This bug depends on the refactoring patch of the link dialog I just submitted to Fred.

#2832 Filling in the name field in Link dialog converts link to anchor. Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

To reproduce:

  1. Open replacebyclass.html.
  2. Place caret on the FCKeditor link.
  3. Open Link dialog.
  4. Fill in a name in Advanced page.
  5. OK.
  6. Switch to Source mode and back.
  7. The link now appears as an anchor.
#2833 Link dialog does not clear popup target attributes in links. Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

To reproduce:

  1. Open replacebyclass.html.
  2. Place caret on the FCKeditor link.
  3. Open Link dialog.
  4. Make the target of the link a popup in the Target page.
  5. OK.
  6. Open Link dialog again.
  7. Make the target of the link "Not Set" in the Target page.
  8. OK.
  9. Switch to Source mode.
  10. The popup attributes on the link are still there.
#2834 After calling GetData (GetHTML, GetXHTML) in IE6 & IE7 it is impossible to unbold text Bug Normal General
Description

After GetData (GetHTML, GetXHTML) is called, it is impossible to unbold text, which was bolded pefore listed APIs calling. It's happen in IE6 & IE7 only. FF and Safary for windows work normal.

When "Source" button is clicked twice to show & hide sources, then unbolding is possible again, but it is not solution for my case.

Please advice something... It is used in very urgent project, which require FCK upgrade to 2.6.3 from 2.3.2. In 2.3.2 there was not such bug.

#2835 plugin:newpage failed to refresh elementpath Frederico Caldeira Knabben Bug Normal CKEditor 3.0 General
Description

Steps to reproduce:

  • Open sample.html?sample=replacebyclass
  • Out cursor in "sample text". [B] is selected. Path: body-p-strong.
  • Click NewPage button
  • Editor is empty but [B] is still active and path is the same.
#2837 Basicstyle plugin bug Garry Yao Bug Normal CKEditor 3.0 General
Description

Steps to reproduce:

-Open trunk/_samples/sample.html?sample=replacebyclass in IE

-Select "some" and click Bold.

-Click Source.

-Back to WYSIWYG.

-Select "using" and click Bold.

Result: JS error. Source code:

<p _cke_expando="65">
	This is <strong _cke_expando="70">some sample text</strong>. You are <span _cke_expando="78" _fck_bookmark="1" style="DISPLAY: none">&nbsp;</span>using <span _cke_expando="78" _fck_bookmark="1" style="DISPLAY: none">&nbsp;</span><a _cke_expando="79" href="http://www.fckeditor.net/">FCKeditor</a>.</p>

In FF works fine.

#2838 V3: Initial selection bug Bug Normal CKEditor 3.0 General
Description

This bug is probably connected with initial selection.

Steps to reproduce:

-Open sample.html?sample=replacebyclass

-(Don't click the document). Click button to insert a Smile

-Click any smile.

Result: JS error.

The same behavior using Special Character dialog or after using New Page button.

It occur in IE, Safari, Opera but not in FF.

#2839 Refactor link dialog to use setup/commit system. Martin Kou Bug Normal CKEditor 3.0 UI : Dialogs
Description

The link dialog is currently giving out errors in the api_dialog.html sample because removing fields and tabs in the old dialog API does not remove the related dialog logic.

The setup and commit API was introduced earlier to tackle this problem. The link dialog's code should be converted to use it so that the api_dialog.html sample would be complete.

#2841 Live demo would come in handy Wiktor Walc New Feature Normal General
Description

A live demo of the editor would be welcome to quickly track progress and assess loading speed, shortening the download - upload to extranet cycle

#2842 Search and replace in Source mode. New Feature Normal General
Description

This is a feature request from Ron Korving while I was talking to him on Skype.

Search and replace in Source mode is useful for doing things that are difficult or inefficient in WYSIWYG mode. e.g. A user may want to replace all <div> tags to <p> in the HTML document - doing that in WYSIWYG mode one-by-one is error prone and time consuming.

Assigning this under 3.x so we can try it after the initial 3.0 release. This feature shouldn't be hard to implement.

#2843 Equivalent range selection from WYSIWYG to Source mode. New Feature Normal General
Description

This is a feature request from Ron Korving while I was talking with him on Skype.

It's difficult to search for a particular DOM node's position in Source mode while editing a long document. So it would be nice if the editor can automatically select the equivalent position in Source mode after switching from WYSIWYG mode.

Filing it under 3.x so we can investigate this after the 3.0 release.

#2844 Make <APPLET> tag act like <EMBED> or <OBJECT> Bug Normal Core : Output Data
Description

It's a very small change in code (i made it in 5 min in packed javascript...).

It's needed to make possible to insert, for exemple, geogebra applet in fckeditor.

in : _source/internals/fck.js: replace :

    sTags += sTags.length > 0 ? '|ABBR|XML|EMBED|OBJECT' : 'ABBR|XML|EMBED|OBJECT' ;

by :

    sTags += sTags.length > 0 ? '|ABBR|XML|EMBED|OBJECT|APPLET' : 'ABBR|XML|EMBED|OBJECT|APPLET' ;

in : _source/internals/fcklistslib.js: replace :

    StyleObjectElements : { img:1,hr:1,li:1,table:1,tr:1,td:1,embed:1,object:1,ol:1,ul:1 },

by :

    StyleObjectElements : { img:1,hr:1,li:1,table:1,tr:1,td:1,embed:1,object:1,applet:1,ol:1,ul:1 },

in : _source/internals/fckdocumentprocessor.js after :

    processElementsByName( 'embed', doc );

add :

    processElementsByName( 'applet', doc );

That's all folk's !

#2845 &nbsp; inserted randomly Bug Normal General
Description

As I am writing text and then checking the source, I am finding &nbsp; randomly inserted instead of a space. I have not been able to detect any reason why the editor would put in a non-breaking space.

I am using the latest version inside of Drupal. I can send a sample if that would help.

#2846 French language file updates New Feature Normal FCKeditor 2.6.4 UI : Language
Description

French language file update, new table header translations.

#2847 Slovak language file updates and changes Bug Normal UI : Language
Description

I'm attaching a language file update for the Slovak language. Contributed by Gabriel Kiš (Thanks!).

#2849 Lithuanian language translation Artur Formella Task Normal UI : Language
Description

Added missing language constants to lithuanian language

#2850 How to store the formatted data? Task Normal Core : Output Data
Description

HI

I am new at this component and as far as I see during examples the FCK Editor creates an HTML output data, what makes me wonder If I want to store the captured data by the user in a database, should I store the HTML output?

What kind of field would be needed in order to keep carriage returns, tabs and all that stuff that HTML involves?

Thanks in advance.

#2851 IE7Pro support New Feature Normal UI : Spell Checker
Description

as mentioned in http://www.fckeditor.net/forums/viewtopic.php?f=5&t=8882&p=23119&hilit=ie7pro#p23119

Hi,

IE7 Pro come with spelling functionality. The way to do it is right
clicking on the field you want to check. But with FCKEditor, there
is a context menu that prevent it.

Is it possible to integrate IE7Pro Spell checking in your context
menu or called with the check button on your toolbar ? it will be
very nice !

Thanks for your answer.
#2852 Move link dialog to v3 trunk. Martin Kou Task Normal CKEditor 3.0 General
Description

The link dialog did not make it to the v3 beta. It should be moved to trunk with all discovered issues (#2831, #2832, #2833, #2839) fixed.

#2853 Move image dialog to trunk. Artur Formella Task Normal CKEditor 3.0 UI : Dialogs
Description

The image dialog didn't make it to v3 beta, so it needs to be moved to trunk with a review to both its UI and its logic.

#2854 Move table dialog to trunk. Martin Kou New Feature Normal CKEditor 3.0 UI : Dialogs
Description

The table dialog didn't make it to v3 beta. It needs to be moved to the trunk with a review to both its UI and logic.

#2855 <!-- Tidy found serious XHTML errors --> Text in output. Bug Normal Project : MediaWiki+FCKeditor
Description

I'm using the FCKeditor+MediaWiki extension. Everytime I save my edits or switch between Wikitext and richtext, a new line is added:

<!-- Tidy found serious XHTML errors -->

Every save adds a new line of the above text. I'm running FCKeditor 2.6.4. I also downloaded the latest extension from SVN yesterday ($Rev$ 2008). I'm running MediaWiki 1.13.3

#2856 Inches and Centimetres Artur Formella Bug Normal FCKeditor 2.6.5 General
Description

We still have people that work in Inches and NOT Centimetres. (Do not tell me off... I am trying to change them).

In "fckeditor/editor/dialog/fck_paste.html" (CleanWord) you have:


Remove margin styles. html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;


You might want to change to:


Remove margin styles. html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*MARGIN: 0in 0in 0pt\s*;/gi, ) ; html = html.replace( /\s*MARGIN: 0in 0in 0pt\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;

html = html.replace( /\s*TEXT-INDENT: 0in\s*;/gi, ) ; html = html.replace( /\s*TEXT-INDENT: 0in\s*"/gi, "\"" ) ;


#2857 EditorAreaCSS IE8 Bug Normal Core : Styles
Description

I've tested the FCK Editor 2.6.4 (Build 21629) with Internet Explorer 8 Release Candidate (v. 8.0.6001.18372IC). And most of the Features work fine!

But there seems to be a problem when linking custom css styles with long file paths to the FCK Editor. I tried several different options to EditorAreaCSS, and this is what I found out:

Test value: FCKConfig.EditorAreaCSS = "/App_Themes/Blue/css/content.css";
Result: js Error on Line: 38 (fckeditorcode_ie.js)
Error: Invalid argument.
Function: var s=A.createStyleSheet("");

Test value: FCKConfig.EditorAreaCSS = "/content.css, /App_Themes/Blue/css/content.css";
Result: js Error Line: 38 (fckeditorcode_ie.js)
Error: Not enough storage is available to complete this operation.
Function: return A.createStyleSheet(B).owningElement;

The Files were available and on the right place! In all other browser everything works fine.

Any Solutions?

GreetX

#2858 Appearance Dialog Boxes IE8 Bug Normal UI : Dialogs
Description

I've tested the FCK Editor 2.6.4 (Build 21629) with Internet Explorer 8 Release Candidate (v. 8.0.6001.18372IC). And found two more issues.

Screenshots for better comprehension are attached!

1. Dialog Box / Controls in it, aren’t sized properly
http://www.exanic.com/fckeditor/app_dialog.jpg

2. Empty Context Menu overrides FCK Editor with background
(fck_dialog.css / body / background-color overrides it and doesn’t pass, even if transparent) http://www.exanic.com/fckeditor/context_bg.jpg

#2860 V3: Page Break Frederico Caldeira Knabben New Feature Normal CKEditor 3.0 General
Description

Port the Page Break feature from FCKeditor to V3.

#2861 Missing translation in Slovenian language Alfonso Martínez de Lizarrondo Task Normal FCKeditor 2.6.5 UI : Language
Description

Missing translation in Slovenian language

#2862 plugin:maximize porting from v2 Martin Kou New Feature Normal CKEditor 3.0 General
Description

Related v2 tickets:

#174
"Maximize the editor size" button can't handle relative DIVs
#762
Outside Flash goes over the maximized editor
#1211
Opera & Safari: Editor page can be scrolled even if editor size is maximized
#1538
Maximize command not working in IE
#2002
Maximize editor button is broken
#2233
Maximize editor screen don't show properly
#2474
An editor contained in a Div with overflow:auto can't be maximized.
#2825
When 'Maximize/Minimize' is clicked after maximizing, it does not restore to original size
#2862
plugin:maximize porting from v2
#3433
Restoring from maximized does not work across mode switches in IE8 Standards mode.
#3645
[IE] Editor size change after maximize
#3654
Resize handle should not be useable in maximized mode.
#3916
Maximize does not enlarge editor width when width is set.
#3931
Maximize maximizes to width setting, not screenwidth, when option is given with CKEDITOR.replace
#4023
[Opera] Maximize plugin
#4024
Maximize button is not translated
#4028
Maximize control's tool tip is wrong once it is maximized
#4214
Maximize bugs
#4258
Editor area chopped off on maximize for Arabic language in IE7 and IE8
#4459
CKEditor maximized appears below select element in IE6
#4509
Adding config for maximize on startup
#4519
[IE]Unable to maximize without editor focus
#4541
Maximize adds extra space on non-Kama skins
#4602
IE8 XP SP3 - maximize on long pages cuts off toolbar
#4835
Maximized editor wider than view port
#4854
[FF3] Maximize layout broken in RTL quirks
#4918
FF: Switching to source view when editor maximized
#4923
Maximize layout is broken when main page scrolled
#4958
Combos texts show text cursor when maximized
#5034
Maximize button does not work properly
#5058
Pressing tab when editor is maximized
#5059
Pressing tab when editor is maximized
#5149
Cursor dissapears after maximize in Firefox 3.6
#5178
[Nightly 3.2 Ajax Demo] Maximize button is not rendering the editor correctly
#5265
v2 skin: Editor size would not restore back correctly after Maximize
#5329
maximize will error if button is not displayed
#5579
Rich combos are not re-positioned when going to maximize mode
#5580
Maximize does not work properly in the Office 2003 and V2 skins
#5724
[Firefox] Maximize one editor instance make other instances uneditable
#5740
editor does not retain position in maximize mode
#5752
Maximize with multiple editors breaks UI in Firefox 3.6
#6057
Error when clicking beneath the body of a maximized editor
#6284
Caret placement impossible after maximize and then minimize
#6339
Plugin autogrow and Maximize
#6388
sharedSpaces don't disable maximize
#6467
setState(CKEDITOR.TRISTATE_DISABLED) on 'mode' impossible for maximize plugin
#6535
Combo box list stays after editor is maximized.
#6559
Maximize plugin @ Opera/Mac
#6695
[safari] Popup a dialog at maximize mode and then minimize cause weird styling
#6747
Maximize Issue with Toolbar in Firefox 3.x and IE 8
#6895
Pasting plain text in full-screen (maximized) view does not work
#6904
Safari: Styles disappear before editor goes to maximize mode
#6927
Pasting into the URL field does not work in Google Chrome with CKEditor in 'maximized' mode
#6947
CKEditor maximize firefox bug
#7038
Possibility to automatically switch toolbars on a maximize/minimize of ckeditor
#7253
Maximize functionality in Firefox fails without doctype tag
#7284
Maximize control collapses the editor
#7771
'Maximize' in container with Opacity makes container disappear (FF)
#7855
Clicking 'maximize' shows blank screen in Firefox when the editor is opened inside jQuery UI Dialog
#8271
CKEditor toolbar becomes invisible when using Tab key and Maximize toolbar button
#8307
[iOS] Maximize is broken
#8587
IE7 maximize long delay
#8930
Maximize does not work
#9065
Maximize to percent
#9253
Resize feature should be disabled for maximized editor
#9269
Maximize plugin test crashes IE7
#9311
Vertical scroll bar not appearing in maximized editor with autogtrow enabled
#9319
FF: Editor not expanding to Maximum size, when we click Maximize button after focusing in editor body
#9320
Editor does not autogrow after entering content in Maximize mode
#9321
FF: Vertical scroll bar & toolbar missing in maximized editor with autogtrow enabled
#9374
Opera: Editor displays off-screen in autogrow sample in maximize mode
#9465
Misplaced panels when editor is being maximized
#9680
The "Maximize" feature should not be a toolbar button
#9883
[FF] Maximized and minimized divarea leaks
#9886
[IE8-10] No scrollbar in maximized editor with autogrow enabled
#10084
[Android] Problems with Maximize plugin in zoomed-in page
#10326
Maximize button removes input[name=style] from form
#11020
Same config, different result between minifief and maximized version
#11169
Maximize not work
#11410
[FF] jQuery sample, maximize + minimize framed editor allows to edit whole page
#11436
Maximize plugin with shared space doesen't work
#11745
Maximize should use position:fixed instead of changing entire page styling
#12163
Maximize (and resize) plugin and shared spaces incompatibility
#12357
[IE8] Call maximize command fire resize event twice
#12398
Maximize-Button doesn't work in instances without a title
#12747
IE: Dropdowns become disabled when in maximize mode.
#13033
Maximize pluging would not work with floating tool plugin in firefox mozilla
#13046
Dropdown not working in maximize mode with RTL body
#13190
Maximize problems
#13403
Maximize tool issue - after maximizing, if browser back button used, page layout is messed up
#13481
Nested dialog hides parent dialog on Maximized editor.
#14695
CKEditor maximize plugin issue
#16778
Maximize hides the toolbar, can't minimze.
#16856
Maximize not working on iphone
#16983
Maximize does not work s expected when classic and inline editors are mixed on the same page

#2863 Move Print plugin to trunk. Artur Formella Task Normal CKEditor 3.0 General
Description

We need to move the Print plugin to trunk.

#2864 Implement the insert and remove numbered list and bullet list commands. Martin Kou Task Normal CKEditor 3.0 Core : Lists
Description

Need to implement the list commands and add them to the toolbar.

#2865 Implement the increase and decrease indent commands. Martin Kou Task Normal CKEditor 3.0 General
Description

Need to implement the increase/decrease indent commands, and add them to the toolbar.

#2866 Add OS Detection for Spellcheck and PHP 5 Support Bug Normal General
Description

The spellerpages PHP script needs updated so that it does not use the "global" keyword, and it also needs automatic OS detection.

I have fixed this myself, and attached.

Thanks!

#2867 V3: Force Simple Ampersand Frederico Caldeira Knabben Bug Normal CKEditor 3.0 General
Description

Port the Force Simple Ampersand feature from V2.

#2868 enable 'merge right' and 'merge down' in Firefox New Feature Normal General
Description

In Gecko one can only merge cells by selecting them all. In other browsers merging can only be achieved by putting the cursor into one cell and do 'merge right' or 'merge down'.

It would be better to enable 'merge right' and 'merge down' in Gecko too. In that case 'merge right' and 'merge down' are enabled in all browsers and in Gecko 'merge' is enabled too.

#2869 plugin:blockoutline porting from showblock of v2 Martin Kou New Feature Normal CKEditor 3.0 UI : Toolbar
Description

Related v2 tickets:

#1183
Opera: ShowBlocks doesn't display tag name in top left corner
#2525
Chrome: error if FCKConfig.StartupShowBlocks = true
#2615
Bug in FF when FCKConfig.StartupShowBlocks=true on a hidden FCKEditor instance
#2869
plugin:blockoutline porting from showblock of v2
#2983
plugin:showblock missing tagname icon
#3089
[IE]plugin:showblock problems
#3242
Showblock ignore table and list
#3774
Showblocks mode switching
#6571
[IE] showblocks doesn't bring focus back to editor with shared toolbar
#6799
ShowBlocks doesn't work with lists
#8613
showblocks confused by pathnames including spaces
#9243
Showblocks not working for divarea
#10023
ShowBlocks, do not outline forms/lists/tables
#10852
Image2: Buggy showblocks integration
#10884
Widgets integration with showblocks
#11966
[IE] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled

#2870 Adding style to existing text does not work. Bug Normal General
Description

I have created new styles for fck editor style menu.

They are <p class="small"> and class="big". When i choose existing paragraph, fck editor fails to attach correct class to paragraph. Paragraph remains classless. When i add class to paragraph in source mode, then swapping styles workd perfectly.

I am not sure about the version of the editor, since im not the one who has installed it. Licence says 2003-2007.

alan.kesselmann@…

#2871 Implement DOM range iterator. Martin Kou Task Normal CKEditor 3.0 General
Description

#2864 and #2865 depends on DOM range iterator to work. So the DOM range iterator must be implemented first as a separate plugin.

#2872 Server side integration - CKEditor creator Wiktor Walc New Feature Normal CKEditor 3.1 Server : PHP
Description

Port the integration files from V2.

#2873 Server side integration - File Browser Wiktor Walc New Feature Normal File Browser
Description

Port the file browser from V2.

#2874 tables: in FF caption seems to be in the wrong place Martin Kou Bug Normal FCKeditor 2.6.5 General
Description

FCKeditor generates the following

    <table ....>
        <thead>
            <tr>
                <th scope="col">1</th>
                <th scope="col">2</th>
            </tr>
        </thead>
        <caption>My Caption</caption>
        <tbody>
            <tr>
                <td>...</td>
                <td>...</td>
            </tr>
        </tbody>
    </table>

The following would be the correct markup

    <table ....>
        <caption>My Caption</caption>
        <thead>
            <tr>
                <th scope="col">1</th>
                <th scope="col">2</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>...</td>
                <td>...</td>
            </tr>
        </tbody>
    </table>

Going further with my tests, I just found that the bug doesn't show up if you use MSIE7. My conclusions:

  • the problem is strictly related to the browser and its "DOM engine"

OR

  • the problem is inside the portion of code dedicated to gecko
#2875 FCKConfig.BasePath should be root relative not absolute to URL Bug Normal General
Description

This is not STRICTLY a bug but a concern for compatibility with a great deal of FCKEditor users with some of the main stream hosting companies like HostGator. I think it needs addressing so that more people can use FCK without problems...

su_hosen or mod_security may not allow get variable to have absolute paths.

e.g. http://www.example.com/editor/filemanager/browser/default/browser.html?Type=uploads&Connector=http%3A%2F%2Fwww.example.com%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php

This may throw a 403 permission denied error.

The following example won't: http://www.example.com/editor/filemanager/browser/default/browser.html?Type=uploads&Connector=%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php

So to fix this the value of "FCKConfig.BasePath" should be root relative instead of absolute.

Current value for our example; FCKConfig.BasePath = http://www.example.com/editor

should be; FCKConfig.BasePath = /editor

#2876 V3: Simplify domWalker Frederico Caldeira Knabben Bug Normal CKEditor 3.0 General
Description

The current domWalker implementation is much more complex than it needs to be. It's using our event system to control its execution even internally, with no benefit from it. It should instead use direct function calls, like onDown, onUp and onSibling.

The event system is to be used if we know we may have more than one, or an unknonwn number of listeners to the events. It's there to give flexibility, not just because it's nice to code with it.

If instead we know we'll just have a single listener, we can safely do direct function calls. This eliminates the overhead coming from the even system, which definitely impacts on performance.

#2877 Paste from Word inserts empty paragraphs Bug Normal General
Description

If you copy a complete text-paragraph in MS Word and insert it with the FCKeditor-function

"Paste from Word". The Editor creates an empty paragraph before the copied text in the

Internet Explorer. In Firefox the editor inserts the emtpy paragraph behind the copied text.

If you use the "Paste as plain text"-function it works correct and inserts no extra paragraph.

So it is not possible to insert a Word-text-block in the middle of a existing text.

We are using: FCKEditor: 2.6.4 Server: Apache 2.2.11 with PHP 5.2.8 Browser: Internet Explorer 6.0 & 7.0 / Firefox 3.0.6

#2878 IE: Inserts a space at the end of a list-item Bug Normal General
Description
  1. Insert a list (numbered or bulleted list)
  2. Enter a text
  3. Switch to source code
  4. Switch back
  5. Go to the end of a list-item

The Internet Explorer creates a space at the end.

We are using: FCKEditor: 2.6.4 Server: Apache 2.2.11 with PHP 5.2.8 Browser: Internet Explorer 6.0 & 7.0 / Firefox 3.0.6

#2879 plugin:templates porting from v2 Frederico Caldeira Knabben Bug Normal CKEditor 3.0 General
Description

Related v2 tickets:

#49
Safari: "Templates" doesn't work when inserting in the cursor position
#241
Make FCKConfig.TemplatesXmlPath an array
#685
Missing TemplatesXmlPath Property in FCKeditor.cs
#721
Add Keystrokes to Templates
#1012
FCK moves around Templates inside tables
#1046
Templates and stripped new lines
#1068
Templates do not load
#1157
IE,IE7:Templates carriage return not honoured
#1713
FF: unknown text in templates paramter
#2364
Support for parameterized templates
#2509
HTML Comments inside of templates are lost
#2640
Dynamically Generated Templates
#2879
plugin:templates porting from v2
#3264
Templates
#3270
FCKeditor for Mediawiki: Templates "manual" menu presents templates in no particular order
#3280
Consecutive Templates get combined on one line
#3306
"Lockable" Templates
#3588
Templates plugin: no option to load from xml file
#3954
Templates in Template dialog not accessible
#5190
Templates dialog: no automatic focus
#5274
[[IE6]] Content Templates dialog is not displaying properly
#5366
JAWS not reading Template Options on Content Templates dialog
#5786
"fckLR" inserted in reference templates breaks citations
#6076
[IE Quirks] Dialogs are not wide enough for their contents / Templates Dialog
#6164
IE stripping object/embed tags with templates
#6425
display {Templates} in editor
#7758
imagesPath for templates has always editor path
#8773
templates_files fails to load template files
#8775
CKeditor custom templates
#9486
Using CKEDITOR.templates for stylesheets
#10188
Append template option to templates plugin
#11236
Widget templates with newlines cause errors
#11507
[PR#78] Templates plugin does not play well with data filtering.
#11530
Dynamic Templates with Dialog Helpers
#11672
EJS templates not preserved by protectedsource
#11828
Content Templates Improvement
#12424
Conflict with Toolbar and Templates...
#12427
The <Templates> node was not found alert Message is coming in IE 11
#12431
The <Templates> node was not found alert Message is coming in IE 11
#12452
<Templates> node was not found Error Message in IE11
#12657
Templates cancel Scayt button
#12727
IndexSizeError on using plugins 'Div Editing Area' and 'Content Templates'

New features in v3:

*Support for multiple template definition files.
*Templates could be loaded cross-domain, e.g. templates loaded from CDN.

#2880 on form submit replace function only working for firefox Bug Normal General
Description

i think on form submit replace oEditor's content:filter special character(',",(,));i use GetData get oEditor's content after use SetData editor.i find it only working for firefox browser! sample: function postPrevFilter(fString){

if(fString==""){

return;

}else{

fString=fString.replace(/'/g,"’"); fString=fString.replace(/"/g,"”"); fString=fString.replace(/\(/g,"("); fString=fString.replace(/\)/g,")"); return fString;

}

}

function filterEditorContents(EditorName){

var oEditor=FCKeditorAPI.GetInstance(EditorName); oEditorConn=postPrevFilter(oEditor.GetData()); oEditor.SetData(oEditorConn);

}

this form post server side replace fail!content is no filter looking this url:http://www.sdhr114.com/testdemo/3.asp

#2881 Need to click on Submit button twice if there are multiple fckeditor controls in one asp.net page Bug Normal General
Description

Steps to reproduce:

  1. Create six fckeditor controls in one asp.net page (please see the attached aspx file).
  2. Click inside the second fckeditor control, type anything inside it.
  3. Scroll down to show the submit button, click on it. The click event handler of the submit button is not called, instead the focus jumps back to the second fckeditor control.
  4. Click on the submit button again, this time the page is submitted successfully.

Expected behavior: Click on the submit button should not jump back to the fckeditor control. User should never need to click on the submit button twice to submit the page.

Note: This issue did not exist in earlier version (2.2.x). I ran into this issue after I upgraded to 2.6.3, and it still exists after I upgraded to 2.6.4.

#2882 V3 Save plugin Frederico Caldeira Knabben New Feature Normal CKEditor 3.0 General
Description

Create Save plugin for V3

#2883 Implement align commands. Martin Kou Task Normal CKEditor 3.0 General
Description

Need to implement the align commands and add them to the toolbar

#2884 Implement blockquote command. Martin Kou Task Normal CKEditor 3.0 General
Description

Need to implement blockquote command and add it to the toolbar

#2885 Implement the div container command. Garry Yao Task Normal CKEditor 3.1 General
Description

Need to implement the div container command and add it to the toolbar.

#2886 Implement logic for handling bogus BR nodes. Martin Kou Task Normal CKEditor 3.0 General
Description

The bogus BR logic is needed in many dialog and style-related commands (e.g. table, list, enter key, etc.)

#2887 Permisson denied when clicking on a file in the Resources Browser window Bug Normal Server : ASP.Net
Description

Using .NET and FCK editor v2.6.3.22451

I can upload files just fine but when I try to click on them I get an error: Permission Denied in the javascript on this line in the "frmresourceslist.html":

window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ;

I'm using FCK edit from admin.domainname.com to www.domainname.com. I have everything setup properly (i think), the files are being uploaded to the proper domain.

#2889 Access denied when using GetHtml - IE Bug Normal General
Description

See this link for details: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12952

#2890 Preview plugin Artur Formella New Feature Normal CKEditor 3.0 General
Description

Need to implement the preview plugin with toolbar icon.

#2892 Opera 9.62 bug Bug Normal General
Description

This bug happens after several reloads and postbacks (ASP.Net) Here is Opera Error report: Error: name: TypeError message: Statement on line 36: Cannot convert undefined or null to Object Backtrace:

Line 36 of linked script http://localhost/HCA/Files/FCKEditor/editor/js/fckeditorcode_gecko.js

function (A){return A.ownerDocument
A.document;}

Line 44 of linked script http://localhost/HCA/Files/FCKEditor/editor/js/fckeditorcode_gecko.js

function(A,B,C){FCKDomTools.CheckAndRemovePaddingNode(FCKTools.GetElementDocument(A),FCKConfig.EnterMode);FCKXHtmlEntities.Initialize();this._NbspEntity=(FCKConfig.ProcessHTMLEntities?'nbsp':'#160');var D=FCK.IsDirty();FCKXHtml.SpecialBlocks=[];this.XML=FCKTools.CreateXmlObject('DOMDocument');this.MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (B) this._AppendNode(this.MainNode,A);else this._AppendChildNodes(this.MainNode,A,false);var E=this._GetMainXmlString();this.XML=null;if (FCKBrowserInfo.IsSafari) E=E.replace(/<xhtml.*?>/,'<xhtml>');E=E.substr(7,E.length-15).Trim();if (FCKConfig.DocType.length>0&&FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replace(FCKRegexLib.SpaceNoClose,'>');else E=E.replace(FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for (var i=0;i<FCKXHtml.SpecialBlocks.length;i++){var F=new RegExp('_FCKsi_'+i);E=E.replace(F,FCKXHtml.SpecialBlocks[i]);};E=E.replace(FCKRegexLib.GeckoEntitiesMarker,'&');if (!D) FCK.ResetIsDirty();FCKDomTools.EnforcePaddingNode(FCKTools.GetElementDocument(A),FCKConfig.EnterMode);return E;}

Line 30 of linked script http://localhost/HCA/Files/FCKEditor/editor/js/fckeditorcode_gecko.js

function(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);if (C&&FCKRegexLib.EmptyOutParagraph.test(E)) return ;return E;}

Line 31 of linked script http://localhost/HCA/Files/FCKEditor/editor/js/fckeditorcode_gecko.js

function(A){if (FCK.EditMode==1) return FCK.EditingArea.Textarea.value;this.FixBody();var B=FCK.EditorDocument;if (!B) return null;var C=FCKConfig.FullPage;var D=FCK.DataProcessor.ConvertToDataFormat(C?B.documentElement:B.body,!C,FCKConfig.IgnoreEmptyParagraphValue,A);D=FCK.ProtectEventsRestore(D);if (FCKBrowserInfo.IsIE) D=D.replace(FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=FCK.DocTypeDeclaration+'\n'+D;if (FCK.XmlDeclaration&&FCK.XmlDeclaration.length>0) D=FCK.XmlDeclaration+'\n'+D;};return FCKConfig.ProtectedSource.Revert(D);}

Line 31 of linked script http://localhost/HCA/Files/FCKEditor/editor/js/fckeditorcode_gecko.js

function(){var A=FCK.GetXHTML(FCKConfig.FormatOutput);if (FCKConfig.HtmlEncodeOutput) A=FCKTools.HTMLEncode(A);FCK.LinkedField.value=A;FCK.Events.FireEvent('OnAfterLinkedFieldUpdate');}

#2893 FCK table handler bug Bug Normal General
Description

Bug description:

If the following conditions are met:

  • there is another text field on the page besides the editor,
  • the other field gains focus before the editor is done loading, and
  • the editor button set includes 'TableMergeCells' and/or 'TableHorizontalSplitCell',

then there will be a javascript error inside FCKTableHandler.GetSelectedCells

Fix:

After the line:

var oParent = FCKSelection.GetParentElement() ;

We tested whether or not the selection is inside FCKeditor:

if(FCKTools.GetElementDocument(oParent) != FCK.EditorDocument)

return aCells ;

(returning an empty array if the selection/cursor is outside FCKeditor)

This bug was similar to https://dev.fckeditor.net/changeset/827

#2894 GetParentElement wrongly gives body sometimes for ff and webkit Bug Normal General
Description

GetParentElement in Firefox and webkit wrongly returns the body as parent element when the cursor is simply placed inside a div without an object selected or without the cursor in or bordering text (possibly only when there's no text in the div).

A fix is as following (code assumes to be inside a dialog):

var dialog = window.parent;
var editorWindow = dialog.InnerDialogLoaded();
var editorInstance = editorWindow.FCK;

selectedElement = editorWindow.FCKSelection.GetParentElement();
if (selectedElement.tagName.toLowerCase() == 'body' && editorInstance.EditorWindow.getSelection)
{
	var selection = editorInstance.EditorWindow.getSelection();
	selectedElement = selection.anchorNode;
}
#2896 plugin:form move to trunk Task Normal CKEditor 3.0 General
Description

Form plugin is required to move to trunk.

#2897 plugin:checkbox move to trunk Task Normal CKEditor 3.0 General
Description

Checkbox plugin is required to move to trunk.

#2898 plugin:radiobutton move to trunk Task Normal CKEditor 3.0 General
Description

Radiobutton plugin is required to move to trunk.

#2899 plugin:textfiled move to trunk Task Normal CKEditor 3.0 General
Description

Textfield plugin is required to move to trunk.

#2900 plugin:textarea move to trunk Task Normal CKEditor 3.0 General
Description

Textarea plugin is required to move to trunk.

#2901 plugin:selectionfield move to trunk Task Normal CKEditor 3.0 General
Description

Selection Field plugin is required to move to trunk.

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