Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (11701 - 11754 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#1761 Adept all examples to FCKeditor 2.5 Michael Osipov Task Low FCKeditor.Java 2.4 Server : Java
Description
  1. check if all example sites are uptodate
  2. check if all attributes given are 2.5-compliant
#1763 Find ways to separate taglib and web.xml declaration Michael Osipov Task Low FCKeditor.Java 2.4 Server : Java
Description

make difference somehow between testing and war creation

#1794 Revise log statements Michael Osipov Task Low FCKeditor.Java 2.4 Server : Java
Description

Revise all log statements and avoid statements like

logger.debug("can't load file " + e.getMessage(), e)

should always be: logger.debug("can't load file", e)

#1881 Toolbar shows reference button even if citations are not enabled Bug Low Project : MediaWiki+FCKeditor
Description

Citations in MediaWiki are made possible by an MW extension:

http://www.mediawiki.org/wiki/Extension:Cite

Not all MW sites use this extension.

The FCKeditor plugin shows a button for adding references even if the citation extension isn't installed.

#1891 fck_tablecell.html id >< name conflicts Alfonso Martínez de Lizarrondo Bug Low FCKeditor 2.6.4 UI : Dialogs
Description

Low priority.

I noticed that a lot of input controls are not consistent with the ID and the Name. Some examples.

<select id="selWordWrap" name="selAlignment"> <select id="selHAlign" name="selAlignment"> <select id="selVAlign" name="selAlignment"> <input id="txtBackColor" type="text" size="8" name="txtCellSpacing"> <input id="txtBorderColor" type="text" size="8" name="txtCellPadding" />

As you can see here, the ID is the correct one, the name is incorrect.

#1899 Change the WIKI site links to DOCS site links Task Low FCKeditor 2.6 General
Description

The file fckeditor _upgrade.html provides a link to http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade, which, unfortunately, died some time ago.

#1921 [XmlResponse] add static fields Michael Osipov Task Low FCKeditor.Java 2.4 Server : Java
Description

Static fields for:

  1. Error Codes
  2. Error messages
#1936 Inline spelling support? New Feature Low General
Description

Some of the big webmail providers (e.g. Google, Yahoo) have Ajax spell checking with in-line marks showing typos, and a drop down menu of suggestings.

Any possibilities to integrate such for FCKeditor would be a home run!

#1968 Javadoc issues Michael Osipov Task Low FCKeditor.Java 2.4 Server : Java
Description

The following javadoc related tasks have to be done before the next release:

  • mvn javadoc:javadoc reports broken
  • net/fckeditor/connector/package.html has to be rewritten completely, because the properties handling has completely changed
  • write a package.html for each relevant package
#1969 FCKXml.LoadUrl fails on non-http pages Bug Low General
Description

In Internet Explorer, using an alternative way to get to HTML pages, (e.g. a plugin implementing IInternetProtocol), for security reasons, XmlHttpRequest.responseXML is empty, but responseText works, so I generally update fckeditorcode_ie.js

"if (B.status==200
B.status==304) this.DOMDocument=B.responseXML;else if (B.status==0&&B.readyState==4){"

to

"if (B.status==200
B.status==304) this.DOMDocument=B.responseXML;if ((B.status==0&&B.readyState==4)this.DOMDocument.firstChild==null){"

to have the responseText loaded in a new document

#2035 Add plugin versions Task Low FCKeditor.Java 2.4 Server : Java
Description

Maven tries to update continuously all plugins during phases. This is unnecessary! Adjust definite plugin versions to remove this performance and convenience penality.

#2073 Add favicon to TLD mosipov, th-schwarz Task Low FCKeditor.Java 2.4 Server : Java
Description

Add F favicon as small icon to TLD

#2186 Allow content to be reset on first focus New Feature Low General
Description

I am currently building a website in which I use FCKEditor in several places. In the login form, the field names are displayed inside the text boxes; when you click in either of them (the first time only) the content of both is set to blank.

I don't think that such a feature is available in FCKEditor, so would it be possible to enable it as an option (maybe in the PHP class eg. "$FCK->resetOnFocus = 1;" or something) in a future release of FCKEditor?

Thanks for the editor!!

Isaac

#2266 FCKeditor extension for MediaWiki doesn't follow MW's coding conventions Task Low Project : MediaWiki+FCKeditor
Description

FCKeditor extension for MediaWiki doesn't seem to be following MediaWiki's coding conventions as described in http://www.mediawiki.org/wiki/Manual:Coding_conventions.

For example, FCKeditorEditPage.body.php had this in two separate lines:

class FCKeditorEditPage extends EditPage
{

when it should've been just one line as per MW's coding conventions:

class FCKeditorEditPage extends EditPage {

The extension credits ($wgExtensionCredits) in FCKeditor.php seem to be out-of-date and using "double quoting" (i.e. "name" => "FCKeditor", and so on) when 'single quoting' would be OK. I've created a patch against the current SVN version to fix these minor issues, let's see if I can attach it here... ;-)

#2275 Firefox 2 crashes with multiple editor instances Bug Low General
Description

The attached page has 30 editor instances. When viewed in IE7 it's fairly heavy on CPU and memory but is functional. When viewed in Firefox 2, it crashes the browser; the browser eventually disappears leaving the option to report to Microsoft.

We advise our customers to use less than 6 editor instances on a single form. However, there is no imposed limit and we know of instances where up to 60 editor instances have been used successfully on a single page. They were using IE6 which doesn't have the performance problems of IE7 and doesn't crash like Firefox 2.

#2325 Rich mode adds space characters to new lines characters Bug Low Project : MediaWiki+FCKeditor
Description

Reproducing

Reproduce this:

  1. Create a new page.
  2. Switch to wiki mode.
  3. Write the first line: A few words..
  4. Hit enter twice to start writing a new paragraph.
  5. Write: Another few words..
  6. Switch to rich mode.
  7. Switch back to wiki mode.

The bug is that there is now a space added after A few words..

OS

  • Windows XP Professional
  • Mozilla Firefox 2 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14).

Case File

I don't provide any as you type if faster yourself than using a file.

Wiki

I tested this on your wiki in the Sandbox page.

#2358 Missing CSS style for fckeditor.html Bug Low General
Description

I'm using FCK 2.6. Not sure if its still missing in newer Versions.

in the fckeditor.html I'm missing in the compresses css part following line:

.FCK__UnknownObject{border: #a9a9a9 1px solid;background-position: center center;background-image: url(images/fck_plugin.gif);background-repeat: no-repeat;width: 80px;height: 80px;}

its included in the uncompresed internalCSS. but not in the used fckeditor.html.

Thanks for considering

#2592 Add more logging statements Michael Osipov New Feature Low FCKeditor.Java 2.5 Server : Java
Description

Our vital implementations should have more reasonable debug log statements.

#2643 Editor right scroll padding in IE Bug Low General
Description

When inserting an 100% width element (such as table element) in IE7 there is horizontal padding at the right that seems to correspond to the width of the scrollbar, even though the scrollbar is not visible or needed. I think this is a regression because I havent noticed it prior to fck 2.6.3.

#2646 regex to test image (file) extensions is incorrect Bug Low General
Description
  • /fckeditor/fckconfig.js line 301, 306, and 311 all have incorrect regex for extensions (maybe should check elsewhere).

I have only tested 306 which fails to work properly at /fckeditor/editor/dialog/fck_image/fck_image.js line 500 'if' statement if the file just ends with the extensions but not the dot, such as "fakepng".

  • Basically, the dot at the beginning is ".(extensions)", but should be "
    .(extensions) because the dot alone is anything and not just a dot.

This may not be urgent as the browser (or something) kicks it back anyway if the file isn't the correct type underneath, but it shouldn't get that far if it's obviously incorrect and it's an easy fix.

#2687 Customize contextmenu using plugin New Feature Low General
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 ) ;
                }
            }}) ; 

#2700 Problem with document.domain automatic fix script asp.net c# Bug Low Server : ASP.Net
Description

I am developing a project using FCKEditor. The project was on http://newweb.[mysite].com since it is not ready to be on www.[mysite].com The quick uload image was working while testing on localhost, but when on the onine test site, had a problem. Although it was uploading the image, it would stop on the Upload Tab showing the progress bar dots.

After a lot of tests I realized that something was not working well at the document.domain automatic fix script in SendFileUploadResponse function on FileWorkerBase.cs

I added some alerts at the catch(e) events to understand what was going on, but with no success

finally I tried to remove this thinh and it worked!

This is what I did:

protected void SendFileUploadResponse( int errorNumber, bool isQuickUpload, string fileUrl, string fileName, string customMsg ) {

Response.Clear();

Response.Write( "<script type=\"text/javascript\">" );

Minified version of the document.domain automatic fix script. The original script can be found at _dev/domain_fix_template.js Response.Write( @"(function(){var d=document.domain;while (true){try{var A=window.top.opener.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,);if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();" );

if ( isQuickUpload )

Response.Write( "window.parent.OnUploadCompleted(" + errorNumber + ",'" + fileUrl.Replace( "'", "
'" ) + "','" + fileName.Replace( "'", "
'" ) + "','" + customMsg.Replace( "'", "
'" ) + "') ;" );

Response.Write("try {window.parent.OnUploadCompleted(" + errorNumber.ToString() + ",'" + ResolveUrl(fileUrl.Replace("'", "
'")) + "','" + fileName.Replace("'", "
'") + "','" + customMsg.Replace("'", "
'") + "') ;}catch(e) {alert('problem3:' + e.name + ', ' + e.message);}");

else

Response.Write( "window.parent.framesfrmUpload?.OnUploadCompleted(" + errorNumber + ",'" + fileName.Replace( "'", "
'" ) + "') ;" );

Response.Write( "</script>" );

Response.End();

}

#2735 clicking link in Opera when text is selected doesn't clear selection [CORE-35943] Bug Low General
Description

Steps to recreate bug

  1. Open demo
  2. Select any of the text outside of link
  3. Now click on link to try to put cursor inside of link (or double-click link to try to select it).

Faulty behaviour: Previous selected text stays selected and cursor can not be placed in link. Expected behaviour: Cursor should be placed inside the link

Can be reproduced every time.

Tested with Opera 9.63 and 9.62, FCKEditor 2.6.3 and nightly build.

#2739 Opera 10.0 Alpha Multiple Editors Bug Bug Low Opera Compatibility General
Description

Opera 10.0 is still in Alpha phase, but I decided to fill these report, because I know that You are now "in touch" with Opera team and maybe You will find where the bug lies.

In Opera 10.0 latest weekly release (build 1219) and also in first weekly there is bug when using multiple FCKEditors. When there is one FCKEditor everything works just fine, but if there are used two or more FCKEditors - all are disabled (can't write, can't click on any button, also all links on page where are editors don't work).

It was tested with two weekly releases of Opera 10.0 and FCKEditor 2.63 + latest nightly (by nightly samples - JavaScript Sample 09).

If it is corresponded to FCKEditor - please fix this, anyway I'm afraid that this is rather some Opera bug because of early stage of Opera 10.0 - just second alpha. If after Your findings it became clear that this is Opera bug - please inform what is the reason for that (Opera JavaScript bug?), eventually contact Opera Team and send them technical information that they will be able to fix bug ;)

Thanks ;)

#2806 MoveToAncestorNode failing in IE if you look for the selected item Bug Low General
Description

I have a plug-in that adds an image with a specially configured alt tag. When I select this tag and open by plug-in window firefox was able to read in the data. IE was not. I soon found this was because it was automatically looking at the parent node of the image. I corrected it in my code by changing the MoveToAncestorNode code to contain this

if(oRange(i).nodeName == A)

return oRange(i);

In the first for loop before it checks for a parent node. Is there any way the new version will have something in it already so IE checks to see if you have the item you're looking for as I have done? Attached is the javascript file I edited.

#3385 toString() for easy debugging Garry Yao New Feature Low General
Description

Perhaps it's better to implement the 'toString' method on some core objects to help the debugger(e.g. Firebug) having a text presentation for them, which is friendly for debugging.

#3427 Correct synctax error of fck_docprops.html Alfonso Martínez de Lizarrondo Bug Low FCKeditor 2.6.5 UI : Dialogs
Description

link: http://www.fckeditor.net/forums/viewtopic.php?f=5&t=13718

In eclipse, editor/dialog/fck_docprops.html file shows errors. For correct the errors,

before - 459 line

                            <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
                               <option value="" selected="selected"></option>
                               <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
                                  4.01 Transitional</option>
                               <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>
                                  HTML 4.01 Strict</option>
                               <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'>
                                  HTML 4.01 Frameset</option>
                               <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'>
                                  XHTML 1.0 Transitional</option>
                               <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'>
                                  XHTML 1.0 Strict</option>
                               <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'>
                                  XHTML 1.0 Frameset</option>
                               <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'>
                                  XHTML 1.1</option>
                               <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option>
                               <option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option>
                               <option value="..." fcklang="DlgOpOther">&lt;Other&gt;</option>
                            </select>

after

                            <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
                               <option value="" selected="selected"></option>
                               <option value='&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;'>HTML
                                  4.01 Transitional</option>
                               <option value='&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;'>
                                  HTML 4.01 Strict</option>
                               <option value='&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;'>
                                  HTML 4.01 Frameset</option>
                               <option value='&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;'>
                                  XHTML 1.0 Transitional</option>
                               <option value='&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;'>
                                  XHTML 1.0 Strict</option>
                               <option value='&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;'>
                                  XHTML 1.0 Frameset</option>
                               <option value='&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;'>
                                  XHTML 1.1</option>
                               <option value='&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2 Final//EN&quot;>'>HTML 3.2</option>
                               <option value='&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;>'>HTML 2.0</option>
                               <option value="..." fcklang="DlgOpOther">&lt;Other&gt;</option>
                            </select>
#3578 Compatibility message in samples states that Firefox 1.5 is supported Alfonso Martínez de Lizarrondo Bug Low CKEditor 3.0 General
Description

The message incorrectly states that the user needs 1.5 or higher but it should be 2.0 or higher.

Trivial fix following

#3579 Replace div samples applies the hover effect to all divs Alfonso Martínez de Lizarrondo Bug Low CKEditor 3.0 General
Description

The :hover effect to show where the user can double click is applied to all the divs, and it can be slightly misleading.

The patch fixes this by changing the structure of the sample.html page so that the id "html" is applied to the container of the data and then restricting the css rules. That way it will work the same in the released version.

#3628 $_SERVER['HTTP_USER_AGENT'] don't work on a virtual server (founded how but not why) Bug Low Server : PHP
Description

HI. I'm writting because I did'nt find any solution yet on your bug list.

After a while I found this issue. Quickly: (tested on Mac with Safari Opera & Firefox) on local server works but on a Virtual hosting (Dreamhost) it returns a : Mozilla/5.0 (000000000; 0; 000 000 00 0 0000000; 00) 000000000000000000 0000000 0000 000000 0000000000000 0000000000000 when in line 36 (function FCKeditor_IsCompatibleBrowser() in fckeditor_php5.php), is trying to know the Browser. After that it returns false and only shows a textarea.

Locally, $sAgent = $HTTP_SERVER_VARSHTTP_USER_AGENT? returns: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.2

(it recognizes Safari-AppleWebKit option)

Sorry, if you knew about that....and sorry for my english. if you know any solution or suggestion about how to make it work in a shared host, please let me know. Thanks, and congratulations for all your work.

Marc

#3663 Drop-down "Styles" don't hide Bug Low UI : Floating Panel
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.
#3666 Add Office 2007 XML extensions as default allowed file extensions New Feature Low File Browser
Description

Add "docx", "pptx", and "xlsx" to the standard list of allowed file extensions in FCKEditor (probably CKEditor), and CKFinder.

Also, cop the doc, xls, and ppt icons to similarly named files so they displayed as expected.

#3724 Slow and unusable editor when inserting 999x99 table Bug Low Core : Output Data
Description

When we insert a table with 999x99 cells, Firefox get slow and editing is no more possible.

This test is not something users often do, but one of my clients did this test...

Perhaps a limit should be fixed ?

#3852 Disable textarea resizing in webkit Artur Formella Bug Low CKEditor 3.0 UI : Dialogs
Description

Open the Link dialog and set Link type to E-mail. Message Body field can be resized in webkit.

#5168 SimpleTable extension support New Feature Low Project : MediaWiki+FCKeditor
Description

It would be nice if the editor could handle reading SimpleTable extension tables, even if it wrote them back out in standard table format.

A table of the form:

<tab sep=comma>
1, 2, 3
4, 5, 6
</tab>

Unfortunately, there are a number of possible sep characters that would have to be handled.

#5437 HTML5 new semantics for <i> and <em> New Feature Low Core : Styles
Description

Hello. I am using ckeditor and I'm very happy with it but maybe you should consider the new semantics for the old html4 elemens <i> and <em> that apply in html5: http://html5doctor.com/i-b-em-strong-element

I want to use <i> for text in an "alternate voice", but ckeditor converts it automatically to <em>, which means "stress emphasis" and that's not what I want.

Thank you for take me in consideration ;)

#5574 SCAYT doesn't get refreshed after command Bug Low CKEditor 3.3 UI : Spell Checker
Description

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    va^lid
    
  2. Enable SCAYT and waiting for SCAYT to be activated.
  3. Click on table command to insert a default table in position.
    • Actual Result: The splitted word is not get marked.
    • Expected Result: SCAYT should reflect the correct status after the command.
#5650 disabling/enabling SCAYT makes editor to lost its focus Bug Low UI : Spell Checker
Description

Steps to reproduce:

Enable SCAYT When toolbar menu is disappear, editor stay without focus on it

#5659 Selection plugin keeps crashing Bug Low General
Description

CKEditor keeps crashing in background with Firefox because selection plugin uses "tryThese" to check if browser supports "createRange" function.

Crashing can be avoided by refactoring code to use typeof operator instead of tryThese.

plugins/selection/plugin.js:743

var self = this;

var node = CKEDITOR.tools.tryThese(
// Is it native IE control type selection?
function()
{
	return self.getNative().createRange().item( 0 );
},
// Figure it out by checking if there's a single enclosed
// node of the range.
function()
{
	var range  = self.getRanges()[ 0 ];
	range.shrink( CKEDITOR.SHRINK_ELEMENT );
 
	var enclosed;
	if ( range.startContainer.equals( range.endContainer )
		&& ( range.endOffset - range.startOffset ) == 1
		&& styleObjectElements[ ( enclosed = range.startContainer.getChild( range.startOffset ) ).getName() ] )
	{
		return enclosed.$;
	}
});

Would be replaced with:

var node = null; 	
// Is it native IE control type selection?
if (this.getNative() && (typeof this.getNative().createRange == "function")) {
  node = this.getNative().createRange().item( 0 );
} else {
  var range = this.getRanges()[ 0 ];
  range.shrink( CKEDITOR.SHRINK_ELEMENT );
  var enclosed;
  if ( range.startContainer.equals( range.endContainer ) 
    && ( range.endOffset - range.startOffset ) == 1 
    && styleObjectElements[ ( enclosed = range.startContainer.getChild( range.startOffset ) ).getName() ] ) 
  {
    node = enclosed.$;
  }
}

The bug was discovered with Firefox 3.5.9 (Firebug 1.5.4) / Linux 64bit

#6223 Image plugin dialog - Missing translation on "Preview" Bug Low UI : Language
Description

While I was checking #6216 , I found that there is missing translation in image properties dialog box, on word Preview

#6535 Combo box list stays after editor is maximized. Bug Low General
Description
  • Open Ckeditor
  • click on any combo box, so list is displayed
  • click on maximize editor button

Expected result:
List dissappears (under IE8 works OK)

Actual result:
under Opera/Chrome/Firefox the list stays visible

#6687 empty tag should be removed on inline-style format Garry Yao Bug Low CKEditor 3.5.1 Core : Styles
Description

example:

<span style='font-size:28px;'>^测试$</span>

indicates start selection position and $ indicates end selection position.

when apply inline-style format such as change to 48px , now the code generated is (use firebug pls)

{{{
<span style='font-size:48px;'>测试</span>
<span style='font-size:28px;'></span>
}}}

it should be : (no empty style tag)

<span style='font-size:48px;'>测试</span>

i fix it :

in 3.4.2/_source/plugins/styles/plugin.js line 449 ,add following code :

 var validNextSilbing = includedNode.getNext(function(node) {
                                return !node.getAttribute || !node.getAttribute("_cke_bookmark");
                            });
                            while ( !validNextSilbing
                                && ( parentNode = includedNode.getParent(), dtd[ parentNode.getName() ] )
                                && ( parentNode.getPosition( firstNode ) | CKEDITOR.POSITION_FOLLOWING | CKEDITOR.POSITION_IDENTICAL | CKEDITOR.POSITION_IS_CONTAINED ) == ( CKEDITOR.POSITION_FOLLOWING + CKEDITOR.POSITION_IDENTICAL + CKEDITOR.POSITION_IS_CONTAINED )
                                && ( !def.childRule || def.childRule( parentNode ) ) )
                            {
                                includedNode = parentNode;
                            }

in summary ,we should ignore bookmark and include parent node in style range.

#6692 BIDI: When list is set to RTL, bullets are moved outside of visible area Bug Low Core : Lists
Description

Create list:

<ul>
	<li>
		line 1</li>
	<li>
		line 2</li>
	<li>
		line 3</li>
</ul>

Select one item and press RTL

Expected result
Number is at the right edge of editor area

Actual result
Number is hidden, and horizontal scrollbar appears at the bottom (attached screenshot)

#7012 Samples - Languages -fast switching between languages causes Editor to crash Bug Low General
Description

TestCase

  • Open User Interface languages sample (IE6/7 or Opera11)
  • set focus on kombo box with list of languages, but list should be colapsed.
  • Switch fast between languages using cursor keys or mouse scroll

Expected result
Editor should switch between Interface languages

Actual result
When switching from LTR to RTL allignment language, Editor crashes.

Under Opera, console has exception as attached below:

JavaScript - http://ckeditor.t/cke351/_samples/ui_languages.html
Event thread: change
Uncaught exception: TypeError: Cannot convert 'n.element' to object
Error thrown at line 140, column 422 in <anonymous function: destroy>(n) in http://ckeditor.t/cke351/ckeditor.js:
    n.element.clearCustomData();
called from line 24, column 3851 in <anonymous function: destroy>(l) in http://ckeditor.t/cke351/ckeditor.js:
    m.theme.destroy(m);
called from line 12, column 6 in createEditor(languageCode) in http://ckeditor.t/cke351/_samples/ui_languages.html:
    editor.destroy();
called from line 1, column 0 in <anonymous function>(event):
    createEditor( this.value );

Bug does not occur under Firefox - user must confirm switching of language by pressing Enter

#7540 IE8 adds extra space when pasting from word. Garry Yao Bug Low CKEditor 3.5.4 Plugin : Paste from Word
Description
  1. Open Word document and write "Hello" in it.
  2. Select letters "ell" and copy them.
  3. Go to CKEditor and paste text using "Paste" or "Paste from Word" options.

You will see that IE8 adds extra space at the end of pasted text.

This is also true for the whole word but, with this example, I wanted to exclude the possibility that word boundary is causing it.

#7718 Typo in CodingStyle wiki page Bug Low General
Description

http://dev.ckeditor.com/wiki/CodingStyle

Says:

    // Precompute angles for efficiency 
    var cosAngle = MathCos(angle) ;
    var sinAngle = MathSin(angle) ;

Should be

    // Precompute angles for efficiency 
    var cosAngle = MathCos( angle ) ;
    var sinAngle = MathSin( angle ) ;
#9246 Cache inInlineMode in magicline Olek Nowodziński Task Low CKEditor 4.0 General
Description

To not to call it again and again.

#9327 [API docs] Create a nice welcome page Olek Nowodziński Task Low CKEditor 4.0 General
Description

JSDuck allows that:

jsduck --welcome=PATH               HTML file with content for welcome page.
#9799 [IE9] unstable tests Piotrek Koszuliński Bug Low Core : Pasting
Description

Depending on phase of moon these tests are passing or failing.

#10366 IE: Resize handles appear on top of context menu IE Oracle Bug Low General
Description

In IE7-10 open replacebycode sample and right-click on Apollo image or newly created table. You will notice that resize handles are on top of context menu.

Behaviour can be reproduced from CKEditor 4.0 beta and it doesn't occur in CKEditor 3.x branch thus I reporting it.
In CKE 3.x resize handles disappear just like if focus was moved to context menu.

If this can't be changed due to new CKEditor design or perhaps focus on image/table element is required by some plugin to work correctly, please leave appropriate comment and close this issue.

#10562 [Housekeeping] CSS gradient filters in Moono. Piotr Jasiun Task Low CKEditor 4.1.3 UI : Skins
Description

Extracted from a comment on GitHub.

Apparently, when generating gradients, an extra alpha value (ff) was set to both startColorstr and endColorstr in various places (but not everywhere). Of course it doesn't make sense, because:

startColorstr='#fff2f2f2'

and

startColorstr='#f2f2f2'

are pretty much the same thing.

There are 23 places where progid:DXImageTransform.Microsoft.gradient is used. Those lines got to be reviewed and cleaned up if they need attention.

#10994 Create Editors with jQuery sample fired from file Marek Lewandowski Bug Low CKEditor 4.2.3 Documentation & Samples
Description

jQuery adapter sample src attribute doesn't provide protocol part, so example opened from file gets an error:

ReferenceError: $ is not defined

#11803 Weird behaviour when playing with indentation on list Bug Low General
Description

I'm not sure if it's bug but:

  1. Open editor with no content
  2. Create list by clicking adequate button
  3. Play with "Increase indent", "Decrease Indent" buttons

Actual result: List is escaped when we reach indentation level 0, so everything works fine.

Now do this:

  1. Open editor with no content
  2. Increase "empty" content with "Increase Indent" button
  3. Create list by clicking "Insert/Remove Ordered List"
  4. Click "Decrease Indent"

Actual result: List is escaped, but wether it should surely? I think it should be escaped when indentation level reach 0.

#13426 Empty inline elements are removed from the embedded content Bug Low General
Description

When autoembeding content, sometimes we end up with empty inline elements, which are then removed from the embedded content.

Steps to reproduce:

  1. In empty editor, paste http://tellto.tumblr.com/post/112160646328.
  2. Wait until the link converts.
  3. Look at source.

Expected result: There should be inline elements in <div data-oembed-url="http://tellto.tumblr.com/post/112160646328"> or the link should be correctly converted.
Result:

<div data-oembed-url="http://tellto.tumblr.com/post/112160646328">
<script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script>
</div>

Which has no graphical representation in WYSIWYG mode.

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