Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 400 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Summary Owner Type Priority Milestone Component
#3821 JAWS problem reading toolbar items and dialog inputs Martin Kou Bug Must have (possibly next milestone) CKEditor 3.0 Accessibility
Description

When virtual PC cursor is ON:

  • toolbar items are not identified as either buttons or links. Only their name is read.
  • dialog input fields are read correctly.

When virtual PC cursor is OFF:

  • toolbar itmes are identified and read correctly as buttons and links in cases of combos.
  • dialog input fields are not read correctly.

A consistent approach is needed.

#3847 $wgMessageCache->addMessages no longer exists and extensions can now override core messages Bug Must have (possibly next milestone) Project : MediaWiki+FCKeditor
Description

Line 3279 of FCKeditor.body.php has:

$wgMessageCache->addMessages( $messages, $lang );

This is broken for mediawiki trunk / fckeditor trunk. I have commented out the line for a temporary fix. According to #mediawiki IRC extensions can now override messages and this is a hack.

#3849 Switching list type at the end of documet crashes IE8. Martin Kou Bug Must have (possibly next milestone) CKEditor 3.0 Core : Lists
Description

This issue affects only IE8. To reproduce:

  1. Open replacebyclass.html in IE8.
  2. Press Enter a few times to create some empty paragraphs, and type some text at the last paragraph created.
  3. Make sure your caret is now at the end of the last paragraph - the bug only occurs when the caret is at the end of the document.
  4. Click "Insert/Remove Numbered List".
  5. Click "Insert/Remove Bulleted List".
  6. IE8 crashes.
#3864 Selection problem after inserting new link Garry Yao Bug Must have (possibly next milestone) CKEditor 3.0 Core : Styles
Description

To reproduce:

  1. Open nightly Ajax sample
  2. In a new document, add a link
  3. After the link is inserted, attempt to delete the link using backspace.

Result: the link seems uneditable until additional text is added.

#3871 Undo resets Redo buffer when undoing to beginning Garry Yao Bug Must have (possibly next milestone) CKEditor 3.0 Core : Undo & Redo
Description

The redo buffer is reset when using the undo feature all the way to the beginning.

To reproduce:

  1. Open nightly Ajax sample
  2. Add some text on a few lines
  3. Use undo until reaching the initial state
  4. Attempt to redo last undo

Result: Redo is enabled but does not have any more state

Expected: Redo should maintain state and allow redoing even after reaching the end of the undo stack

#3894 [FF3] Script load and editor init problem Garry Yao Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Please see attached test case. You must edit the file and replace the url to your ckeditor.js file (not ckeditor_source.js).

When the editor is created after loading the page, it seems to hang and not call instanceReady.

If the first instance is destroyed and subsequent ones created, they will initialize correctly.

This problem is only on FF3. Tested on FF2 and IE6 without a problem.

#3902 Unsanitized request parameters may cause the request loop endlessly Michael Osipov Bug Must have (possibly next milestone) FCKeditor.Java 2.4.2 Server : Java
Description

Specially forged params with ctrl chars may cause tomcat to respond to a request forever. Params have to be checked for (non)-validity.

#3911 Regression: Null value is transformed to null and not to an empty string Michael Osipov Bug Must have (possibly next milestone) FCKeditor.Java 2.5 Server : Java
Description

see above

#3919 Justify and indent/outdent commands are broken Martin Kou Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Latest SVN trunk version (3851), these commands fail to work completely. Seems to be caused by bookmarks not being cleared up but left in the DOM. Actual error thrown is in the getNextParagraph method of the domiterator plugin. (this._.lastNode is null).

Verified on Mac OSX 10.5.7 with Firefox 3.5 and Safari 4.0.2

#3924 Special:Version page empty... Bug Must have (possibly next milestone) Project : MediaWiki+FCKeditor
Description

MediaWiki 1.15.0 PHP 5.2.9-2 (cgi-fcgi) MySQL 5.1.34-community

using the nightly available as of 07/09/09.

as soon as i add the requireonce statement to my localsettings.php my special:version is empty.

searched through bug reports and found nothing mentioning this.

perhaps an extension conflict?

Installed extensions Special pages

CategoryTree Dynamically navigate the category structure Daniel Kinzler

ExpandTemplates Expands templates, parser functions and variables to show expanded wikitext and preview rendered page Tim Starling

Flagged Revisions Gives editors and reviewers the ability to validate revisions and stabilize pages Aaron Schulz and Joerg Baach

Maintenance (Version 1.0.3) Wiki interface for various maintenance scripts Ryan Schmidt

PdfExport (Version 2.0 (4-November-2008)) renders a page as pdf Thomas Hempel

Semantic Drilldown (Version 0.5.6) A drilldown interface for navigating through semantic data Yaron Koren

Semantic Forms (Version 1.7.1) Forms for adding and editing semantic data Yaron Koren and others Parser hooks

CategoryTree Dynamically navigate the category structure Daniel Kinzler

DynamicFunctions (Version 1.0) Defines an additional set of parser functions. Ross McClure

DynamicPageList (Version 1.8.1) A flexible report generator for MediaWikis - manual and examples: see [1] Gero Scholz

ParserFunctions (extended) Enhance parser with mathematical and logical functions Tim Starling, Carl F�rstenberg (AzaToth)

Semantic MediaWiki (Version 1.4.2) Making your wiki more accessible – for machines and humans. View online documentation. Klaus Lassleben, Markus Krötzsch, Denny Vrandecic, S Page, and others. Maintained by AIFB Karlsruhe.

Variables Define page-scoped variables Rob Adams Other

Windows NTLM LDAP Auto Auth (Version 1.0) Processes NTLM authentication, checks AD via LDAP and adds/removes group membership. Martin Siddall

#3928 Link plugin badly broken - <a> have incorrect href attribute Garry Yao Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Steps to reproduce.

  1. Type some text.
  2. Select some and click the link button
  3. Enter a valid URL
  4. Call editor.getData() or look at source

The URL instead of "http://www.foo.com" is set to "javascript:void(0/*###*/"

Verified on the latest SVN revision (3855) on Mac OS X 10.5 with Firefox 3.5 and Safari 4.0.2

#3971 Content box not editable Bug Must have (possibly next milestone) General
Description

In all the content boxes (and sorry, as I am working on an inherited site and not entirely familiar with the FCKeditor terminology), I am unable to enter content in the large area (see http://www.roughcreek.com/admin/ username is rc_user, password is rcreek). For instance, if you click on "Comments," I am unable to enter any data in the "Comment Description" box. Now, I understand my lack of knowledge on the subject, but can you point me in a direction to fix this? Or has this occurred with others and has a set fix? Thank you for your assistance with this.

#4057 Anchor disappearing Garry Yao Bug Must have (possibly next milestone) CKEditor 3.0 Core : Output Data
Description

There were too problems with hidden fields.

Reproducing Procedures

  1. Open the "replace by class" page, empty the document;
  2. Insert an anchor;
  3. Switch to 'Source' and twice;
    • Actual Result: The anchor is disappeared.
#4059 Link dialog should not edit anchor Bug Must have (possibly next milestone) CKEditor 3.0 UI : Dialogs
Description

When open link dialog on anchor, it should generate a link around the anchor instead of change the anchor element itself.

Reproducing Procedures

  1. Open the "replace by class" page,insert an anchor;
  2. Click the anchor and open link dialog;
  3. Fill the url field and click OK;
    • Actual Result: Javascript error thrown.
#4164 Pasting disabled if forcePasteAsPlainText = true Artur Formella Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Set

CKEDITOR.config.forcePasteAsPlainText = true;

and try to paste something in the source mode - it is impossible.

#4193 [FF3.5] Automatic font color produces empty span Tobiasz Cudnik Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Automatic font color produces empty span on Firefox 3.5

TC

  1. Select all text inside the editor
  2. Apply automatic option for font color
  3. Select some part of the text
  4. Apply any font color

Result:

<p>
	f<span style="">o</span>o</p>

Related with #3891.

#4236 CKEditor's ToolBar is chopped off in Safari browser 3.x Bug Must have (possibly next milestone) CKEditor 3.0 General
Description

Attached the sample html and config.js file to reproduce the issue. Also attached the screen-shot for the issue.

#4237 CKEditor's ToolBar is chopped off in Safari browser 3.x Tobiasz Cudnik Bug Must have (possibly next milestone) CKEditor 3.1 UI : Toolbar
Description

Attached the sample html and config.js file to reproduce the issue. Also attached the screen-shot for the issue.

#4259 CTRL-V Pasting not captured by AIR 1.5.x Bug Must have (possibly next milestone) General
Description

FCKConfig.ForcePasteAsPlainText = true

When pasting into the editor using CTRL-V running from an AIR 1.5.x it does not FORCE the plain text. Using the other paste methods from the editor work as expected. All other function within the editor are working properly.

#4260 Right-click menu doesn't remove in AIR 1.5.x Bug Must have (possibly next milestone) General
Description

If you right-click on the editable area the "cut, copy, paste" menu appears as expected. If you left-click within the editable area or anywhere else on the screen, the menu will not go away. You can not close this menu unless you select one of the options from it. This was running in a AIR 1.5.x application

#4275 CKEditor's tool bar is chopped off in IE7/IE8, Tobiasz Cudnik Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

Patch delivered for Ticket #4237 (CKEditor's ToolBar is chopped off in Safari browser 3.x) is still not fixing the reported problem. So creating a new ticket as developer has asked to do so. Attaching the screenshot and sample file to replicate the problem.

#4373 All image caption deleted in mediawiki Bug Must have (possibly next milestone) Project : MediaWiki+FCKeditor
Description

All image captions (explaining titels of the pictures) are deleted in Mediawiki when using FCKeditor. I can write captions with the richt text editor or without. after saving they are displayed once alright. But doing any edit at the same page (even without changing anything) and save again, the captions disapear (also in the wikitext). I'm using MediaWiki 1.15.1, PHP 5.2.10 (cgi), MySQL 5.0.81-log. FCK-version 2.6.4.1, Build 23187. my webmaster says it's a bug in the parser. If there is there any help, please with very exact description.

#4385 CheckDirty is not returning the correct state Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

When i set empty data to the editor using the setdata method, checkdirty is returing the wrong state. Please follow the below steps to see the issue.

  1. Open the attached "replacebycode.html" file in IE and click the checkdirty button, this will return the message as 'false'.
  2. Now refresh the page and focus the editor area using the mouse cursor and select the checkdirty button, now you will get a message as "true" eventhough we don't change anything inside the editor area.
#4468 Image reverts back to uploaded size Bug Must have (possibly next milestone) General
Description

Versions Mediawiki:1.15.1 FCKeditor: 2.6.4

When you add an image to a page and then you edit the size of the page it reverts the image back to the original imported size if you edit the page using the FCKeditor. If you have the rich text editor off you can resize an image and save it and it will keep the change. But if you turn the rich text editor on and try to edit the page it will resize the image back to the original size.

Please help me with this issue. I can recreate this issue in our staging and production environment.

I also see this issue in my personal wiki with the same version but it is running on Linux.

#4504 Enterkey is broken on dialog 'OK'/'Cancel' button Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 UI : Enter Key
Description

It's not able to trigger buttons' click behavior with 'enter key' in trunk.

#4575 Automatic insertion of <html><head></head><body></body></html> tags Virid Bug Must have (possibly next milestone) UI : Source View
Description

Hello.

Is there anyway we could prevent FCK from inserting automatically the <html><head></head><body></body></html> tags ?

We want to save the text as it is inputed.

Thanks

#4605 Ajax: Rich combo does not expand for every second or following editor Bug Must have (possibly next milestone) General
Description

When dynamicly creating a CKEditor instance, removing it and again creating an instance, the rich combo boxes (fomat, style, ...) no longer work. Not in IE, not in Firefox.

I thought it was my faulty implementation, but it seems the Ajax example in the _samples dir has the same problem.

Steps to reproduce:

  1. Open the ckeditor/_samples/ajax.html
  2. Click "Create Editor"
  3. Click on any rich combo box. It will open.
  4. Click "Remove Editor"
  5. Click "Create Editor"
  6. Click on any rich combo box. It no longer opens.

Firefox gives me the following error:

Error: this.$ is undefined Source File: ckeditor/ckeditor.js Line: 11

As a work-around I tried deleting the editor all together, which seems to work as long as I do NOT call destroy() on the editor:

CKEDITOR.instancesname?.destroy(); delete CKEDITOR.instancesname?;

This however causes other problems, which destroy() handles (e.g. events), so this has not worked for me.

#4628 Context menu is only available once. Bug Must have (possibly next milestone) CKEditor 3.1 UI : Context Menu
Description

Using the Ajax sample.

  1. Click on the Create Editor button.
  2. Click on the Table toolbar button to open the Table dialog.
  3. Click OK to accept the default values and close the dialog.
  4. Right click on the created table to display the context menu.
  5. Choose Table Properties from the context menu.
  6. On the Table dialog change the Alignment drop-down to Center and click OK to close the dialog.
  7. Click the Remove Editor button.
  8. Click the Create Editor button.
  9. Right click on the table.

Observe that the context menu is not displayed.

#4629 Styles, Format, Font and Size toolbar drop-downs only available once. Bug Must have (possibly next milestone) CKEditor 3.1 UI : Toolbar
Description

Using the Ajax sample.

  1. Click the Create Editor button.
  2. Enter some text into the editor.
  3. Select the text and apply some style formatting.
  4. Click the Remove Editor button.
  5. Click the Create Editor button.
  6. Select some text and attempt to apply some style formatting.

Observe that the Styles, Format, Font and Size toolbar items do not display their list of options.

#4653 [FF] Panel content invisible on first show Frederico Caldeira Knabben Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

Panel content suffer from invisibility with a visibility:inherit on the <html> element.
Regression of [4454].

#4656 Spaces are getting truncated Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

On the trunk version, spaces close to inline elements are getting truncated. This can be verified by simply loading the replacebyclass sample. You'll have the following loaded in the editor:

This is somesample text. You are usingCKEditor.

#4680 [IE] Can't edit content of HTML element with width, height or float Bug Must have (possibly next milestone) General
Description

In IE, it's impossible to edit content if it has an HTML element around it with a width, height or float defined in CSS (such as <div style="width:200px">Content</div>. Tried it out on the demo at http://ckeditor.com/demo (CKEditor 3.0.1 revision 4391) and it didn't work here either.

What happens is that when I click on the content , it just won't place the cursor within the content.

It works fine i FF (of course), but not in IE (tried version IE6 to IE8).

Anybody else having this problem? Is it just me?

#4686 Format combo shows incorrect value Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 Core : Styles
Description

The format combo is not showing the current block style incorrectly. When loading a sample you will note that the combo displays "p", instead of "Normal". If you apply the "Heading 1" option instead, it shows "h1".

This is a regression.

#4687 Release version is not working properly Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

I've just opened the nightly build and noticed that several plugin files are being downloaded. 26 files are being downloaded and a js error is being thrown.

#4693 Cannot run CKPackager jar on JDK 6 on Linux Wiktor Walc Bug Must have (possibly next milestone) Project : CKPackager
Description

Due to the packager jar bundling rhino and the JDK including rhino and the way that the package path is determined you get the following error.

java -jar ckpackager.jar Exception in thread "main" org.mozilla.javascript.EvaluatorException: Couldn't read source file "file:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar!/org/mozilla/javascript_source/includes/ckpackager.js: /usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar!/org/mozilla/javascript_source/includes/ckpackager.js (No such file or directory)". (D:\xampp\htdocs\CKPackager\_source/ckpackager.js#49)

at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:96) at org.mozilla.javascript.Context.reportError(Context.java:897) at org.mozilla.javascript.Context.reportError(Context.java:915) at org.mozilla.javascript.tools.shell.Main.readFileOrUrl(Main.java:615) at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:465) at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:452) at org.mozilla.javascript.tools.shell.Global.load(Global.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161) at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:413) at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97) at ckpackager.ckpackager._c0(D:\xampp\htdocs\CKPackager\_source/ckpackager.js:49) at ckpackager.ckpackager.call(D:\xampp\htdocs\CKPackager\_source/ckpackager.js) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065) at ckpackager.ckpackager.call(D:\xampp\htdocs\CKPackager\_source/ckpackager.js) at ckpackager.ckpackager.exec(D:\xampp\htdocs\CKPackager\_source/ckpackager.js) at org.mozilla.javascript.optimizer.OptRuntime$1.run(OptRuntime.java:252) at org.mozilla.javascript.Context.call(Context.java:515) at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:507) at org.mozilla.javascript.optimizer.OptRuntime.main(OptRuntime.java:240) at ckpackager.ckpackager.main(D:\xampp\htdocs\CKPackager\_source/ckpackager.js)

Discussion. http://cksource.com/forums/viewtopic.php?f=11&t=15629&p=42247#p42247

This can be worked around by using the JRE or JDK < 6.

#4695 CKPackager remove mandatory braces Garry Yao Bug Must have (possibly next milestone) Project : CKPackager
Description

Having the following input:

if( typeof foo == 'object' )
{
  for( var i in foo )
    if( foo.hasOwnProperty( i ) )
          bar = foo[ i ];
}
else 
   bar = foo;

Will be compressed into:

if( typeof foo == 'object' )
  for( var i in foo )
    if( foo.hasOwnProperty( i ) )
          bar = foo[ i ];
else 
   bar = foo;
#4733 Image dialog first open causes unresponsive script dialog in Firefox Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 UI : Dialogs
Description

I get Firefox hangs up randomly occurs in Firefox, when checking the 'visibility' CSS style of an iframe element during 'onshow' event handing.

#4739 FCKEditor Image/Flash uploading Bug Must have (possibly next milestone) Server : ASP.Net
Description

I am not able to upload new images(even flash files) are not getting uploaded in the Free download version.

Kindly treat this as urgent !!!

#4758 Multiple editors are not working in the 3.1.x branch Frederico Caldeira Knabben Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

The editor breaks when using the replace method to create more than two editor instances. I'll attach a test page for it.

Confirmed with FF. Ok with IE.

#4760 The list button is not working on the 3.1.x branch Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

The list button is not working on the 3.1.x branch.

#4774 Enter key in the middle of a paragraph result in incorrect cursor position Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 General
Description
  1. Open the 'replacebyclass' sample page, put cursor among the text and press 'Enter'.
    • Expected Result: Paragraph is split up and cursor is blinking at the front of the second paragraph.
    • Actual Result: Paragraph is split up and cursor is blinking at the front of the first paragraph.
#4874 IE: Context menu is not working for object selections Garry Yao Bug Must have (possibly next milestone) CKEditor 3.1 UI : Context Menu
Description

When opening the context menu for object selections, like image, flash or anchor, and then select the relative properties dialog, the dialog doesn't get filled. By closing the dialog is also possible to see that the object lost its selection.

#4930 Dialogs are broken in V2 and Office 2003 skin Frederico Caldeira Knabben Bug Must have (possibly next milestone) CKEditor 3.1 General
Description

(regression).

Confirmed in every tested browser: IE8, IE6, Opera 10, Safari 4, FF 3.5, although the results are a bit different in every browser. I have attached a screenshot from IE6.

Previously dialod windows had fixed width, now the size of a dialog box depends on elements inside of it.

#4956 IE7 chrashes Bug Must have (possibly next milestone) Server : ASP.Net
Description

I have implemented multiple FCKEditor in a page using a .NET control (ascx page) but when the postback occurs, IE7 crashes. I do not have the issue on Firefox but my company only use IE7 so I have to make it work on IE7.

I have the ValidateRequest set to "False" in my page:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BestPracticesInActionSubmit_Step1.aspx.cs" Inherits="PSAMV3.Modules.PRBestPracticesInAction.BestPracticesInActionSubmit_Step1" ValidateRequest="false"%>

I declare a Rich Text Area control page: <%@ Register TagPrefix="uc4" TagName="RichTextArea" Src="RichTextArea.ascx" %>

And here is the code of the control page: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RichTextArea.ascx.cs" Inherits="PSAMV3.Modules.PRBestPracticesInAction.RichTextArea" %> <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %> <asp:textbox id="TextBox" Cols="52" Rows="15" TextMode="MultiLine" runat="server" Width="500" Height="200"></asp:textbox> <div id="RichTextContainer" runat="server">

<FCKeditorV2:FCKeditor id="RichText" runat="server" height="200" ToolbarSet="PsamToolBar"></FCKeditorV2:FCKeditor>

</div> <script>

function GetValue<%=ClientID%>(){

<% if (IsUseFckEditor())

{

%>

try{

if(FCKeditorAPI && FCKeditorAPI.GetInstance('<%=RichText.ClientID%>')){

return FCKeditorAPI.GetInstance('<%=RichText.ClientID%>').GetHTML(); return FCKeditorAPI.GesI

}else{

return $('#<%=TextBox.ClientID%>').val();

}

}catch(err){

return $('#<%=TextBox.ClientID%>').val();

}

<% }else

{

%>

return $('#<%=TextBox.ClientID%>').val();

<% } %>

}

function updateEditorField<%=ClientID%>() { 

<% if (IsUseFckEditor())

{

%>

FCKeditorAPI.GetInstance('<%=RichText.ClientID%>').UpdateLinkedField(); $('#<%=TextBox.ClientID%>').val(FCKeditorAPI.GetInstance('<%=RichText.ClientID%>').GetHTML());

<% } %>

} </script>

This is the cs code for the control: using System; using System.Configuration; using System.Data; using System.Drawing; using System.Web; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls;

namespace PSAMV3.Modules.PRBestPracticesInAction {

public partial class RichTextArea : System.Web.UI.UserControl {

protected bool IsUseFckEditor() {

string useFckEditorSetting = ConfigurationManager.AppSettingsUseFckEditor?; return !((useFckEditorSetting != null) &&

(String.Compare("false", useFckEditorSetting, true) == 0));

}

protected void Page_Load(object sender, EventArgs e) {

if (IsPostBack) {

RichText.ConfigCustomConfigurationsPath? = ConfigurationManager.AppSettingsFCKeditor:BasePath? + "fckconfig.js?n=" + DateTime.Now.ToString("yyyyMMddhhmmss"); RichText.ForcePasteAsPlainText = true; RichText.HtmlEncodeOutput = false;

if (IsUseFckEditor()) {

Use Text Area TextBox.Attributesstyle? = "display:inline"; RichTextContainer.Attributesstyle? = "display:none";

} else {

TextBox.Attributesstyle? = "display:none"; RichTextContainer.Attributesstyle? = "display:inline";

}

}

}

---- Property ---- public string Text {

get {

if (IsUseFckEditor()) {

return TextBox.Text;

} else {

return RichText.Value;

}

}

set {

if (IsUseFckEditor()) {

TextBox.Text = value;

} else {

TextBox.Text = value; RichText.Value = value;

}

}

}

}

}

and this is the part of the page where I call my control: <tr>

<td class="contenuGras">

<div id="uniquenessDiv">

<table width="100%">

<tr>

<td width="120"><a class="ToggleElement" id="uniqueness" href="#" detailElementId="uniquenessDetailDiv"

elementId="uniquenessDiv">Uniqueness </a>

</td>

</tr> <tr>

<td>

<div class="resumeDetailElement" id="uniquenessDetail">

<table width="100%">

<tr>

<td><span style="width=100%;" class="populatedValue" id="uniquenessDetailValue"></span></td> <td width="30"> </td> <td width="75"><a onclick="return clickOnToggleElement('uniqueness');" href="#"><img src="pt://images/plumtree/portal/private/psam/images/methods/pa/bt_modify.gif" border="0">

</a>

</td>

</tr>

</table>

</div>

</td>

</tr>

</table>

</div> <div class="detailElement" id="uniquenessDetailDiv">

<table width="100%">

<tr>

<td><span class="ToggleElementOpened">Uniqueness</span> </td>

</tr> <tr>

<td>

<uc4:RichTextArea id="UniquenessRichTextArea" runat="server"></uc4:RichTextArea>

</td>

</tr> <tr>

<td>&nbsp;</td> <td><a onclick="return clickOnOk('uniquenessDetailValue','uniqueness',GetValue<%= UniquenessRichTextArea.ClientID%>(),'uniquenessDetail')"

href="#"><img src="pt://images/plumtree/portal/private/psam/images/methods/pa/bt_ok.gif" border="0"></a></td>

</tr>

</table>

</div>

</td>

</tr>

If someone could help me that would be great!

Pierre

#4970 IE selection produces incorrect range when clicking to the right of a <br /> Bug Must have (possibly next milestone) General
Description

Hello,

The following HTML, with a collapsed selection currently located at "][", will produce an incorrect range in IE. I am quite confident the problem lies in selection/getBoundaryInformation().

HTML: <p>Line 1][<br /> Line 2</p>

The range produced will show the position at: <p>Line 1<br /> ][Line 2</p>

A simple test case would be to call Range::insertNode() with a simple text node with the caret at the above position.

var pNode = new CKEDITOR.dom.node(pRange.document.$.createTextNode('a')); pRange.insertNode(pNode);

I have screencasted this issue to fredck.

#5066 Content Template Dialogue box is not fully accessible with keyboard. Bug Must have (possibly next milestone) UI : Dialogs
Description

The templates inside Content Template Dialogue box are not accessible with keyboard. To reproduce the issue, follow following steps:

  1. Press Alt+F10 to activate the toolbar controls.
  1. Press tab repeatedly to highlight Template control.
  1. Press Enter to activate the Content Template Dialogue box.
  1. Try to select a Template using Keyboard.

You will observe that you are not able to select a template using keyboard.

#5117 List creation is broken Garry Yao Bug Must have (possibly next milestone) CKEditor 3.2 Core : Lists
Description

Loading a sample and trying to convert the existing paragraph into a list throws a js error.

#5229 Accessibility help dialog does not support all CKEditor supported languages Bug Must have (possibly next milestone) CKEditor 3.2 General
Description

The Accessibility help dialog does not provide a way to configure different translations.

All CKEditor supported languages should be in availableLangs.

Currently only 'en' is supported

availableLangs : { en:1 }
#5246 3.2 Bug : CKEDITOR.addStylesSet no longer works.... Bug Must have (possibly next milestone) CKEditor 3.2 General
Description

I had a custom style set added to my 3.1 install... Now that I upgraded to 3.2 it's no longer working. It just shows a blank style drop down (see attachment).

I have added the following code to CKEDITOR.editorConfig = function( config ):

config.stylesCombo_stylesSet = 'custom_styles';

And here is my custom style set:

/* Custom style settings.

Added the styles here so they can be modified using action hooks.

*/

CKEDITOR.addStylesSet( 'custom_styles', [

/* Block Styles */

/* Inline Styles */

{ name : 'Marker: Yellow' , element : 'span', styles : { 'background-color' : 'Yellow' } }, { name : 'Marker: Green' , element : 'span', styles : { 'background-color' : 'Lime' } },

{ name : 'Big' , element : 'big' }, { name : 'Small' , element : 'small' }, { name : 'Typewriter' , element : 'tt' },

{ name : 'Computer Code' , element : 'code' }, { name : 'Keyboard Phrase' , element : 'kbd' }, { name : 'Sample Text' , element : 'samp' }, { name : 'Variable' , element : 'var' },

{ name : 'Deleted Text' , element : 'del' }, { name : 'Inserted Text' , element : 'ins' },

{ name : 'Cited Work' , element : 'cite' }, { name : 'Inline Quotation' , element : 'q' },

{ name : 'Language: RTL' , element : 'span', attributes : { 'dir' : 'rtl' } }, { name : 'Language: LTR' , element : 'span', attributes : { 'dir' : 'ltr' } },

/* Object Styles */

{

name : 'Image on Left', element : 'img', attributes : {

'style' : 'padding: 5px; margin-right: 5px', 'border' : '2', 'align' : 'left'

}

},

{

name : 'Image on Right', element : 'img', attributes : {

'style' : 'padding: 5px; margin-left: 5px', 'border' : '2', 'align' : 'right'

}

}

]);

Like I said, it was working in 3.1. Hopefully there is a fix for it in the meantime because I would really like to keep using 3.2 :)

Keep up the great work!

#5331 Text styling only gets applied when text is selected on a Opera/Safari/Chrome Browser Bug Must have (possibly next milestone) UI : Toolbar
Description

To reproduce the defect

  1. open Ajax sample in Safari, Chrome or Opera browser.
  1. Select a style e.g. font/size/bold/italics etc.
  1. Start typing

Problem:The text formatting does not get applied.

If you select the text you just entered and re-select the text formatting (size/font..etc), the text formatting does now get applied.

#5341 <br /> tag only in Firefox Bug Must have (possibly next milestone) Core : Output Data
Description

Hello,

Ik have on my website an CK Editor placed where users can give response to the articles on my website.

If I user Google Chrome (latest) on a Mac, everything works fine.

But as I use Firefox 3.6 (with no non-default addons), the default content is <br />.

It show's good, but if you click in the text screen, sometimes he springs to the second line en makes an <br /> tag. But he does'nt do this always.

But if I only give one word or line of text, there's is always before, or after it an <br /> tag automaticly created.

The only thing I can think of that can do something with this is the config setting:

config.enterMode = 2;

Is there any solution to this problem?

#5359 we are getting errors when we try to launch the CKEditor Bug Must have (possibly next milestone) CKEditor 3.3 General
Description

To reproduce the defect

  1. enter the url(http://nightly.ckeditor.com) and click on check the demos link
  1. Click on the link to open the Ajax sample.
  1. You will see the Error Number 1.
  1. Click on Create Editor button
  1. You will see Error Number 2.

Error Number 1 function () {j.add("specialchar", {init: function (m) {var n = "specialchar";a.dialog.add(n, this.path + "dialogs/specialchar.js");m.addCommand(n, new (a.dialogCommand)(n));m.ui.addButton("SpecialChar", {label: m.lang.specialChar.toolbar, command: n});if (b.gecko) {m.on("insertSpecialChar", function (o) {var p = l(m);if (p) {p.insertNode(m.document.createText(o.data));} else {m.insertHtml(o.data);}});}}}); function l(m) {var n = m.getSelection().getRanges();for (var o = n.length - 1; o >= 0; o--) {n[o].deleteContents();}return n[0];} }() is not a function

Error Number 2 uncaught exception: [CKEDITOR.resourceManager.load] Resource name "tab" was not found at "http://nightly.ckeditor.com/5260/plugins/tab/plugin.js?t=A2M8". [Break on this error] }},tablerow_insertBefore:{label:F.row....=t.getNextSourceNode(true,1)))break;

#5377 Dialog layout missing for second editor if skin differs Garry Yao Bug Must have (possibly next milestone) CKEditor 3.3 UI : Dialogs
Description

Dialog layout missing for second editor if skin differs.

Reproduce:

  • Open skins example
  • Open link dialog from Kama skin
  • Open link dialog from Office 2003 skin

Result: Second dialog doesn't have a layout (attached as screenshot).

Env: Firefox 3.5 linux, standards mode.

#5395 Opera: right click shows the default context menu Garry Yao Bug Must have (possibly next milestone) CKEditor 3.4.2 UI : Context Menu
Description

just see the attach

#5465 forceEnterMode affects lists Garry Yao Bug Must have (possibly next milestone) CKEditor 3.3 UI : Enter Key
Description

When using config.forceEnterMode=true it affects how lists are created.

  1. Create a single list item
  1. Go to the end of the item and hit Enter

Notice that a new paragraph is added to the list.

<ol>
    <li>test <br/></li>
    <p> <br/></p>
</ol>
}}

#5560 insetHTML inserts at first position instead of the current cursor postion in Firefox Bug Must have (possibly next milestone) General
Description

I am trying to insert a text into FCK Editor on click of a link which is in a div. It is working fine in I.E. but it is inserting the text at first cursor position instead of current cursor position in Firefox.

#5625 Focus arbitrarily jumping between editors Bug Must have (possibly next milestone) UI : Spell Checker
Description

In IE8, when scayt_autoStartup:true and multiple editors on the same page, once you switch to the next editor (tab or click) cursor (focus) starts arbitrarily jumping between the editors while you type. It doesn't happen when scayt is disabled.

How to reproduce:

  1. Edit ckeditor\_samples\replacebycode.html and add {scayt_autoStartup: true} to the replace(...) for both editors (editor1 and editor2).
  2. Open replacebycode.html in IE8, click on the first editor and type something.
  3. Press tab to switch to the next editor and continue typing (might take a few dozen characters)

Observed result: cursor jumps randomly between the two editors. This observation is fairly consistent and should be easy to reproduce.

#5683 [IE] it is impossible to insert a image in IE6 Garry Yao Bug Must have (possibly next milestone) CKEditor 3.3 UI : Dialogs
Description

in IE6,when click the image button, a error throws

also can reproduce it in IE8,set browser mode: ie7, text mode: quriks mode.

#5697 Textarea formating is lost when it is converted as CKEditor Bug Must have (possibly next milestone) General
Description

In TextArea, enter some text data(with new line and space) and write a js function to convert that textarea to ckeditor. When we click on the js function, textarea is converted as ckeditor but the content is loosing the formatting.

I have attached a sample js fle and text file. Open the attached "replacebycodesample.html" file in the browser and copy the content from the text file(TestData.txt attached here). Now click on the ConvertEditor button and see the textarea, it will loose the formatting.

#5780 Text selection disappears when open the link dialog Garry Yao Bug Must have (possibly next milestone) CKEditor 3.3.1 UI : Dialogs
Description

I select a text to make a link. Then I open the link dialog and the mark usually disappears. This is a link displayed in the editor, instead of the selected text is linked. I have the problem with Firefox 3.6. You can check this on the CKEditor demo page.

#5843 In CKEditor 3.3: When we set the focus in the 'instanceReady' event, FF3.6 is giving js error Tobiasz Cudnik Bug Must have (possibly next milestone) CKEditor 3.4 General
Description

When we set the editor focus in the 'instanceReady' event, we are getting the javascript error. This issue is only reproducible if the stand-alone html file(attahced:focusissue.html) is accessed from the webserver. But when i try to reproduce it from the local drive, issue was appearing intermittently. So to reproduce this issue, copy the attached sample in the webserver folder and access it in firefox 3.6 or above. Once the editor is loaded in the browser click on the 'Click me to see the issue' button once or twise. After that you will see the error(screen-shot is attached) in fire bug. After getting this error, editor area is uneditable.

#5896 dialogDefinition.resizable not working Bug Must have (possibly next milestone) General
Description

According to the Api this value should allow you to resize dialogs as the name suggest. However, no matter what you set it to it seems to have no effect. Is this some future planned feature or has it been broken by some changeset?

http://cksource.com/forums/viewtopic.php?f=6&t=17528&p=44781&hilit=dialogDefinition.resizable#p44781

#5957 Fonts Task Must have (possibly next milestone) UI : Dialogs
Description

Hi,

I am unable to add new fonts to the Fonts dropdown in CKEditor. I tried adding values in CKEditor/Plugins/Font/Plugin.js and also in CKEditor.js. But nothing changes.

#6208 Difficult to add content after a new horizontal line or Page break Bug Must have (possibly next milestone) General
Description

To reproduce the defect:

  1. Open the CK Editor.
  1. Enter some text & Click on Insert Horizontal Line or Insert Page break icon.

Expected Result:

Horizontal line or Page break is inserted and cursor will be shown after Horizontal Line or Page break.

Actual Result:

Cursor shown only once at end of Horizontal line or Page break and disappears after wards, but when we start typing the text, text will be typed at the beginning of the Editor.

even when we use Arrow keys to navigate to end of Horizontal line or Page break Cursor shown onl once and disappears afterwards, but when we start typing the text, text will be typed at the beginning of the Editor.

This works properly in IE.

#6282 Editor leaves bookmark node after applying formatted style Garry Yao Bug Must have (possibly next milestone) CKEditor 3.4.2 General
Description
  • Apply Formatted paragraph format
  • Toggle to Source mode


Note that <pre> block contains bookmark node.

#6444 Close panels and dialogs don't return focus to wysiwyg Garry Yao Bug Must have (possibly next milestone) CKEditor 3.4.2 General
Description
  1. Put focus into editor;
  2. Open the 'Styles' combo box and select one style option;
    • Expected: Focus returns to wysiwyg properly after combo get closed.
    • Actual: Focus goes no where.

A important regression from version 3.3.

#6498 [Safari] Insert between paragraphs unifies them Bug Must have (possibly next milestone) CKEditor 3.5.1 Core : Pasting
Description

A very annoying bug which does not exists for too long (don´t know the version when it worked ok) is, that when you insert text between two paragraphs they will be unified and the cursor jumps to the end of the second paragraph.

Reproduce it by going to the demo:

  • copy a word into clipboard
  • place your cursor on the end of a paragraph like "... her sick grandmother"
  • paste word from clipboard in
  • see that both paragraphs are merged and cursor jumps down after second paragraph

Safari 5.02 / Mac OS 10.6.4

#6499 Indentation command stop working in enter mode BR Bug Must have (possibly next milestone) CKEditor 3.4.2 Core : Styles
Description
  1. Load the following content and select all:
    <p>pargraph1</p>
    some more text
    
  2. Click on 'Indent' command.
    • Actual Result:
      <span id="cke_bm_96S" style="display: none;">&nbsp;</span>
      <p>
      	pargraph1</p>
      some more text <span id="cke_bm_96E" style="display: none;">&nbsp;</span>
      
#6501 [IE9] context menu item layout is broken Garry Yao Bug Must have (possibly next milestone) CKEditor 3.4.2 UI : Context Menu
Description

Seen in the attached screenshot, context menu item has smaller occupation as it should.

#6532 IE9: Clicking on WYSIWYG area don't set focus Bug Must have (possibly next milestone) Core : Selection
Description

To reproduce the issue:

  1. Click 'New page' on toolbar.
  2. Click in the middle of WYSIWYG area.

Expected: Focus is set into editor and you can type text.
Actual: Focus is lost.

To type text again you have to click exactly in the place where editing is allowed. In this case - left upper corner of the editor.

#6586 Decrease indent on list transforms items into DIVs instead of paragraphs Bug Must have (possibly next milestone) CKEditor 3.4.2 General
Description
  • Use the following markup and selection:
    <ol>
    	<li>
    		^a</li>
    </ol>
    
  • Click on 'decrease indent'.
  • Note that the list item is transformed into DIV and not P.
#6595 [IE9] Paste from Word floods line-breaks Bug Must have (possibly next milestone) Plugin : Paste from Word
Description

Occurs in IE9, works well in lower versions.

  1. Copy the entire contents in the attached .doc file.
  2. Paste into an empty editor with Ctrl-V.
    • Actual Result: Lots of extra lines appeared.
#6624 [Opera] broken unlink Bug Must have (possibly next milestone) General
Description
  1. Open empty editor
  2. Create list with some list items
  3. Select all list and create link from selection
  4. Unselect all and select only one list item. Try unlink them

Expected Result:
Selected item is unlinked

Actual Result:
Selected item can not be unlinked

#6874 [Opera] Selection mangled after apply inline style (CORE-41462) Bug Must have (possibly next milestone) CKEditor 3.6.6 Core : Selection
Description
  1. Load any of the default sample page, make the following selection:
    <p>
    	This is so[me <strong>sam]ple text</strong>.</p>
    
  2. Apply any of the inline style
  • Actual Result: Note the selection is changed.
#6898 [IE6] Kama toolbar buttons invisible on RTL UI Garry Yao Bug Must have (possibly next milestone) CKEditor 3.5.1 General
Description

In IE6, Kama toolbar buttons are invisible when using RTL UI. They became partially visible after switching to the Source View mode.

#7316 [FF] Click on paste button create wrong linebreak Garry Yao Bug Must have (possibly next milestone) CKEditor 3.5.3 Core : Pasting
Description
  1. Place cursor among text;
  2. Click on 'Paste' or 'Paste from Word' button;
  • Actual Result: Line break inserted at the position.
#7868 BBCode sample is not loading Bug Must have (possibly next milestone) CKEditor 3.6.1 General
Description

With Firefox, the BBCode sample is not loading.

#9068 Dialogs buttons don't work in non-Kama skins Bug Must have (possibly next milestone) CKEditor 3.6.4 UI : Skins
Description

Load http://nightly.ckeditor.com/latest/ckeditor/_samples/skins.html use office2003 or v2, launch any dialog and try to use the Cancel or OK buttons, they don't work! the Close button is also harder to hit.

tested with Firefox, this is a recent regression.

#9292 Browser error when calling insertText(' ') in V4 Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.0 General
Description

To Reproduce:

  • Open any V4 CKEditor sample
  • Enter the following in the browser console and run the code:
    CKEDITOR.instances.editor1.insertText(' ')
    

Problem: An error occurs and the space is not inserted into the editor.

When running CKEditor V4 in source mode, the error is:

TypeError: maybeBlockData is undefined
.../core/editable.js             Line 1436

This testcase works as expected in 3.6.x.

#9566 ckfinder integration is broken... Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.0 File Browser
Description

This latest branch seem to have broken the ckfinder integration after the CKeditor.replace I called : CKFinder.setupCKEditor(editor, 'ckfinder/'); and this worked until this nightly release : Merge branch 't/9535'

#9690 [IE10] Paste from MS-Word doesn't work Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.0.1 Core : Pasting
Description

The clipboard content is not recognized as from MS-word, when pasting in IE10.

It's reproduced with IE10 on Windows 8, MS-Word 2010, version 14.0

#9732 Various downloadable packages have issues with formatting buttons Bug Must have (possibly next milestone) General
Description

In some browsers, optimized (minified) download packages add bizarre ascii characters after each click on the toolbar buttons bold/italic/underline/strikethrough/superscript/subscript.

I've tried this with 10 different combinations of settings ranging from the standard download, to using the builder with the full preset and all plugins except "BBCode output format". All I'm doing is (where necessary) commenting out the line in config.js that removes the buttons 'Underline,Subscript,Superscript'. Then in the editor, I click the superscript/subscript buttons and get various behavior. Note that the versions that include non-minified Source work just fine.

Windows 7 64-bit Chrome version 23.0.1271.64 IE version 9.0.8112.16421 64-bit Edition It appears to work fine in Firefox 14.0.1

#9798 [IE9] recent tests regressions Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.0.1 General
Description

Perhaps these failures concerns also other IEs.

#10339 Error is thrown when inserting custom element Olek Nowodziński Bug Must have (possibly next milestone) CKEditor 4.1.2 General
Description
var currentDialog = CKEDITOR.dialog.getCurrent();
currentDialog._.editor.insertHtml("<customTag myAttr='var'></customTag>");

Throws an error, TypeError: Cannot read property 'isBlock' of undefined
#10787 Divarea and inline breaks replacement of text selection in Firefox Olek Nowodziński Bug Must have (possibly next milestone) CKEditor 4.3.2 General
Description

Using Firefox, one is not always able to replace selected text by pasting contents from clipboard. I have successfully identified this issue raised by the divarea plugin, disabling it fixes the issue.

You can reproduce this using the online demo:

  1. Open http://ckeditor.com/demo#div in Firefox
  2. Copy a short string (e.g. "example") into your clipboard
  3. Double-click on the term "spaceflight" in the first line of the very first paragraph
  4. Insert clipboard contents by using CTRL+V or Right-Click -> Paste

The selected text was not replaced, instead the clipboard contents gets inserted right in front of the original selection:

Expected result: "Apollo 11 was the example that landed the first humans, [...]"

Actual result: "Apollo 11 was the examplespaceflight that landed the first humans, [...]"

This problem persists unless a text block is splitted into own text nodes. Simply mark the term "spaceflight" again and you can now replace it by pasting contents.

I was able to confirm this issue with both CKEditor 4.1.1 and the online demo using Firefox 23.0.1, other browsers seem to be not affected.

#10822 Basicstyles (and other features) should not be applicable to widgets (including nested editables) Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.3 General
Description
  1. Open image2 sample.
  2. Select some text which will also include image (e.g. header and first paragraph).
  3. Apply bold style.
  • Expected: bold was applied only to selected text not including widgets and their nested editables.
  • Actual: bold was applied everywhere - even inside non-editable widgets structures and in nested editables.

Why shouldn't styles be applied to nested editables from outside of widgets? Because nested editables may have different ACF settings, so this style may be disabled in there.

Note: this ticket not only concerns basicstyles, but all features like links, alignment, lists, etc (the last two ones actually seem to work correctly).

#10823 Link plugin fails when applied to a non-editable content Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.3 General
Description

In link/dialogs/link.js:

				var range = selection.getRanges( 1 )[ 0 ];

				// Use link URL as text with a collapsed cursor.
				if ( range.collapsed ) {

These lines cause problem, because ranges is an empty array if only widget (non-editable content) is selected.

#10828 Integrate magicline with widgets Olek Nowodziński Bug Must have (possibly next milestone) CKEditor 4.3 General
Description
  • It should ignore hidden selection container (I think, sometimes, especially on IEs, it is displayed at the top/bottom of editable when widget is focused).
  • It should not be displayed inside non-editable parts.
  • It should be correctly displayed in nested editables.
  • It should be correctly displayed between block widgets.
#10831 Image2: Merge inline and block widget, fix allowed|requiredContent Olek Nowodziński Bug Must have (possibly next milestone) CKEditor 4.3 General
Description

As mentioned in the comment http://dev.ckeditor.com/ticket/10659#comment:15

#10841 MathJax widget - support subtree changes Piotr Jasiun Bug Must have (possibly next milestone) CKEditor 4.3 General
Description

When a DOM subtree in which widget is attached changes, widget is unloaded. The preview disappears and widget is not responding on doubleclicks. To reproduce - select few paragraphs and apply bold/list/whatever.

#10857 MathJax widget [FF,IE9] - clipboard totally broken Piotr Jasiun Bug Must have (possibly next milestone) CKEditor 4.3 Core : Pasting
Description
  1. Open http://ckeditor4.t/ckeditor/samples/plugins/mathjax/mathjax.html
  2. Select a widget
  3. C-x.
  4. Put caret anywhere you want.
  5. C-v.

FF: empty widget is pasted

IE9: error in console + broken widget:

SCRIPT16389: Unspecified error. 
selection.js, line 1958 character 6
#10869 Widgets: Errors thrown with elementspath (lack of integration) Marek Lewandowski Bug Must have (possibly next milestone) CKEditor 4.3 General
Description
  1. Open samples/plugins/image2/image2.html
  2. Select a widget.
  3. In elementspath, click "body"
  4. An error is thrown (Chrome, Firefox):
    Uncaught IndexSizeError: Index or size was negative, or greater than the allowed value. 
    
    IE9:
    SCRIPT5022: DOM Exception: INDEX_SIZE_ERR (1) 
    

Also when a widget is selected (i.e. block image2), elementspath indicates "div" as a topmost element (should be "figure"). Similarly it should be "img" instead of "span" for an inline widget. We should implement some kind of proxy to not to reveal an internal structure of widgets in elementspath.

#10876 Enabled SCAYT makes it impossible to type in nested editables Bug Must have (possibly next milestone) CKEditor 4.3 General
Description
  1. Open image2 sample.
  2. Enable SCAYT.
  3. Try typing in nested editable. Caret is instantly moved to main editable.
#10925 oEmbed plugin Piotrek Koszuliński New Feature Must have (possibly next milestone) CKEditor 4.5.0 Beta General
Description

Can't wait to use this :)

#10933 Introduce Widget D&D with Magicline internals under the hood Olek Nowodziński New Feature Must have (possibly next milestone) CKEditor 4.3 General
Description

The basic idea is to reuse magicline's engine to visually mark valid places to drop a block widget while the mouse is moving.

#11011 Method applyStyle removes attributes from nested elements. Piotr Jasiun Bug Must have (possibly next milestone) CKEditor 4.3.1 General
Description
  1. Please put attached file in samples folder (code for v3 is commented)
  2. Select 'some' and apply term style with button
  3. Select 'is some sample' and apply quote style with button
  4. Switch to source

Result: data-element="term" is removed

<span class="quote" data-element="quote">is <span class="term">some </span>sample</span>

Problem can be reproduced in every browser from CKEditor 3.0 in both CKE 3.x and 4.x

#11021 Widgets: Error thrown when moving focus from widget to editable by elements path Olek Nowodziński Bug Must have (possibly next milestone) CKEditor 4.3.2 General
Description

After talk with PK we decided to create yet separate ticket for original issue reported in #10869, since issue required more sophisticated solution.

  1. Open samples/plugins/image2/image2.html
  2. Select a widget.
  3. In elementspath, click "body"
  4. An error is thrown (Chrome, Firefox):
    Uncaught IndexSizeError: Index or size was negative, or greater than the allowed value. 
    
    IE9:
    SCRIPT5022: DOM Exception: INDEX_SIZE_ERR (1) 
    

additional info:

  1. Issue is caused because hiddenSelectionContainer is not removed in right time, and created selection has offset bigger by one.
  2. editor.getSelection().reset() call placed before range.selectNodeContents( element ) statement did the job, however it should be placed somewhere deeper to be reused. Maybe selectNodeContents itself?
  3. this issue is originated from #10869
#11042 Selection.selectRanges selects contents of a non-editable element Marek Lewandowski Bug Must have (possibly next milestone) CKEditor 4.3.1 Core : Selection
Description
  1. Go to placeholder sample.
  2. Select placeholder.
  3. Click bold button.
  4. Click "strong" in elements path
  • Expected: placeholder should be selected with fake selection.
  • Actual: selection is anchored inside widget element.

Elements path uses the selection#selectElement method which does nothing more than selectRanges, so the issue is inside selectRanges or in browsers (less likely).


It also concerns IE8, but even more often. In #10887 we needed to disable two tests:

#11064 [Blink/Webkit] Can not select all when widget is last element Marek Lewandowski Bug Must have (possibly next milestone) CKEditor 4.6.1 General
Description

You should be not able to do this.

On IE10 and FF everything works fine.

You can also reproduce that bug using:

<p>AA</p>
<p contenteditable="false">BB</p>

Do not forget to set allowedContent: true on editor to use this sample code.


Related browsers bugs:

#11132 [FF] Caret is lost (again) on FF after inline widget drop Piotrek Koszuliński Bug Must have (possibly next milestone) CKEditor 4.3.1 UI : Widgets
Description
  1. Open placeholder sample.
  2. Drag widget.
  3. Click or press arrow keys - there's no caret. It can be restored after switching between modes or right click.

It's again the same bug in Gecko. Last time we added timeout before moving widget, but it does not help anymore.

We need a bug report on Bugzilla.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
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