Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1401 - 1500 of 1835)

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Summary Keywords Owner Type Status Priority
#4542 Cannot access Ok/Cancel buttons using tab key Confirmed Review+ Garry Yao Bug closed Normal
Description

Confirmed on:

Safari 4.0/Vista, Opera 10.0/Vista, Opera 9.64/XP

Procedures

  1. Open 'Image' dialog
  2. Tab through the dialog fields until reach 'Ok' button (actually it's impossible, read below)
  3. Actual result:
  • cannot access "Ok" and "Cancel" buttons, instead the whole editor is highlighted and cursor is positioned in the editing area
#4543 Unable to move cursor between hr and table Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Load an editor with the following content and selection:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text^</td>
    		</tr>
    	</tbody>
    </table>
    <hr />
    
  2. Try to move cursor after table by press 'Right Arrow' key;
  • Actual Result: It's impossible to move cursor exactly after the table and before the HR. (For IE, even worse, lots of dummp paragraph generated at the end of this document)

#4546 uiColor creates wrong css-code when editor-id contains colons Confirmed Review+ Garry Yao Bug closed Normal
Description

if you replace your textarea with an editor using uiColor and the textarea id contains an colon (famous in jsf-applications), the generated css-code doesn't work.

Patch for setUiColor: replace s='#cke_'+m.replace('.','
.') with s='#cke_'+m.name.replace(/:/g, '
:').replace('.','
.')

#4547 Load the skin CSS in parallel Confirmed Garry Yao New Feature closed Normal
Description

We're currently loading the skin CSS files only after the plugins files get loaded. This is not really necessary, and these files could be loaded in parallel, while the rest of the editor scripts get loaded.

#4548 Fake comment plugin Confirmed Review- Garry Yao New Feature closed Normal
Description

A fake comment plugin that displays HTML comments with specified pattern as placeholders.

#4549 Make the querystring "anti-cache" feature configurable Confirmed Review+ Garry Yao New Feature closed Normal
Description

The anti-cache feature we have in the editor is generally useful, but may also be an issue on certain cases (as commented in our blog).

To give the proper level of flexibility, we could make this feature configurable, so one could decide to not use it. We'll probably need a global variable for that, like "CKEDITOR_NO_ANTI_CACHE".

#4552 Float panel menu will not respond after the editor instance is re-created. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

check '_samples/ajax.html' (this is from your current distribution)

  1. Create an editor instance.
  2. Click the toolbar buttons such as 'text color' or 'font size' and select something in the float panel menu.
  3. Destroy the editor instance.
  4. Create a new editor instance.
  5. Then the toolbar buttons do not respond when clicked.

Firefox 3.5.3
Windows XP

#4553 checkDirty() returns 'true' when there is no change in context Confirmed Review+ Garry Yao Bug closed Normal
Description

please find the enclosed.

Once an editor is created, just click the editing area, then the checkDirty() returns 'true' even though no change was made.

In other words, the context is empty with code <textarea></textarea>, but checkDirty() returns 'true' nonetheless.

FireFox 3.5.3 Windows XP

#4555 Memory Leak Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Check '_samples/ajax.html' from your current distribution

Repeat creating and destroying editor instances, then the browser takes more and more memory. Even after some time, the browsers still does not free the memory.

IE 8 takes roughly 5MB of memory for each editor instance even after the instance has been destroyed.

FireFox 3.5 takes about 1.2MB of memory for each instance.

Windows XP

#4567 IE8 In source view pres backspace throw error on page Confirmed IE Review+ Garry Yao Bug closed Normal
Description

After update to ckeditor 3.0.1 when i delete text in source view in IE error on page is throw but editor work. It is see on demo page

#4568 right click menus width in other langs Confirmed Discussion Bug closed Normal
Description

Hi

Right click menus width is fixed, and in other languages it's a problem. See the attached file.

Best regards

Jean-mat

#4573 Ignore empty paragraph doesn't work with config.enties = false; Confirmed Review+ Garry Yao Bug closed Normal
Description

If

config.entities = false;
config.ignoreEmptyParagraph = true;

Click editor area. > Empty paragraph gets created. > Change to source view. > Paragraph exists > change back to wysiwyg.

Submit form in wysiwyg mode and the empty paragraph exists in submitted data (since paragraph ends with &nbsp; character not html entity).

#4574 V3: Table merging tools Confirmed Review+ Garry Yao New Feature closed Normal
Description

CKEditor misses the merging tools for table cells that are present on V2.

#4577 link dialog breaks relative urls like href="foo" Confirmed Review+ Garry Yao Bug closed Normal
Description

when you use the link dialog on a link like href="foo" then click OK (without changing anything) the link changes to: href="http://foo"

This corrupts the page.

I solved this by changing the default protocol to "other". If you want to keep http:// as the default, you'll need to update the code that populates the link dialog, so if there's a href with a value, but no protocol, it sets the "protocol" dropdown to "other".

You can reproduce this bug by:

1) go to http://ckeditor.com/demo

2) select a word, click the link icon

3) set the protocol to "other" and the url to "foo"

4) click OK.

5) hit "source" and see that the href="foo"

6) click source again to go back to the normal view

7) click your link, and hit the "link" button again.

8) See that the "protocol" dropdown is now set to "http://" (which is incorrect)

9) without changing anything, click "OK"

10) click the "source" button, and see that your link now has: href="http://foo" (which is incorrect)

#4583 Popup Window Name field is populated with Target Frame Name value. IBM Confirmed Review+ Minh Nguyen Bug closed Normal
Description
  1. Open Link dialog.
  2. Go to the Target tab.
  3. Set the Target field to the "Same Window" option. The Target Frame Name is populated with "_self"
  4. Change the Target field to the "<popup window>" option. The Popup Window Name field is automatically populated with "_self".

Expected result: The Popup Window Name field should be empty. As _self specifies that the current window be replaced with the URL it does not cause a popup window.

#4584 Updated link Target field is not updating when updating to certian values. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Open the Link dialog.
  2. Enter a URL.
  3. Go to the Target tab and set the Target field to "New Window".
  4. Click OK to save and close the dialog.
  5. Select the link in the editor and open the Link dialog to edit the link.
  6. Go to the Target tab and update the Target field to "<not set>".
  7. Click OK to save and close the dialog.

Expected result:
The Target field has been updated to "<not set>".

Actual result:
Open the link dialog and goto the Target tab. Observe that the Target field remains set to "New Window".

This only occurs for specific combinations of original and updated values. See the attached file for test cases.

#4587 Implement fullpage support in preview plugin Confirmed Review+ Garry Yao New Feature closed Normal
Description

As we've introduced full page support at #4067, preview plugin should be affected.

#4588 Implement document properties plugin Confirmed New Feature closed Normal
Description

Port of 'DocProps' dialog to v3.

#4593 Paste from Word dialog does not create an undo snapshot. IBM Confirmed Garry Yao Bug closed Normal
Description

Create a new instance of the editor. Opend the Paste from Word dialog. Enter some text into the dialog and click OK. The content is inserted into the editor but the Undo button is inactive. No undo snapshot gets saved.

#4594 Context menu goes off-screen when mouse is at right had side of screen. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Create an editor instance that spans the with of the screen. Move the mouse to the right hand side of the editor and right click. Observe the context menu is partially rendered off screen. See attached screen shot. The context menu should be rendered to the left of the mouse.

Scroll bars are rendered so it can be accessed if the user moves to the right.

#4595 Template options on the Template dialog are not keyboard accessible. IBM Oracle Confirmed Garry Yao Bug closed Normal
Description

In a instance of the editor access the toolbar by pressing Alt + F10. Navigate to the template dialog button by using the right arrow key. Press enter to open the templates dialog. Try to access the template options using the keyboard, for example, by pressing the arrow keys or tab.

#4596 Image Reset Size and Lock Ratio icons not visible in high contrast mode. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Turn on High Contrast: [XP] Open Control Panel and click on Accessibility Options. Click on the Display tab and select the "Use High Contrast".

In an editor instance open the Image dialog. The Lock Ratio and Reset Size icons are not visible.

#4599 [Webkit] Drag-and-drop images into the tables Safari Chrome Confirmed Bug closed Normal
Description

Note that the table structure became broken. Bug occurs only if cell has any data.

The same bug: http://dev.fckeditor.net/ticket/3481

#4602 IE8 XP SP3 - maximize on long pages cuts off toolbar Confirmed Bug closed Normal
Description

using the example code for "complete sample" from this page: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Integration

if you place enough <br> tags just above the form tag to push the editor instance down on the page so that the scroll bar appears on the browser, and then as the first action after the page loads - press the maximize button, the toolbars are partially or completely gone and the editor cannot be used. If, before clicking on the maximize button, you give the editor focus by clicking on anything in the editor (text or toolbar), then the maximize button works correctly. Note that the number of BR tags needed to cause the bug seems to vary, and the more BR tags, the more the toolbar is off-screen - you can see all the toolbar, some of the toolbar, or none of it depending on how many BR tags there are.

#4603 Unable to disable sub menu items Confirmed Review+ Garry Yao Bug closed Normal
Description

The following form of menu item status definition doesn't work at all in submenu of contextmenu:

getItems : function()
{
	return {
		tablecell_insertBefore : CKEDITOR.TRISTATE_OFF,
		tablecell_insertAfter : CKEDITOR.TRISTATE_OFF,
		tablecell_delete : CKEDITOR.TRISTATE_OFF
		...
	};
}
#4606 AutoGrow plugin Confirmed Review+ Sa'ar Zac Elias New Feature closed Normal
Description

Port AutoGrow plugin to v3.

#4608 Text next to Flash object is missing after save. IBM Confirmed Firefox Garry Yao Bug closed Normal
Description

Using ajax sample.

  1. Create an editor instance.
  2. Click on the Flash button to open the Flash dialog.
  3. Enter the URL for the flash object, and click OK.
  4. Enter some text next to the flash object.
  5. Click the Remove Editor button.
  6. Click the Create Editor button.
  7. Right click on the flash object and select Flash Properties.
  8. Update a property in the General or Properties tabs, and click OK.
  9. Click the Remove Editor button.

The text next to the flash object is now missing. Click the Create Editor button. The text does not appear within the editor.

#4609 [FF2 FF3] Flash object is missing IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Using the ajax sample in either Firefox 2 or 3.

  1. Click the Create Editor button.
  2. Click the Flash button to open the Flash dialog.
  3. Enter the URL for the flash object and click OK
  4. Enter some text after the flash object.
  5. Click the Remove Editor button.
  6. Click the Create Editor button.
  7. Right click on the flash object and select Flash Properties from the context menu.
  8. Update a property in the General or Properties tab and click OK.
  9. Click the Remove Editor button.

The flash object is missing. Click the Create Editor button and observe the flash object within the editor.

#4611 Bug when insert SELECT in a form Confirmed IE Review+ Garry Yao Bug closed Normal
Description

When i insert a HTML/Form/Select in page i have an javascript error Message "nodeValue.length is null or isn't an object."

This message appear after insert the select (Click ok on the dialog Select Popup) and the popup dialog not close

I have the same bug in your site with the demo page "Editor with all features"

IE 6 & 7

#4614 Attribute protection fails because of line-break Confirmed Review+ Garry Yao Bug closed Normal
Description

It's quite a serious bug that our "href" protection logic leaks when we have the following form of input:

<!-- line break after tag name -->
<a 
href="http://ckeditor.com" ></a>
#4618 [IE] the onbeforeunload event of the parent document is being triggered when inserting icon Confirmed IE Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

attaching an example for it. just insert an icon and watch.
notice that when pressing either OK or Cancel the page itself doesn't change.

#4619 firefox doesn't show googlemaps iframes Confirmed New Feature closed Normal
Description

as in subject, if i put a googlemaps iframe in source code firefox (both in windows and linux) stops on "Loading..."

other iframes (winthout the parameter "output=embed") work properly

#4621 Clicking table sometimes generates anothor empty table Confirmed Webkit IE Review+ Garry Yao Bug closed Normal
Description
  • Open CKEditor demo page
  • Ctrl+A and remove all the contents
  • Click 'table' icon from the toolbar
  • Just click OK, and then table with 2x3 cells will added to editor area
  • Click table border to select the table
  • Click just below the table
  • Then, <table> element with no row or column is added there
    • It looks like a horizontal line in WYSIWYG mode
#4622 Pasting table twice will corrupt undo buffer Confirmed Review+ Garry Yao Bug closed Normal
Description
  • Open CKEditor demo
  • Select the table at the right side
  • Copy the table by Ctrl+C or by the toolbar icon
  • Paste the table anywhere in the editor
  • Paste it on another place again
  • Undo by Ctrl+Z or by the toolbar icon
  • Undo again, then the 1st table pasted will remain still.
#4625 CK Editor stays visible when parent DIV is hidden Confirmed Review+ Garry Yao Bug closed Normal
Description

Place a CK Editor inside of a DIV. Change the visibility style of the enclosing DIV to "hidden". Enclosing DIV hides itself, but the CK Editor stays visible. Tested in FireFox 3.5.

If you change the "display" CSS property of the enclosing DIV to "none", the CK Editor does properly go away.

Hiding the editor in some way is very useful, for example, when dragging and dropping an area of the screen that may contain an editor instance. You may want to hide the editor during the drag or hide the entire source area.

#4630 [FF] Unable to open context menu on flash Firefox Confirmed Bug closed Normal
Description

Open the ajax sample with Firefox.

  1. Click the Create Editor button.
  2. Click on the Flash button to open the Flash Dialog.
  3. Enter the URL for the flash object and click OK.
  4. Click the Remove Editor button.
  5. Click the Create Editor button again.
  6. Right click on the flash object to open context menu.
  • Actual Result: Observe that it's not possible to open context menu.
#4632 Page break does not work in IE8 Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

On the demo web page, http://ckeditor.com/demo, insert a page break anywhere and print the page. The page break does not cause a page break when printed. The same issue occurs in FCK 2.6.5. Did not try in other browsers.

#4642 Invalid HTML causes infinite loop in IE Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

This bug was introduced here: http://dev.fckeditor.net/ticket/2156

In IE, paste the following content in the source mode:

<p id="1"><strong></span></p>
<p id="2"><strong></span></p>
<p id="3"><strong></span></p>
<p id="4"><strong></span></p>
<p id="5"><strong></span></p>
<p id="6"><strong></span></p>
<p id="7"><strong></span></p>
<p id="8"><strong></span></p>
<p id="9"><strong></span></p>
<p id="10"><strong></span></p>
<p id="11"><strong></span></p>
<p id="12"><strong></span></p>
<p id="13"><strong></span></p>
<p id="14"><strong></span></p>
<p id="15"><strong></span></p>
<p id="16"><strong></span></p>
<p id="17"><strong></span></p>
<p id="18"><strong></span></p>
<p id="19"><strong></span></p>
<p id="20"><strong></span></p>
<p id="21"><strong></span></p>
<p id="22"><strong></span></p>

then switch back to wysiwyg, press source button again - IE hangs and enters an infinite loop, after a while it asks whether script execution should be stopped.

The problem is caused by FCKXHtml._RemoveXHtmlJobProperties() function in fckxhtml_ie.js.

#4649 The new color picker is not keyboard accessible Confirmed IBM Review+ Garry Yao New Feature closed Normal
Description

The color picker dialog that allows the user to set the table cell background and border color is not keyboard accessible.

#4650 Can not select image when navigating text with arrow keys. IBM Confirmed Review? Garry Yao Bug closed Normal
Description
  1. Add some text, insert an image, and add some more text after the image.
  2. Using the left arrow key move the cursor back to select the image.

Observe that the cursor by-passes the image an moves to the text before the image. This prevents the user from opening the image context menu using the keyboard.

#4651 [FF] Deleted and Inserted text styles being rendered IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Using the Ajax sample.

  1. Create an editor instance.
  2. Insert some text.
  3. Select the text and apply the "Deleted Text" style.

Observe that the text does not change.

When you remove the editor from the page the text remains the same. The text does get surrounded by del elements. It may be due to the fact that del and ins elements are not allowed to contain block elements when they are used like inline elements.

#4654 Default label for rich combo doesn't work Confirmed Review+ Garry Yao Bug closed Normal
Description

Specifically, CKEDITOR.config.font_defaultLabel and fontSize_defaultLabel is not working at all.

#4660 Translation updates for Norwegian Confirmed Task closed Normal
Description

Complete norwegian translation for ckeditor

#4661 Translation missing in link dialog Confirmed Review+ Minh Nguyen Bug closed Normal
Description

On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key.

(The text "other" should be possible to translate)

		id : 'protocol',
		type : 'select',
		label : editor.lang.common.protocol,
		'default' : 'http://',
		style : 'width : 100%;',
		items :		
			[ 'http://' ],
			[ 'https://' ],
			[ 'ftp://' ],
			[ 'news://' ],
			[ '<other>', '' ]
		],

#4665 [IE] Behavior for pasting from Excel is changed in 'pasting' branch Confirmed Review? Garry Yao Bug closed Normal
Description

I tried the new pasting feature listed in #4379, and I found that the behavior is changed when I copy & paste from Excel.

Before, the borders of Excel cell was reflected in the CKEditor, but in the pasting branch, borders are no more copied.

#4672 Undo not removing added horizontal line IBM Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Enter some text.
  2. Click the Insert Horizontal Line button.
  3. Click the Undo button.

Observe that the horizontal line is not removed. Continuously clicking the Undo button will eventually remove the horizontal line.

#4673 Undo not available straight away if shift key is used to enter first character. IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When entering some text into the editor use the shift key to capitalize the first character. Observe that the Undo button is not active until about 15 characters have been entered.

#4674 Undo not working for Smileys, Page break and Anchor after HTML source mode. IBM Confirmed Garry Yao Bug closed Normal
Description
  1. Enter a Smiely, page break or anchor.
  2. Click Source to enter HTML mode.
  3. Click Source again to enter Rich Text mode.
  4. Click Undo and observe the simley, page break or anchor is not removed.
#4676 Editing tables using table properties dialog overwrites table's style values IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When a table is edited using the table properties dialog, its style attribute is overwritten with values from the dialog, including those style values that the table dialog does not manage, e.g. float, background-color etc.

E.g.

  1. Create a default table
  2. Edit the table in source mode and add background-color
    <table border="1" cellpadding="1" cellspacing="1" style="background-color: red; width: 200px;">
    	<tbody>
    
  3. Go back to WYSIWYG mode and edit the table properties, leave default values and press OK.

Notice that the table's styles have been reset.

#4677 Keyboard navigation problem with tabs in image dialog Confirmed IBM Review+ Garry Yao Bug closed Normal
Description

To Reproduce the Issue on the Link Tab.

Open the CK Editor.
Access the Tool bar by Pressing(ALT+F10)
Navigate to Insert Image Icon.
Press Enter.
on the Insert Image Light Box Navigate to Link Tab by Pressing Alt+F10 and then Press Tab
Press Enter.

Actual result: Focus is going no where..The User has to Press Tab twice in order for the Focus to go back in to the First Field.which is URL Text Field.so JAWS is not Reading any thing until the User Press the Tab Key Twice..This will confuse the User whether he is on the Light Box..or the Focus has gone out of the Window.

This will also happen when you Reach the Cancel Link and then we have to Press Tab Twice in order for the Focus to go back to URL Text Field..

Expected result: Focus should go to the URL Text Field and JAWS should Read URL Edit Type and Text..so the User can Understand that there is an Input Text box.

#4682 Content of any tag with width or height property is not editable in IE7 and IE8 Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

When creating a div with width (in source mode), the content of the div is not editable in the WYSIWYG mode. Code for example:

<div style="width: 300px">
	<p>
		1234<br />
		5678</p>
</div>

Also checked on the Nightly build (current ver: 4483) Firefox doesn't seem to have this bug.

#4685 Text color not set to Automatic when Automatic is selected. Confirmed IE8 Garry Yao Bug closed Normal
Description
  1. Select some Text color. Write text.
  2. Select <Enter key> and select Text color as automatic.

The color is not changed to black.

Also sometimes it happens as follows:

Enter text on different lines by changing Text colors as specified in the text.

Red
Green
Orange
Blue
Brown
Automatic

When we select Automatic, it takes the color as Blue.(i.e the color which is there two lines above).

On click of automatic, I want to set the text color as black. Please provide the solution.

#4688 SCAYT affecting IsDirty and ResetIsDirty. Confirmed, HasPatch Bug closed Normal
Description

Using 2.6.5. Windows NT. FireFox 3.0.15.

There seems to be some kind of timing/race condition that causes ResetIsDirty to fail (or causes something else to come along later, after ResetIsDirty has been called, and flags the editor as "dirty") if 1) SCAYT is enabled and 2) there is at least one misspelled word somewhere within the editor text (highlighted with a red underline).

The specific scenario involves retrieving the editor contents (HTML) from a database and setting it into the editor via SetText. Obviously, I don't want this newly retrieved text to be considered "changed/dirty" (from the user's perspective) so within the OnAfterSetHTML handler I invoke ResetIsDirty. This works perfectly and reliably...UNLESS the conditions mentioned above are present. In the SCAYT scenario, the invocation of ResetIsDirty that occurs within OnAfterSetHTML seems to be ignored or something else comes along after it's invoked and marks the editor as dirty, perhaps as a result of the slight delay introduced by the spell check operation that eventually marks the incorrect word with the red underline. The end result is that the editor says it is Dirty even though no editing of the text has occurred.

Thank you.

#4690 htmlParser goes wrong with empty inline elements Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Having htmlParser deal with the following input:

<span><span></span>text</span>

With incorrectly yield:

text
#4692 CKPackager remove mandatory parenthsis Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

For the following codes

array.splice( ( length--, i-- ), 1 );

CKPackager will output into:

array.splice( length--, i--, 1 );
#4702 Removing text colour and background color in high contrast mode prevents focus to toolbar buttons after them. Confirmed IBM Garry Yao Bug closed Normal
Description
  1. Change the system visibility to high contrast mode.
  2. Open an instance of the editor.
  3. Access the toolbar by pressing ALT+F10.
  4. Observe that text colour and background colour menus are not displayed.
  5. Press tab until you reach the font size menu.
  6. Press tab again.

Observe that focus is now on the source button, not the maximize button as expected.

#4707 CKEditor image Toolbar resubmits on click in IE 7 and FireFox 3.0.x Confirmed Review+ Wiktor Walc Bug closed Normal
Description

Hi,

When I click the image icon in CK Editor, the Image Properties

is displayed. The issue noted is:

1)The page url gets resubmitted in Firefox/3.0.15

2)An empty url gets submitted in IE7

On close of Image Properties an empty url gets submitted in IE7 and gets aborted.

This cause lot of issue as duplicate records get created and empty mails sent to the user.

I have searched google for the last two days but could not find any solution.

Any help in this regard is appreciated.

#4708 Missing configuration from pre-3.0: HtmlEncodeOutput Confirmed Review+ Garry Yao New Feature closed Normal
Description

It would appear that the 3.0.1 build does not contain a very important configuration for ASP.NET (and ASP.NET MVC) - the ability to encode the HTML prior to the form submission.

ASP.NET balks at any content being submitted that contains a < and a > with the message "A potentially dangerous Request.Form value was detected from the client"

This functionality was added in #1266 in a prior release.

It is possible to circumvent the issue with setting a "ValidateInput=false" setting however this is set either at the page level or the method level. Ideally this would be as granular as the field in question but those facilities do not exist at this time.

The ideal situation would be to have CKeditor pre-encode the content before submission to the server.

Workarounds available:

#4709 [IE6] Inconsistent scrollbar behavior IE Confirmed Review+ Garry Yao Bug closed Normal
Description

This issue does not occur if you don't click on the editing area before clicking on the scrollbar (e.g. switch from source to wysiwyg mode and click on a scrollbar).

Steps to reproduce:

  • open http://ckeditor.com/demo
  • copy the sample content in the editor and paste it at the bottom to have two copies in the editing area (just to have more content in the editor)
  • click on the first "Little Red Riding Hood" header at the very top
  • click on the scroll down arrow (or below the scrollbar)
  • result: the scrollbar jumps down and up and it is impossible to scroll down.
#4711 entering text after a newline within pre-tags Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. use this piece of code:
<pre>Hello world!
Bla, bla, bla
</pre>
  1. make two or three newlines between the first and second row
  2. go to the first/second created line and type some text

The cursor jumps to the next row and the text is to be printed.

#4714 JavaScript error when we edit Flash Property Confirmed Review+ Garry Yao Bug closed Normal
Description

When we edit Flash property with Internet Explore, we get JavaScript error.

  1. Insert Flash into CKEditor.
  2. Open Flash Property Editor.
  3. Submit it. We got error.

The attached is the patch to fix this propblem.

#4715 Image dialog requests HTML page Confirmed Review? Bug closed Normal
Description

Steps to reproduce:

  • Launch some tool to trace HTTP requests.
  • Open http://example.com/ckeditor/_samples/replacebyclass.html (or any other page with CKEditor).
  • Open image dialog.

Requested files:

  • http://example.com/ckeditor/_samples/ <- this one should not be requested at all
  • http://example.com/ckeditor/skins/kama/dialog.css?t=99GE
  • http://example.com/ckeditor/skins/kama/images/mini.gif

Confirmed at least on IE8.

#4716 [IE7] Cursor remains in editor when you tab to following form button. IBM Confirmed IE Review+ Garry Yao Bug closed Normal
Description

If the editor is the last component in a form and you tab out to apply focus to a button the cursor remains visible. If you enter text it will go into the editor at the cursor. If you press Enter the button, which has focus, will be pressed.

Insert an input field after the editor and before the button. Tab from the editor to the input field. The cursor is moved from the editor to the input field as normal.

#4717 Remove Link and Outdent buttons should be disabled before editor gets focus IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When an editor instance gets created the Remove Link and Outdent buttons are enabled. When the editor first gets focus these buttons are disabled if they do not apply to the current text. The buttons should be initially disabled by default, and then, when the editor gets focus, only enabled if they apply to the current text.

#4719 IE does not escape attribute values properly Confirmed IE Review+ Minh Nguyen Bug closed Normal
Description

reproduce: (in WYSIWYG mode)

editorObj.setData('<a href="#" x="&lt;a b=&quot;c&quot;/&gt;">a</a>')

In IE you will see: " _cke_saved_href="#">a

source code:

<a href="http://localhost/t/backend/#" x="<a b=">&quot; _cke_saved_href=&quot;#&quot;&gt;a</a>

instead of: a

source code:

<a href="#" x="&lt;a b=&quot;c&quot;/&gt;">a</a>
#4721 Checkbox "value" cannot be removed Confirmed Review+ Minh Nguyen Bug closed Normal
Description
  1. Load the following HTML:
<p><input type="checkbox" value="My Value" /></p>
  1. With IE, right-click the checkbox and open the properties dialog.
  2. Delete the value field and confirm the dialog.
  3. Go to source.

The "value" attribute should disappear, but it's still there, with the original value.

It works well when changing the value instead.

#4724 [IE8] Create link hypertext Confirmed IE Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

(sorry for my english level)

Using IE8 ,in the window for create link, if i paste "http://www.google.com" with right click mouse, and i valid with mouse. The link src contain two "http://"

#4725 hitting return after html comment produces an error "t.getName is not a function" Confirmed Review+ Garry Yao Bug closed Normal
Description

hi,

when a paragraph ends in an html comment, hitting the enter key with the cursor positioned at the end of this paragraph (to create a new paragraph) throws an error "t.getName is not a function" (line 29 ckeditor.js).

<p>Any old para.<!-- any old comment --></p>

Windows Vista SP2 FF 3.5.5

#4729 Support fakeobjects for comments Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Currently, it's not possible to replace HTML comments with fake elements. We should provide support for it.

#4734 [IE8] Font size resets when font name is changed in an empty numbered list. Confirmed IE8 IBM Review+ Garry Yao Bug closed Normal
Description

Use IE8 with compatibility mode off.

  1. Open the Ajax sample and click the "Create Editor" button.
  2. Tab into the editor content area.
  3. Click the Numbered List button to start a list (leave it empty).
  4. Select a font size.
  5. Select a font family.

Observe that the font size field resets to "Size"

#4736 Page Up/Down keys in wysiwyg not working well Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

WinXP, affected all IE versions, with the following config:

config.docType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';

Reproducing Procedures

  1. Open a sample page with contents long enough to appear the scrollbar.
  2. Put cursor at the beginning of document and press 'PageDown' key.
  • Actual Result: Though the selection is changed, the scrollbar is not moved a bit at all.
  • Expected Result: The cursor's scrolling into the desired position.
#4738 Inserting table inside bold/italic/underline generates error on ENTER_BR mode Confirmed Review+ Garry Yao Bug closed Normal
Description

It happens on IE and FF. Chrome seems to work fine. It seems to happen when the breadcrumb points 'body strong', and NOT happen when 'body p strong'.

steps to reproduce

  • Edit config.js to enable ENTER_BR mode.
    config.enterMode = CKEDITOR.ENTER_BR;
    
  • Open any sample page.
  • Goto source mode, and remove all texts.
  • Back to WYSIWYG mode, type some text.
  • Click B/I/U icon from toolbar.
  • Click Table icon from toolbar.
  • Press OK.
  • Then, javascript error occurs at elements.js(l.201), and typed text will cleared.
    • Error says: 'this.$ is null or not an object' (translated)
#4740 CKLangTool does not recognize entries in single quotes Confirmed Review+ Bug closed Normal
Description

As the title says. CKLangTool does not recognize properly entries in single quotes, like for example:

	colors :
	{
		'000' : 'Schwarz',
		'800000' : 'Kastanienbraun',
		'8B4513' : 'Braun',
		'2F4F4F' : 'Dunkles Schiefergrau',
		'008080' : 'Blaugrün',
	...

such entries are replaced with english words.

This issue will be fixed in #3698, because a new way of loading/parsing files will be introduced there.

#4743 Dialog plugin contains a call to console.log HasPatch Confirmed Bug closed Normal
Description

The dialog plugin currently logs to the console if a dialog cannot be loaded.

#4746 insertHtml left trim text Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'api' sample page, load the editor with the following content and selection.
    some^text
    
  2. Load the insertion area with the following content:
     insertion 
    
  3. Click on 'Insert HTML' button.
  4. Switch to 'Source' mode.
  • Actual Result:
    <p>
    	someinsertion text</p>
    
  • Expected Result:
    <p>
    	some insertion text</p>
    

Note that the left side whitespace has been trimmed, which is wrong.

#4748 webkit: buttons inside the dialogs are right aligned WebKit Confirmed Review+ Garry Yao Bug closed Normal
Description

Load for example the upload tab in the image dialog, the "send to server" button is at the right side in Safari and Chrome.

This is due to the float:right rule added in #3639

#4761 IE8 scrollbar position is reset on unfocus in code view Confirmed IE Garry Yao Bug closed Normal
Description

Hi,

When looking at code view in an editor instance in IE8, the scrollbar will be reset to the top of the text when clicking outside of the editor.

(You'll have scroll a bit down to reproduce the problem.)

#4762 Buggy scrollbar in source view IE8 Confirmed IE Review+ Garry Yao Bug closed Normal
Description

This is the weirdest bug i've seen in a while:

In an editor instance in Internet Explorer 8, with compatibility mode disabled, when looking at 'code view' and with some :hover declaration declaren anyware in the page (that contains the editor), the scrollbar of the editor starts 'blinking' and scrolling up when hovering over and out the textarea.

The :hover declaration is the containing page could be something like

<style type="text/css">
   somethingthatisnotA:hover { color: #ABC; }
</style>

and that declaration has nothing to do with the editor at all! To reproduce this problem, please try the following

#4763 Invalid behavior when pressing enter on selected text Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

I managed to confirm this on FF 3.5.5. I cannot reproduce it on IE8. It happens only when <br /> is at the end of line (regardless of enterMode).

Steps to reproduce

Paste the following text in soruce mode:

TEST1&nbsp;&nbsp;&nbsp; TESTESTTEST T1<br />
TEST2&nbsp;&nbsp;&nbsp; TESTESTTEST T2<br />
TEST3&nbsp;&nbsp;&nbsp; TESTESTTEST T3<br />
  • switch to WYSIWYG mode
  • put the cursor after TEST2
  • press shift-end, to select everything until the end of the line
  • then, press enter
  • the content suddenly looks like this :
TEST1    TESTESTTEST T1
TEST2
    TESTESTTEST T2
TEST3    TESTESTTEST T3

Where you would expect it to be something like :

TEST1    TESTESTTEST T1
TEST2

TEST3    TESTESTTEST T3
#4765 FCKeditor + ColdFusion - potential function name clash Confirmed Review+ Wiktor Walc New Feature closed Normal
Description

In ColdFusion there are already functions like:

  • FileCopy
  • FileDelete
  • FileExists
  • FileMove
  • FileOpen
  • ...

it is a matter of time when another FileXYZ functions will be added. In FCKeditor built-in file manager we're using "FileUpload" as a name for one function. It should be renamed to something that will definitely not interfere with other existing names.

#4767 CKEditor does not work when ckeditor_source.js is loaded in the <body> tag Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

When

<script type="text/javascript" src="ckeditor_source.js"></script>

is placed inside of the <body> tag, CKEditor doesn't load (tested on FF 3.5.5, IE8, Opera 10.. probably doesn't work in every browser).

Error in Firefox:

CKEDITOR.env is undefined
http://example.com/ckeditor_31/_source/core/loader.js
Line 165
#4768 IE: Context menu throws js error Confirmed IE Review+ Garry Yao Bug closed Normal
Description

When loading the editor sample and right-clicking directly in the editor are without putting the editor focus first, a js error is thrown.

It happens also when right-clicking the white area after the editor contents, even after placing the cursor inside the text.

#4773 fileBrowser plugin overwrites any onClick function for a fileButton element Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

The fileBrowser plugin applies its own "fileUpload" function to the onClick handler of the fileButtons, without any regards to any such handler specified in the definition of the object.

Unfortunately, the big anonymous function makes quite hard to workaround this or other improvements from a plugin.

The solution here is to change

if ( url )
{					
	element.onClick = uploadFile ;
	element.filebrowser.url = url;
...

to a wrapper that includes the previous handler:

if ( url )
{					
	var onClick = element.onClick;
	element.onClick = function( evt )
	{
		// "element" here means the definition object, so we need to find the correct
		// button to scope the event call
		var sender = evt.sender
		if ( onClick && onClick.call( sender, evt ) === false )
			return false;
		return uploadFile.call( sender, evt );
	};

	element.filebrowser.url = url;
...
#4776 Preview page fails to open with relative URL on link in IE Confirmed IE Review+ 3.0.2 Garry Yao Bug closed Normal
Description

Environment

WinXP, IE8 Standards Mode.

Reproducing Procedures

  1. Open 'replacebyclass' sample pages, click on 'CKEditor' to open link dialog.
  2. Update the URL field with '../images/logo.gif' and click 'OK'.
  3. Click on 'Preview' button.
  • Actual Result: JavaScript error thrown.
#4777 Toolbar layout incorrect in IE7 Confirmed IE7 Bug closed Normal
Description

Toolbar bottom height is eaten up on 3.1.x branch as in the attached screenshot.

#4778 Undo icon does not get enabled on click of Paste Confirmed Bug closed Normal
Description

I am using FCKeditor version 2.4.2. On pasting data in editable area using Paste icon, the Undo icon does not gets enabled. Undo is getting enabled on all other actions except paste. Please guide me what and where the code needs to be changes for enabling Undo on click of Paste.

Regards Babita

#4779 Setting CKEditor width should automatically adjust resize_minWidth Confirmed Review+ Garry Yao New Feature closed Normal
Description

same applies for editor height.

Consider the following scenario: page with a column having fixed width 540px and padding 20px. Developer sets CKEditor width to 500px.

Now user entering text in CKEditor wants to change editor's height. What will happen? CKEditor will automatically resize to 750px (default resize_minWidth is 750px).

Instead of forcing developers to look for resize_minWidth and setting it to lower value than width, I think we should change resize_minWidth to width automatically if width has been set and is lower than resize_minWidth.

#4781 Insert any template content start with html table result in empty paragraph Confirmed 3.0.2 Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Reproducing Procedures

  1. Open 'replacebyclass' sample pages, open 'Templates' dialog.
  2. Make sure 'Replace actual contents' is checked and click on 'Strange Template' to insert it.
#4786 Changing paragraph format doesn't work in some situations Confirmed Review+ 3.0.2 Frederico Caldeira Knabben Bug closed Normal
Description

This is a regression bug, works in CKEditor 3.0.1.

Steps to reproduce:

  • open replacebyclass sample
  • select the whole first line
  • change format to "Formatted"
  • expected result: text is surrounded with <pre> tag
  • actual result: no changes (<p> tag is still there)

#4789 [Safari] Changing image properties produces lots of duplicated styles Confirmed Safari 3.0.2 Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

  • paste the following code in source mode:
    <p>
    	<img align="left" alt="" height="168" hspace="10" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" width="120" /></p>
    
  • switch to wysiwyg mode
  • click on the image and open the image dialog
  • change border, hspace, vspace
  • click ok
  • open image dialog again
  • change border, hspace, vspace to some other values
  • click ok
  • result:
    <p>
    	<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="border-color: initial; border-color: initial; border-color: initial; border-color: initial; border-top-width: 7px; border-right-width: 7px; border-bottom-width: 7px; border-left-width: 7px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: initial; margin-left: 8px; margin-right: 8px; margin-top: 9px; margin-bottom: 9px; float: left; width: 120px; height: 168px; " /></p>
    
  • border-color: initial; is repeated a couple of times
  • the number of repeats increases every time we change border/hspace/vspace properties

This bug probably has been introduced in #4246.

#4791 Problem with moving focus to a form element Confirmed Review+ Garry Yao Bug closed Normal
Description

Problem exists at least in FF 3.5.5.

Steps to reproduce

  • paste the following code in source mode:
    <p>
    	aaa</p>
    <form action="action" method="get" name="name">
    	<input checked="checked" name="dfgd" type="checkbox" value="dfgd" /></form>
    <p>
    	bbb</p>
    
  • switch to wysiwyg mode
  • try moving focus to the form element
  • problem: although it is possible to move focus to the form element, cursor is not visible

Problem doesn't exist until we switch to source mode (if we add the checkbox element in wysiwyg mode, it is possible to move focus using a mouse, using arrow keys always doesn't work).

#4793 SCAYT causing lots of duplicate tags IE Confirmed Bug closed Normal
Description

Confirmed in IE8.

Steps to reproduce:

  • enable SCAYT
  • paste the following in source mode:
    <p>
    	<strong><strong>Gdynia</strong> Warszawa Poznan Krakow </strong></p>
    
  • switch to source mode and back to wysiwyg mode a couple of times
  • result:
     <p>
    	<strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>Gdynia</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong> Warszawa Poznan Krakow </strong></p>
    
#4795 [IE] Deleting focused horizontal line/table by DEL key generates javascript error Confirmed IE Review+ Garry Yao Bug closed Normal
Description

To Reproduce

  • Open sample page with IE
  • Click HR button from toolbar
  • Press 'Delete' key
  • Error occurs on line.210 of selection/plugin.js
#4798 Opera: using tab key makes input fields undeitable Confirmed Opera 3.0.2 Review+ Garry Yao Bug closed Normal
Description

This is a regression bug.

Steps to reproduce

  • open any dialog (link dialog for example)
  • press tab once
  • click cancel button with your mouse
  • result: no errors in the error console... but if you now open any dialog with the input element, you'll not be able to type there anything.
#4800 Opera: when SCAYT is enabled, it is impossible to create new paragraph Confirmed Opera Bug closed Normal
Description

Steps to reproduce

  • type some text
  • enable SCAYT
  • press enter, type some text
  • result: new paragraph is not created, text is added at the end of previous paragraph, an error is reported in the error console:
    Event thread: keyup
    Error:
    name: TypeError
    message: Statement on line 3677: Cannot convert undefined or null to Object
    stacktrace:   Line 3677 of linked script http://svc.spellchecker.net/spellcheck3/lf/scayt/_base3.xd.js
        while(node!=_3ad.test(node.nodeName)&&!node.previousSibling){
      ...  Line 47 of linked script http://svc.spellchecker.net/spellcheck/lf/scayt/scayt1.js
        function(){return _119.apply(_118,arguments||[]);}
    
#4807 Setting background/text color doesn't work Confirmed Bug closed Normal
Description

Confirmed in Safari 4.0.4 and Opera 10.10 @ Win XP.

Steps to reproduce

  • start with a blank page
  • click "Text Color" button (or "Background Color") and select red color
  • type some text
  • expected result: created text is red
  • actual result: text is black
#4810 Text change request for image properties dialog preview label IBM Confirmed Review+ Garry Yao New Feature closed Normal
Description

Image Properties Dialog / Image Info tab

We've received requests from users to change the label "Preview" to something else. The users are confused by the "Lorem Ipsum" text. They think the text is going to be inserted when they click OK. One suggestion for a different label is "Image Preview and Placeholder Text".

#4812 'Esc' key is not working for dialog on Opera Confirmed 3.0.2 Opera Review+ Garry Yao Bug closed Normal
Description

Press 'Esc' doesn't close the dialog in all dialogs on Opera.

#4817 FCK Editor Jump IE8 BUG IE Confirmed Bug closed Normal
Description

When i have a font tag that wrap alot of text and i like to edit the text in the middle it is put the pointer all the time on the start of the font tag.

If i have a scroller it is jump me up and i cannot edit the text. I test it on the newest version of CKEditor and it has not been fixed.

Example:

  1. Open IE8
  2. Paste this code on the source mode of FCK/CKEditor:
<font>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br>
</font>
  1. Scroll down and try to edit the text.
#4822 [IE] Applying 'Headers' to existing table does not work Confirmed Review+ Garry Yao Bug closed Normal
Description

To Reproduce

  • Open CKEditor sample
  • Click 'table' button from toolbar
  • Just click OK to add a new table
  • Right click inside of first cell and select table properties
  • Change 'Headers' from 'None' to 'First Row'
  • Click OK
  • Then, 'invalid argument' error occurs at l.982 of selection/plugin.js, and whole content is removed from editor!
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
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