Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1701 - 1800 of 1835)

Ticket Summary Keywords Owner Type Status Priority
#5462 Color is removed improperly from partial selections Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description
  1. Open the replacebyclass sample.
  1. Hit CTRL+A to select all text.
  1. Apply a background color (e.g. yellow).
  1. Select "some sample".
  1. Apply a different background color (e.g. green).

The yellow background from the " text" bold text will be removed, remaining transparent.

Confirmed with FF 3.6 at least. Works well with the 3.2.

#5466 SCAYT interferes on color commands Confirmed Bug closed Normal
Description
  1. Load the following:
<p>ThisAA isAA someAA textAA.</p>
  1. Enable SCAYT and wait for it to highlight all words.
  1. Hit CTRL+A to select all.
  1. Apply a background color.
  1. Check the Source code.

Note that a separated <span> tag has been created for every space and word in the text.

#5467 "Remove Format" removes SCAYT highlight lines also Confirmed Bug closed Normal
Description

The "Remove Format" command removes SCAYT highlight lines also.

To test it, simply select a SCAYT highlighted word and hit the "Remove Format" button.

#5469 Elements path stops working when re-creating editor Confirmed Bug closed Normal
Description
  1. Open the Ajax sample. Note that the elements path works properly.
  1. Remove and re-create the editor.

The elements path stops working. Nothing is shown.

#5472 Appling color stops on style already applied Confirmed Bug closed Normal
Description
  1. Load the following:
<p>This is <span style="background-color: rgb(255, 255, 0);">some</span> sample text.</p>
  1. Hit CTRL+A to select all.
  1. Apply the same background color (Yellow).

The color will not be applied to the entire text.

#5477 [IE] Tab key incorrect result when document contains control type element IE Confirmed brooks Bug review_failed Normal
Description

Environment

All IE versions

Reproducing Procedures

  1. Load any of the sample page and fill the editor with the following contents:
    test tab order
    <hr />
    
  2. Place the cursor at the beginning of first line and press 'Tab' key.
  • Expected Result: The editor blurs and focus into the element in next tabIndex.
  • Actual Result: The focus goes into the <hr> element.
#5483 Fullpage problem when missing title Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

Firefox and Safari

Reproducing Procedures

  1. Load the 'Full Page Support' sample page and fill the editor with the following contents in source mode:
    <html>
    <head></head>
    </html>
    
  • Actual Result: Wysiwyg mode is broken and 'Source' command is disabled.
#5485 Missing accessibility attributes in the editing area DOM Oracle Confirmed Review+ Garry Yao Bug closed Normal
Description

Once the editor is displayed, editor area's iframe is not having the Title attribute and inside the iframe, <html> element doesn't have the lang attribute.

#5488 Normal Paste affected by paste from word Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open http://ckeditor.com/files/test.html
  2. Select all page content with Ctrl + A;
  3. Open any of the sample page;
  4. Click on "Paste from Word" button once, in the popup dialog, allow the clipboard access option;
  5. Press "New Page" to clear all contents;
  6. Click this time on "Paste" button, in the popup dialog, allow the clipboard access option;
  • Actual Result: The "class" attribute is missing.
     <p>
    	styled text</p>
    
  • Expected Result:
    <p class="someclass">
    	styled text</p>
    
#5499 Editing checkbox error Confirmed Garry Yao Bug closed Normal
Description

Environment

IE6/7

Reproducing Procedures

  1. Open any of the sample page;
  2. Insert a checkbox with 'Value' field filled;
  3. Switch to 'Source' mode and switch back;
  4. Open checkbox dialog to edit through context menu;
  5. Remove 'Value' field then close the dialog.
  • Actual Result: JavaScript error thrown.
#5504 [IE] Paste button problem Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

IE6/7

Reproducing Procedures

  1. Open any of the sample page, copy all the content with 'Ctrl-C';
  2. Click on the 'Paste' button, select 'Allowed' in the up-comming confirmation dialog.
    • Expected Result: Contents are pasted into document.
    • Actual Result: Paste dialog opens up;
#5505 IE: Insert image throws error Confirmed Review+ Garry Yao Bug closed Normal
Description

first make sure you are in https environment, and then choose replace by class sample.

reproduce:

  1. click insert image button
  2. in the dialog first tab, enter a image URI in URL
  3. click ok button

confirmed in Firefox3.5 and IE8,win7

#5516 IE8: Toolbar buttons have higher bottom padding IE8 Confirmed Review+ Garry Yao Bug closed Normal
Description

This cannot be reproduced with the sample files, but in the online demo of CKEditor, the buttons have an extra padding in the bottom with IE8 in IE8 mode. This is easy to notice in the last row, when compared with the combos.

#5527 Anchor (#) in URL gets urlencoded when using CKEDITOR.tools.callFunction Confirmed Alfonso Martínez de Lizarrondo Bug closed Normal
Description

When calling

CKEDITOR.tools.callFunction(2, "http://www.kajona.de/index.html#myanchor");

out of our custom filebrowser, CKEditor will convert the URL to

http://www.kajona.de/index.html%23myanchor

I guess this isn't a feature?

#5530 page break for printing can not be removed using Undo IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text and Click Insert Page break for Printing Icon.
  1. See that the page break for printing is inserted in the editor.
  1. Press Undo

Expected Result:

See that the Page break for Printing that we have inserted in Step 2 is removed

Actual Result:

Page break for printing is not removed no matter how many number of times we press Undo.

Tested against IE 6&7, FF3.6

#5546 SCAYT breaks undo system Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open 'replacebyclass' sample page;
  2. Enable 'SCAYT' and wait for SCAYT to be activiated;
  3. Put cursor inside the word 'sample' as following:
    sam^ple
    
  4. Open 'Smiley' dialog to insert one default icon at the cursor position;
  5. Wait until the SCAYT has finished marking the mis-spelled word 'sam' and 'ple' respectively;
  6. Press 'Undo' button to revert the smiley insertion;
    • Actual Result: The SCAYT mark line was reverted but not the smiley icon.
    • Expected Result: Both smiley icon insertion and SCAYT mark get reverted.
#5553 Cursor location in Paste from Word and Paste dialogs is incorrect for BIDI languages IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open http://nightly.ckeditor.com/5388/_samples/ui_languages.html
  1. Select Arabic or Hebrew in the languages drop don list
  1. Click on Paste from Word or Paste Icons in the Toolbar

Expected Result: Paste from Word or Paste dialog is opened and the Cursor is on the right-side of the text area

Actual Result: Paste from Word or Paste dialog is opened and the Cursor is on the left-side of the text area.

The Cursor Position is shown properly in Paste as Plain Text dialog.

#5559 setData affected by iframe loading Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Environment

IE with browser cache enabled.

Reproducing Procedures

  1. Open the 'api' sample page;
  2. Click on "Set Editor Contents" to send editor the default content provided;
  3. Refresh the page;
  4. Modify the default content by adding 'Another' before word 'Test';
  5. Click on "Set Editor Contents" again to send the modified content;
    • Actual Result: The document content is the same with the first time's result.
#5562 [IE] Unable to have 'contentEditable=false" in effect Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Environment

IE8

Reproducing Procedures

  1. Open any of the sample page;
  2. Load the following content in editor;
    <p>
    	This is some <strong contentEditable="false">sample text</strong>.</p>
    
  3. Click inside 'sample text';
    • Actual Result: It's still able to have cursor blinking inside the words and start typing.
    • Expected Result: The strong element should be displayed as control type and should be unable to edit it.
#5565 Erratic scrollbar behavior when opening a rich combo with RTL Confirmed Review+ Oracle Sa'ar Zac Elias Bug closed Normal
Description

Open a rich combo in an RTL page. Notice that an horizontal scrollbar appears for a short time.
Tested on IE8 and FF3.6.6 with the current trunk. Looks like a regression.

#5567 Remove inline style not joining siblings Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Environment

IE8

Reproducing Procedures

  1. Open any of the sample page;
  2. Load the following content in editor;
    <p>
    	Some sample text</p>
    
  3. Select 'Some sample' and apply the 'Bold' style;
  4. Select 'sample text' and apply the 'Italic' style;
  5. Select 'sample' and remove the 'Bold' style;
  6. Swtich to Source mode and check the output.
    • Actual Result:
      <p><strong>Some </strong><em>sample</em><em> text</em></p>
      
    • Expected Result:
      <p><strong>Some </strong><em>sample text</em></p>
      
#5568 [[IE]] First Char in the selected line in a Table is removed from selection after we applied and removed the Formatting IBM IE Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax Sample.
  1. Insert a Table and enter text in the Table cells.
  1. Select a line(eg: Frederico Knabben) in one of the Table Cells
  1. Click on Bold icon once and see that Bold Formatting is applied to the line.
  1. Click on Bold Icon once again to undo Bold Formatting.

Expected Result: Bold Formatting applied to the line is removed and whole line of text remains selected.

Actual Result: Bold Formatting applied to the line is removed but the First Character(k) in the line is omitted from the selection.

Same behaviour happens with Italic,Underline,Strike Through,Subscript and Superscript formatting options.

Tested against IE 6& 7

#5570 [IE] SCAYT load blind cursor in document Confirmed IE Review+ Bug closed Normal
Description

Environment

All IE versions.

Reproducing Procedures

  1. Open the 'replacebyclass' sample page;
  2. Enable SCAYT, before SCAYT get really enabled, put cursor into the document;
  3. Do nothing until SCAYT button has shown toggled on.
    • Actual Result: Cursor is not blinking inside the document anymore.
#5572 [IE] SCAYT move cursor on misspelled word Confirmed IE Bug closed Normal
Description

Environment

IE

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    mis^spelled word
    
  2. Enable SCAYT and waiting for SCAYT to be activated.
  3. Press 'Backspace' to delete the previous character and wait for SCAYT to refresh.
    • Actual Result: When the word is marked, the cursor is been moved to the end of the word.
#5573 SCAYT breaks cursor position after insert image Confirmed Review- Bug closed Normal
Description

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    mis^spelled word
    
  2. Enable SCAYT and waiting for SCAYT to be activated.
  3. Insert a Smiley into the cursor position and wait for SCAYT to refresh.
    • Actual Result: Cursor is now blinking at the beginning of the splitted word.
    • Expected Result: Cursor blinks after the inserted image.
#5577 delete table column throws error Confirmed Review+ brooks Bug closed Normal
Description

reproduce steps:

  1. use table plugin to insert a default table

2. selected multiple cell in the same column

  1. right click to open context menu -> column-> delete columns
#5578 Flash with Alignment is not shown properly in Editor body IBM Confirmed Review+ brooks Bug closed Normal
Description

To reproduce the defect:

  1. Open Ajax sample.
  1. Type some text and insert flash with right alignment.
  1. See that flash is inserted in the body of the editor and is shown as aligned to right.
  1. Type some more text and Click on Remove Editor button to save the page.
  1. See that Flash is shown with proper Alignment on Page View.
  1. Click on Create Editor button to open the page and see the Alignment of Flash in the boy of the Editor.

Expected Result:

Flash will be shown on the right hand side of Editor since it's Alignment was set to Right

Actual Result:

Flash is shown with out any Alignment and it is shown in the middle of the text when i check the Flash Alignment in Flash Properties it is showing Alignment correctly as Right

#5580 Maximize does not work properly in the Office 2003 and V2 skins Confirmed HasPatch Review+ Tobiasz Cudnik Bug closed Normal
Description

Steps to reproduce

  • Go to the skins demo or the skins sample page.
  • Click on the Maximize button on the editors with the Office 2003 and V2 skins.

Notice that there is a space at the bottom and you can see other editor's toolbar buttons.
Tested with IE 8 and FF 3.6.3.

#5583 Problem with CKReleaser source version Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

Windows

Reproducing Procedures

  1. Place the attached bat file under 'test' folder of CKReleaser root along with copying ckreleaser.release file from CKEditor.
  2. Replace %ckeditor% with the path of a CKEditor local copy.
  3. Run the script in command line.
    • Actual Result:
      js: uncaught JavaScript runtime exception: ReferenceError "CKPACKAGER" is not defined.
      
#5584 forceEnterMode affects Indendation and Outdentation IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When using config.forceEnterMode=true it affects how Indendation and Outdentation is applied.

T reproduce the defect:

  1. Open Ajax sample
  1. Click the Increase Indent link and see that the cursor will move to the right the appropriate amount.
  1. Type some text and Press the Enter key to begin a new line

Expected Result:

Cursor should begin at the current indent level as set by the Indent Paragraph control

Actual Result: The cursor position of the new line begins at the left edge of the edit area. The same behavior is exhibited by the Outdent link.

#5586 Multiple editor instances ruins full-screen mode Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

By running two or more instances of the editor on the same page, swithing to full-screen mode in any of the instances, except the first instance, will ruin the full-screen mode (see attached screenshot). The bug can easily be reproduced by adding another instance in the "replacebyclass.html" example, focusing the editor field of that instance and hitting its full-screen button.

#5591 [Firefox] StylesCombo problem block-level element selection Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

Firefox

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    <ol>
        <li>^item1<br /></li>
    </ol>
    
  2. Click the 'li' item on elementsPath bar to select the list item.
  3. Click to open 'Styles Combo'.
    • Actual Result 1: All style options is available on panel list;
    • Actual Result 2: Float panel will not close when putting cursor back into editor document.
#5593 hit enter key in a cell throws a error Confirmed Review+ brooks Bug closed Normal
Description

steps to reproduce:

  1. insert a defaut table
  2. put the cursor in one cell and then hit enter key

confirmed in firefox3.5,chrome in win7

#5594 Leading spaces problematic in <pre> Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    <pre>no leading spaces</pre>
    
  2. Switch to 'wysiwyg' mode and switch back;
    • Actual Result: Leading spaces is added to the <pre> content.
      <pre>
      no leading spaces</pre>
      
#5617 Filter does not allow two 'text' filters Confirmed Review+ Garry Yao Bug closed Normal
Description

By adding another 'text' type filter to htmldataprocessor breaks the editor output, e.g.

htmlFilter.addRules(
	{
		text : function( text )
		{
			return text;
		}
	});
#5618 Dialog error when remove editor instance Confirmed Review+ Garry Yao Bug closed Normal
Description

The following regression is seen after [5412]:

Reproducing Procedures

  1. Load the 'Ajax' sample page and click 'Create Editor' button;
  2. Open any of the the dialog;
  3. Execute the following lines of JavaScript in global scope:
    removeEditor();
    
  4. Click once again 'Create Editor' and open the same dialog;
    • Actual Result: Dialog opened with no viewport cover.
#5622 [FF] Cursor not blinking on editor::focus Confirmed Safari Firefox Opera Review+ Garry Yao Bug closed Normal
Description

On 3.3.x branch, when using Tab key to focus the editor, notice that the cursor is not blinking.

#5623 Apply two styles problematic Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

Environment

Firefox

Reproducing Procedures

  1. Open the 'replacebyclass' sample page and make the following selection:
    <p>
    	[This is ]some...
    
  2. Apply 'Bold' style on the selected content;
  3. Make the new selection as following and apply 'Italic' Style:
    <p>
    	<strong>This [is ]</strong> some...
    
    • Actual Result: The italic style has expanded onto the previous word.
    • Expected Result: Only the selected content receive the new style.
#5628 Incorrect <pre> merging Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open any of the sample page and make the following selection:
    <pre>
    preformatted</pre>
    <ol>
    <li>
    	^preformatted as list item</li>
    </ol>
    
  2. Open 'Format' combo and apply 'Preformatted' block style.
    • Actual Result: The pre block before the list get merged into the one inside list item.
#5630 [Safari] Find dialog first open doesn't gain focus Confirmed Safari Bug closed Normal
Description

Open find dialog in Safari without prior editor focus cause the following JavaScript error thrown:

Uncaught TypeError: Cannot call method 'clone' of undefined.
#5631 SCAYT context menu options always has highest priority Confirmed Bug closed Normal
Description

SCAYT context menu options position in list should be configurable via CKEDITOR.config.menu_groups.

#5632 SCAYT decoration Confirmed Review+ Bug closed Normal
Description

patch resolves problem with SCAYT decoration found during review of #5466 (SCAYT markup is overriden by color markup)

This patch should be manually merged with #5572_2, but may be applied standalone.

#5634 In IE 8 Compatibility Mode need to click twice to edit Confirmed IE Frederico Caldeira Knabben Bug closed Normal
Description

IE 8 Compatibility Mode (and possibly IE 7) have to click twice inside the editor to be able to edit. On first click the blinking cursor appears, but contents are not editable. Have to click the second time.

How to replicate:

Open http://nightly.ckeditor.com/5430/_samples/replacebyclass.html in IE8 and enable Compatibility View. Click once inside the editor and try editing.

#5637 "<head> must be a child of <html>". Webkit warning Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

That warning is shown while loading CKEditor, and a simple fix is proposed at http://cksource.com/forums/viewtopic.php?f=6&t=18508

#5638 ‘ignoreEmptyParagraph’ configuration doesn't work in enterMode=BR Confirmed Firefox HasPatch Frederico Caldeira Knabben Bug closed Normal
Description

Environment

Firefox, config.enterMode = CKEDITOR.ENTER_BR, config.ignoreEmptyParagraph = true;

Reproducing Procedures

  1. Open any of the sample page and click on 'New Page' to clear content.
  2. Swtich to source.
    • Actual Result: There's one single <br /> left in content .
#5651 Wrong button label apostrophe escaping Confirmed Review+ Sa'ar Zac Elias Bug closed Normal
Description
  • Descriptive summary : Apostrophes in button labels are replaced by "undefined" instead of empty string
  • Steps to reproduce : Found the bug by code-reading. I guess the effect of the bug should be as follows: Define a button with a label containing an apostrophe ("Bill's Button"). Open CKEditor with such a button in Firefox (version >= 10900). Hover over the button. The status bar reads: "void('Billundefineds Button')".
  • Browser name and OS : Firefox (version >= 10900).
  • Code Patch:

Replace '+' by ',' in button's plugin.js, line 137: svn\CKEditor\trunk\_source\plugins\button\plugin.js (revision 5259):

@@ -134,7 +134,7 @@

'<span class="cke_button">', '<a id="', id, '"' +

' class="', classes, '"',

env.gecko && env.version >= 10900 && !env.hc ? : '" href="javascript:void(\+ ( this.title + env.gecko && env.version >= 10900 && !env.hc ? : '" href="javascript:void(\+ ( this.title
).replace( "'"+ )+ '\')"',
).replace( "'", )+ '\')"',

' title="', this.title, '"' + ' tabindex="-1"' + ' hidefocus="true"' +

#5657 IE: The browser BACK button is not working properly Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Regression. Confirmed with IE8:

  1. Load any page, like http://www.google.com.
  2. Load the replacebyclass sample in the same browser.
  3. Click the browser BACK button. Note that the editor contents disappear.
  4. Click the browser BACK button again. The previous page is loaded.

Expected results: the previous page should be loaded on step 3.

#5660 Error at blinkCursor after maximizing in Firefox Confirmed Review+ Garry Yao Bug closed Normal
Description

Using the ajax sample in the 3.3 branch, after maximizing the editor it throws an error and the content can't be edited:

uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMNSHTMLDocument.designMode]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: http://localhost/ckeditor/_source/plugins/wysiwygarea/plugin.js :: blinkCursor :: line 810" data: no]
#5663 General memory clean up after destroy of last editor Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

This is a follow up of #4555

After talks with Fred and Garry, it seems that we can provide a generic memory clean up to free resources after the last instance of CKEditor is destroyed with just a few lines.

The idea of this patch is to clean up anything that might have been left around, but to avoid problems with pages that don't destroy all the editors we should keep the current protections.

#5667 Pasting in an RTL page causes the editor to scroll erratically Confirmed Review+ Garry Yao Bug closed Normal
Description

Though reproducible in all browsers, the bug is most noticable in IE.

Steps to reproduce

  • Open a sample page in RTL mode.
  • Paste some content inside the editor.

Notice that the scrollbar behaves erratically. As long as you paste more data or faster, longer the time the scrollbar appears.
This bug does not occur in 3.2.1.

#5668 [IE] Content messed up with invalid HTML Confirmed Garry Yao Bug closed Normal
Description

With the following HTML loaded in editor:

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

Switch to source, the output now becomes:

<p>
<p>&nbsp;</p>
</p>
<p>text</p>
#5671 SCAYT core can be loaded on several times Confirmed Review+ Bug closed Normal
Description

SCAYT core can be loaded on several times on one page, if other WISIWIG with SCAYT is present.

#5672 SCAYT core url and SCAYT logo url cane have different domains and protocols Confirmed Review+ Bug closed Normal
#5673 The TAB key must be hit twice to leave the editor Confirmed Review+ Garry Yao Bug closed Normal
Description

When trying to leave the editor with the TAB key, it must be hit twice. The first hit has no effect.

Confirmed with FF using the replacebycode sample. This is a regression.

#5674 SCAYT error on editor destroy Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Turn on scayt autostartup on sample page divreplace.html

Edit 1-st text block by double clicking, wait scayt run

Edit 2-nd text block:

error occurs:

plugin.getScayt() is null or not an object

#5676 IE can't display <font color="RGB"> Confirmed Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Found in #5024, if a color is defined as #F00, and the HTML sample is used, IE doesn't display the text as red, it must use #FF0000 to show the color.

The patch changes the color that it's generated expanding it to 6 places, the other option would be to change the default palette to define all colors as 6 places, but that would require to adjust also all the language files.

#5681 'menubutton' force focus Confirmed Review? Garry Yao Bug closed Normal
Description

Currently the menu created by 'menubutton' plugin will always force focusing the editor on show and close, observed on SCAYT menu, the expected behavior is that focus should be set only when necessary.

#5682 [Safari] Selection lost when focus with tab key Confirmed Safari Bug closed Normal
Description

Environment

Webkit

Reproducing Procedures

  1. Open any of the sample page and make a text selection inside the editor.
  2. Tab key to move out of the editor, then press 'Tab' again to put cursor back;
    • Actual Result: The cursor is blinking in front of the document.
    • Expected Result: The selection remains inside the document.
#5685 Undo is broken if there is no instance named "editor1" Review+ Confirmed Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Using trunk with Ajax sample and Firefox:

  • Create an instance, destroy it.
  • Create a new instance.
  • Type something
  • Try to create for example an anchor, an error happens.
CKEDITOR.instances.editor1 is undefined
/ckeditor/_source/plugins/undo/plugin.js
Line 174

Due to [5486]

#5688 UI dialog for the second instance fails Confirmed Review+ Garry Yao Bug closed Normal
Description

Loading the ui color samples, the dialog that it's launched in second place to change the ui color lacks the color picker.

#5690 When editing a table cell with a width="xxx%" attribute, the cell properties dialog shows pixels instead of percentage Confirmed Sa'ar Zac Elias Bug closed Normal
Description

If your source contains a table cell with a percentage width attribute eg:

<td width="50%">

and you right click > cell > cell properties the resulting dialog will show:

Width: 50 pixels

ie it will select "pixels" rather than "percentage" in the "widthType" dropdown.

Saving this dialog will then insert

<td style="width: 50px">

which is obviously wrong.

You can reproduce this on the nightly build (edit your source and insert a percentage width attribute and reproduce the steps described above)

The attached patch fixes this issue

#5691 SCAYT's loader stucks under the file:// protocol Confirmed Bug closed Normal
Description

After the autoload configuration became enabled by default in [5500], FF throws this error:

uncaught exception: Could not load cross-domain resources: scayt._base scayt.nls.caption

The culpritis is line 856 in SCAYT's loader script.
In IE, SCAYT stucks the browser for a while, and after that, an 'Uncaught Exception' error is displayed.

#5693 Strange 'embeded' object in flash dialog Confirmed Sa'ar Zac Elias Bug closed Normal
Description

I think that this is a typo in the flash dialog:

previewPreloader = new CKEDITOR.dom.element( 'embeded', editor.document );

I guess that no one has noticed it because that element is only used to handle the baseHref #3401 and currently it's doing nothing (assign an attribute and it returns back the same value)

#5703 Double click open table dialog problematic Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Load the following table in editor;
    <table>
    <tr>
        <td>cell</td>
    </tr>
    </table>
    
  2. Click on the table border to open the 'Table Properties' dialog.
    • Actual Result: The 'New Table' dialog is opened instead.

Reproducible on 3.3.x branch.

#5707 SCAYT changes selection after 'Backspace' key IE Confirmed Bug closed Normal
Description

Environment

IE

Reproducing Procedures

  1. Load the following content and selection in editor;
    [line one]
    
  2. Press 'Backspace' once to delete the line text;
  3. Wait for SCAYT to refresh.
    • Actual Result: The selection now becomes text type selection with one space character wide.
    • Expected Result: The cursor blinks in an empty pargraph.
#5712 Chrome: enter in pre causes problems Chrome Confirmed Bug closed Normal
Description

Chrome: enter in pre causes problems

Reproduce

  1. Use following content:
    <pre>f^oo</pre>
    
  2. Hit enter to create new line.

Result

  1. Instead of new line, space is created.
  2. Editor looses focus.
  3. After switching to source view and back to RTE, newline is there.

Expected

  1. Carret is moved to new line.
  2. Focus remains inside the editor.
#5713 Chrome: Form elements are added on the beginning of the document Chrome Confirmed Review+ Garry Yao Bug closed Normal
Description

In Chrome, form elements are always added on the beginning of the document. it doesn't matter carret is positioned.

#5714 Chrome: Toolbar button label has wrong vertical align Chrome Confirmed Review+ Garry Yao Bug closed Normal
Description

Toolbar button label has wrong vertical align in Office2003 and V2 skins.

Attaching screenshoot for reference.

Reproduced in Chrome 4 win, 6 linux; using standards mode.

#5716 Chrome: insert emoticon in the middle of the word Chrome Confirmed Bug closed Normal
Description

Chrome: insert emoticon in the middle of the word fails, placing emoticon before the word.

Reproduce

  1. Use following content:
    <p>
    	f^oo</p>
    
  2. Insert emoticon using Smiles dialog.

Result

  1. Image is before the word:
    <p>
    	<img alt="smiley" src=".../regular_smile.gif" title="smiley" />foo</p>
    

Expected

  1. Image is in the place of the carret.

This is an regression against 3.2.

#5719 IE: Image Dialog - JS error when closing a dialog Confirmed IE Review+ Garry Yao Bug closed Normal
Description

Confirmed in IE8.

Steps to reproduce

  • Open image dialog
  • Type some random invalid url (foo)
  • Press the "Cancel" button

Result: JS error. Object does not support this property or method.

Image.js, line 506:

original.setCustomData( 'isReady', 'false' );
#5720 SCAYT set focus on mode switch Confirmed Review- Bug closed Normal
Description

Reproducing Procedures

  1. Make sure SCAYT is enabled, then put focus into editor;
  2. Switch to 'Source' mode and switch back.
    • Actual Result: The cursor is blinking at the start of document.
    • Expected Result: Editor should gain no focus.
#5723 SSL incompatible SCAYT AD Confirmed IE6 Bug closed Normal
Description

SCAYT AD banner cause unauthenticated warnings under HTTPS.

#5724 [Firefox] Maximize one editor instance make other instances uneditable Firefox Confirmed Review+ Garry Yao Bug closed Normal
Description

when there are multiple editor instances in one page, maximize one instance and then minimize it.this behavior will make other case uneditable any more.

#5725 [IE] SCAYT breaks INPUT element selection Confirmed IE Firefox Bug closed Normal
Description

With SCAYT enabled, it's not unable to open context menu on checkbox/radio/textfield/textarea, single click makes the cursor blinking inside those elements now.

#5727 Problem creating and destroying instances Confirmed Bug closed Normal
Description

I found a problem creating and destroying the editor,

Firebug gave the error m.element is not defined on line 124 of the minified ckeditor.js (the editor's destroy method) which has the following :

if(m.elementMode==1)m.element.show();

I added the following

if(m.elementMode==1 && m.element)m.element.show();

this corrected the issue.

#5729 Safari: h-resize issue in Kama skin Safari Confirmed Review- Alfonso Martínez de Lizarrondo Bug closed Normal
Description

In Safari, horizontal resize of Kama skin is broken, not whole editor chrome is resized, eg scrollbar remains still is same position.

Attaching screenshot for reference.

Reproduce

  1. Open resizable editor.
  2. Open link dialogl.
  3. Resize editor's width, reducing it.
#5731 Safari: First enter does not break the line in enterMode BR + SCAYT Safari Confirmed Bug closed Normal
Description

Safari: First enter does not break the line in enterMode BR + SCAYT.

Reproduce

  1. Don't disable SCAYT
  2. Set enterMode to BR, eg in config.js:
    config.enterMode = CKEDITOR.ENTER_BR
    
  3. Start with an empty editor.
  4. Type "foo".
  5. Hit enter.

Result

  1. Nothing happens (no space).
  2. Hitting second time breaks the line.
  3. Typing something after first enter hit, and hitting it again (once) breaks the line correctly.

Expected

  1. Carret is placed in next line.

Can't be reproduced without SCAYT enabled.

#5736 Default "mailto" links look ugly Confirmed Review? Garry Yao Bug closed Normal
Description

When creating link to an email address, FCKeditor showed only email address:

<a href="mailto:mail@example.com?subject=hello&amp;body=text">mail@example.com</a>

CKEditor shows the complete link, which simply looks bad:

<a href="mailto:mail@example.com?subject=hello&amp;body=text">mailto:mail@example.com?subject=hello&amp;body=text</a>

Steps to reproduce

  1. In a CKEditor click the link tool (not highlighting any text)
  2. Select link type 'Email'
  3. Enter email address, message subject & message body
  4. click Ok - the code shows. FCKEditor only shows the email address when these setting are entered.
#5741 SCAYT error with multiply editor Confirmed Review+ Bug closed Normal
Description

Steps to reproduce: Go to replacebycode samples page Turn off scayt autostartup 1.Enable scayt in first editor 2.Press "New document" in the same editor 3.Enable scayt in second editor

Expected result: scayt enabled Actual result: javascript error appear, and scayt is blocked in second editor

Another way is: Go to replacebycode samples page Turn off scayt autostartup 1.Enable scayt in first editor 2.Press "Source" button 3.While source-mode is actual for first editor, enable scayt in second editor 4.Try to exit from source mode in first editor to wisiwig mode

Expected result: editor should switch to wisiwig mode and scayt should be enabled Actual result: javascript error is appear and editor toolbar is blocket

#5742 IE: Erros is thrown on New Page without focus IE Confirmed Review+ Garry Yao Bug closed Normal
Description

With IE8, I'm able to reproduce the problem with "exactly" these steps:

  1. Load the replacebyclass sample.
  2. Put the focus in another application with a small window, so you can still see the editor behind it. I use Skype for it.
  3. Without clicking on anything else, click directly the New Page button in the editor toolbar.

A js error is thrown.

#5744 Remove editor in source mode throws error Confirmed Review+ Bug closed Normal
Description

Waiting for SCAYT to be enabled, switch to 'Source' mode before removing editor, you get a JavaScript error in all browsers, not able to reproduce when SCAYT is off.

#5746 [Firefox] Selection on form elements Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

When left clicking checkbox/radio/textfield/textarea, the cursor blinking inside those elements now instead of selecting the entire element.

Form elements are by default editable in Firefox after [5391], it brings issues to us as we intercepts enter key, selection inside such elements is buggy itself, we should restore the previous (when using 'designMode').

#5747 IE: Text field editing activation throws error IE Confirmed Review+ Garry Yao Bug closed Normal
Description

In IE, it's possible to active editing inside text fields by doing the following:

  1. Click the input field to select it.
  2. Wait a bit and click on it again.

Right now, this action throws a js error on trunk.

#5748 Textarea value editing Confirmed Bug closed Normal
Description

Currently it's not able to update the <textarea> value in wysiwyg mode or with dialog.

#5759 [IE] Clicking on the scrollbar and then on the host page causes a JS error Confirmed IE Review+ Bug closed Normal
Description

Steps to reproduce

  • Open a sample [I'm using the replacebycode sample]
  • Type some text long enough to create an horizontal scrollbar.
  • Click on the scrollbar.
  • Click on the host page's body.

A JS error appers: 'type' is null or not an object.

#5761 The color dialog buttons are barely clickable in IE Quirks IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce

  • Open a sample in IE Quirks.
  • Open a color panel and click 'More Colors' to open the color dialog.
  • Move the mouse over the colors and try to click. Only the edges of the colors are clickable.

This is a regression of 3.2.2.

#5766 ‘ignoreEmptyParagraph’ behaves wrong Confirmed Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replacebyclass' sample page;
  2. Create several new paragraphs at the end of document;
  3. Switch to 'source' mode and back multiple times.
    • Actual Result: Each time with one paragraph lost at the end of document.
    • Expected Result: All paragraphs remains.
#5769 &shy; entity not converted when config.entities=false IBM Confirmed Garry Yao Bug closed Normal
Description

When config.entities=false, the expectation is that getData() returns the actual character for &shy; and not the html entity "&shy;". In IE and Safari, the entity "&shy;" is returned.

FF works as expected.

#5772 [IE] Not all list-style-type values are supported by IE IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

The list style dialog provides options for armenian, georgian, lower-greek and decimal-leading-zero. These list-style-type values are not supported by any version of IE.

IE does not support the values armenian, decimal-leading-zero, georgian, inherit, lower-greek, lower-latin or upper-latin.

#5775 Required field's label to contain a CSS class to allow it to be styled differently IBM Confirmed Tobiasz Cudnik New Feature closed Normal
Description

If a labeled dialog UI Element's required property is set to true the field's label should contain a CSS style so it can be styled differently. For example:

<label class="cke_dialog_ui_labeled_label cke_required"...

A style like the following could then be used to mark required fields:

.cke_skin_<name> .cke_dialog_ui_labeled_label.cke_required:before {
	content: "* ";
}
#5782 FF: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMNSHTMLDocument.designMode] Confirmed Review+ Garry Yao Bug closed Normal
Description

This is a regression bug introduced in CKEditor 3.3. It occurs when doing some specific DOM operations on the node that contains the editor. We had a similar problem in #5660.

Please check the attached files (unpack them in the _samples directory) to reproduce this issue. Works fine in CKEditor 3.2.1, 3.0 and all previous releases.

#5787 liststyle plugin isn't packed Confirmed Bug closed Normal
Description

Load the packed nightly build and you can see in the net monitor of firebug or other tools that the plugin.js file for liststyles plugin is loaded as a separate item.

Reported in http://cksource.com/forums/viewtopic.php?f=11&t=18979

#5788 HTML parser allows spaces after <br> Confirmed Garry Yao Bug closed Normal
Description

Whitespace in following HTML should be removed by HTML parser while it doesn't introduce any visual clue:

<p>test<br /> whitespace</p>

It could be verified from Firebug HTML tab's show whitespaces functionality.

#4574 ticket test is broken by this bug:
run OR view source.

#5789 Losing leading whitespaces in <pre> Confirmed Garry Yao Bug closed Normal
Description

As tells by 'test_pre_leading_whitespaces_toHtml' test, leading spaces are trimmed within pre-formatted text:
run OR view source.

#5790 [Safari] fullpage output internal attribute Safari Confirmed Review+ Garry Yao Bug closed Normal
Description

Environment

Safari

Reproducing Procedures

  1. Open the 'fullpage' sample page, switch to source mode;
    • Actual Result: The 'contenteditable' attribute are displayed on <html>.
#5794 Second search with no result leads to a JS error Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce

  • Load a sample or the demo.
  • Search for something that does not exist, twice.

Notice that there is an error: startNode is null; _source/core/dom/range.js L1386.
Regression of 3.2.2.

#5801 contentEditable=false on inline-elements Confirmed IE Review+ Garry Yao Bug closed Normal
Description

#5562 is still reproducible on inline-elements.

#5807 Scayt causing serious problems in Firefox 2 Confirmed Firefox Bug closed Normal
Description

SCAYT is enabled by default since 3.3 and this is causing serious issues for users using an old Firefox 2. It is actually almost impossible to type text inside of CKEditor. Confirmed using FF 2.0.20 @ Win 2003.

Issue 1

Steps to reproduce

  • Open CKEditor demo: http://ckeditor.com/demo
  • Press the "New Page" button to clear all contents.
  • Click inside of editing area, start typing
  • Result: nothing happens... I cannot type anything.

Issue 2

Steps to reproduce

  • Open CKEditor demo: http://ckeditor.com/demo
  • Go to the end of article
  • Type "Thiz is a test thiz is a test", whilst typing the cursor is moved at the beginning of the first word catched by Scayt.

In the sample article we do not have any errors, but in real life using a word that is not in dictionary happens quite often and this bug becomes really painful.

#5825 [ContentEditable] Read only blocks should not be "undeletable" Confirmed Review? Garry Yao Bug closed Normal
Description

In some situations, the protection for read only blocks is being over exaggerated. For example

  1. Load the following HTML:
<p>Para 1</p>
<p contenteditable="false">Non Editable</p>
<p>Para 2</p>
  1. Hit CTRL+A to select all.
  1. Click the "Insert Horizontal Line" button.

Current Results:

<hr />
<p contenteditable="false">
	Non Editable</p>
<hr />

Expected Results:

<hr />

This one is related to the contenteditable feature branch.

#5827 [ContentEditable] List creation across read only blocks is broken Confirmed Review? Garry Yao Bug closed Normal
Description
  1. Load the following HTML:
<p>Para 1</p>
<p contenteditable="false">Non Editable</p>
<p>Para 2</p>
  1. Hit CTRL+A to select all.
  1. Hi the list button.

Current results:

<ul>
	<li>
		Para 2</li>
	<li>
		Para 1</li>
</ul>
<p contenteditable="false">
	Non Editable</p>

Expected results:

<ul>
	<li>
		Para 1</li>
</ul>
<p contenteditable="false">
	Non Editable</p>
<ul>
	<li>
		Para 2</li>
</ul>

This one is related to the contenteditable feature branch.

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