Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (6901 - 7000 of 11754)

Ticket Summary Owner Type Priority Milestone Component
#7795 Flash sample: an extra separator is displayed before the "Text Color" button Bug Normal CKEditor 3.6 UI : Toolbar
Description

To reproduce, check the _samples/output_for_flash.html sample.

#7796 Paste as Plain Text Behavior - FF vs. IE Bug Normal General
Description

Run attached example. Copy "Sans" from first line. Paste as plain text at end of second line. On IE, the copied font is maintained. On FF, the text is pasted with default font.

Is this a browser difference?

#7797 Paste from Word does not recognize fonts Bug Normal Plugin : Paste from Word
Description

Run the attached example. Open the attached word document and copy contents and paste into editor. Place cursor on each of the lines.

Notice that the font is not recognized. The font name/size drop downs do not get updated to reflect the font, even though these are fonts that the editor is aware of.

#7798 Wrong toolbar placement while Editor is resized under Opera Bug Normal UI : Toolbar
Description

Environment

Opera 11.10, CKEditor 3.6

TC

  • Open any sample
  • with mouse, grab lower, right corner of editor and reduce width.

Actual result

Parts of toolbar, which are moved to next line, are not adjusted to left edge of editor (see attached screen)

#7800 Opera: unable to turn off SubScript/Superscript Bug Normal General
Description
  1. Open any sample press SubScript and start typing.
  2. Try to turn it off.

Result: It impossible to turn off SubScript/SuperScript after switching on. The only possible option is toggling between those two.

Discoverd when confiming #7788

#7801 [Opera] Nested block while pasting paragraphs Garry Yao Bug Normal CKEditor 3.6.1 Core : Pasting
Description

Environment

Opera 11.10, Windows/Linux

TC

  • Open any sample
  • Clear all content and enter two paragraphs of text
  • select all and copy
  • paste copied content few times, using ctrl+v

Actual result

  • Element path in status bar gets additional "p", on each paste (see attached screen)
  • selecting first p in element path - all apragraphs selected
  • selecting other p's content is scrolling up.

expected

Only one P is visible in element path After switching to source and back - element path is working properly

#7802 Opera: unable to turnoff single formatting Bug Normal General
Description

To reproduce the defect:

  1. Open any sample, click on Bold icon.
  1. see that strong tag is shown in elements path bar and bold icon is highlighted in the tool bar.
  1. Start typing text & see typed text has bold formatting applied.
  1. Click on Bold icon again.

Expected Result: Strong tag not shown in elements path bar, Bold icon not highlighted in the tool bar and when we type the text it should not have any format applied to it.

Actual Result:

strong tag still exists in elements path bar,Bold icon remains highlighted in the tool bar and when we type the text bold format applied to it.

Same behaviour happens with italic,underline, strikethrough,subscript & superscript formatting.

we can remove the format when we have more than one formatting applied to the text.

#7804 <wbr> tag in source is breaking the editor. Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

  1. Open CK Editor sample, Go to Source and paste the following code.
<p> dublin <wbr> ireland </wbr> </p>
<p> paris france </p>
  1. Go to Rich Text view.

Expected Result: 2 paragraphs that we have set in step 1 should be displayed.

Actual Result:

FF: An extra empty paragraph is added between 2 paragraphs.

Safari,Opera,Chrome: An extra empty paragraph is added at end of 2 paragraph.

  1. Switch between Source mode & Rich text couple of times.

Issue1: IN FF, Safari,Opera,Chrome You will see lot of extraneous and heavily nested <WBR> tags in the content and empty paragraphs gets adding in the content.

  1. Navigate between Source mode & Rich text some 20 times.

Issue2: In FF& Chrome Editor is broken and when i look at firebug it shows an error and the Error is too much recursion [Break On This Error] if(w){for(t=0;t<v&&q[t].pri<s;t++){}fo...t=s.$.scopeName.toLowerCase()+':'+t;

#7805 {cke_protected} inserted when pasting from Word in Chrome Bug Normal CKEditor 4.3.4 General
Description

Check the attached document and paste it into CKEditor using Google Chrome.

  • In config.js set:
    config.pasteFromWordPromptCleanup = true;
    
  • Click "Paste" button
  • Answer No when Chrome asks "Do you want to clean it before pasting?"
  • Result:
     ·       {cke_protected_1}List item
    

is displayed to the end user.

Note that when switching to source and back an extra {C} is added to the content.

#7807 Last item in list not converted to LI after pasting from word Bug Normal CKEditor 4.6.0 Plugin : Paste from Word
Description

I have gotten this to occur on both IE and Chrome. Select a list from the table cell in the attached document and paste it in. The last item in the list is converted to a paragraph tag instead of the last item list.

#7808 PHP FTP Connector for CKFinder 2.x New Feature Normal Server : PHP
Description

Hi,

I try for 3 months and I'm having problems. CkFinder integrated, Do you have a working version?

Please help. Very important!

#7809 IE6: setData fails when event handler attached via jQuery Bug Normal General
Description

A call to "setData" fails when called via an event handler attached via jQuery.

This occurs in IE6 only.

#7811 [IE] Delete row throws JS error Garry Yao Bug Normal CKEditor 3.6.1 General
Description

Applies to IE<=8, delete table row now throws error, even though cursor position looks right, regression of [6328].

#7814 Georgian translation does not load. Bug Normal CKEditor 3.6 UI : Language
Description

Environment

CKE 3.6, Any browser, Any OS

TC

  • Load ui_languages sample
  • change language to Georgian

Actual result

Editor language is reset to browser default language setting

#7815 FF: Anchor icon is not visible in WYSIWYG Frederico Caldeira Knabben Bug Normal CKEditor 3.6 General
Description

If you create an anchor in Firefox it's icon is not visible in WYSIWYG mode. Instead you see only collapsed blue dotted border.

If after creation you press enter and type a letter the icon shows up with this letter inside blue border.

#7816 FF: copy paste from heading creates new heading Bug Normal General
Description
  1. Open ajax sample
  2. Select "Heading 3" format
  3. Type e.g. 'internationalization'
  4. Copy 'nation' with CRTL+C
  5. Place cursor after 'n'
  6. use CRTL+V

Result: New h3 with word 'nation' is created Expected: nation should be concatenated with internationalization in one word in side one heading.

#7817 autoParagraph doesn't work for input html Garry Yao Bug Normal CKEditor 3.6 Core : Output Data
Description
  1. Keep autoParagraph set to false;
  2. Load the following in editor:
    <p>text</p>
    <img src="http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" />
    <p>text</p>
    
  • Actual Result: The image is wrapped with paragraph.
#7818 IE: Element Path bar & Tool bar icons not updating properly while inserting & Editing Tables Bug Normal CKEditor 3.5.4 General
Description

To reproduce the defect:

  1. Open Ajax sample, with out focus in Editor body click on Table icon.

Expected Result: Table Properties dialog comes up and elements path bar remain empty.

Actual Result: Table Properties dialog comes up but elements path bar show body & h1 tags. (see attached screen shot Error 1.jpg).

  1. Click OK button.

Expected Result: Table inserted, cursor in last table cell & elements path bar should show body,table,tbody,tr,td tags.

Actual Result: Table inserted but elements path bar still shows body & h1 tags. (see attached screen shot Error 2.jpg).

  1. Click in a different Table cell, click on Align Center & Text direction from right to left icons in the Tool bar.

Expected Result: Cursor goes back to the cell,Align Center & Text direction from right to left icons highlighted in the Tool bar.

Actual Result: Cursor goes back to the cell,Align Center & Text direction from right to left icons are not highlighted still Align Left & Text direction from left to right icons are highlighted in the Tool bar. (see attached screen shot Error 3.jpg).

Tested in IE6 & IE7

#7820 IE: we can't come out of Table using mouse or keyboard Bug Normal CKEditor 3.5.4 General
Description

To reproduce the defect:

  1. Open Ajax sample, with out focus in Editor body click on Table icon.
  1. Click OK button on Table Properties dialog to insert the table.
  1. Table is inserted & cursor in last table cell.
  1. Use mouse or keyboard try to keep the cursor after the Table.

Issue:

when we click out of the Table using mouse cursor going to first Table cell.

when we use arrow keys to navigate out of the table focus going back to last Table cell.

Tested against IE6 & IE7

#7821 IE: unable to type above the table Bug Normal CKEditor 4.0 General
Description

To reproduce the defect:

  1. Open Ajax sample, with out focus in Editor body click on Table icon.
  1. Click OK button on Table Properties dialog to insert the table.
  1. Table is inserted & cursor in last table cell.
  1. Using mouse or keyboard try to keep the cursor above the Table.

Issue:

In CKEditor 3.5.3 a paragraph was created automatically after clicking above the table. Currently nothing happens and there is no easy way to add content above the table.

Tested against IE6

Regression since [6698].

#7822 Fake image for protectedSource New Feature Normal Core : Parser
Description

For old fckeditor I've written a plugin to change proteted source to fake images (code icon). That was working without any problems. Now I migrate my little system to ckeditor and want this feature too. But it seems not possible to handle this with a plugin in new editor version (see ticket 7563). I think it has to be a core feature that it works.

Can you provide a methode to set a fake image that doesn't validate protected source to html? There are different problems to handle it with

new CKEDITOR.htmlParser.element( 'img', attributes );


Examples:
With htmlParser.element... ckeditor changes source from

<?PHP echo 'test'; ?>

to

<?php echo=""></?php>

or

<p></p>
<script>alert('test');</script>
<p></p>

to

<p></p>
<p>
	<script>alert('test');</script>
</p>
<p></p>

Fake images are right and displayed, but source not. There should be another way equivalent to htmlParser.element()

It would be very nice to have fake images for protected source in a future version.

#7826 Source protection dosen't work for textarea tag Bug Normal Core : Output Data
Description

Set in config.js config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // PHP code

If You use this code:

<textarea name="f[desc2]" cols="45" rows="10"><?php echo $oFormat->htmlToEnt($_POST['f']['desc2'], false); ?></textarea>

{cke_protected_x} dosen't apper in HTML mode. Source view shows:

<textarea cols="45" name="f[desc2]" rows="10">&lt;!--{cke_protected}%3C%3Fphp%20echo%20%24oFormat-%3EhtmlToEnt(%24_POST%5B'f'%5D%5B'desc2'%5D%2C%20false)%3B%20%3F%3E--&gt;</textarea>
#7829 Source mode unavailable Bug Normal General
Description

Liferay 6.0.6 Tomcat CKEditor 3.2 revision 5205

Web content created by pasting external HTML.

Attempting to edit this, selecting Source mode, either 1) Source button greys out, but source mode is not selected, and any editing is not applied; or 2) Source mode can be selected once. If deselected, it cannot be selected again, with the same symptoms as 1).

This problem may be specific to Liferay.

#7832 When using right click menu, whloe line of text gets selected. Firfeox Bug Normal General
Description

Reproducible in FF.

  1. Open replacebycode sample
  2. Place cursor after dot (with left click) and move mouse pointer to the right
  3. Right click to see context menu.

Result: Whole line of text is selected.

This is a problem when you want to add some text to existing one, because selected text will be replaced. Other behave as expected.

#7833 IE: Unable to scroll the editor, if the image in the editor is selected Bug Normal General
Description

Environment: Browsers: IE 7, IE 8

Description: If an image (which is larger than the editor's size) is selected in the editor and vertical scrollbar or horizontal scrollbar are contained within the image, then clicking on the scrollbar in IE 7 moves the cursor to the end of the editor and clicking scrollbar in IE 8, leaves our product in a bad state which leaves none other option than closing the browser.

Also if image size is larger than the editor's size, then image selection can be seen outside the editor.

This behavior makes user unable to scroll the editor.

This is not reproducible in FireFox.

Please see the attached screenshot.

I can reporduce the issues on the http://ckeditor.com/demo as well.

#7834 Dutch (NL) language updates for 3.6 Bug Normal CKEditor 3.6.1 UI : Language
Description

Find attached a patch for the Dutch language file, updating all missing translations.

#7837 IE 6& IE7 Inserting a Pagebreak generating an error Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

Open CK Editor, type some text and click on Insert Page Break for Printing icon.

Expected Result: Page break inserted after the current paragraph and cursor goes to new empty paragraph after page break.

Actual Result: Page break not inserted and it shows an error on the status bar. and the Error is Invalid Argument

#7838 Editing tables in editor causes rows to move or the tables to disappear Bug Normal Core : Tables
Description

While working with tables in the editor, I noticed that when I paste or delete text into an empty cell the top row moves to the last row. This appears to occur in Chrome 11 on a Mac, Safari and IE 9. When I check the source, the only thing I noticed is the following tags: <invalidtag charset="utf-8"></invalidtag>. I've also noticed that sometimes the table will disappear completely. This doesn't seem to occur with every table that I paste into the editor. But, this occurs whether I use shortcuts or use the paste functions on the toolbar to paste tables and text into the cells. The tags appear once I save changes that I've made or switch between source and editor view. I also tested in the demo editor on ckeditor.com site and the same problem occurs. So, I know it's not something with our program since I'm able to replicate it even on the CKeditor site. We only experience this problem with the latest version of the CKEditor which I believe is 3.6.

#7839 Pasting multi level Numbered list from word not working properly Garry Yao Bug Normal CKEditor 3.6.1 Plugin : Paste from Word
Description

To reproduce the defect:

Open CK Editor,copy the list from attached doc and paste in to editor.

Expected Result: Multilevel Numbered list in the document should paste properly.

Actual Result: Nesting between the outer and inner lists is removed and also the ordering of list items is not maintained. when we try to insert new list items it is not updating the order of other list items at the same level.

#7840 IE 6,7&8 Throwing an Error when we open Table Properties dialog Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

  1. Open CK Editor and insert a Table.
  1. Open Context menu in a Table cell & click on Table Properties option to open Table Properties dialog.

Expected Result: Table properties dialog opens up with out any errors.

Actual Result: Table properties dialog opens up but an error appears in status bar and the error is can't move focus to the control because it is invisible,not enabled, or of a type that does not accept the focus

#7841 Deleting a Column with has a deleted cell in one of the rows not working Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 Core : Tables
Description

To reproduce the defect:

  1. Open CK Editor and insert a Table with 3 rows & 2 columns.
  1. Delete the second cell in first row.
  1. Go to second cell in third row, invoke context menu and select Column - > Delete Columns

Expected Result: Second Column in the table is deleted.

Actual Result: Second Column is not deleted and in IE it shows an error in the status bar, and the error is $colSpan is null or not an object'

#7843 IE6&7 breaks down when modifying list pasted from word Bug Normal Plugin : Paste from Word
Description
  1. Open replacebycode sample and go to the second editor.
    1. Copy the list form sample file.
    2. Leave default values for pasteFromWordRemoveFontStyles and pasteFromWordRemoveStyles
    3. Paste copied list using CRTL+V
    4. Find line or list item "iii Line with Grorgia Font, Size 24 and Background Colour Green"
    5. place cursor after green and press enter

IE6&7 break down.

This has been true from CKEditor 3.5.3 revision [6616] which is an improvement of how multi-level lists are pasted in IE.

I have found this issue when reproducing #7839

#7844 FF: setData() on hidden editor causes editor not to display Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

This problem happens on FF and when the instance is created with CKEDITOR.appendTo().

When the editor's container is hidden and setData() is called on it, making the container visible does not make the editor instance visible.

The problem appears to be related to the following in wysiwygarea plugin.js:

if ( isHidden )
{
	setTimeout( function()
	{
		element.hide();
		element.setStyles( previousStyles );
	}, 1000 );
}

A sample test page has been attached also.

#7845 Better block iteration New Feature Normal Core : Styles
Description

Make it possible to reach different block type when iterating with domrangeiterator. This's an umbrella ticket, the following tickets are marked as sub:

#3140
Indent problem with whole table

#7847 JS error when editing a non-https image in CKEditor when hosted on https (SSL) in IE8 Garry Yao Bug Normal CKEditor 3.6.1 General
Description

We have a website which uses https (SSL) and CKEditor 3.6 runs within. The image plugin is enabled. When we load some content in CKEditor, and that content contains non-html images, a popup occurs under IE8, which ask if we want to load only secured content (and omit non-secure content). We answer yes. Some images are missing but still outlined in CKEditor. If we double click one of these image, the image dialog opens. If we try to accept the content of the dialog, it fails.

Please provide the following when reporting new bugs. The more information you provide, the quicker the bug may be solved:

Browser name and OS : Internet Explorer 8 in Windows XP

Screenshot : http://img40.imageshack.us/img40/3787/ckeditorbug.jpg

#7849 Can not be served with XHTML mime type Bug Normal General
Description

I get this error in Chrome ONLY when served with the XHTML mime type (application/xhtml+xml)

Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 qckeditor.js:53 j.add.afterInitckeditor.js:53 sckeditor.js:24 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 sckeditor.js:24 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.setLang.o.n.langEntries.n.langEntriesckeditor.js:22 sckeditor.js:24 rckeditor.js:23 a.lang.loadckeditor.js:21 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.load.uckeditor.js:21 a.scriptLoader.load.vckeditor.js:21 a.scriptLoader.load.w.A.$.onloadckeditor.js:21

I get this error in FF/Firebug on ckeditor.js line 53

An invalid or illegal string was specified" code: "12 http://dev.dealermade.com/static/ckeditor/ckeditor.js Line 53

If I disable the application/xhtml+xml mime type, everything works. I th

#7850 OnTextChanged event required for CKEditor ASP.NET control kaga New Feature Normal Server : ASP.Net
Description

The CKEditor ASP.NET control needs to have a OnTextChanged event like the normal asp:TextBox ASP.NET control

#7851 AutoPostBack property required for CKEditor ASP.NET control kaga New Feature Normal CKEditor 3.6.2 Server : ASP.Net
Description

At present there is no AutoPostBack property available for the CKEditor ASP.NET control to cause the control to automatically postback.

This property needs to be similar to the AutoPostBack property of the asp:TextBox ASP.NET control

#7854 IE 6&7 Getting handlers when we navigate to first paragraph(non-editable) in editor body. Bug Normal General
Description

To reproduce the defect:

  1. Open CK Editor and create some paragraphs of text(both editable and non editable) & make first paragraph non-editable or copy the below code and paste it is source view.
<p contenteditable="false">
	first non editable paragraph.</p>
<p> first editable paragraph. </p>
<p contenteditable="false">
	second non editable paragraph.</p>
<p> second editable paragraph. </p>
  1. Go back to Rich text keep the cursor at end of last paragrAph and navigate to top paragraph using arrow keys.

Issue: we are getting handlers when we go to the Top Paragraph(non-editable) and we can't come out of it.

Only happening in IE6 & 7

I have attached a screenshot of the error.

#7856 Built-in contextMenu doesn't behave correctly Bug Normal UI : Context Menu
Description

Doing a right-click does show the built-in contextmenu, but when doing a second right-click, it hides, instead of popping up again at the actual mouse-position.

For a sample HTML content that can be used to reproduce the error, check #8006.

#7857 BIDI: Copying & Pasting RTL lists from Word not working properly in IE7 Bug Normal Plugin : Paste from Word
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7.
  2. Copy the text from the attached Word document & paste it into the editor.

Expected: The pasted content should look the same as it does in the Word document i.e. A Bulleted list & a Numbered list should appear on the right of the editor & have RTL language direction.

Actual: The first item in each of the pasted lists appears on the left of the editor.

N.B. Ticket 6482 reports the same issue. It has been closed as fixed but I can still reproduce this defect on the latest nightly build.

#7858 IE 6 & 7: @ symbol is displayed in the editor when 0 is entered in the start text field in Numbered List dialog Bug Normal Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7.
  2. Create a numbered list containing 3 items.
  3. Right click on the list and select Numbered List Properties from the context menu.
  4. Change the type to Upper Alpha.
  5. Enter 0 into the Start field.
  6. Click OK.

Expected Result: The list should have 0, A and B as the numbers. (behaviour in FF)

Actual Result: The list has @, A and B as the numbers (see screenshot). In my opinion the list should not start with an @ symbol.

Note: This ticket is similar to 6470 which has been fixed.

#7859 Editor area without iFrames New Feature Normal General
Description

Hi!

Is it possible to make multiple div's editable with contentEditable and sharedspaces so that there is no iframe? Similarly as commercial Weebly does.

Consider following:

<img src="http://a.cksource.com/c/1/inc/gfx/logo.png" align="right" />
<div contenteditable="true">lorem ipsum dolor...</div>

(Notice the align=right on the image tag.)

Thats why Weebly rocks. It can make the div's editable and create own UI blocks such as IMG with own editable UI.

This has been asked before, but admin did not understand what it was about. See #2657

#7860 Leave unknown BBCode intact Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

The "bbcode" plugin is now stripping unknown BBCode tags (instead of leaving them intact), which is bad when integrated with an application that utilizes a superset of the BBCode tags that are NOT currently implemented in the CKEditor plugin.

#7861 IE7 - E-Mail Link Dialog Goes off screen Bug Normal General
Description

When pasting a lot of text into the Message Body of an E-mail Link the dialog will grow and go off the screen so that the buttons are no longer accessible.

I have only been able to reproduce this in IE7 (and IE9 set to IE7 Standards mode, I didn't test IE8 set to IE7).

To reproduce

  1. Go to http://ckeditor.com/demo.
    • If using IE9 - Hit F12 to pull up the Developer tools and change the Document mode to "IE7 Standards"
  2. Highlight the third paragraph (A wolf wants ...) and copy it to the clipboard.
  3. Open the link dialog and change the type to e-mail
  4. Paste the clipboard text into the message body
  5. Change the link type to url and then back to e-mail and you should see the issue.
    • If not try dragging the dialog around the screen and it should happen
    • With IE9 set to IE7 mode changing the type worked every time. IE7 itself sometimes required dragging the dialog.
#7866 Safari & Chrome : On V2 Skin when we Zoom in/Zoom out drop down lists getting distorted Bug Normal General
Description

To reproduce the defect:

Open Skins sample and press Ctrl + or Ctrl _ 4 to 5 times to Zoom in or Zoom Out

Issue: Box containing the Arrows next to each of drop down lists getting bigger than the size of drop down lists.

I have attached screen shots of the issue.

#7867 docProps filebrowse don't work... Bug Normal CKEditor 3.6.1 General
Description

because

filebrowser : 'bg:bgImage'

is specifed

this must be

filebrowser : 'design:bgImage'

#7869 New Welsh tranlsation Bug Normal CKEditor 3.6.1 UI : Language
Description

I translated the file some time last year and found the current lang file was missing a few terms. Have added them to the downloaded file and taken off the MISSING comments.

#7871 Error thrown when we try to paste the date from Word. Bug Normal Plugin : Paste from Word
Description

To reproduce the defect:

with config.pasteFromWordRemoveStyle & config.pasteFromWordRemoveFontStyles set to false copy an empty table or a simple list from any word doc and paste in to editor using Ctrl + V or Paste from Word dialog.

Expected Result Copied data from word doc should paste properly in to editor body.

Actual Result: we are getting error dialog saying It was not possible to clean up the pasted data due to an internal error

#7872 two-level list pasted from word gets flattened or split Garry Yao Bug Normal CKEditor 3.6.1 Plugin : Paste from Word
Description
  1. Paste one of the lists from the attached file
  2. It will get flattened or split

This has been happening probably from revision [6914]. It works in [6908]. Revisions [6909] - [6913] don't load CKEditor so the first not working version is [6914]

#7873 Disable uiElement API has changed - no longer works as expected Bug Normal CKEditor 3.6.1 UI : Dialogs
Description

The APIs for disabling uiElements in plugins/dialog/plugin.js has changed. It previously disabled the input element. However it now sets the disabled attribute on the uiElement itself. Therefore even though a uiElement is disabled, it is still possible to enter text in it's associated input element.

An example of this can be seen on the table dialog.

  1. Create a table
  2. Right click on the table and select Table Properties from the context menu.
  3. Notice that the Rows and Columns fields look disabled.
  4. Place the cursor in either the Rows or Columns field and type some text.


Problem: You should not be able to type in these fields. The input elements should be disabled directly instead of disabling the parent div element.

Apart from allowing users to type into disabled fields, the 3.6.1 implementation of this also has an accessibility impact. Disabling the parent div element means that the child input element is not properly disabled and it is therefore still exposed as a focusable and editable field to accessibility APIs. Also disabled is not a supported attribute on div elements in the HTML specifications.

#7874 Opera: Link Target to open in New window/Topmost Window not working Bug Normal General
Description

To reproduce the defect:

  1. Open CK Editor and click on Link icon.
  1. Select Link type as URL,Protocol as http://, enter URL www.bbc.co.uk
  1. Go to Target tab and select Target as New window(_blank) and click OK button.
  1. Remove the Editor or click on Preview button and click on the link that was inserted.

Expected Result: website BBC opens in a new window.

Actual Result: website BBC opens in the same window.

Same issue happens when we select Topmost Window(_top) as the link Target

#7876 jQuery Adapter val() function handles multiple elements incorrectly Piotr Jasiun Bug Normal CKEditor 4.2 General
Description

My understanding is that if you have a jQuery object that contains multiple form elements, when you call val() it will return the first element's value. (I haven't found anything in the documentation that says this specifically, but it seems to be the case)

The jQuery adapter loops through each of the wrapped elements calling val(), replacing the returned result each time. This ends up returning the last element's value.

I'm using an older version of the code, but a quick comparison of the trunk's source indicates that it has the same problem.

#7877 Opera: Toolbar drop down menus are not displaying Bug Normal UI : Floating Panel
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Click on the styles (or any other) drop down menu in the toolbar.

See that the drop down menu appears.

  1. While the menu is still visible try to click on any other drop down menu from the toolbar.

Result: The second drop don menu does not appear. If you try to click on any other drop down menu (without giving another element focus) the menu sometimes flickers for a split second but does not appear after that.

#7879 Dialog fiels in the dialogadvtab plugin do not trigger the change event Bug Normal CKEditor 3.6.1 UI : Dialogs
Description
  • Open table dialog.
  • Switch to Advanced tab.
  • Change style to "width: 700px".
  • Switch to Table Properties tab.

Note that the width field's value is 500 and not 700 as expected.
Regression of [5949].

#7880 Focus going back to Editor body when we activate dialogs from Context menu Bug Normal Accessibility
Description

To reproduce the defect:

  1. with config option dialog_startupFocusTab : true insert a Table
  1. Using keyboard activate context menu on the Table and click on Table Properties option.

Expected Result: Table Properties dialog comes up and focus is on Table Properties tab.

Actual Result: Table Properties dialog comes up but focus is in Editor body.

Same issue happens with Flash or Image or Link

#7881 IE : We can't open more than one sub menu. Bug Normal CKEditor 3.6.1 UI : Context Menu
Description

With IE6 or IE7 or IE8 or IE9:

  1. Open CKEditor and insert a table.
  1. Open the context menu and keep your mouse over Cell option and see that Cell Sub menu opens.
  1. Now keep your mouse over Row option.

Expected Result: Row sub menu opens.

Actual Result: Row sub menu does not open even we keep the mouse on it for a long time.

  1. Now keep your mouse over Column option.

Expected Result: Column sub menu opens.

Actual Result: Column sub menu opens very quickly, context menu closes & focus goes back to table in editor body.

#7882 Opera : We can't open more than one sub menu Garry Yao Bug Normal UI : Context Menu
Description

With Opera:

  1. Open CKEditor and insert a table.
  1. Open the context menu and keep your mouse over Cell option and see that Cell Sub menu opens.
  1. Now keep your mouse over Row option.

Expected Result: Row sub menu opens.

Actual Result: Row sub menu does not open and context menu closes & focus goes back to table in editor body.

#7883 [Opera] Context menu appears for toolbar button double-click Bug Normal General
Description
  1. With a default sample, double-click the "some" word to select it.
  2. Double-click the "Bold" button.

It applies and removed the bold style properly, but an Opera native context menu is displayed.

Confirmed with Opera build 2109 at least.

Notes: it doesn't happen if the above point 1 is not done. The double-click doesn't need to be "that" fast. The second click can be under around 1s.

#7884 Cursor Persistence into Sourcec view New Feature Normal General
Description

I have been experiencing problem where there is big html file and editing it. Because the html content quite big, when i switch into "source view", I often need to position the cursor where it was in the Wysiweg view. I understand that this "cursor persistence" has been addressed in the CK editor version, and moving to this, will resolve our problem. However at the moment, I am not in a position for the upgrade. Hence can you please share if there is a any solution available to this?

#7885 Allow remove menu item Garry Yao Task Normal CKEditor 3.6.1 UI : Context Menu
Description

The editor is missing the possibility to remove registered menu items from other plugins, E.g. keep the table tools plugin while remove the cell properties entry from menu.

#7887 Pasted HTML in "Source View" freeze editor Bug Normal UI : Source View
Description

Hi,

I'm stuck with this problem and didn't find any info googling about it.

This happens when I paste same HTML in source view with an element attribute value quote not closed and switch back to editor.

Example: .... <div id="section class="comment">....</div> ....

The id attribute value closing quote is missing. This situation freeze the editor when switching back to normal view.

Any body has a fix o workaround for this?

CKeditor v3.5.2

Cheers

Jorge

#7889 Error deleting rows in IE Bug Normal Core : Tables
Description
  1. Insert a table
  2. Use the context menu to delete a row in the table

In IE (7, 8, 9) you receive a javascript error "Invalid argument".

Also, it is not possible to select multiple rows or columns to delete in IE.

#7891 Safari & Chrome : Nested block while pasting paragraphs Bug Normal General
Description

To reproduce the defect:

  1. Open any sample, Clear all content and enter two paragraphs of text
  1. select all and copy
  1. Paste copied content few times, using ctrl+v

Expected Result: Only one P is visible in element path.

Actual Result: Elements path showing adding a new div & P tags each time we paste.

#7892 Remove Html Entities Bug Normal General
Description

I am trying to Get Plain Text from Ckeditor from last 2 days. but i cant get it. its also contain html Tags and its value. i want to remove all spaces and used trim value.

#7893 Can't link to anchor Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description
  1. Create an anchor
  2. Open link dialog
  3. Change Link Type to "Link to anchor in the text"

Result:No anchors are available

This issue has been reproducible in Webkit and opera from version 3.6 rev [6904]

#7894 Pasting links in IE8 and IE9 no longer working as expected Garry Yao Bug Normal CKEditor 3.6.2 Core : Parser
Description

When pasting links into CKEditor, IE automaticcaly detects the links and converts them into anchor tags. Although the HTML IE generates for this is mal-formed, this used to work quite well in CKEditor. However from 3.5.3 onwards there is a change in this behaviour and extra links are now generated for the pasted content in IE8 and IE9.

To see an example of this, paste the following content (which was generated by IE) into the source view of CKEditor in 3.5.2 and then in 3.5.3. Then switch back to wysiwyg editor and see that the first word on line 2 has been incorrectly converted to a link in the 3.5.3 version.

<P>line 1 <A href="http://www.ibm.comline"><a href="http://www.ibm.com">http://www.ibm.com</a></P>
<P>line</A> 2 <A href="http://ckeditor.com"><a href="http://ckeditor.com">http://ckeditor.com</a></A></P>

We realise that this is essentially a browser issue since the HTML generated is not valid. However we would be interested to know why there is a difference in behaviour between the 2 CKEditor versions. Was there a code change in this area to address another issue? Also, do you think there is any way we could potentially work around this browser limitation for CKEditor 3.5.3 onwards? Any thoughts or comments you have on this would be greatly appreciated.

#7896 IE: table cell properties giving error undefined (table tools, onshow invalid selection) when enterMode = CKEDITOR.ENTER_BR Garry Yao Bug Normal General
Description

Steps to reproduce:

Set config.enterMode = CKEDITOR.ENTER_BR; create a table. click into a single cell, use contextmenu / cell /cellproperties

The error in browser is in tabletools\plugin.js on row 14 where seletion is empty. Fired in tableCell.js onShow(line 504) were this._.editor.getSelection() gives no result.

this only happens in IE. I cannot reproduce this in firefox. tested in IE8/IE7/IE9

Only when enter mode is set to BR.

Also tested on the nightly build. Still was the case.

#7897 [FF4] first execCommand (enterMode:ENTER_DIV) shows cursor in second line instead of first line Bug Normal General
Description

if enter mode ENTER_DIV is used, every first execCommand call shows the cursor in second line but after first input cursor jumps back in first line.

How to reproduce:

  1. open ckeditor with enterMode:ENTER_DIV
  2. focus editor (cursor is in first line)
  3. click on bold/italic... (cursor is in second line)
  4. write some content (content is added in first line)
#7898 Problem with Label for Lock ratio button not changing in High Contrast mode Garry Yao Bug Normal CKEditor 3.6.1 Accessibility
Description

To reproduce the defect:

  1. In HC mode, Open Image dialog.
  1. Navigate to Lock ratio button and press space bar.

Expected Result: Label changes in HC mode to indicate that space bar worked or there should be an indication to the user to indicate the changed value.

Actual Result: Label does not change in HC mode and no other indications are presented to the user to indicate the changed value.

#7899 window.opener.CKEDITOR.tools.callFunction not working in CKEditor 3.6 Bug Normal General
Description

Today I was updating CKEditor from 3.5 to 3.6 and I noticed that the window.opener.CKEDITOR.tools.callFunction is not working anymore.

In 3.5 I used the following code without problems:

window.opener.CKEDITOR.tools.callFunction( funcNum, fileUrl, function() {
    // Get the reference to a dialog window.
    var element, dialog = this.getDialog();
    // Check if this is the Image dialog window.
    if (dialog.getName() == 'link') {
        // Get the reference to a text field that holds the "title" attribute.
        element = dialog.getContentElement( 'advanced', 'advTitle' );
        if (element) {
            element.setValue( trimTitle($('f_title').value) );
        }
    }
});

In 3.6 the above code is not working anymore. When I switch back to 3.5 it's working again.

#7900 FF: Error thrown when opening table dialog on pasted cells Garry Yao Bug Normal CKEditor 3.6.2 Core : Tables
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in FF.
  1. Insert a table.
  1. Enter some text into the cells on the top row.
  1. Copy the cells containing the text.
  1. Place the cursor below the table and paste the copied cells into the editor.
  1. Right click on the pasted cells and open the table dialog from the context menu. See that the rows and columns fields are editable and the columns field is left empty.
  1. Enter a value into the columns field and click ok.

Result: The table dialog remains on the screen. If you check in Firebug you can see that the following error is thrown:

this.$ is undefined
j.insertNode(l.remove());k.insertAfter...rn(this.getName=function(){return i;
ckeditor.js (line 16)

This is reproducible in FF 3.6.8 and 3.6.15

#7901 Images can be inserted as Flash objects Bug Normal General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Open the flash dialog.
  1. Insert the following image URL into the URL field http://a.cksource.com/e/1/img/logo-ckeditor-h100.png & click OK. See that a flash placeholder is inserted into the editor.
  1. Remove the editor.

Result: The image is displayed although it is a flash object.

#7904 IE: We can't apply text/background color with out focus in editor body. Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

Open Ajax sample, with out focus in Editor body click on text or background color drop down menu and select a color.

Expected Result: cursor goes to editor body and the selected text/background color applies to the empty paragraph.

Actual Result: we are getting an error and the error is "null is null or not an object". Cursor goes out of editor body and when we keep cursor in editor body using mouse and type the text the selected text/background color is not applied to the typed text.

Tested in IE6, IE7, IE8 & IE9

#7905 IE: We can't apply font name/font size/paragraph format/ styles with out focus in editor body. Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

Open Ajax sample, with out focus in Editor body click on font name/font size/paragraph format/styles drop down menu and select one of the option in the drop down list.

Expected Result: cursor goes to editor body and the selected font name/font size/paragraph format/style gets applied to the empty paragraph.

Actual Result: Cursor goes out of editor body and when we keep cursor in editor body using mouse and type the text the selected font name/font size/paragraph format/style not applied to typed text.

Tested in IE6, IE7, IE8 & IE9

#7906 Elements path bar is empty when we select font name/font size/text or background color with out focus in editor body Bug Normal General
Description

To reproduce the defect:

Open Ajax sample, with out focus in Editor body click on font name/font size/text color/background color drop down menu and select one of the option in the drop down list.

Expected Result: cursor goes to editor body and elements path bar shows body, p & span tags.

Actual Result: Cursor goes out to editor body but elements path bar is empty. It will show elements only when we type first character.

Tested in FF3.6, FF4, SAFARI 5.0,& OPERA 11.11

#7907 BIDI: Pressing decrease indent on a RTL list item causes a change in language direction Garry Yao Bug Normal CKEditor 3.6.3 Core : Lists
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  1. Click on the RTL button in the toolbar.
  1. Create a bulleted/numbered list.
  1. Apply a paragraph format (e.g. Heading 1) to one of the list items.
  1. Place the cursor in the list item that the paragraph format was applied to & click on the decrease indent button in the toolbar.

Expected: The number/bullet is removed from the list item and it remains RTL.

Actual: The number/bullet is removed from the list item but the langauge direction changes to LTR.

#7908 IE: Unlink option is not always available from the context menu when right clicking on a link Garry Yao Bug Normal CKEditor 3.6.2 General
Description

Steps to reproduce the defect:

  1. Open the Ajax sampe in IE.
  1. Paste the following URL into the editor http://nightly.ckeditor.com/
  1. Right click on the link to display the context menu.

Expected: The context menu is displayed and it contains paste, edit link and unlink

Actual: The context menu is displayed but it only contains paste and edit link. The unlink option is missing.

Note: If you right click on the link again the unlink option is displayed in the context menu.

#7909 Permission Denied to get property Window.document Bug Normal General
Description

Occasionally, upon page load, I will receive:

Permission denied for <http://www.example.com> to get property Window.document

This is being thrown from wysiwygarea/plugin.js:

var doc = iframe.getFrameDocument();

which is calling getFrameDocument() in element.js, which dies on

return $ && new CKEDITOR.dom.document( $.contentWindow.document );

The editor is not being called in any cross domain capacity and as I said, it happens infrequently. Frequency of the issue is increased if the "Disable Cache" option of the Firefox "Web Dev Toolbar" plugin is enabled. This option only sets preferences built into firefox so it is not at fault.

The preferences it changes are:

'browser.cache.disk.enable' 'browser.cache.memory.enable'

Tested Browser is FF 3.6.17

#7910 If forcePasteAsPlainText paste (ctrl + v) doesn't work properly in webkit env Bug Normal General
Description

I'm working with forcePasteAsPlainText = true and when i paste something using ctrl + v in webkit env (chrome, safari...) and wysiwyg mode i got the same text repeated several times. I checked in the code and i found each time you use the function setData ( e.g. editor.setData('aorduno') ) in wysiwyg plugin you will recreate the iframe. So, for each time i recreate the iframe i got the text pasted once.

If i use two times editor.setData('myData') i recreate the iframe two times and then if i want to paste 'aorduno' using (ctrl + v) i got 'aordunoaorduno' as result. This is working alright in other browsers (ff, ie, opera) the only browsers i got this repeated text pasted are from webkit.

#7911 Unable to remove anchor Sa'ar Zac Elias New Feature Normal CKEditor 3.6.1 UI : Context Menu
Description

In the FCKeditor, there was a context-menu option to remove an anchor. In the CKEditor, this option does not exist.

Attempting to remove the anchor by clearing the anchor name displays the error, "Please type the anchor name".

As a result, the only way to remove an anchor is to edit the source.

#7912 Enter key does not work properly Garry Yao Bug Normal CKEditor 3.6.2 UI : Enter Key
Description

IE8

  1. Load this HTML:
<p>test test<span style="display: none">&nbsp;</span></p>
<p>and this is some more text</p>
<p>test<span style="display: none">&nbsp;&nbsp;&nbsp; </span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
  1. Put cursor at end of third line of text by clicking the mouse.
  2. Press Enter key.

Nothing happens. The cursor does not go to the next line.

#7913 setReadOnly does the reverse of what it says it does Bug Normal General
Description

Descriptive summary :

According to http://ckeditor.com/blog/CKEditor_3.6_released , editor.setReadOnly( true ) should turn Read Only mode on, while editor.setReadOnly( false ) sould turn Read Only mode off. In practice, its switched.

Steps to reproduce :

  1. Go to http://nightly.ckeditor.com/6956/_samples/readonly.html in Chrome
  2. Right click inspect to get to your console window
  3. In the console, type: editor.setReadOnly( true )
  4. Verify that the editor is not in read only mode
  5. In the console, type: editor.setReadOnly( false )
  6. Verify that the editor is in read only mode

Browser name and OS :

Chrome, Windows XP

Screenshot :

#7914 setReadOnly does the reverse of what it says it does Frederico Caldeira Knabben Bug Normal CKEditor 3.6.1 General
Description

Descriptive summary :

According to http://ckeditor.com/blog/CKEditor_3.6_released , editor.setReadOnly( true ) should turn Read Only mode on, while editor.setReadOnly( false ) sould turn Read Only mode off. In practice, its switched.

Steps to reproduce :

  1. Go to http://nightly.ckeditor.com/6956/_samples/readonly.html in Chrome
  2. Right click inspect to get to your console window
  3. In the console, type: editor.setReadOnly( true )
  4. Verify that the editor is not in read only mode
  5. In the console, type: editor.setReadOnly( false )
  6. Verify that the editor is in read only mode

Browser name and OS :

Chrome, Windows XP

Screenshot :

#7915 IE: Height value missing from iFrame dialog Garry Yao Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

  1. Open CK Editor and click on IFrame icon.
  1. Enter vales for URL, width(100),height(100) and click OK button.
  1. open Context menu on inserted Iframe and click on IFrame properties option.

Expected Result: IFrame Properties dialog comes up and shows correct values for URL,width & height that we entered in step 2.

Actual Result: IFrame Properties dialog comes up,shows correct values for URL,width that we entered in step 2 but Height value is shown empty.

#7916 Opera: empty values shown for all fields on the dialog when we activate dialog using context menu. Bug Normal CKEditor 3.6.1 General
Description

To reproduce the defect:

  1. Open CK Editor and insert a flash.
  1. Open Context menu on the flash and click on Flash Properties option.

Expected Result: Flash Properties dialog comes up and shows all the values correctly that we entered when inserting the flash.

Actual Result: Flash Properties dialog comes up and all the fields on Flash Properties dialog is empty. but when we bring Flash Properties dialog by clicking on Flash icon in the Tool bar all the values for flash are shown correctly.

same issue with images & iframes

#7917 Regression in fix for #6629 Bug Normal General
Description

This was working fine on 3.5.3, and is broken in 3.5.4 and up. I believe the commit for bug #6629 has caused this.

Steps to reproduce

  • starting with a new blank page
  • switch to source mode
  • Insert <div><p>test</p></div>
  • Switch back to wysiwig
  • Go to the end of "test" and press enter

Result:

<div><p>test</p><p>&nbsp;</p></div><p>&nbsp;</p>

Expected Result:

<div><p>test</p><p>&nbsp;</p></div>
#7918 some of list items in Multilevel lists are pasted as separate lists Bug Normal Plugin : Paste from Word
Description

Copy the multilevel list from attached word doc and paste in to editor.

Expected Result: Multilevel list should be pasted properly.

Actual Result:

last 2 list items in the outer list as pasted as separate list.

Sublist after Number 4 is pasted as a separate list.

#7919 [IE] Creating link without focus inside body creates it inside host document Bug Normal CKEditor 3.6.1 General
Description

In IE, clear the cache and open the AJAX sample. Without focusing the editor, click on the link icon. Insert a URL and hit OK.
Note that the link is inserted at the top of the sample (inside the <h1> really), and a JS error is thrown:

Message: 'null' is null or not an object
Line: 1568
Char: 4
Code: 0
URI: _source/core/dom/range.js

Does not occur in 3.6.

#7922 Can't open dialogs in IE6 Sa'ar Zac Elias Bug Normal CKEditor 3.6.1 General
Description

When opening dialogs in IE6, JS error pops out:

Line:3127
Message: [CKEDITOR.dialog.openDialog] Dialog “link” failed when loading definition
URI: /_source/plugins/dialog/plugin.js

This has occured from revision [6971]

#7924 Safari: Edit Link & Unlink options are not available in the context menu Bug Normal General
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Safari.
  1. Paste the following code into the source view.
<p>Text<a href="http://www.google.com">Link</a></p>
  1. Place the cursor over the link & click the right mouse button to display the context menu.

Result: Only the paste option is available in the context menu. The Edit Link & Unlink options are missing.

#7926 BIDI: Safari: Dialog drop down list items are left aligned in RTL languages Bug Normal Core : BiDi
Description

Steps to reproduce the defect:

  1. Open the languages sample in Safari.
  1. Open the Flash dialog.
  1. Click on the properties tab.
  1. Click on any of the drop down lists.

Result: You can see that the items in the drop down lists are left aligned (see screenshot). The drop down list items should be right aligned.

#7927 bbcode and js event problem Bug Normal General
Description

for example: after paste a image in ckeditor in bbcode mode, (the image is like :

<img src="http://cksource.com/forums/images/smilies/icon_e_biggrin.gif" onclick="alert('abc')">

), then click the View Source button, error occur...

here's my way to fix this problem, hoping the official way

      function purge(d){
         var a=d.attributes,i,l,n;
         if(a){
            l=a.length;
            for(i=0;i<l;i+=1){
               n=a[i].name;
               if(typeof d[n]==='function'){
                  d[n]=null;
               }
            }
         }
         a=d.childNodes;
         if(a){
            l=a.length;
            for(i=0;i<l;i+=1){
               purge(d.childNodes[i]);
            }
         }
      }
      editor.on( 'insertHtml', function(data){
         var t=document.createElement('div');
         document.body.appendChild(t);
         t.innerHTML = data.data;
         purge(t);
         data.data = t.innerHTML;
         document.body.removeChild(t);
      });
#7929 IE6: Can't switch from source to wysiwyg Bug Normal CKEditor 3.6.1 General
Description

In IE6 open ajax sample, switch to source and then back to wysiwyg.

Result You can't switch back to wysiwyg

This has been occurring from rev [6971]

#7930 getSelectedText() function is missing Bug Normal General
Description

Following the javascript API documentation, there must be a function getSelectedText() in the CKEDITOR.dom.selection class.

When calling this function we always get the error "Object doesn't support this method". Also when searching through the source code, the function can't be found.

#7931 New event afterSetMode Sa'ar Zac Elias New Feature Normal CKEditor 3.6.2 General
Description

When changing the mode between "wysiwyg" and "source" you have the event "beforeSetMode". It would be nice to also have the event "afterSetMode". I use that event to resize the editor depending on the mode.

CKEDITOR.editor.prototype.setMode = function( mode )
{
     this.fire( 'beforeSetMode', { newMode : mode } );

     ...

     this.fire( 'afterSetMode' );
};
#7932 Focus jump to top when reentering the iframe (in IE8) Garry Yao Bug Normal CKEditor 3.6.3 Core : Selection
Description

Steps to reproduce :

  • Open demo in IE8
  • Delete some text, so that the body is smaller than the iframe
  • Place Focus in the text somewhere
  • Click outside of the editor
  • Click in the white space in the iframe below the body

Focus jumps to position 1, but should be at the end

Browser name and OS : IE8 on Windows XP

#7933 [IE] Dialogadvtab: changes in styles field are not recorded when immediately closing the dialog Bug Normal General
Description
  • Open the table dialog.
  • Set width=25.
  • Switch to advanced tab.
  • Change the style field to "width:200px".
  • Without blurring the field, click the OK button.

Note that the table is created with width=25px.

#7938 in enterMode BR pasting text (ctrl + V) produces the page scrolling up or down Bug Normal General
Description

I have an installation of CKEDITOR and i'm using shiftEnterMode and enterMode to 'BR' and i got a scrolling up or down issue when i insert text using CTRL + V

To reproduce. (in WYSIWYG)

  • shiftEnterMode and enterMode to 'BR'
  • Enter some text until the scroll appears
  • paste some text using CTRL + V

After that you'll see a scrolling up or down effect on the iframe. I noted this behavior on Firefox 4 not sure about other browsers and haven't check in ENTER_DIV mode.

#7943 Label Style should have float:none Frederico Caldeira Knabben Bug Normal CKEditor 3.6.2 UI : Skins
Description

This problem arises when the containing page has a style on the label element of float: left (or right);

I've attached a picture for clarity from one of the samples (Obviously I added the float on the label). I think we want to provide a standard experience in CKEditor regardless of CSS on the containing page (at least by default!), so I propose adding an entry:

.cke_dialog label {

float: none;

}

to each of the skins dialog.css files

Thoughts?

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