Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (9101 - 9200 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#10840 MathJax widget - same origin policy issue Piotr Jasiun Bug Normal CKEditor 4.3 General
Description

Make MathJax plugin works when document.domain is set.

#10842 MathJax widget - undo change done through a dialog Bug Normal CKEditor 4.3 General
Description

On Chrome and IE I wasn't able to undo change done through a dialog to the widgets which are alone in their paragraphs. This is most likely caused by #10812, because there's an error thrown from the selection.js. And it works fine on FF (because there's a bogus br after widget, so it doesn't fall into #10812 case).

#10843 MathJax widget tests Piotr Jasiun Bug Normal CKEditor 4.3 General
Description

Add missing tests to MathJax plugin:

  • tests for: inline editor
  • tests for: undo/redo
  • tests for: absolute path and preview plugin
  • tests for: if ( el.children.length > 1 || el.children[ 0 ].type != CKEDITOR.NODE_TEXT )
#10844 MathJax widget - IE8 support Piotr Jasiun Bug Normal CKEditor 4.3 General
Description

Make MathJax widget works on IE8.

#10845 Justify commands break on non-editable elements Piotr Jasiun Bug Normal General
Description
  1. Go to Mathematics sample.
  2. Create paragraph with MathJax widget.
  3. Press Align Right button.

New paragraph is created instead of moving widget.

For better understanding of this problem, try to align right the last paragraph in MathJax sample. Widget is in the middle of it and if you place caret after the widget, the command will be applied only to the part of paragraph after widget.

#10846 SmartInk software for SmartBoard causing text to disappear in CKEditor Bug Normal General
Description

We use ckeditor 4.2 in our software. Teachers using Smart Ink software find that the text they enter in the form gets replaced with a blank rectangular box when they Submit. The source of the empty box shows the following code:

<input id="SMARTInk_zoom_42A26EBF-1637-4CC0-952D-BE37F629742C>

When the user turns Smart Ink off, the problem goes away.

#10848 Integrate remaining plugins with active filter Piotr Jasiun Bug Normal CKEditor 4.3 General
#10849 Problem while selecting image New Feature Normal General
Description

Hi Team,

There is usablity issue while selecting image in CK editior for java, currently we have to follow a) single click and enter OR b) right click and select

However above methods are not self inutitive.

Please provide either of the following,

  1. selection of image on double click

OR 2.given OK button, so the use can select the image press OK button on the top with the help of this there will user friendly exprerince while attaching image.

#10850 [Firefox] Undoing bold on entire table restores only a part of the selection Bug Normal CKEditor 4.2.2 Core : Selection
Description
  1. Use the following HTML in replacebycode:
    <table border="1" cellpadding="1" cellspacing="1" style="width:500px">
    	<tbody>
    		<tr>
    			<td>a</td>
    			<td>b</td>
    		</tr>
    		<tr>
    			<td>c</td>
    			<td>d</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Select all table cells with mouse.
  3. CTRL+B.
  4. CTRL+Z.
  5. Note that only the first column remains selected. Expected: The entire table is selected.

I'm unable to reproduce it in different browser. I guess this is mostly because of the fancy way Firefox selects table cells with mouse.

First bad commit: git:7f7a7aaa2135

This issue is correlated with #10812.

#10851 Image2: Avoid hack in widget plugin Olek Nowodziński Task Normal CKEditor 4.3 General
Description

https://github.com/ckeditor/ckeditor-dev/commit/1895ef472522b9696e6ef4b184f98bdd74d51a4f#L14R618

We should check if it possible to move this line to the image2 dialog (e.g. its global setupContent function/listener if there's any)

#10852 Image2: Buggy showblocks integration Bug Normal General
Description
  1. Open samples/plugins/image2/image2.html
  2. Use the following code:
    <figure class="caption" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    
  3. Click show blocks.
  4. It's simply just DIV.
  5. Now use the following code:
    <p style="text-align:center"><img alt="Saturn V" src="assets/image1.jpg" width="200" /></p>
    
  6. Click show blocks.
  7. Note it's DIV > P. Expected: P.
#10853 Image2: De-captioning unaligned image produces a widget without a paragraph wrapper Olek Nowodziński Bug Normal CKEditor 4.3.1 General
Description
  1. Open samples/plugins/image2/image2.html
  2. Start with the following code:
    <figure class="caption">
        <img alt="Saturn V" src="assets/image1.jpg" width="200" />
        <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    
  3. Double click the widget. Make sure that alignment is "none" and caption is turned off.
  4. Inspect editable's code.
    • Actual:
      <body>
          <span class="cke_widget_wrapper">
              ...
          </span>
      </body>
      
    • Expected structure:
      <body>
          <p>
              <span class="cke_widget_wrapper">
                  ...
              </span>
          </p>
      </body>
      
  5. Switching to source and back to WYSIWYG wraps the widget in P.
#10854 [FF] Image2 in Firefox: Problems with autoparagraphing Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description
  1. Open samples/plugins/image2/image2.html
  2. Use the following code:
    <figure class="caption" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    
  3. Switch to WYSIWYG and back to source:
    <p>&nbsp;
    <figure class="caption" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    </p>
    
  4. Switch to WYSIWYG and back to source:
    <p>&nbsp;</p>
    
    <figure class="caption" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    
    <p>&nbsp;</p>
    
  5. 3. and 4. should never happen.
#10855 Change extension of emotes in BBCode sample from GIF to PNG Piotr Jasiun Task Normal CKEditor 4.3 General
Description

Just a couple of lines.

Grep entire code for other places using GIFs instead of PNGs.

#10856 It is not possible to remove lang attribute using language plugin Marek Lewandowski Bug Normal CKEditor 4.3 General
Description

A cat add eg. lang="es" with language button and I can change the language, but it is not possible to remove it without source editing.

#10859 CKeditor loses focus on clicking on scrollbar in IE9, works fine in compatibility mode Bug Normal Core : Focus
Description

CkEditor 3.x and CKEditor 4.x, all versions throw blur event on scrolling the editor area because the editor loses focus when scrollbar is clicked. It happens in IE9, but is not reproducible in compatibility mode.

#10860 Bug tracker bug Bug Normal General
Description

I just spent a half an hour describing a problem and possible solutions to fix it and got invalid form token error when sent the ticket. The form content was lost.

#10861 Line height toolbar setting New Feature Normal Core : Styles
Description

Hi, why the line height option is missing in the editor?

It is sometimes required to change line height, specified in content css and there are no way to add line height to the "p" element. This is probably affordable by wrapping the content by a new div, but that's a pain for users.

Is it possible to add a line height button with the next values:

default // remove line-height rule, use defaults
1       // just default m$ word options
1.5
2
[]      // a text field, user could enter any value, e.g 1.2 or 20px

I think this may have same internal problems as #5980 and you will have to mix inline styles?

I think the solution is in changing the way how styles are added to the element now. I noticed when I need bold text it does insert tag "strong", for underline — "u". What if rework this mechanism and always use "span" with inline styles?

So to achieve attached screenshot example, instead of <p><em>Lorem <s><strong>ipsum</strong> <u>dolor</u></s> sit amet.</em></p> do <p><span style="font-style: italic;">Lorem <span style="text-decoration: line-through;"><span style="font-weight: bold">ipsum</span> <span style="text-decoration: underline;">dolor</span></span> sit amet.</span></p>

Having such engine editor will become much more flexible, line height option will be possible, custom user wildcard styles also.

#10862 Placeholder plugin does not work any more Marek Lewandowski Bug Normal CKEditor 4.3 General
Description

Since non-editable elements are not processed by default rules placeholders are not serialized to [[xxx]] format.

However, since we have widgets we may want to rewrite placeholders with them. Should be quite simple.

#10863 Change to which enterMode filter#applyTo defaults Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Currently it defaults to activeEnterMode, but as we changed defaults in htmlDP to the main enterMode and filter, we should also change here.

#10864 Set "repository" and "definition" properties in widget constructor not when registering definition Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Both properties are unnecessarily set in widget definition object.

#10865 Widgets: copybin is not hidden Piotrek Koszuliński Bug Normal CKEditor 4.3 Core : Pasting
Description

Because of that, some flickering can be observed while copying widgets. For example:

  1. In IE9 open samples/plugins/image2/image2.html
  2. Select a widget.
  3. C-c.
  4. You've just been teleported to the bottom of editable.

This may depend on the size of selected element etc.

#10866 Image2: TAB-based navigation in a dialog is broken Olek Nowodziński Bug Normal CKEditor 4.3 Accessibility
Description

When the image2 dialog is open, try navigating with TAB key. Note that it's impossible to get past "alignment" both when going forwards and backwards (SHIFT+TAB).

#10867 Inconsistent use of decodeURI in image dialog Artur Delura Bug Normal CKEditor 4.4.2 General
Description

A previous ticket (#5256) concerned the use of decodeURI for the image "src" attribute in the image dialog. The ticket was resolved by removing the use of decodeURI here, to be consistent with how it is not used in the link dialog.

decodeURI is still used for the "href" attribute of the link for an image though. This can cause similar problems as in #5256. It also causes problems when trying to use a link that has been encoded in a different character set than the page of CKEditor (ie. ISO-8859-1 versus UTF-8). The character encoding of a link is related to the site the link refers to, and not necessarily the site it is linked from, and thus CKEditor can't make assumptions about it.

Steps to reproduce:

  1. Open the image dialog for an image on a page with UTF-8 as charset
  2. Paste the following ISO-8859-1 URI as the link address: http://google.com/?q=%C5rsrapport
  3. Click "OK"
  4. Result: JavaScript URIError

Browser: Safari 6.0.5 OS: Mac OS X 10.8.4

#10868 IE8: Page crashes when Inline Quotation is used. Piotrek Koszuliński Bug Normal CKEditor 4.2.2 General
Description
  1. Open replacebycode sample and clear page with New Page command or with Ctrl+A Del
  2. Go to styles dropdown and select Inline Quotation.
  3. If page hasn't crashed yet then please press Enter key. Page will crash and UIE will reload it.

I was able to reproduce this problem in IE8 only from CKEditor 4.0

#10870 Do not disable paste command when clipboard is empty Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Paste command accepts data as an argument. It is very useful in cases similar to pasting, like a drag&drop feature. However, we're disabling paste command if clipboard is empty what... breaks d&d and some of our tests.

Disabling paste command when clipboard is empty makes only a minor feature, because most of the time clipboard isn't empty and usually one first copies something before he tries to paste it. But the disadvantage is big - it completely breaks useful paste command and usually it also means a bugfoot, because it's very hard to understand why reported issue can't be reproduced any more.

#10871 Version 4 will not work with Wordpress 3.6.1 Bug Normal General
Description

CK Editor 4 is the only active plugin on my site. When I upgraded Wordpress to 3.6.1 I could no longer edit my pages. I tried to download CK Editor Full Package to see if it would improve the situation. I expected to be asked to pay for the full package. I wasn't asked to pay - just download. I downloaded it and then couldn't upload it as a plug-in. "The package could not be installed. No valid plugins were found. Plugin install failed." I've used CKEditor happily for a year but I'll have to get rid of it. It simply doesn't work with 3.6.1 and that's all there is to it.

#10873 Message to CKEditor Dev at cksource.com #10871 Bug Normal General
Description

You failed to address the main issue that CKEditor4 does not work with Wordpress 3.6.1 It was downloaded correctly. You raised the obvious point that the CKEditor full package did not download correctly but ignored the fact that the problem is at your website. You correctly directed me to the CKEditor premium package. However a jump from free to $299 is not suitable for the public. * Anything you couldn't answer by reflex you ignored. You then searched for an obscure issue that would allow you to invalidate the ticket. I take it that you are only interested in special types of bugs. The fact that a correctly downloaded product does not work fails to catch your interest.

#10874 Styles Parser and https (SSL) problem Bug Normal General
Description

Hi,

I use CKEditor in my own build remote CMS on a site with a SSL certificate (https). I'll use the Styles Parser plugin with remote CSS files, but this won't work in Google Chrome where it does work in Internet Explorer or Firefox. If I test it on a website without SSL certificate it is working fine in Chrome too.

Can anyone help me?

#10875 Message to CKEditor Dev at cksource.com #10871 Bug Normal General
Description

I attempted to download the full version of CKEditor TO SOLVE THE PROBLEM. The full version cannot be downloaded from your website but I'm not too bothered because THAT IS NOT THE PROBLEM. The problem is that a properly downloaded CKEditor4 does not work with a properly uploaded Wordpress 3.6.1 OR Wordpress 3.6.1 does not work with CKEditor4. Whichever it is, it is a valid bug report and referring me to a forum to learn how to download the non-existent CKFullPackage does not address THE PROBLEM.

#10877 [Blink/Webkit] WSC fails to apply changes if nested editable was focused Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description
  1. Open image2 sample.
  2. Place caret in nested editable.
  3. Open WSC.
  4. Click "change to" at least once.
  5. Click "finish checking". Error is thrown.
#10878 SCAYT does not check text in nested editables Bug Normal General
Description
  1. Open image2 sample.
  2. Make some mistakes in nested editable.
  3. Enable SCAYT. Mistaken words are not underlined.
#10879 Remove format enlarges selection too much in nested editable Marek Lewandowski Bug Normal CKEditor 4.3 General
Description
  1. Open image2 sample.
  2. Focus nested editable and press CTRL+A
  3. Click remove format button. Selection is expanded outside nested editable.
#10880 Editior.setActiveFilter does not keep the default enter mode if it is allowed too Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Editor.setActiveFilter will always set new enter mode to the first value in p,div,br order, no matter than the default (which may be a div or br) may be allowed too.

It should check default enter modes first.

#10881 Widget System does not fix active enter modes if blockless nested editable is focused Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Active enter modes are only affected by the nested editable's ACF rules. Currently the enter key works correctly because it internally checks blocksLimit, but this should be driven by the active enter mode change.

#10882 Start using Semantic Versioning Task Normal General
Description

We should tag our releases using Semantic Versioning (http://semver.org), because:

  • it's becoming a standard,
  • some tools (like http://bower.io/) may have problems with our non-standard tag names.

Places which we should change:

  • tags in all repositories,
  • CKEDITOR.version,
  • other places related to code and development, but not guides, blog posts, etc.
#10883 Image2: drag&drop should remove the align attribute New Feature Normal UI : Widgets
Description

I'm trying the new image2 plugin in CKEditor 4.3 Beta samples and I'm having troubles with using drag&drop, it's quite confusing.

  • Click on the first image on the right side, in the top left corner the drag handler shows up
  • Try dragging the image on the left side or in the center of the text. It does not work.
#10884 Widgets integration with showblocks Olek Nowodziński Bug Normal CKEditor 4.3.2 General
Description

Widget wrapper is now displayed by showblocks. We can do nothing about this or hide its outline.

#10886 Widgets: add some tooltip to the drag handler? Marek Lewandowski Bug Normal CKEditor 4.3 UI : Widgets
Description

The drag handler in the top left corner is missing a tooltip. When hovering over it one does not get any additional information what is it for. So one may not know what to do with it, for example whether:

  • it is used to D&D an object
  • or it is supposed to enable object resizing

(especially together with #10883)

#10887 Tests and compatibility review on IE8 Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Should fix also: #11088.

#10888 Better support for multilanguage content in SCAYT / WSC (for content made with the language plugin) Bug Normal UI : Spell Checker
Description

When I try the sample of CKEditor 4.3 Beta with language plugin enabled and enter there content in a different language:

<span dir="ltr" lang="es">
El invierno pasado estuvo tan fr&iacute;o que literalmente se form&oacute; hielo en mi barba.&nbsp;
</span>

and then start SCAYT, it will underline the whole text, even though it has the proper Spanish dictionary included. It happens because it treats the whole content as if it was written in English.

#10889 Language plugin: removing formatting is too tricky Bug Normal General
Description
  1. Start with
<span dir="ltr" lang="es">
El invierno pasado estuvo tan fr&iacute;o que literalmente se form&oacute; hielo en mi barba.&nbsp;
</span>
  1. Apply bold to "invierno"
  1. Select a part of text around "invierno" and click the "Remove format" button to remove formatting.
  1. Result:
<span dir="ltr" lang="es">El</span> 
invierno 
<span dir="ltr" lang="es">pasado estuvo tan fr&iacute;o que literalmente se form&oacute; hielo en mi barba.&nbsp; </span>

The information about the language is lost, causing an unexpected result for the unaware end user.

Expected result: removing formatting should not remove the information about the language (just colors, bold etc.), just like removing formatting does not remove links from the content.

#10890 Error thrown when we press delete after first list item in a Numbered/Bulleted list inside a table Olek Nowodziński Bug Normal CKEditor 4.3.1 General
Description

To reproduce the defect:

  1. Open any sample and insert a table.
  1. Keep cursor inside a table cell & click on Numbered/Bulleted list icon in the toolbar to start a list
  1. New list created and cursor stays after first list item in Numbered/Bulleted list
  1. Press Delete

Expected Result: Nothing should happen

Actual Result: In IE A javascript error thrown & error is Unable to get the value of the property is: object is null or undefined.

In Firefox list is deleted

#10892 All menu auto closes Bug Normal General
Description

Hi, Am using latest version of Ck Editor. Currently am facing problem on IE8, Rest Chrome and Firefox are working fine. I am using j query dialogue to open pop up.

The ck Editor opens up fine and working great as expected. The only problem i get is when i click on buttons that have a drop down menu like color, styles, font etc. They open up for a second and close on their own.

Please don`t confuse it with the Z Index problem as i am able to see the menu for a split sec. Also other items like link, file upload are working fine. These have their own dialogue pop up

Sorry for the bad explainnation

#10893 IndexSizeError is thrown on undo Bug Normal General
Description

Problem can be reproduced in Firefox and IE9-10. To reproduce:

  1. Open the “Replace textarea elements by class name” sample page.
  2. Put the cursor in the editor content.
  3. Control-A to select all text and then DELETE.
  4. Paste in some unformatted text 3 times (I typed "this pasted in" in notepad and copied it to the clipboard).
  5. Enter carriage return.
  6. Paste the text in 3 more times.
  7. Click undo two times.

Problem can be reproduced in Firefox from CKEditro 4.0 beta with BR_mode only.

Problem can be best reproduced in IE when BR mode is used but this isn't necessary. In IE this is issue can be reproduced from CKE 4.0.

JS error is thrown: Message: IndexSizeError: Index or size is negative or greater than the allowed amount
Line: 1942
URI: ckeditor4/core/selection.js
Code: nativeRange.setStart( range.startContainer.$, range.startOffset );

#10895 Image2 need to support server file browsers Marek Lewandowski New Feature Normal CKEditor 4.3 UI : Dialogs
Description

I upgraded to the Image2 plugin to be able to insert images with caption using html5 figure and figcaption elements. However, I realized the plugin does not support server file browsing, which is a total dealbreaker.

#10896 Text gets highlighted in read only controls in Firefox Bug Normal General
Description

I have a div with contenteditable set to false and it contains two more divs(image-menu-container and image-container) with contenteditable set to false. Second div is contains image and first div contains menu items for the image. When user select first time menu looks okay when user select again the text in menu gets highlited in Firefox. It is not Chrome and IE-10.

#10898 Can't edit nested div containers Bug Normal General
Description

Please see the attachment.

2 nested divs, the red line at the screenshot 605 appears only when I hover one specific pixel when moving mouse. And the mouse cursor is too far from the enter icon editor showing to me. I've spent about 10 minutes but still can't insert a new paragraph.

Initially I was delighted, thought "Oh, great, there's an enter icon, perhaps I will be able to press enter when that red line appear and it will insert a new paragraph". Fuff! It requires to click on it. And how am I supposed to do so? It is *definitely* not possible to click the "enter" button.

Please don't tell me about "Edit source", I already have to use that feature almost for everything.

#10899 KeyCode is different in chrome when Ctrl key is pressed Bug Normal Core : Keystrokes
Description

I'm noticing a weird behavior with Chrome and the keycode.

http://jsbin.com/ovOyoge/1/edit

In Chrome, if you hold Ctrl + Shift + KEY, the code is different than in FireFox. For example, in Chrome if you press Ctrl + Shift + J it shows "10" for the keycode rather than the 74 it SHOULD show and does in FireFox.

Thanks!

#10900 SCRIPT5007: Unable to get value of the property 'getSelection': object is null or undefined Bug Normal UI : Toolbar
Description

I am getting the above error randomly when clicking in the text area and/or typing in the text area.

Console in IE9 states that it is occurring on line 348 character 18, which brings me to:

f=e.defaultView.getSelection()

I am including the necessary files:

        <script src="/spellchecker/spell.js" type="text/javascript"></script>
        <script
            type="text/javascript"
            src="/assets/js/ckeditor_4.1.2/ckeditor.js"></script>

Here is my initialization script:

                CKEDITOR.replace('message', {
                    customConfig: '/assets/js/ckeditor_4.1.2/custom/config.js',
                    extraPlugins : 'foundeospellchecker'
                });
#10901 Bug with CKeditor 4 and ASP.net RequiredFieldValidator with workaround Bug Normal Server : ASP.Net
Description

This is similar in nature to bug #8381, but it's not exactly the same. Here's what I did:

1) Created an ASP.net form with a single textarea control (which then became the CKEditor control), a .NET submit button (a regular input submit button will "work here" as well), and a RequiredFieldValidator.

The first time the submit button was pressed, the value was passed to the textarea field, but not before the RequiredFieldValidator kicked in saying there was nothing there. The second time, the form submitted.

I worked around this by creating a button tag (as opposed to an input button), updating the textarea once it was clicked, and then submitting the form via jQuery.

I'm not sure if the patch would work, since it appears to apply to CKEditor.net and that's no longer in play.

#10902 ACF is not applied when getting data while in source mode Bug Normal General
Description

Reported on forum: http://ckeditor.com/forums/CKEditor/ACF-Not-Filtering-When-Saved

#10903 Performance improvements for add|remove|hasClass methods Piotrek Koszuliński Bug Normal CKEditor 4.5.0 Beta General
Description

While profiling CKEditor initialization I notice that:

  • removeClass takes >6.5% of total CPU usage,
  • addClass takes >3.5% of total CPU usage.

It is possible to use native API to manage classes: https://developer.mozilla.org/en-US/docs/Web/API/element.classList

#10904 Impossible to remove object style Bug Normal General
Description

Open demo page and click on image. By default image is aligned to right. Click on selected style do remove it. Result: It won't work.

Problem can be reproduced in Blink (Chrome and Opera 16) as well as in Webkit from CKEditor 4.0 beta (it works fine in 3.6.6).

#10905 fakeElement - isResizable limitations Bug Normal General
Description

Hi,

I am making a custom plugin, and want to use a fake element. However, I have two problems with the resizable option. I want to use the fake element for an item that can only have a variable width. I see that's not possible, but that's not really a problem because I thought I can bypass that by setting isResizable to false and set the dimensions using scripting from the dialog.

The problems I face are:

  1. When I set isResizable to false, the fake element ignores the real elements dimensions. As each element can have a different height, I can't set the dimensions using CSS. When I set isResizable to true, the dimensions work fine.
  2. When I set isResizable to false, the object is still resizable in latest stable version of IE10 and Firefox. In Chrome it is not resizable.

To make the element, I use both these methods:

// to add the element
var newFakeImage = editor.createFakeElement( element, 'cke_customPlugin', 'customPlugin', false );

// in the dataFilter:
return editor.createFakeParserElement( element, 'cke_customPlugin', 'customPlugin', false );
#10906 [IE11+] Editable is not being focused when clicking outside body Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

In #10612 we disabled old hack because it uses old Selection&Range APIs. It needs to be brought back.

#10907 [IE11] Selection needs <br> filler in empty blocks Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Broken TCs:

  1. Load data: <p>&nbsp;</p><p>&nbsp;</p>. Paragraphs are not selectable, because they are invisible.
  1. Click new page button - paragraph has 0 height (visible with show blocks on).
  1. In some cases paragraphs created by enter key are not filled with <br>. For example when leaving list by double enter.
  1. Data retrieved from focused editor contains both - nbsp filler and bogus br: <p><br />&nbsp;</p>.

Related: #10992.

#10908 Webkit (Chrome and Safari) focus bug. Bug Normal Core : Editable
Description

When clicking outside typed/inserted content in editor (exactly textarea under tools panel) - focus not firing properly. Blinking caret appears, but you cannot activate context menu or use method insertText(). (I mean you CAN use it, but in my situation there need to be name of focused field (whether CKEditor or input nearby), where code must insert some text) After several days in google I found that this is common unfixed problem, especially for version >3.0 And it becomes rather annoying when using code for inserting placeholders between editors or textareas and one CKEditor. Can it be somehow fixed?

#10910 Clicking and/or typing in editing area throws a javascript error Piotrek Koszuliński Bug Normal CKEditor 4.2.2 General
Description

Very basic HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <title>My Page</title>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
    <script
        type="text/javascript"
        src="/assets/js/ckeditor_4.2.1_full/ckeditor.js"></script>
    <script type="text/javascript">
        $(function(){
            CKEDITOR.replace('my_text');
        });
    </script>
</head>
<body>
    <form method="post">
        <textarea name="my_text">dfagasdf sdf<br /><br />dasf asdf</textarea>
    </form>
</body>
</html>

Frequently when clicking and/or typing into the editing area, the following javascript errors are thrown in IE9, sometimes causing the editor to stop working:

SCRIPT5007: Unable to get value of the property 'getSelection': object is null or undefined ckeditor.js, line 350 character 120

#10911 Widgets: Keyboard events prevention while focused Marek Lewandowski Bug Normal CKEditor 4.3 UI : Widgets
Description

Widgets: Keyboard events prevention while focused

since: 4.3beta (didn't check earlier) until major

Occurs in all browsers.

  1. open any image2 pluigin sample (i.e. plugins/image2/samples/image2.html)
  2. click on image (in order to focus it, blue outline should appear)
  3. press alt+f10

Expected result:
Toolbar should be focused.

Current result:
Focus stays at image widget.

Additional info:

  1. issue does not occurs within content editable.
  2. it also prevents lots of browser hotkeys, like chromium alt+d (address bar highlight).
  3. here's line which may be modified in order to solve the problem: https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/widget/plugin.js#L2332

simple idea would be to add || ( CKEDITOR.ALT & keyCode ) But there still end user may experience some issue, with other browser hotkeys, i.e.

  • in most browsers pressing (just) F6 will cycle focus between browsers top ui elements, like address bar, page content, bookmarks, extensions icons.
  • F5 should reload page
  • F12 should open browser inspector

Suggestion:
We may also add handling for tab key, for jumping to next element

#10912 Links with children elements are not handled correctly in a readonly block Piotrek Koszuliński Bug Normal CKEditor 4.2.2 Core : Editable
Description

This is essentially a subset of #6032 which wasn't fixed then.

Do the same thing as in #6032 but put a child element in the link, e.g. an image:

  • load an editor with the html
    <p contenteditable="false">
        <a href="http://ckeditor.com">
            <img src="http://b.cksource.com/a/1/10th/ckeditor10years.png">
        </a>
    </p>
    
  • click on the image

Expected: nothing happens (link disabled) Observed: the ckeditor main page opens

#10913 Plugins added with CKEDITOR.plugins.addExternal do not work Frederico Caldeira Knabben Bug Normal CKEditor 4.2.2 General
Description

I moved the smiley folder out of the ckeditor/plugins folder and put it into a separate location. To use the extra plugin:

CKEDITOR.replace( 'editor1', { extraPlugins : 'smiley' } );

I'm trying to register an external plugin.

This one works:

CKEDITOR.plugins.addExternal( 'smiley', '/plugins/smiley/', 'plugin.js' );

while this method doesn't fully work:

CKEDITOR.plugins.addExternal( 'smiley', '/plugins/smiley/plugin.js', '' );

According to the documentation, both should work.

The result for the latter is that the English translation is not properly loaded, as a result the editor does not start at all.

The requested URL for the language file is:

/plugins/smiley/plugin.jslang/en.js
#10914 Plugins indentlist and indentblock missing in building config. Marek Lewandowski Bug Normal CKEditor 4.2.2 General
Description

since: 4.2 (didn't check earlier) until master

As github user tiemevanveen points out in pull request #50:

After plugins indentlist and indentblock were introduced, we removed plugin indent from build configs in ckeditor-presets, but we have not updated config in ckeditor-dev ckeditor-dev/dev/builder/build-config.js

Expected result:
We should replace plugin indent with indentlist and indentblock

#10915 CSS filter in Kama skin pull request Marek Lewandowski Bug Normal CKEditor 4.2.2 UI : Skins
Description

As github user woto points out in pull request #51:

File skins/kama/editor_iequirks.css contains line filter: ; which does break Rails precompiler. Instead he suggest to change it in the same way as it is done in skins/moono/editor_iequirks.css, with git:e5555ee21 revision.

#10916 Magicline icon is not mirrored in RTL environments Olek Nowodziński Bug Normal CKEditor 4.4.4 General
Description

To Reproduce:

  • Open the uiLanguages sample and select an RTL language from the dropdown e.g. Arabic
  • Insert a table at the start of the editor
  • Hover above the editor so that the magicline UI is displayed.

Problem: The icon is not mirrored for RTL languages.

The following code is from magicline/plugin.js. As you can see there is no support for loading a different icon for rtl/ltr languages:

iconPath = this.path + 'images/' + ( env.hidpi ? 'hidpi/' : '' ) + 'icon.png';
#10917 Unnecessary &nbsp; in WebKit browsers Bug Normal Core : Editable
Description

I have observed both Chrome and Safari adding unnecessary "&nbsp;" characters when a normal space would work better.

This issue is easy to replicate. Start with some simple HTML such as

<p>This is a simple sentence.</p>

Now delete and re-create all the spaces in the sentence one by one. In FireFox, the markup will look exactly the same before and after doing this. However, in both Safari and Chrome, after I delete and re-create the spaces the markup looks like this:

<p>This&nbsp;is&nbsp;a&nbsp;simple&nbsp;sentence.</p>

I have been able to consistently replicate this bug in both Chrome 29.0.1547.76 for Mac, and Safari 6.0.5

This bug occurs in CKEditor 4.2, 4.3, and in the latest nightly.

#10918 Activating the constructor even if the plugin is disabled Bug Normal General
Description

I have a situation in which in the same page I would activate ckeditor with bbcode active only on certain textarea

So on the textarea I'm interested, I activate the editor instance with removePlugins: 'bbcode'. The problem is that in these instances, the image dialog is modified omitting some plugin information (height, width, ...)

Looking at the source code of the bbcode plugin, I suppose it is always called even if the plugin is disabled

BBCODE plugin source:

(function() {
	CKEDITOR.on( 'dialogDefinition', function( ev ) {
		var tab,
			name = ev.data.name,
			definition = ev.data.definition;

		if ( name == 'link' ) {
			definition.removeContents( 'target' );
			definition.removeContents( 'upload' );
			definition.removeContents( 'advanced' );
			tab = definition.getContents( 'info' );
			tab.remove( 'emailSubject' );
			tab.remove( 'emailBody' );
		} else if ( name == 'image' ) {
			definition.removeContents( 'advanced' );
			tab = definition.getContents( 'Link' );
			tab.remove( 'cmbTarget' );
			tab = definition.getContents( 'info' );
			tab.remove( 'txtAlt' );
			tab.remove( 'basic' );
		}
	});

        ...

#10919 Bug Spaces IE Bug Normal General
Description

Hello,

I have a bug in all versions of Internet Explorer but not in other browsers.

My problem is that when you hit the SPACE key several times, I have a char that appears "Â ".

On live test, I add the tab option which replaces four spaces.

My page is in utf-8.

Here is a link test: http://www.pharm-upp.fr/bug.php

Regards, Fabien

#10920 how to split page into 2 columns and show page number when we print it Task Normal General
Description

Hi,

I am new to Ck Editor, I have a requirement to split page into 2 columns by default, and it should automatically page break accorind to A4 size and show page numbers.

Kindly request you to please have a look into above requirement.

#10921 ckeditor api used in 3.6.2 does not work in cke 4.0 Bug Normal General
Description

We are developing a custom plugin that has to work in both cke 3.6.3 and cke 4.0. But a particular line of code throws a js error in cke 4.0 while it works in cke 3.6.2. The line is shown below.

css : editor.skin.editor.css.concat( config.contentsCss ),

However when i replace the above line with the following line in cke 4.0 it works fine in cke 4.0. But the below line does not work in cke 3.6.2

css: [config.contentsCss, CKEDITOR.getUrl(CKEDITOR.skin.getPath('editor') + 'editor.css')],

Why is the code used in 3.6.3 not working in cke 4.0? I could not find editor.skin property in cke 3.6.2 documentation.

Can you suggest a code that works in both cke 3.6.2 and cke 4.0?

Thanks Rajasimhan

#10926 [Android][Chrome]CKEditor 4.2 'change' event not fired on Android (Chrome or Native) Bug Normal CKEditor 4.4.4 Core : Editable
Description

Updated our project to use the version 4.2 'change' event (ticket 9794), and all seemed fine until we discovered the event is not fired on Android Chrome or the native Android Webkit browser.

Can reproduce on either the demo#inline or nightly inlineall.html versions via the developer tools console:

CKEDITOR.instances.editor1.on('focus', function(){console.log("Focused!");}); CKEDITOR.instances.editor1.on('change', function(){console.log("Changed!");});

This works great on Firefox, Chrome on desktop (Windows 8), but I only see the "Focused!" output on Android (connected to a Nexus 7 using ADB, also seen on a Galaxy Tab 10.1 and a 1st-gen Asus Transformer)

Part of: #11739.

#10927 When ckeditor is inside a jquery UI dialog, richcombo dropdown panels fail when clicked on to close Bug Normal UI : Toolbar
Description

It looks like jQuery UI's dialog steals the mousedown event somehow: (tested in Chrome) For example:

<body>
	<div id="dialog">
		<textarea id="input-ck"></textarea>
	</div>
</body>

This fails:

<script>
$(function () {
	$('#dialog').dialog({
		open: function () {
			$('#input-ck').ckeditor();
		},
		width: 1000,
		position: 'center top'
	});
});
</body>

My workaround (but I have to give up draggable and resizable):

<script>
$(function () {
	$('#dialog').dialog({
		open: function () {
			$('#input-ck').ckeditor();
			$('div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front').unbind('mousedown');

		},
		width: 1000,
		position: 'center top',
		draggable: false,
		resizable: false
	});
});
</body>
#10929 Spelling Mistakes on Accessibility Instructions dialog Anna Tomanek Bug Normal General
Description

To reproduce the defect:

  1. Open any CK Editor sample, Open the Help dialog by pressing Alt + 0
  1. See the instruction for To Access next focus space command

It says Press SHIFT+CTRL+CLOSE BRAKET it should be Press SHIFT+CTRL+CLOSE BRACKET character C is missing in word Bracket.

  1. See the instruction for Editor Dialog

It says move to next tab with TAB OR RIGTH ARROW. it should be move to next tab with TAB OR RIGHT ARROW. word RIGHT is spelt wrong it should be RIGHT instead of RIGTH.

#10930 IE9 MathJax crash on undo Piotr Jasiun Bug Normal CKEditor 4.3 General
Description

IE9 crashes every time I do undo in editor with Math.

#10931 Allow nesting widgets New Feature Normal CKEditor 4.5.0 Beta General
Description

Currently it's impossible to insert widget into another widget's nested editable.

Related tickets:

Status: closed (11 matches)

Ticket Status Summary Owner
#11983 closed [Nested widgets] Clicking nested widget does not select it Piotrek Koszuliński
#12000 closed [Nested widgets] Widgets are not initialized inside nested editables Piotrek Koszuliński
#12006 closed [Nested widgets] Drag and drop of nested block widgets Olek Nowodziński
#12008 closed [Nested widgets] Error thrown when pasting widget with nested editable into nested editable Piotrek Koszuliński
#12009 closed [Nested widgets] Integration with Magicline plugin Olek Nowodziński
#12018 closed [Nested widgets] Widgets garbage collecting needs to be reviewed Piotrek Koszuliński
#12020 closed [Nested widgets] Incorrect behaviour when pasting simple box into another simple box's editable Piotrek Koszuliński
#12022 closed [Nested widgets] Outer widget's drag handler is not created if it has any nested widgets Piotrek Koszuliński
#12024 closed [Nested widgets][FF] Outline is extended to the left by unpositioned drag handlers Piotrek Koszuliński
#12054 closed [IE10] tests/tests/plugins/widget/widgetsrepoapi Piotrek Koszuliński
#12112 closed [Nested widgets] Widget command should be enabled inside nested widget (if content rules are fulfilled) Piotrek Koszuliński

#10934 Blur not fired correctly in Chrome or Safari Bug Normal General
Description

The blur event does not correctly fire in Chrome or Safari. On first focus and blur it works, but then subsequently fails to fire if the content does not change in the editor. If there is content in the editor and no text is selected, but the editor is given focus and the backspace key is used to delete characters, and then the editor is blurred, again the blur event does not fire (unless all of the content has been deleted).

Attached is a very simple example that should display an alert on blur. If you try entering the editor, and then leaving the editor it will fire the first time. Then try focusing the field, and without changing anything, blurring again, and the event will not fire. After that you can try adding 1234 to the field, and blurring (which will fire the alert), and then going back in to the field (clicking after the 4, not selecting any text) and hitting the backspace key. Then when you have 123 blur the editor and again the event will not fire.

I have reproduced this error with 4.2.2 and 4.3 beta, as well at the nightly updated on 01-Oct-2013 at 13:03 UTC. The same behavior exists on Chrome 29 on Windows 7, as well as Safari 5.1 for Mountain Lion.

Attached is an example file, but the easiest way to reproduce it is with the following code:

<textarea name="editor1"></textarea>

<script type="text/javascript">
	CKEDITOR.replace( 'editor1' );
	
	CKEDITOR.instances.editor1.on('blur', function() {
		alert('test');
	});
</script>
#10935 Table properties fields not working in ckeditor while open in colobox Task Normal Server : PHP
Description

When opening a page in "colorbox" CKeditor's Table Dialogbox open and its input fields not working, we can't edit these fields as well other dialog boxes have same problem.

#10936 Widget System changes for easier integration with other dialog system Piotrek Koszuliński Task Normal CKEditor 4.3 UI : Widgets
Description
  1. Currently we're finalizing (inserting into document and setting ready flag) widget creation internally, but this code needs to be reused when widget is integrated with other dialog system.
  2. It's not possible now to postpone automatic widget insertion if widget#edit event is blocked. In Drupal's case this should be postponed until its dialog is closed.
#10937 MathJax widget improvements Piotr Jasiun Bug Normal CKEditor 4.3 General
Description

Umbrella ticket for MathJax widget. Because most of these ticket are related to each other they will be done in one branch.

Ticket Summary Owner Type Status Priority Component
#10840 MathJax widget - same origin policy issue Piotr Jasiun Bug closed Normal General
#10841 MathJax widget - support subtree changes Piotr Jasiun Bug closed Must have (possibly next milestone) General
#10842 MathJax widget - undo change done through a dialog Bug closed Normal General
#10843 MathJax widget tests Piotr Jasiun Bug closed Normal General
#10844 MathJax widget - IE8 support Piotr Jasiun Bug closed Normal General
#10857 MathJax widget [FF,IE9] - clipboard totally broken Piotr Jasiun Bug closed Must have (possibly next milestone) Core : Pasting
#10930 IE9 MathJax crash on undo Piotr Jasiun Bug closed Normal General
#10948 MathJax widget - loading indicators Piotr Jasiun New Feature closed Normal General
#11078 MathJax sample should mention that MathJax widget does not support IE8 Piotr Jasiun Task closed Normal Documentation & Samples

#10938 An attribute for editable denoting what enter mode it has Piotrek Koszuliński Bug Normal CKEditor 4.3 General
Description

Use case:

When focusing a widget, editor.activeEnterMode updates accordingly to ACF rules in nested editables. If the widget remains focused and magicline inserts a focus space outside of a widget, it will follow the enter behavior imposed by nested editable which is not necessarily the same as editor's one. Yet, if the insertion was within widget's editable, that enter mode would be correct.

To resolve that issue, considering the fact that magicline shouldn't deal with widgets API, an attribute must be established that denotes the enter mode inside of editable element. With such attribute, magicline would correctly insert either P or BR.

Blocker of #10828.

#10939 [FF] Image2: hovering the image causes it to change. Bug Normal CKEditor 4.3 General
Description

since: 4.3

Tested with FF24: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0

Hovering the image causes it to change. It looks kinda like it resizes just a little bit, or like it would became sharper.

  1. open any sample with CKEditor (i.e. plugins/image2/samples/image2.html)
  2. hover image with mouse cursor
#10943 [IE9-10] enterBr doesn't put cursor to next line Bug Normal General
Description

Seems #7433 has started occuring again since 4.2.1

  1. Load any of the sample page;
  2. Put cursor at the end of block and press one shift enter;
  3. Press shift enter again;
    • Expected Result: Cursor moved to the next line;
    • Actual Result: Cursor stays at the same line.
#10945 Click with mouse inside editor does not show the caret, but user is able to enter text Piotr Jasiun Bug Normal CKEditor 4.2.2 General
Description

It seems there is a bug, which appears in Chrome.

How to reproduce:

  1. Load CKEditor WITHOUT any text in Chrome (tested with 30.0.1599.66)
  2. Click with the mouse in the middle of the textarea. It seems by default CKEditor creates an paragraph with br element inside. If you click with the mouse inside, it will work.

Result - the caret does not show, but user is able to enter text.

The same works fine with all other browsers.

See the attached file for more information.

#10948 MathJax widget - loading indicators Piotr Jasiun New Feature Normal CKEditor 4.3 General
Description

During widget loading TeX disappears but math appears some seconds later. There should be something to let user know that it is not an error.

My idea is to put TeX inside iframe and show it to user before MathJax is done.

#10950 Cursor does not displayed on focus. Bug Normal Core : Focus
Description

Only on Chrome on Mac and Chrome canary on Windows.

When there is nothing in CKEditor (newly created with blank data) or all the text is removed from CKeditor, clicking on upper part of editor works but if I click lower part of editor, editor would not get focus - cursor would not appear in editor.

#10951 A11y improvements on panels Frederico Caldeira Knabben Bug Normal CKEditor 4.2.2 Accessibility
Description

This ticket is the result of research done for #10361, #10705, #10706 and #10707.

Changes will be proposed with the following results:

  • Normalize the aria attributes use on panels.
  • Stabilize the focus on panels when opened.

It touches rich-combos, menu-buttons and color buttons.

#10953 Overrides of inline Styles don't work correctly for classes Bug Normal Core : Styles
Description

The following style definitions were taken from ticket #7492 and specified in the stylesSet config property:

{name: 'Comic Font', element: 'span', attributes: {'class': 'FontComic'}, overrides: [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]},
{name: 'Courier Font', element: 'span', attributes: {'class': 'FontCourier'}, overrides: [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]},
{name: 'Times Font', element: 'span', attributes: {'class': 'FontTimes'}, overrides: [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]}

When applying one of the styles, all is ok. When trying to select another style all styles are selected. Clicking one of these results in the class being removed altogether. When using font_names and font_style config properties the problem does not occur. However, I have a number of inline styles that need to be applied in a mutual exclusive manner (i.e. only one style may be applied on a span).

I did some searching in the tracker, this issue looks very similar to #7492 which is marked as fixed. However, the associated changeset [6983] was reverted in changeset [7061] due to regression bug #8078. The original issue appears to be broken again, but was never marked as such. I was not sure whether I should reopen that issue or file a new one, so feel free to merge this ticket with #7492.

Version 3.6.1 is a guess and was taken from ticket #8078. Tested with 4.2.0, 4.2.1 and 4.3 Beta.

#10956 chrome toolbar wrapping Bug Normal General
Description

is there a chrome stylesheet? this is an ongoing issue and I can not find it resolved anywhere. The toolbar renders totally random in chrome.the icons do not match, as Chrome has became one of the most popular browser I can not tell my clients they have to use IE in order to make use of the editor.

#10957 [IE11]Cannot create wiget using dialog Bug Normal General
Description
  1. Open IE11.
  2. Go to widget sample: http://ckeditor.dev/plugins/image2/samples/image2.html
  3. click on image icon to open dialog.
  4. Set URL of the image.
  5. Press "Ok" button.

You will get an error:

SCRIPT5007: Unable to get property 'collapsed' of undefined or null reference
File: selection.js, Line: 1726, Column: 4

The same error for MathJax plugin.

#10958 [Image2] Custom image ratio is lost when resizing in wysiwyg mode Bug Normal General
Description
  1. Open image2 sample.
  2. Change size of an image to w:100,h:300 (yes, you need to unlock ratio).
  3. Close dialog.
  4. Start resizing image using resize handler. Ratio is reverted to the original one.
#10960 [IE10+] Error thrown and broken range produced while creating bookmarks Bug Normal Core : Selection
Description

This ticket refers to the dirty fix we "developed" for #10308.


The problem re-appeared while testing 4.2.2 in dt/plugins/tabletools/tabletools.html (full-all) because of undo manager creating snapshots.

Those lines in tabletools are not an actual fix because they don't touch the root of the problem, but rather some aspect we merely identified.

Even though the solution is sufficient for 4.2.2, we got to:

  • Check whether IE11 is also affected.
  • Find the real source of that problem.
  • Provide a real fix.
#10962 Speckie not working in Webspell checker editor - Spell check Bug Normal General
Description

Hi

I have a webpage created of rich text editor with WebSpell checker attributes.

Now i have installed speckie. Ideally the speckie does the spell check immedietely after we type some incorrect words.

This is working fine in all my pages in website with text areas etc., but it is not working only in the place of rich texteditor where i have created with webspell checker.

Does it have any relevance with Ticket #10233?

#10963 JAWS issue with keyboard shortcut for magicline Olek Nowodziński Bug Normal CKEditor 4.2.3 General
Description

To reproduce the defect:

  1. Open nightly ck editor sample http://nightly.ckeditor.com/13-10-08-13-06/full/samples/ajax.html
  1. Click on Create Editor button.
  1. Insert 2 tables next to each other with default values.

  1. Keep cursor in first cell in first table.

  1. Press Ctrl + Shift + [ to insert a empty paragraph before the table

Issue: Nothing happens and JAWS reads Setting Region Top left corner

  1. Keep cursor in any cell in the last row of first table
  1. Press Ctrl + Shift + ] to insert a empty paragraph after first table or in-between two tables

Issue: JAWS reads Setting Region Bottom Right corner and a dialog comes with a title saying Create Frame or Prompt with 2 options Frame Create & Prompt Create

It works fine with out JAWS.

we have tested this with JAWS 14.0.6005 & Firefox 24

This issue is happening because "Ctrl + Shift + [" and "Ctrl + Shift + ]" are JAWS key combos documented in "Additional Notes on Keystrokes for Accessing the JAWS Utilities" in JAWS Help.

We should provide another unused key combo to perform Magicline function.

#10965 Firefox: Incorrect cursor position when link is created Bug Normal General
Description

To Reproduce:

  1. Use ajax sample
  2. Type in a word, e.g. test, select it by using Ctrl + A
  3. Insert a link
  4. Press the right arrow key

Problem: Cursor moves to the very right of the line

  1. Continue typing

Problem: Cursor moves to the next line

This issue could be related to http://dev.ckeditor.com/ticket/10847

#10967 Widget selection after applying/removing style Piotrek Koszuliński Bug Normal General
Description
  1. Open placeholder sample.
  2. Select widget.
  3. Apply bold.
  4. See that selection was moved to the widget.element (there are two spans in elements path).

There may be more cases like this one.

#10968 Pasting plain text inside links becomes plain text New Feature Normal Core : Pasting
Description
  1. Load CKEditor Demo: http://ckeditor.com/demo or http://nightly.ckeditor.com/standard/samples/
  2. Select any "plain" text (no links, formatting etc.), press CTRL+C
  3. Place cursor inside any text with <a>, e.g. after the "m" of "Neil Armstrong" in first paragraph
  4. Press CTRL+V

Result in CK3.x (any browser): Pasted text becomes part of the link text, there's still only one link Result in CK4.x (any browser): Pasted text "breaks" the link in two linked sections, text itself remains unlinked

This may be semantically correct behavior, as plain text remains plain text on pasting, but it's highly inconvenient when one wants to edit linked text via pasted text.

#10969 [IE] Paragraph styling is not preserved after pasting (using Ctrl+V or Paste dialog) Bug Normal Core : Pasting
Description

Reproduce the issue:

  1. Open CKEditor and type in some word.
  2. Click on Align Center
  3. Select all and cut by using CTRL+A and CTRL+X .
  4. Refresh the browser.

Version 1:

  1. Click on paste icon.
  2. In Paste Dialog CTRL+V and press OK.

Version 2:

  1. Press CTRL+V.

Expected results:

The style - align center should be applied (preserved) after pasting in the editor body through in both variants of the TC. The cut word from step 3 should be displayed in the center of the editor body. Note! In the Paste dialog the style appears to be correct, when transferring it to the editor body is lost.

Actual result:

The cut word from step 3 is displayed at the left on the editor body.

It is happen also with indentation.

issue occurs only in Internet Explorer .

DUP: #10550.

#10972 [IE] Paste in inline -> IndexSizeError Bug Normal General
Description
  1. open IE9 or IE10,
  2. go to inlinebycode.html sample,
  3. copy some text to clipboard (one word is enough),
  4. double click on "landed",
  5. ctrl + v

Result: SCRIPT5022: IndexSizeError selection.js, line 1535 character 8

#10975 [IE] Error thrown while opening color palette Piotr Jasiun Bug Normal CKEditor 4.2.3 UI : Floating Panel
Description

What:

SCRIPT5007: Unable to get value of the property 'block': object is null or undefined

Where: colorbutton plugin's onOpen

Browser: IE9 QM

First bad commit: git:3a780a021457e7a7

This bug is a regression. Still, unless developer console is open, the bug remains invisible for the user as it doesn't break the editing.

#10976 Submitted data encoded incorrect when htmlEncodeOutput = true Bug Normal General
Description

It seems that the submitted data is not always encoded correct when htmlEncodeOutput is set to true.

For example < is encoded into &lt; which is correct, where as æ is converted into aelig; which is not correct (notice the missing prefix & in aelig;).

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