Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (501 - 576 of 576)

1 2 3 4 5 6
Ticket Summary Keywords Owner Type Status Priority
#8999 Cannot edit label elements Firefox Webkit Bug confirmed Normal
Description

When I click on a "label" element the field that the label is defined for ("for" attribute) get focused so I cannot modify the label.

Affected : Firefox 12.0 on Linux, Chromium 18 on Linux, Safari 5.1.7 on Windows Works on : Internet Explorer 9 on Windows, Opera 11.62 on Windows.

#9145 Dialog buttons are cutoff from top Firefox Webkit Bug closed Normal
Description

Clearly noticable at the select input dialog, but all buttons are affected, including OK and Cancel. The buttons are a bit cutoff from top.

#16813 editor.getSelectedHtml returns incorrect data Firefox Webkit Bug closed Normal
Description

Because of clipboard plugin use editor.getSelectedHtml, this bug can reproduce with copy/paste. I also created plugin "bugdemo" to show how to repriduce the bug. You can download ckeditor with plugin "bugdemo" here: https://drive.google.com/file/d/0Bxtv10NlSOEbenRvWUtJeGhqV2c/view?usp=sharing Also, see vidio record with bug reproducing: https://drive.google.com/file/d/0Bxtv10NlSOEbVU9POE9RenZkblE/view


Steps to reproduce ("clipboard" plugin)

  1. download zip archive https://drive.google.com/file/d/0Bxtv10NlSOEbenRvWUtJeGhqV2c/view?usp=sharing , exstract it and open samples/index.html
  2. Select text "Lorem"
  3. Open and close any dropdown menu
  4. Copy selected text "Lorem" by clicking 'copy' button in toolbar.
  5. Paste selected text by clicking 'paste' button in toolbar. (CTRL + V)

Expected result ("clipboard" plugin)

Inserted text is "Lorem"

Actual result ("clipboard" plugin)

Inserted text is "Lorem ipsum dolor sit amet. Hello CKE" (all first text node)


Steps to reproduce (custom "bugdemo" plugin)

  1. download zip archive https://drive.google.com/file/d/0Bxtv10NlSOEbenRvWUtJeGhqV2c/view?usp=sharing , exstract it and open samples/index.html
  2. Select text "Lorem"
  3. Open and close any dropdown menu
  4. Click 'owl' button in toolbar.

Expected result (custom "bugdemo" plugin)

See text "~Lorem~"

Actual result (custom "bugdemo" plugin)

See text "~Lorem ipsum dolor sit amet. Hello CKE~"


Other details (browser, OS, CKEditor version, installed plugins)

Reproduced only in CKEditor Inline Editing.

Environment: Windows 7, Chrome 56.

#8695 Reset fonts Firefox, Webkit Bug confirmed Normal
Description
  1. All browsers
  2. Steps to reproduce:
  • choose font style ( "bold" for example)
  • type something
  • then press Enter twice
  • then move on the previous line, using mouse

Result: Bold font was reset Expected result: If any font style was chosen, it keeps still while typing. Screens are attached

#8722 [FF, Webkit]: ForeAsPlainText splits span tags Firefox, Webkit Bug closed Normal
Description

To reproduce:

  1. Paste the below code in CKEditor
    <span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">This is </span></span>
    
  2. Paste the below code into console or use PasteAsPlainText plugin
    CKEDITOR.instances.editor1.insertText("Hello, world");
    
  3. Put cursor here: Th^is is
  4. Execute console command or use PasteAsPlainText plugin.

Results:
Firefox and Chrome split each section in separate spans whereas IE and Opera do the expected and join all together. Safari drops formatting.

IE and Opera OK-

<p>
	<span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">ThHellois is </span></span></p>

Firefox -

<p>
	<span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">Th</span></span><span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">Hello, world</span></span><span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">is is </span></span></p>

Chrome -

<p>
	<span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">Th</span></span><span style="font-family: arial, helvetica, sans-serif; ">Hello, world</span><span style="font-family: arial, helvetica, sans-serif; ">is is</span></p>

Note also that Chrome drops font-size if it is default 12px. If you use font-size E.g 13 you will get spans like: <span style="font-family: arial, helvetica, sans-serif; font-size: 13px;">

Safari -

<p>
	<span style="font-size: 12px;"><span style="font-family: arial,helvetica,sans-serif;">Th</span></span>Hello, worldis is</p>

All issues have been reproducible from CKEditor 3.5. Before this version text was pasted without any formatting. From 3.5 there is an improvement but there is still something missing.

Exception is the Safari where it seems that this particular part was working till CKE 3.4.3 and was broken in CKE 3.5.

#3473 [FF] Bogus doubled line break nums Firefox Webkit Review+ Garry Yao Bug closed Normal
Description

Currently the padding block bogus br logic is not right, it's appending the br for every newly established block, which sometimes cause too much line breaks:

Reproducing Procedures

  1. Open the replace by class example page with enterMode: P;
  2. Click on 'New Page' button to clear all content;
  3. Enter one line text and press enter key;
  4. Now press backspace key to delete the new line;
    • Expected Result: One key strike will bring you back to the first line;
    • Actual Result: Three key strike is necessary to back to the first line;
#3249 'Deleted Text' Style within list item problem Firefox WorksForMe Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with the selection;
    <ol>
    	<li>
    		<p>
    			^text^</p>
    	</li>
    </ol>
    
  3. Open 'Style Combo' and select 'Deleted Text' option;
    • Expected Result :
      <ol>
      	<li>
      		<p>
      			<del>
      				text</del></p>
      	</li>
      </ol>
      
    • Actual Result:
      <ol>
      	<li>
      		<p>
      		</p>
      		<del>
      		<p>
      			text</p>
      		</del></li>
      </ol>
      
#4080 [FF3] dialogs sometimes doesn't show Firefox WorksForMe Tobiasz Cudnik Bug closed Normal
Description

In FF3, dialogs sometimes doesn't show, because of visibility: hidden.

Reproduced using image dialog. Isn't reproducible always.

#1858 FF:cannot format entire table column - adds code outside <td></td> tags of 1st cell HasPatch Firefox Bug closed Normal
Description

To replicate the bug, create a table with more than one row, enter text into cells then select content of an entire column or row. Select a formatting option such as BOLD or Right Align. Result: firstly, the entire column is not affected secondly, the first cell stuffs up. In the right align example (shown below) the first <td> is altered, placing two empty <p> tags and css styles. In the editor it looks like another cell has been added to the table.

I get a similar issue when trying to format the whole table as "normal" paragraph text.

<table border="1" cellpadding="0" cellspacing="0">

<tbody>

<tr>

<p style="text-align: right;">&nbsp;</p> <td style="text-align: right;">aaaaa</td> <p style="text-align: right;">&nbsp;</p> <td>aaa</td>

</tr> <tr>

<td>aa</td> <td>aa</td>

</tr>

</tbody>

</table>

#7065 BR in pre-formatted doesn't create paragraphs HasPatch Firefox Bug closed Normal
Description

In Firefox,

  1. Load the following content:
    <pre>
    	paragraph1
    
    	paragraph2
    </pre>
    
  2. Click inside the format and apply "Normal" format;
    • Actual Result:
      <p>
       Para 1<br />
       <br />
       Para 2</p>
      
    • Expected Result:
      <p>paragraph1</p>
      <p>paragraph2</p>
      
#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.

#5163 [FF] Error when using undo IBM Confirmed Firefox Bug closed Normal
Description
  1. Clear browser cache/cookies etc.
  2. Open Ajax sample on nightly build
  3. Add some content
  4. At end of the document add a horizontal line
  5. Attempt to undo

Undo doesn't work on the horizontal line and the following error occurs:

l is null
[Break on this error] return h;},clone:function(h,i){var j=thi...h){var j=this;if(h.equals(j))return j;\r\n

This only happens on the first load of the editor.

#5078 [FF]Unicode extension-B characters requires two backspaces to delete. IBM Confirmed Firefox CantFix Bug closed Normal
Description

Enter some Unicode extension-B characters, for example 𠀀𠀁𠀂𠀃𠀄𪛔𪛕𪛖, then press backspace to delete the last character. You have to press backspace a second time to delete a character. (See attached image of example characters)

#3031 Toolbar Combos don't work in FF2 IBM Confirmed Firefox Review+ Frederico Caldeira Knabben Bug closed Must have (possibly next milestone)
Description

The combo features do not work in FF2.

Steps to reproduce:

  1. Go to http://nightly.ckeditor.com/3121/_samples/replacebyclass.html
  2. Select one of [Style|Format|Font|Size] Combo

Results in error.

Firebug error:
this.$ has no properties
http://nightly.ckeditor.com/3121/ckeditor.js
Line 11

#5845 Changing Number/Bullet List Style looses Cursor Positioning IBM Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Click on Insert/Remove Numbered List icon to start a Numbered list
  1. Right click next to the Number and select Numbered List Properties in the Context menu.
  1. Select Numbered List Type as Upper Roman in the Numbered List properties dialog and Click OK button.

Expected Result:

Cursor stays next to the new Roman Number inserted and when we start typing the text the new text appears as first list item.

Actual Result:

we could not see where the cursor is and when we start typing the text the new text replaces the new Roam Number that was inserted. If you are in the Starting line of a Nested numbered list,and when we start typing the text, the new text replaces the new roman number inserted and the new text concatenates with the text in the last list item at the previous level

Same behaviour happens with Bullets

#3819 FF2 cursor issue when using combo features IBM Confirmed FireFox Review+ Frederico Caldeira Knabben Bug closed Normal
Description

To reproduce:

  1. Open sample
  2. Add text
  3. Ensure cursor is at the end of a line of text
  4. Use font size combo to select a different font size

Results:

Cursor is no longer at the end of the line of text. It appears as if the cursor has "disappeared". When a user uses the mouse to position the cursor into the same location, the selection from the Font Size combo is ignored.

#5861 [FF] Error when double clicking on table for first time. IBM Firefox Bug closed Normal
Description
  1. Using Firefox, open the Ajax sample and click the Create Editor button.
  2. Click on the Table button to insert a table.
  3. Position the mouse on the table border and double click the left mouse button.

A 'range is undefined' error is thrown at line 183 in the link plugin's plugin.js. See screenshot.

#5965 Cursor initially overlaps previous line when font size is set to > 28. IBM Firefox Bug closed Normal
Description
  1. Enter some text and press Enter to start a new paragraph.
  1. Change the font size to 36.

Observe the the cursor overlaps the text in the previous paragraph. This only occurs when no text has been entered with the new font size. Once text has been entered the cursor moves down.

#6428 [FF] The cursor disappears from the editor after dragging an image IBM Firefox Bug confirmed Normal
Description

Steps to reproduce the defect:

  1. Open up the Ajax sample.
  2. Type a line of text and press enter.
  3. Insert an image.
  4. Place the cursor over the image and hold down the left mouse button to drag the image downwards until the arrow cursor is replaced by an image similar to this ø.
  5. Now release the left mouse button.
  6. Click back into the line of text that you typed.

Expected: The cursor will appear flashing in the same place that you clicked in the text.

Actual: The cursor does not appear at all.

#6429 [FF] Extra bullets/numbers are added into a list containing a right aligned image IBM Firefox Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample.
  2. Type a line of text.
  3. Insert an image at the end of the line of text that you just entered and make the image right aligned.
  4. Enter another line of text beneath the line that you just typed.
  5. Press CTRL + A to highlight all of the text.
  6. Click on the bulleted/numbered list icon in the toolbar.

Expected: A list should be displayed containing 2 bullets or numbers.

Actual: A list is displayed containing 4 bullets or numbers.

#6662 Lists copied from Word are not pasted properly. IBM Firefox Garry Yao Bug closed Normal
Description

Copy the lists from the Attached document and paste in to the Editor using Paste from Word dialog.

Issue 1:

when we have pasteFromWordRemoveFontStyles & pasteFromWordRemoveStyles set to true Numbered and bulleted lists are pasted properly but they are shown as paragraphs instead of list items.when you keep the cursor in one of the list items Numbered/Bulleted list icons are not highlighted.

keep the cursor at the end of one of the list item and press Enter

Expected Result: A new List item should be started.

Actual Result: A new Paragraph is started.

Issue 2:

when we have pasteFromWordRemoveFontStyles & pasteFromWordRemoveStyles set to false Numbers & bullets for the top level list items are missing.when you keep the cursor in one of the list items Numbered/Bulleted list icons are not highlighted.

keep the cursor at the end of one of the list item and press Enter

Expected Result: A new List item should be started.

Actual Result: A new Paragraph is started.

I am attaching Screenshot of the 2 issues.

#6995 FF : We can't scroll down right align table using mouse IBM Firefox Bug confirmed Normal
Description

To reproduce the defect:

  1. Open CK Editor sample and insert a table with 30 rows,15 columns and right alignment.
  1. keep cursor in any of the top rows (for ex: first row) and keep pressing the mouse in side scroll bar to navigate down the table.

Expected Result:

Table should move up,we will be able to navigate down the table and see the bottom table rows.

Actual Result:

Table is not moving down no matter how many times we clicked the mouse and we were not able to navigate down the table.

#7350 Clicking in the editor returns the fonts to the default values IBM Firefox Bug confirmed Normal
Description

I changed the default values for the font name to Times New Roman and the font size to 16.
I then clicked once in the text area of the editor. Immediately the editor switched back to the default fonts.

I had expected it to still keep the changes that I made to the fonts.
Clicking in the text area is typical behavior for a user, since they will want to be sure that the cursor is focused in the right area before they start typing

#7362 BIDI: Numbers/Bullets not displaying in the editor in a mixed content list in FF IBM Firefox Bug closed Normal
Description

Steps to reproduce the defect:

  1. Open the Ajax sample in FF.
  1. Paste the following code into the source view.
<ol dir="rtl">
	<li>
		list item 1
		<ol dir="ltr">
			<li>
				list item 2</li>
		</ol>
	</li>
</ol>
  1. Place the cursor at the end of the last list item.
  1. Press Enter twice.

Expected: The number 2 should display in the editor relating to the second list item of the outer list.

Actual: No number is displayed.

Note: If the editor is removed the number is visible but if you recreate the editor the number disappears again. Same behaviour for bulleted lists.

#7844 FF: setData() on hidden editor causes editor not to display IBM Firefox Sa'ar Zac Elias Bug closed Normal
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.

#7955 FF: with Auto grow plugin(with it's default configuration) PageUp & PageDown not working IBM Firefox Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open AutoGrow sample and enter content that spans multiple pages.
  1. Press PageUp button.

Expected Result: Cursor in editor body moves one page up.

Actual Result: Cursor goes out of editor body and we can't type in the editor.

#8444 FF - <a> tag href incorrectly encoded IBM Firefox Bug closed Normal
Description

Run the attached code example. Click the "Test" button on the toolbar. Go to the source view. Notice that the "!" character is incorrectly encoded. Expected result is that the "!" character is not encoded, thus allowing navigation to the href to occur.

#8548 Cursor position on FF4+ different from FF 3.6 & other browsers IBM Firefox Bug confirmed Normal
Description

Steps to reproduce

  1. Open API Sample.
  1. Place cursor at end of content in CK Editor.
  1. Press "Set Editor Contents" button.
  1. Press Shift+Tab twice & move focus back to content area in CK Editor.

Issue: On FF 7 cursor shows up at the end of content area.

On all other browsers (FF 3.6, IE(6,7,8,9), Opera & Safari) cursor shows at the beginning of content area.

#8706 JAWS not switching modes in CKEditor Cell dialog IBM Firefox Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open a CKEditor sample.
  1. Insert a new table.
  1. Open the Cell properties dialog using the context menu
  1. Navigate to a Choose button in the dialog and press Enter to open the Select Color dialog.
  1. Select Color dialog opens and JAWS reads the first color option. Inspect32 confirms that focus is on the first color in colors listbox.
  1. Use Right Arrow key.

Expected Result: JAWS should read the next color in the list. Actual Result: JAWS reading the Cancel button name.

There are two issues here

First Issue: JAWS doesn't switch to forms mode correctly to allow navigating the color picker list box with arrow keys.

Second Issue: Odd jump to the Cancel button bypassing the input field on the dialog.

#8847 with JAWS we can't open Select Color dialog more than once. IBM Firefox Bug closed Normal
Description

To reproduce the defect:

  1. with JAWS on, Open a CK Editor sample and insert a new table.
  1. Open Cell properties dialog using context menu
  1. Navigate to Choose button next to Background Color text field & press Enter.
  1. Select Color dialog opens.
  1. Select a color and close the dialog or Press Esc to close the dialog.
  1. Select Color dialog closes and focus goes back to Choose button next to Background color text field on Cell Properties dialog.
  1. Press enter again to open Select Color dialog.

Issue: Nothing happens & Select Color dialog not opened.

  1. Navigate to Choose button next to Border Color text field and press Enter.

Issue: Nothing happens & Select Color dialog not opened.

#10209 [FF] Odd cursor position after deleting single bullet point IBM Firefox Bug confirmed Normal
Description

In Firefox 19, the cursor moves to the far right after deleting unordered list that contains a single list item.

Steps to reproduce:
1) Open Firefox
2) Load CKEditor with the following HTML source:

<p>A line of text</p>
<ul>
  <li>First bullet point</li>
</ul>

3) While CKEditor is in WYSIWYG mode, select "First bullet point" as in the first screenshot.
4) Press delete or backspace on the keyboard.
5) The cursor ends up on the same line as the remaining paragraph, but oddly at the far right of the editing area (second screenshot, circled in red).

This was discovered on Windows 7 64-bit using CKEditor 4.0.2. I was not able to reproduce the behavior in IE9 or Chrome25.

#10966 [FF] Unable to escape from the link or anchor IBM Firefox Bug confirmed Normal
Description

To Reproduce:

  1. Use ajax sample
  2. Type in a word, e.g. test, select it by using Ctrl + A
  3. Insert a link or anchor
  4. Press the END key
  5. Press space and continue typing

Problem: Cursor is inside the anchor tag

This issue was previously fixed under http://dev.ckeditor.com/ticket/5978

#12673 Pasting a single whitespace besides an existing one in firefox has no effect IBM Firefox Bug confirmed Normal
Description

Copying a single whitespace and the pasting it several times again has not effect.

  • Steps to reproduce:
  1. Open a ckeditor text field and put
    x x
    

into it.

  1. Copy the whitespace (without the 'x')
  2. Paste the whitespace 5 times
  • Actual output:

1 whitespaces

  • Expected output:

1 whitespaces

  • Additional information:

Copying single whitespace in Chrome and Internet Explorer works fine. In firefox it also works if one copies 2 or more whitespaces.

Reproducing this but work also while using double byte whitespace instead of single byte whitespace.

#14703 FF: Adding extra paragraphs or space when text pasted IBM Firefox Bug confirmed Normal
Description

Steps to reproduce

Scenario 1:

  1. Open CKEditor instance & type 2 lines of text "aaaaaaaaaaaaaaa"
  1. Select all by CRTL+A, copy (CRTL+C) & paste(CRTL+V)the text

Issue: You will see an extra new paragraph added below pasted text.

Scenario 2:

  1. Open a CKEditor instance, type "aaabbbaaa"
  1. Select part of word (ex: "bbb") and CTRL+C to copy
  1. Go to end of text area of CKEditor & paste(CTRL+V)

Issue: An extra space will be added after pasted text

#6956 Pasting Word text in FF3.6 does not maintain formatting, even though it works fine in FF3.5 and IE. IBM Firefox3.6 Bug closed Normal
Description

Consider the attached MS Word document. On pasting the text into CKEditor, the formatting is maintained in Internet Explorer and earlier versions of FireFox. However pasting this text in FireFox3.6, leads to loss of formatting. in particular the heading text. This is a concern since FF3.6 is the latest version that many of our users are using.

#8013 FF4 : Focus not shown when we tab to combo boxes & check boxes on all dialogs IBM Firefox4 Bug closed Normal
Description

To reproduce the defect:

  1. Open CK Editor and click on Table icon to open Table Properties dialog.
  1. Using key board navigate to Headers combo box.

Expected Result A dotted line shows around the combo box indicating that focus is currently on the combo box.

Actual Result There is no dotted line or any other indication to the user that focus is currently on the combo box.

  1. Close Table Properties dialog and click on Find icon to open Find and Replace dialog.
  1. Using key board navigate to the Match case check box.

Expected Result A dotted line shows around the check box indicating that focus is currently on the check box.

Actual Result There is no dotted line or any other indication to the user that focus is currently on the check box.

This is an Accessibility issues, since we are using FF4 for our Accessibility testing

#5946 [FF] Cut commad removing paragraph id attribute. IBM Firefox CantFix Bug closed Normal
Description
  1. Copy the following HTML into an editor instance in source mode.

<p id="1">P1</p>

<p id="2">P2</p>

<p id="3">P3</p>

  1. Disable source mode.
  1. Select 'P2', start at the beginning of 'P2' and end the selection just before the text 'P3' in the next paragraph.
  1. Press Ctrl + X to Cut the text.
  1. Click the Source button to go to source mode.

Observe that the P3 paragraph is missing the id attribute: <p id="1">

P1</p>

<p>

P3</p>

#3366 Paste from Word dialog does not work in Firefox 2 IBM Firefox Review+ Martin Kou Bug closed Normal
Description

The paste area in the Paste from Word dialog isn't editable in Firefox 2.

#6044 BIDI: [[FF/Safari]] When we apply RTL direction to a left aligned Paragraph, Paragraph Alignment is not changed IBM Firefox WebKit Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text, keep the cursor in the paragraph and click on Align Left icon in the Tool bar.
  1. See that paragraph is moved to left and Align Left icon is selected in the Tool bar.
  1. keep the cursor in the Paragraph and click on RTL icon in the Tool bar.

Expected Result:

See that paragraph is moved to right and Align Right icon is selected in the Tool bar.

Actual Result:

Paragraph is moved to right but Alignment of Paragraph is not changed & it is still shown as Left Aligned.

#7370 FF & Safari : Underline for list item not shown for the below html code IBM Firefox WebKit Bug confirmed Normal
Description

To reproduce the defect:

Copy the following code and paste in HTML Source and go to WYSIWYG mode.

<style id="CSS_2" type="text/css">.CSS_2{ background:#99ccff; }</style>
<ul><li><u><span class="CSS_2">dddddddddddddd</span></u></li></ul>

In FF & Safari, underline for the list item not shown but when we keep the cursor in the list item Underline tool bar icon is highlighted.

It works properly in all other browsers.

#11237 Paste table from Microsoft Office Word - lost value of border attribute IBM Firefox Webkit Blink Piotrek Koszuliński Bug closed Normal
Description

Open Ajax sample.

  1. Create table in MSWord, select all and copy.
  2. Paste into the editor body or through Paste Dialog.
  3. Open Table Properties dialog and check for Border size value.

Expected result: Border size should be set to 1

Actual result: Border size field is empty.

It's happens since 4.3 in FF and Chrome, works fine in IE.

see the attached MSWord with sample table.

#16625 FF & IE: Increasing Indent not working on lists IBM IE Firefox Bug confirmed Normal
Description

Steps to reproduce

  1. Open nightly build http://nightly.ckeditor.com/16-11-07-07-07/full/samples/
  2. Enter few lines of text.
  3. Select all content using CTRL + A
  4. Click on Increase Indent icon few times

Expected result : List Indented

Actual result: Nothing happens This works in Chrome

#6241 [[IE]] some format is lost during paste IBM IE Firefox Opera Paweł Horzela Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Copy the text in the attached doc and paste it using Paste from Word dialog.

see the differences in IE and FF.

In IE text is shown with out bold and with small font size wher as in FF it is shown properly.

#6227 Indentation/Alignment is applied only to first 2 paragraphs if we have Page break or line break at the end of text IBM IE Firefox Webkit Martin Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type four paragraphs of text and click on Insert Line break or Insert Page break icon.
  1. see that Line break or Page break is inserted after paragraph 4.
  1. Select all the content in Editor using Ctrl + A and click on Align Right icon.

Expected Result:

All the four paragraphs are aligned to the right.

Actual Result:

only first two paragraphs are aligned to the right.

Same behavior happens when we click on Increase Indent icon.The Indentation is applied only to the first 2 paragraphs.

#2979 Focus issue after inserting table IBM Safari Firefox Confirmed Bug closed Normal
Description

When inserting a table at the end of a document it is not possible to navigate past the table to continue entering text.

Steps to reproduce:

  1. Open nightly build. Currently (http://nightly.ckeditor.com/3105/_samples/replacebyclass.html)
  2. Add new line to the existing text in the editor
  3. Add new table with all default values

Expected behavior:
Table is added at the carat position. It is possible to position the carat directly after the table to continue adding text.

Actual behavior:
The table is added as expected. It is not possible to position the carat after the table, making it difficult to continue entering text into the document without having to go into source mode.

#7202 Double clicking word after inline style is applied, selects only part of the word IE8, Firefox, Opera Bug closed Normal
Description
  1. Go to demo page
  1. Put cursor in an unstyled word (which gives a collapsed selection)
  1. Press Bold button
  1. Double click word to select it.

Observe : Only part of the word is selected. Not possible to reselect the whole word by double clicking.

Firefox 3.6.13, Windows XP

#6139 Marking Words IE Chrome Firefox Bug closed Normal
Description

Hi there!

Go in FF 3.x or in IE7 or IE8.

Now double-klick a word, and you can see, that there is the space after the word marked. So, when you set a link now, the one Space after the word is also a link and is also underlined. This looks not really nice.

I saw it in my 3.3.1 but it is also in your latest Version.

greets

#1730 Delete 1th item from nested list IE Firefox Bug closed Normal
Description

I have nested list, which I create using Increase indent from standart bullet list. Sourcecode is:

<ul>
    <li>item 1-1
    <ul>
        <li>item 2-1</li>
        <li>item 2-2</li>
    </ul>
    </li>
    <li>item 1-1</li>
</ul>

When I delete first item in Wysiwyg mode then I get various results.

in IE 6.0, source code is bad, in Wysiwyg look OK:

<ul>
    <ul>
        <li>item 2-1</li>
        <li>item 2-2</li>
    </ul>
    <li>item 1-1</li>
</ul>

and If I try Decrease Indent, I get Runtime error on Line: 81, (indent is null ...) and then source code is:

<ul>
    <ul>
        <li>item 2-1&nbsp;<span id="1199966901715S" style="display: none">&nbsp;</span></li>
        <li>item 2-2</li>
    </ul>
    <li>item 1-1</li>
</ul>

in FF 2.0.0.11, source code is OK, but Wysivig look bad:

<ul>
    <li>
    <ul>
        <li>item 2-1</li>
        <li>item 2-2</li>
    </ul>
    </li>
    <li>item 1-1</li>
</ul>
#7973 Editor scrolls to the top when opening the context menu in a floating element IE Firefox Bug confirmed Normal
Description
  • Load the HTML content posted below
  • Scroll down to the bottom, select and image and right-click on it
  • Results: Firefox and IE scroll to the top. Additionally in IE "Image properties" option is not available (reported in #7974, because it is happening since CKEditor 3.3).

Firefox scrolls to the top since CKEditor 3.3.
IE scrolls to the top since [5214] (CKEditor 3.2.1).
Related ticket caused by the same changeset: #7934.

<p>
	(Scroll down to the bottom, select and image and right-click on it)</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<div style="float: right">
	Foo <img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /> Bar</div>
#10893 IndexSizeError is thrown on undo IE Firefox Bug closed Normal
Description

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

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

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

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

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

#12323 [IE10] After removing whole list text below jump up. IE Firefox Bug confirmed Normal
Description

[IE10] For ages.

  1. Open editor with following content:
    <ul>
      <li>one</li>
      <li>two</li>
    </ul>
    <p>hello</p>
    
  1. Select whole list.
  2. Delete list by pressing backspace.

Actual result: text hello jump to first line. Expected result: text hello stay in the second line.

  1. Start typing.

Actual result: text hello jump to next line. Expected result: text hello stay in the same line.

#10941 Indentation not applied to ul/ol element when the entire list is indented IE Firefox IBM Bug confirmed Normal
Description

1) Select a list (ul or ol) as whole. 2) Click Indent button

Result: Text inside list items is indented but not the list as a whole. The bullet points are aligned to the left, that means to the edge of the edit area.

#10709 Firefox, IE: Text entered after pasted URL becomes part of that URL IE Firefox Support Bug confirmed Normal
Description

Environment: Windows 7/8, Chrome 28, FF 23

  1. Copy a URL from Chrome's address bar
  2. Go to Firefox and paste that URL into a ckeditor text field
  3. Immediately enter additional text (no spaces) after the URL

Result: The text you enter after the pasted URL becomes part of the text.

Real life use case: You enter in the text "Check out my website (https://www.google.com/) Here, the right side closing parentheses becomes bolded like it is actually part of the URL.

Only happens on Windows, and only from Chrome/IE10 to Firefox.

#17006 Key event listener produce different key codes in Chrome and Firefox key listener firefox keyCode Bug new Normal
Description

Steps to reproduce

  1. Visit http://ckeditor.com/features in firefox and chrome
  2. Enter the following into console:
    CKEDITOR.instances.ckdemo.on('key', function(event){
      console.log("key-event-data: ", event.data);
    });
    
  3. Focus into CKEditor and press CTRL
  4. Console output:
    in Firefox - keyCode: 17
    in Chrome - keyCode: 1114129

Expected result

In Firefox the keyCode result should be 1114129 (like CKEDITOR.CTRL)

Actual result

In Firefox the keyCode result is 17

Other details (browser, OS, CKEditor version, installed plugins)

CKEditor:

Actual demo version on homepage http://ckeditor.com/features (4.6.2)

Browser:

Firefox: 53.0 (64bit)
Chrome: 58.0.3029.96 (64-bit)

OS:

Ubuntu 16.10

#9547 Autogrow plugin breaks dropdowns Mac Firefox Bug closed Normal
Description

When using the autogrow plugin in the latest build, dropdowns stop working. For example the font dropdown. As soon as you click it it disappears.

As soon as the editor has focus the dropdowns start working. But without focus the dropdowns don't work.

Check http://pxltest.nl/ckeditor4/samples/autogrow.html for an example.

This is tested in Firefox 16 on mac

#6692 BIDI: When list is set to RTL, bullets are moved outside of visible area Opera Chrome Firefox3 Bug closed Low
Description

Create list:

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

Select one item and press RTL

Expected result
Number is at the right edge of editor area

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

#4268 Table is not getting deleted after selecting it and pressing Delete button in Firefox Oracle Firefox CantFix Bug closed Normal
Description

Insert a table and then select it by clicking over it. Now press Delete button. You will observe that Table is not getting deleted. This issue is present only in Firefox. In IE, it's working fine.

#3068 plugin:panel doesn't hide on subsequent click Review- Firefox Frederico Caldeira Knabben Bug closed Normal
Description

In The panel system (contextMenu and floatPanel)should auto hide on any click which doesn't fall into the panel region, now it's not working appropriately. It could be identified by the context menu

Procedures

  1. Open the replace by code example page;
  2. Left click on the document to open Context Menu;
  3. Click on the bold command;
  • Expected Result : The menu will hide before the command execution.
  1. Right click on the document region outside the menu;
  • Actual Result : The menu has always been there.
#799 FF: Drag and drop (move) table does not work SF CantFix Confirmed FireFox Bug closed Normal
Description

It seems one cannot move (drag and drop) a whole table (like you move images) when using Firefox (2.x or 1.x) both on XP and Mac OS X (or Camino for that matter).

One can do that with IE (it shows the cross-shaped symbol on left-click and moves the whole table where you drop it).

May be related to the copy/paste table bug (1255029)?

Panos


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1642175&group_id=75348&atid=543653

#1370 Firefox 2.0 - Spell Checking - Add to Dictionary SF CantFix Firefox New Feature closed Normal
Description

The newest version of the firefox browser allows spell checking in textareas.

So in FCKEditor spell ckecking works well.

Spell checking dictionaries have to grow to be useful in daily use, so firefox allows to add unknown words to a users dictionary by rightclicking the underlined word and choosing "add to user dictionary" in the context menu.

In FCKEditor it is not possible to add new words, because the context menu is overwitten with "Copy Cut Paste" in the textarea.

It would be great to give control back to the browser to use this brilliant feature (maybe configurable in config file).

I know there are several areas of context menus (i.e. tables, lists,...). It would be perfect if FCKE could check for underlined words and react. For simple solution it could only work in the "generic" part of the trextarea.


Moved from sourceforge
Original author: Torsten Mingers

#739 FF: Button caption is editable with arrow keys SF Confirmed Firefox Bug closed Normal
Description

With the arrow keys, one can move the cursur into a button inside a form and edit its label, but the contents aren't saved.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1501652&group_id=75348&atid=543653

#703 FF: No context menu when right clicking a select component SF Confirmed FireFox CantFix Martin Kou Bug closed Normal
Description

Linux FC4 Firefox 1.0.7 FCK 2.2, 2.1.1

When right clicking on a "select" component, no context menu appear.

Sometimes it's possible to left click on a "select" component and then right click on an empty editor space to get the context menu to appear. But this should not be a regular behaviour, does it?

Anyway, I propose a "properties" button on the toolbar, so we may select any component with the left button and then click on the "properties" toolbar button.

Regards,

Cristiano da Cunha Duarte


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1438131&group_id=75348&atid=543653

#404 PRE and Line Breaks SF EK SS Confirmed FireFox Martin Kou Bug closed Normal
Description

When I choose "Formatted" format and then write some text containing new line characters and/or indentation (tabulations) I get the incorrect html code.

I used FCKeditor 2.0 FC.

I wrote:

This is my first line.
This is indented text.

Then I clicked on "Source" button in FCK and I got the following html code:

<pre>This is my first line.<br/>
This is indented text.</pre>

First of all there is no indentation. Secondly, the PRE element tells visual user agents that the enclosed text is "preformatted", so there should be no html tags (e.g. BR) in it. It should be just what I had written with tabs and new line characters.

Thirdly, switching between source and editor (pressing "Source" button) increases number of BR tags. When I clicked for the first time I received only one BR, but after next click I got 2 BR tags, then 4 BR tags and so on. This is what I got after three switches between "Source" and editor:

<pre>This is my first line.<br/>
<br/>
<br/>
<br/>
This is indented text.</pre>

Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1209755&group_id=75348&atid=543653

#462 FF: Certain HTML causing CPU to go to 100% SF Firefox Bug closed Normal
Description

Using FCKeditor version 2.4.1 with FULL PAGE mode turned on - When the HTML in the attached file is pasted into FCKeditor in source mode and the source button is hit to bring WYSIWYG mode back, FCKeditor starts to spin and the CPU hits 100%.

This does not happen with the 2.3 version of FCKeditor.


Moved from SF:
https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1687171&group_id=75348

#680 No context menu for checkbox in a table cell in Firefox SF Firefox Bug closed Normal
Description

When using Firefox you don't get a context menu for a checkbox in a tablecell. f.e.

<code>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"><input name="something"
type="checkbox" value="JA" /></td>
<td>Description for the checkbox. </td>
</tr>
</tbody>
</table>
</code>

When left-clicking on the checkbox, the table cell gets marked and no context menu shows up. Another leftclick on the checkbox followed by a right-click on some free space in the same table cell brings up the context menu correct with checkbox-properties. But not when clicking on the checkbox itself.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1333057&group_id=75348&atid=543653

#762 Outside Flash goes over the maximized editor SF Firefox Bug closed Normal
Description

Hi,

When you click on the Maximize the editor size button and you have flash files (swf) loaded in your page, the flash files are showed over the text area of FCKeditor.

Regards, André.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1529145&group_id=75348&atid=543653

#1356 [Firefox] Keyboard to go to next/previous paragraph SF Firefox New Feature confirmed Normal
Description

Implement a keyboard shortcut to go to the next or the previous paragraph.


Moved from Sourceforge
Original reporter: Claude Coulombe

#775 Adding table rows using tab-key doesn't preserve attributes SF FireFox Bug closed Normal
Description

My System:

FireFox: 1.5 OS: Windows XP Prof. FCKEditor: 2.3.1

Description: If i edit a table similar to this:

<table>
<tr><td class="somestyle">Content</td></tr>
</table>

left click on the content cell and choose to insert a new table row the class-attribute of the newly created row will be similar to the one of the clicked row. If i instead press tab to insert a new table row the class-attribute is lost. Since i'm using this feature inside a cms to let the editors edit specially markuped tables it would be very useful if the behaviours could be unified.

Thanks very much for your work on this project!


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1560844&group_id=75348&atid=543653

#193 Hyperlink incorrect when pasting in Firefox SF Firefox Confirmed CantFix Martin Kou Bug closed Normal
Description

When a hyperlink is pointing to the same site as the page in which FCKeditor is embedded, and it is pasted into the editor using ctrl-v, the url gets mangled.

For example:

  1. Go to http://www.fckeditor.net/demo in Firefox.
  2. Open Word or OpenOffice and create a hyperlink pointing to "http://www.fckeditor.net/demo" (or anything else on the http://www.fckeditor.net site).
  3. Copy this hyperlink and paste it into the editor.
  4. Now, click the source button. The url will have changed to "../../../../demo".

This doesn't happen when using the "Paste from Word" feature, which may be why it doesn't happen in IE. However, in the version of FCKeditor I have (2.2), it will happen in Firefox even if using "Paste from Word," but it still doesn't happen in IE.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1570832&group_id=75348&atid=543653

#235 FF: Toolbar icons are now displayed correctly on Mac OS X SF Firefox Mac WorksForMe Pending Bug closed Normal
Description

The Images on Firefox for Mac OS X don't work. See attached screenshot. It was taken from http://www.fckeditor.net/demo/.

The system used is
Firefox 1.5.0.4 on Mac OS X 10.3.9 (7W98)


Moved from SF:
https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1523869&group_id=75348

#14346 native Browser Spellchecking not working when pressing return without space spellcheck firefox return space Bug confirmed Normal
Description

Steps to reproduce

  1. Download basic package of ckeditor 4.5.6
  2. Download firefox 43.0.4
  3. Enable spellchecking in firefox
  4. modify config.js and add "config.disableNativeSpellChecker = false;"
  5. open samples/index.html
  6. Add some text like "ABCDEFGHIJK" and press return

Expected result

The word "ABCDEFGHIJK" will be underlined red

Actual result

In Firefox 43.0.4 the red underlining only appears if you press space, tab or any other key expect return In Chrome 48.0.2564.82 m it works as expected.

Other details (browser, OS, CKEditor version, installed plugins)

Windows 10 (but I think it is os independent) CKEDITOR 4.5.6 Basic package none special plugin

Further Information

I assume this is a ckeditor problem because I tested the behaviour of firefox with the attached file and it works just great. I think when pressing return in firefox the keystroke is not reaching firefox.

If you need any further information, please ask

#7032 List item still selected after remove style Webkit Firefox Bug closed Normal
Description

The following behavior is notified on webkit and FF.

  1. Apply then remove one style from styles combo;
  2. Open the combo again;
  • Actual Result: previously selected item is still highlighted.
#8829 FF - Deleting selected text sometimes not working quite right Webkit Firefox IBM Bug closed Normal
Description

Create a bulleted list as follows

o One

  • Child 1
  • child 2

o two

Place cursor before "O" in One. Shift-down arrow. Press delete key. Action changes the order of the sub list items, also does not properly handle the change.

o * Child 2

child 1

o two

#8994 Firefox, Webkit and Opera - Can't exit link at the end of document in bbcode Webkit Opera Firefox Bug confirmed Normal
Description

To reproduce:

  1. Open bbcode sample and clear all contents
  2. Insert link http://google.com?test=1&abc=txt using link dialog
  3. Put the cursor at the end of link and try to exit it using Arrows, End, Space or Enter key.

Result: You can't exit link when it is the last element in the document.

Issue reproducible in Webkit and Opera from CKEditor 3.6 rev [6904]

Note: In Firefox you can exit link only if you press End key. Perhaps it has something to do with leaving element boundaries - #8195

#6110 Code altered after deleting quotation mark within <td> Webkit Opera Firefox IE Bug closed Normal
Description

When using a single quote within a double quote "BOTH" ckeditor and fckeditor cancel out the single quote which in turn is altering the code in the background.

TC:

  1. In CKEditor, delete all content
  2. In source editing paste:
    <table>
      <tbody>
    	<tr>
    	   <td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px">
    	&nbsp;</td>
    	</tr>
       </tbody>
    </table>
    
  3. Delete last " mark in <td>
  4. Switch to WYSIWYG mode - the table cell is missing or messed
  5. and back to Source editing
  6. <td></td>line is interpreted wrong or deleted
    1. in Chrome7 & Safari:
      <table>
        <tbody>
          <tr>
          </tr>
        /tbody>
      </table>
      
    2. in Firefox 3.6.9:
      <table>
        <tbody>
      	<tr>
       	 <td 216px="" align="center" bgcolor="#009900" class="style26" http:="" index_htm_files="" style="" width:="" www.aaagraphicsanddesign.com="">
      	 &nbsp;</td>
      	</tr>
        </tbody>
      </table>
      
    3. in IE8
      <table>
      	<tbody>
      		<tr>
      			&lt;td align=&quot;middle&quot; bgcolor=&quot;#009900&quot; class=&quot;style26&quot; style=&quot;background-image: url(http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px&gt; &nbsp;
      		</tr>
      	</tbody>
      </table>
      
    4. in Opera 10.62
      <table>
        <tbody>
          <tr>
      	<td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px&gt;
      				 &lt;/td&gt;
      		&lt;/tr&gt;
      	&lt;/tbody&gt;
      &lt;/table&gt;
      ">
      	&nbsp;</td>
          </tr>
        </tbody>
      </table>
      
#433 Vanishing toolbar in full screen mode WorksForMe Firefox Pending Bug closed Normal
Description

The toolbar vanishes in full screen mode using the following steps on a Mac platform (Intel processor) under Mozilla Firefox 2.0.0.3. I have not tested this under other platforms or other versions of Firefox.

Paste a large file into FCKEditor (I used the fckconfig.js file).
Go to full screen mode.
Select a line.
Turn the line bold (button or ctrl-b).
Put the cursor at the end of the line (mouse always causes this, arrow keys sometimes do).
Press "return" key.

Result: Toolbar vanishes.

1 2 3 4 5 6
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