Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1101 - 1200 of 2646)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Summary Keywords Owner Type Status Priority
#3875 [Safari] Context menu for cells not complete IBM Confirmed Review+ Martin Kou Bug closed Normal
Description

To reproduce:

  1. Open nightly Ajax sample
  2. Insert a table
  3. Right click in an empty cell

Result: Context menu contains the following options

  • Cut / Copy / Paste
  • Delete Table
  • Table properties

Missing: Cell, Row, Column menus

This also occurs for cells that have content but where the user right clicks outside of the text in the cell.

Safari 3.2.2 on WinXP

#3876 Dialog elements should use explicit labels instead of implicit labels. IBM Confirmed Review+ Martin Kou Bug closed Normal
Description

Most dialogs elements in CKEditor 3 are using implicit labels at the moment. e.g.

      <label id="68_uiElement" class="cke_dialog_ui_checkbox">
             <input class="cke_dialog_ui_checkbox_input"
 id="67_uiElement"
 type="checkbox" />
                   Match whole word
       </label>

Checkpoint 12.4 of the WCAG 1.0 standard recommends explicit labels to be used instead.

#3877 iframe in dialogs are missing titles. IBM Confirmed Review+ Martin Kou Bug closed Normal
Description

The HTML source of file input iframes in link, image and flash dialogs read like this:

<iframe allowtransparency="0" class="cke_dialog_ui_input_file"
id="241_fileInput" src="javascript:void(0)" frameborder="0"></iframe>

Checkpoint 12.1 of the WCAG 1.0 standard recommends that iframes should have titles.

#3878 Image pop-up have scrollbars Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Not all content fits to window of image pop-up. It happens in russian language.

I think, you must dynamically determine window desired size after all content are rendered.

#3879 [webkit] Color button panel incorrect size on first open Webkit Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page with Safari;
  2. Click on 'Font Color' button to open panel;
    • Actual Result: The panel size is shrinked.
  3. Click again.
    • Actual Result: Now the panel size is correct.
#3880 Typo in fckdomrange_ie.js Review+ Martin Kou Bug closed Normal
Description

Line 114 of fckdomrange_ie.js says

        bIsStartMakerAlone = ( forceExpand || !eStartMarker.previousSibling || eStartMarker.previousSibling.nodeName.toLowerCase() == 'br' ) && !eStartMarker.nextSibing ;

Take note of the last property name, "nextSibing" - it's a very subtle error but this property does not exist. It is actually causing the statement after the "&&" sign to be redundant because it always returns true.

This is actually the reason why we have this comment in CKEditor 3's selection plugin:

// The isStartMarkerAlone logic comes from V2. It guarantees that the lines
// will expand and that the cursor will be blinking on the right place.
// Actually, we are using this flag just to avoid using this hack in all
// situations, but just on those needed.
                
// But, in V3, somehow it is not interested on working whe hitting SHIFT+ENTER
// inside text. So, let's jsut leave the hack happen always.

// I'm still leaving the code here just in case. We may find some other IE
// weirdness and uncommenting this stuff may be useful.

The isStartMarkerAlone flag doesn't work in v3 because the ported logic doesn't have that typo.

The solution to this is to fix remove the wrong "nextSibing" condition from the line and also fix the "bIsStartMakerAlone" name typo - this one doesn't have any effect on logical correctness but is still spelled wrong.

#3881 More Colors Confirmed Review+ Garry Yao New Feature closed Normal
Description

Hi there!

By setting config.colorButton_enableMore = true; in color and background-color tools appears the button to choose more colors but anything happens.

#3882 pasteFromWordRemoveStyle config key ignored Confirmed Review+ Artur Formella Bug closed Normal
Description

A default value of false is set _source/plugins/pastefromword/plugin.js for CKEDITOR.config.pasteFromWordRemoveStyle, but this config key is not used anywhere. I am attaching a simple patch to cause this key to set the default value for the "Remove Styles" checkbox in the Paste from Word dialog.

Keep up the great work!

#3883 [FF2] Styles do not break at cursor when toggled IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly Ajax sample
  2. Begin typing text
  3. Use one of bold/italic/underline etc and continue typing
  4. Toggle the style in (3)

Result: The style is undone for the whole text added in (3).

Expected: The style should break where the cursor is.

Reproduced on FF2. Seems to work in FF3.

#3884 Empty href attribute values are created twice IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly sample
  2. Go to source and add a link with one empty href attribute
    <a href="" name="myLink">The link</a> 
    

Result:
When going back to RT mode and then back to source, a second href attribute is added. This breaks the XML rule of one attribute name per element.

<a href="" href="" name="myLink">The link</a> 
#3887 Create list command leaking into the rest of the document. IBM Review+ Martin Kou Bug closed Normal
Description

The symptom of this bug seems similar to #3780, but so far I've found it to be caused by the domiterator and thus it is a actually very different beast.

To reproduce:

  1. Open replacebyclass.html in Firefox.
  2. Create a default table.
  3. Press Shift-Enter in any of the table cells.
  4. Press up to move the caret back to the beginning of the table cell.
  5. You'll see the list command has leaked into all table cells that comes after the currently selected one, and then also to the rest of the document.

This bug was discovered while working on #3782.

#3891 [IE7] Font color selector not working after using automatic option IBM Confirmed IE Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly Ajax sample
  2. Add some text
  3. Select text and apply a font colour (not automatic)
  4. Notice colour application worked
  5. Re-select the text and apply automatic font colour

Result: the automatic option is not applied. From this point onwards, using the font colour will produce unexpected results.

#3893 Unable to indent a list IBM Confirmed Review+ Garry Yao New Feature closed Normal
Description

The indent feature does not allow indenting whole lists.

#3896 The editing area flashes on gray when loading Confirmed Kama Review+ Frederico Caldeira Knabben Bug closed Normal
Description

If you switch to source and back to wysiwyg, it's noticeable a "rendering flash" in the editing area. Sometimes it's even possible to see the loaded contents in the gray (skin color) background that suddenly turns on white.

#3897 There should be no image previews when the URL is empty in image dialog Oracle Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass sample in IE.
  2. Open the image dialog.
  3. Even before any URL is filled into the dialog box, we're still having a cross symbol in the preview pane.

Or, alternatively

  1. Open replacebyclass sample in any browser.
  2. Open the image dialog.
  3. Fill in any URL and defocus the URL text box.
  4. Remove the URL
  5. The image is still in the preview pane - it should be cleared instead.
#3898 Add validation checks to image properties dialog. Oracle Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

To reproduce:

  1. Open the image dialog.
  2. Press OK.

An image with no src is created. This is not really a critical issue, but it's reasonable to have some validation there.

#3899 Navigating problem in IE8 after image added IE8 IBM VendorFix Bug closed Normal
Description

Browser name and OS: Windows XP, in IE 8 only.

Steps to reproduce: Go to the end of the lest line (pay attention there is no text after your cursor). Add picture. go to the text before the picture. try to move your cursor to write text after the picture. You'll find out it's not possible.

#3903 Unable to override font colors HasPatch Review+ Bug closed Normal
Description

The config.colorButton_colors setting allows overriding the colors that are shown in the font and background color dropdowns. However, because of a bug in _source/plugins/colorbutton/plugin.js, this setting is not respected.

The solution is to check config.colorButton_colors instead of CKEDITOR.config.colorButton_colors. This is similar to how other plugins work.

Attached is a patch.

#3905 Editor causes unauthenticated content warnings over SSL in FF 3.5 Confirmed Review+ Garry Yao Bug closed Normal
Description

Firefox 3.5 is showing an unauthenticated content warning icon on https pages with editors. Such warnings look unprofessional and tend to scare users away.

The offending code is in ckeditor.js:

document.write(

'<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' );

#3909 Clicking another input field takes 2 clicks in IE IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Using IE8, if the editor is on a page that contains other input controls (text ones) and the CKEditor has focus it takes 2 mouse clicks to get focus into another text input control on the page instead on one.

Tabbing seems to work fine however and FF does not seem to have this click problem.

#3912 UI color plugin fails in IE with 3+ editors Confirmed IE Review+ Garry Yao Bug closed Normal
Description

With three or more editors in the same page in IE, trying to change the UI color for all editors causes a JS exception when changing the color for the third editor.

The specific problem is in skins/kama/skin.js, line 153: uiStyle.$.styleSheet is null.

#3916 Maximize does not enlarge editor width when width is set. Oracle Review+ Confirmed Tobiasz Cudnik Bug closed Normal
Description

To reproduce:

  1. Set config.width to a fixed number in config.js.
  2. Open replacebyclass.html.
  3. Press Maximize button.
  4. The editor does not fill the screen horizontally.
#3918 It is possible to edit fakeObject using Image plugin Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Insert the following content in source mode:
    <p>
    	<a name="test"></a></p>
    

2.Back to WYSIWYG

3.Select the anchor

4.Open the Image Button dialog. Fake image is loaded what is wrong.

5.Click OK (convert to image button)

Result:

<p>
	<input alt="Anchor" src="http://localhost/edytor/CKEditor/trunk/images/spacer.gif" type="image" /></p>
#3920 Special Character dialog cursor Review+ Artur Formella Bug closed Normal
Description

Mouse cursor over characters shows as text instead of arrow or hand.

#3921 [IE] Container scroll issue on IE7 IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Moved from forum thread.

  <div style="overflow:scroll;height:200px;">
         <p>
            <label for="editor1">
               Editor 1:</label><br/>
            <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
            <script type="text/javascript">
                  CKEDITOR.replace( 'editor1' );
            </script>
         </p>
      </div>

If top container has scroll, only menu scroll but iframe imitate position fixed in ie7.

#3925 FCKDialog.OpenDialog() - wrong variable mapping (parentWindow) Confirmed Review+ Martin Kou Bug closed Normal
Description

FCKEditor 2.6.4 This is not a "theoretical" note, I found this bug during development of something.

See .../_source/internals/fckdialog.js

The parameter *parentWindow* in the function OpenDialog() declaration and and the variable *topWindow* that sets a property of the dialogInfo object are the same thing actually. Only one should stay - parentWindow or topWindow.

Here is an example for a correction:

var FCKDialog = ( function()
{

  ...

	return {
		/**
		 * Opens a dialog window using the standard dialog template.
		 */
		OpenDialog : function( dialogName, dialogTitle, dialogPage, width, height, customValue, parentWindow, resizable )
		{

			...

      // Setup the dialog info to be passed to the dialog.
			var dialogInfo =
			{
				Title : dialogTitle,
				Page : dialogPage,
				Editor : window,
				CustomValue : customValue,		// Optional
				// -------------- A correction starts here ---------------------
				//TopWindow : topWindow       // Wrong
				TopWindow : parentWindow      // Correct
				// -------------------------------------------------------------
			}

			...

		},

  ...
#3926 [IE] SCAYT require two clicks to initialize IE Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page in IE;
  2. Click on 'SCAYT' - 'Enable SCAYT';
    • Actual Result: The toolbar button state shows SCAYT is enabled, despite the fact that SCAYT is not enalbed on the document.
  3. Click on 'SCAYT' - 'Enable SCAYT' again;
    • Actual Result: Now SCAYT is enabled
#3929 [IE] Paste text from dialog is broken IE Confirmed Review+ Artur Formella Bug closed Normal
Description

Reproducing Procedures

  1. Make sure IE's security setting of clipboard data access is disable.
  2. Open the replace by class example page in IE;
  3. Anchor the selection somewhere other than beginning;
  4. Click 'Paste' button to open paste dialog, enter some random text and click 'OK';
    • Actual Result: The text is pasted at the beginning of document;
#3933 Extra line at the end of document in enterMode=BR IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the attached example page in IE;
  2. Click inside the cell;
  3. Switch to 'Source'.
    • Actual Result:
      	<table>
      		<tbody>
      			<tr>
      				<td>
      					table</td>
      			</tr>
      		</tbody>
      	</table>
      	<br />
      
    • Expected Result: The tail filler <br> doesn't exist.
#3936 SCAYT customer ID Review? Artur Formella Task closed Normal
Description

Banner invites to purchase the customer ID, but the configuration entry is hidden in code.

#3937 [IE] The first opened panel doesn't hide IE WorksForMe Bug closed Normal
Description

Steps to reproduce:

  • open the replacebyclass example
  • open the Text Color panel (panel becomes visible)
  • click on the editor content (panel is still visible)
  • open the Font combo (panel is still visible)
#3939 Remove list create paragraph in enterMode=BR IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the attached example page.
  2. Move the cursor at the end of first line, press 'Backspace' until the list is deleted.
    • Actual Result: A new paragraph is created in place of the list.
    • Expected Result: The list just get removed.
#3940 list operation doesn't stop at table Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open the attached example page.
  2. Select the table cell content, and click 'Create/Remove Bullted List'.
    • Actual Result:
      • list
        list in table
    • Expected Result:
      1. list
        • list in table
#3946 Unable to hide contextmenu Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open a context menu with a second-level sub menu;
  2. Activate the sub menu by mouse over the menu item;
  3. Now mouse move back to the first-level menu;
  4. Activate the same sub menu again;
  5. Click on the document text;
    • Actual Result: The context menu stays visible.
#3948 [IE] Preformatted selection problem IE IBM Confirmed Bug closed Normal
Description

There is an issue when selecting or deleting text that is formatted (<pre>).

To reproduce:

  1. Open nightly sample
  2. Add some plain text
  3. Select the new text and apply the formatted format

Result: Runtime Error, line 83. Error: 'nodeValue' is null

  1. After selecting the text, attempt to delete the selected content. It also produces the error.
#3949 [IE] Preformatted edit problem IBM IE Confirmed Review+ Garry Yao Bug closed Normal
Description

This issue may be related to #3948.

  1. Add some preformatted content like so:
<pre>Test line 1

Test line 2</pre>
  1. Place cursor at end of line 2 and hit ENTER.

Notice that a space is added instead of a new line.

  1. Revert to content as at 1.
  2. Place cursor at end of line 1 and hit ENTER.

Result:

<pre>Test line
 1

Test line 2</pre>

The actual result should be a new line, the space and "1" should not be on the new line

#3950 [Safari] Insert column before/after problematic IBM Confirmed WebKit Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly sample
  2. Insert table with 3 columns
  3. Populate the cells in the first row to keep track of them.
  4. Select and right click in the empty area of a cell in the first row (to the right of the text in the cell)
  5. Attempt to insert a column before the current column

Result is that the column is added to the beginning of the table and not before the selected column

#3951 Reset size and lock ratio options not accessible in Image dialog IBM Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

The two options "reset size" and "lock ratio" are not keyboard accessible.

#3953 Keystroke for close Paste dialog Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Steps to reproduce:

  • Open Paste/Paste from Word dialog
  • Hit ESC

Actual result: nothing happened

Expected result: dialog is closed

#3956 About dialog doesn't work in Source Mode IE Confirmed Review+ Garry Yao Bug closed Normal
Description

About dialog doesn't work in Source Mode in IE. Opening causes JS error.

#3959 [FF] Pasting content from Word causes problems Firefox Confirmed IBM Review+ Garry Yao Bug closed Normal
Description

When pasting content from a Word document that happens to have a date field the content styles are displayed incorrectly. The height of the text is incorrect and results in excessive overlapping (see attached example).

Also, the table in the provided word document is removed.

The incorrect font styles and the removed table issue only occur in FF. IE is working well.

To reproduce:

  1. Open a nightly sample
  2. Copy the whole contents of the Test_doc_with_date.doc
  3. Use paste from Word dialog to paste the whole contents with default settings

Using the same document with the date field removed fixes the style issue (see Test_doc_without_date.doc), although the table is still removed.

Pasting directly into the content area preserves the table.

#3968 About dialog layout is broken with IE+Standards+RTL Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

The about dialog layout is broken in the IE+Standards+RTL combination.

#3969 Dialogs are too wide in FF2 Confirmed Firefox Review+ Frederico Caldeira Knabben Bug closed Normal
Description

This is a regression... in FF2, the dialogs are 100% wide.

#3970 Source mode textarea issue on IE7 strict with scrollbars IE Bug closed Normal
Description

Source mode textarea issue on IE7 strict with scrollbars. Continuation of #3921.

TC

  <div style="overflow:scroll;height:200px;">
         <p>
            <label for="editor1">
               Editor 1:</label><br/>
            <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
            <script type="text/javascript">
                  CKEDITOR.replace( 'editor1' );
            </script>
         </p>
      </div>

Textarea overflows out of scrolled area.

#3972 Unable to remove list with enterMode=BR Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open a sample page with enterMode = BR in Firefox.
  2. Empty the document content and create a new list;
  3. Click again to remove the list;
    • Actual Result: It's not able to remove the list, but it fails silently.
#3973 Bulleted List Bug IE8 IE Confirmed Review+ Garry Yao Bug closed Normal
Description

In the nightly build you can cause this error by doing the following:

Type some text on a new line. Then bold and underline the text.

Press ENTER to move to the next line. Then press the bulleted List Item on the toolbar to create a bulleted list.

This causes a javascript error.

#3974 IE - reversed attributes IE Bug closed Normal
Description

Open plugins/htmldataprocessor TC in IE.

Tests: #3591 and #3884 failed in IE because attributes are in wrong order.

#3975 One of tests in htmldataprocessor is not complete Review+ Artur Formella Bug closed Normal
Description

test_innerHtmlComments_ticket_3801 in tests/plugins/htmldataprocessor is not complete.

Text fields with id = '_TEXTAREA_3801_' + i are missing.

#3977 Style plugin uses not existing CKEDITOR.tools.replace() Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Line 804 in plugins/style/plugin.js:

return CKEDITOR.tools.replace( '&nbsp;', match.length - 1 ) + ' ';

The test case also should be updated (core/tools.html).

#3978 setStyle float broken on IE7 strict IE Review+ Tobiasz Cudnik Bug closed Normal
Description

TC

( new CKEDITOR.dom.element('div') ).setStyle( 'float', 'left' ).getAttribute( 'style' )

Result: "cssfloat: left;"

#3979 IE+Quirks: Dialogs are smaller IE Bug confirmed Normal
Description

When comparing the IE+Quirks dialogs, they are a bit smaller in width than IE+Standards.

#3982 Enterkey on empty list item result weird Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Load the document with following content and selection:
    <table>
    	<tbody>
    	<tr>
    		<td>
    			<ol>
    				<li>item1
    					<ol>
    						<li>item2</li>
    						<li><br />^</li>
    					</ol>
    				</li>
    			</ol>
    		</td>
    	</tr>
    	</tbody>
    </table>
    
  3. Press enter two times;
    • Actual Result: The result structure is in a mess;
    • Expected Result: The list keep unchanged with cursor stay at the end of list;
#3983 Extra comma in toolbar definition causes JavaScript error in IE Confirmed IE Review+ Frederico Caldeira Knabben Bug closed Normal
Description

When calling CKEDITOR.replace on this sample page http://72.197.202.64:33112/entries/show/5 with ie8 on a vista machine, I get the following Javascript Error

'length' is null or not an object ckeditor.js, line 67 character 1800

I do not get this error using Chrome or Firefox 3.5

#3987 Updated Spanish translation Review+ Alfonso Martínez de Lizarrondo Bug closed Normal
Description

Added all missing entries for V3.

Why does the langtool change the final line of all the lang files?

#3988 [FF] Can not second save Confirmed Review+ Garry Yao Bug closed Normal
Description

In firefox (tested 3.0, 3.5) if send data via ajax and recreate editor second send no change text area. I create test file with sam error.

  1. Open file
  2. Write text
  3. Send

Text is set correctly

  1. Write another text
  2. Send

Old text is set

#3989 Scrolling problem with IE and RTL pages IE Confirmed Review+ Garry Yao Bug closed Normal
Description

when using the editor in a rtl page [in IE], the x-scroller is stretching and when the client scrolls it all the way left you see something as 'Rich text editor, editor1'. for example, if using this code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
   <head>
      <script type="text/javascript" src="ckeditor.js"></script>
      <title>CKEditor Test</title>
   </head>
   <body>
      <textarea class="ckeditor" id="editor1"></textarea>
   </body>
</html>

The output is: http://i27.tinypic.com/14c7l2p.png i've tried to wrap the editor with an ltr div but the problem had continued.

#3990 [IE7/8] Con not start edit IE Confirmed Bug closed Normal
Description

Can not star editing text clicking everiwhere in texteditor. Must click on existing text line. Its problem if texteditor is empty. You must click on first empty line. Test with 3936

#3991 [IE] In quirks, text not visible in v2 and office2003 skins IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

All IE versions. In quirks, text is not visible in v2 and office2003 skins. Refer to attached screenshot.

#3992 Fix core/ckeditor2 test Confirmed Review+ Frederico Caldeira Knabben Task closed Normal
Description

There is a run-time error:

CKEDITOR.loadFullCore is not a function
http://localhost/edytor/CKEditor/trunk/_source/tests/core/ckeditor2.html
Line 15

My suggestion is to replace the following line

<script type="text/javascript" src="../../../ckeditor_source.js"></script> <!-- %REMOVE_LINE%

with:

<script type="text/javascript" src="../../../ckeditor_basic_source.js"></script> <!-- %REMOVE_LINE%
#3994 Horizontal line issue Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

  • Open replacebyclass

  • Put cursor at the end of the content
  • Insert Horizontal line ( JS error in FF3 )
  • Insert another Horizontal line

Result:

Chrome - new line was added at the beginning of the content

IE - new line was added at the end of the content

FF3 - no line due to JS error:

parentNode is null
http://localhost/edytor/CKEditor/trunk/_source/core/dom/node.js
Line 197
#3996 startupFocus doesn't work if editor starts in Source mode Confirmed Review? Garry Yao Bug closed Normal
Description

startupFocus doesn't work if editor starts in Source Mode.

Test Case in attachment.

#4001 Using the link button on an image produces incorrect HTML code, and it doesn't work Confirmed Review+ Garry Yao Bug closed Normal
Description

Bug in CKEditor (Nightly Build Revision 3936) OS: Windows XP Browser: Mozilla Firefox 3.5.1 (also tested in Google Chrome - same problem)

Here's what I did:

  1. I put a photo in the editor.
  2. I clicked on the photo.
  3. I clicked on the link button.
  4. I entered the target URL and clicked OK.
  5. I hit the SOURCE button to check the code.

Instead of generating <a href="http://targeturl"> code, it generates something like this: <img href="http://targeturl" ... >

This happened in both the downloaded version on our test server, as well as your online demo.

#4003 Markup on the image dialog disrupted when removing the border input IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

When removing the border option, the whole dialog markup is disrupted (on IE). It only happens if the language uses RTL direction. http://i27.tinypic.com/110ka43.png

#4007 [IE8] Source area overflow from editor chrome IE Confirmed Review+ Garry Yao Bug closed Normal
Description

As we can see from the screenshot, the source area is obviously overflowed.

Reproducing Environment

  • IE8 with IE7 mode/IE7 Windows XP SP2
#4008 [IE] About dialog throw Javascript error IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Switch to 'source' mode and click 'about' button.
    • Actual Result: Javascript error thrown.
#4010 [IE] Outdent break list numbering IE Bug closed Normal
Description

This is derived from #1491.

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Load the document with following content:
     <ol>
    	<li>
    		item1
    		<ol>
    			<li>
    				&nbsp;^</li>
    		</ol>
    	</li>
    	<li>
    		item2</li>
    </ol>
    
  3. Click 'outdent' button;
    • Actual Result: The list numbering is incorrect as: 1,1,2;
    • Expected Result: The list numbering is: 1,2,3;
#4011 [IE] Tab is not focused in dialog on ALT-F10 IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Open the 'Link' dialog and press ALT-F10 to activate tab switchers.
  3. Press 'Tab' to open next tab page.
    • Actual Result: The text selection is still inside the text input of previous tab page
    • Expected Result: The focus is moved to the current active tab switcher.
#4014 [FF2] no dialog button backgrounds Firefox Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

[FF2] no dialog button backgrounds, as visible on the screenshot.

#4016 Dialog buttons inconsistency Confirm Review+ brooks Bug closed Normal
Description

Some of the dialog buttons are:

  • without min-size
  • with min-size
    • centered
    • left-aligned

This doesn't concerns footer buttons, only main dialog's content ones. I think all should be with min-size and centered.

Attaching some screenshots.

#4018 [FF2] No richcombo text visible Firefox Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

After a click on editors content inline combo labels disappears. Firefox 2.

#4026 [IE7] Office2003 skin has no toolbar button borders in High Contrast IE Confirmed Review+ Minh Nguyen Bug closed Normal
Description

[IE7] Office2003 skin has no toolbar button borders in High Contrast

#4028 Maximize control's tool tip is wrong once it is maximized Oracle Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Once the editor is maximized using the maximize control, the maximize control's tooltip should show as 'Minimize' instead of that it still shows as 'Maximize'

#4029 [IE6] Format combo background-color incorrect IE Bug closed Normal
Description

See attached screenshot.

#4030 [IE6] Element path bar 'p' tag is jumping IE Bug closed Normal
Description

All tags within the path bar look ok except 'p', it's with a different font color and even jumping when hover it.

#4031 [IE] Cursor shape on combo incorret IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Currently three different shapes of cursor displayed when you hover a combo, they're respectively: text,pointer,default.

#4032 [IE8] Toolbar height changing when focus document IE Garry Yao Bug closed Normal
Description

See attached screenshot for the problem, it doesn't occur if the page is served from local file system.

#4033 [IE8] combo content keep invisible until hover it IE Bug closed Normal
Description

As shown by the screenshot, the drop down list content is only visible when you mouse over it.

#4034 [IE] second level context menu text cropped IE Bug closed Normal
Description

We should have the menu item text fully displayed instead of been cropped as attached screenshot.

#4035 [IE6] Paste dialog size too small IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

See attached screenshot.

#4036 [IE] Insert select control is causing error IE Confirmed Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Put the cursor among text;
  3. Insert a select control;
    • Actual Result: Javascript error.
#4037 [IE] Advanced property problem with flash dialog IE Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Open 'Flash' dialog, fill the 'ID' field of advanced tab with 'id1', click 'Ok'.
  3. Switch to 'source' and switch back;
  4. Open 'Flash' dialog again, switch to advanced tab, check the fields:
    • Actual Result:
      1. The 'id' field is empty;
      2. The 'style' field now has ';';
    • Expected Result:
      1. The 'id' field is 'id1';
      2. The 'style' field is empty;
#4038 [IE7] Unable to shrink editor width IE Bug closed Normal
Description

When dragging the resize handler, shrinking horizontally is stuck.

#4040 [IE] Remove multiple cells doesn't work IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Load the document with following content and selection:
    	<table><tr><td>[cell1</td><td>cell2]</td></tr></table>
    
  3. Open context menu and 'cell' submenu, click 'Delete Cells'.
    • Actual Result: Only cell2 get deleted.
#4041 [IE] Remove multiple rows doesn't work IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Load the document with following content and selection:
    <table>
    	<tbody>
    		<tr>
    			<td>
    				[row1</td>
    		</tr>
    		<tr>
    			<td>
    				row2]</td>
    		</tr>
    	</tbody>
    </table>
    
  3. Open context menu and 'row' submenu, click 'Delete Rows'.
    • Actual Result: Only row2 get deleted.
#4042 [IE] 'Protocol' field broken when typing 'url' in link dialog IE Bug closed Normal
Description

The protocol select is shrinking when we focus and begin to change url text input.

#4046 Text align should respect EnterMode=br Confirmed Review+ Garry Yao Bug closed Normal
Description

This's a bug migration of #390.

Reproducing Procedures

  1. Open the 'replace by code' sample page with enterMode = BR.
  2. Load the document with following content and selection:
    line1<br />
    ^line2<br />
    
  3. Click on 'Align Right' to perform text alignment.
    • Actual Result:
      <p style="text-align: right">
      	line1<br />
      	line2</p>
      
    • Expected Result: Only the selected line get aligned.
#4047 [IE] Backspace button on control type trigger history backward IE Review+ Garry Yao Bug closed Normal
Description

This's a migration of #327.

Reproducing Procedures

  1. Open the 'replace by class' sample page;
  2. Insert a control type( e.g. Image, form control, table ) and select it;
  3. Press 'Backspace';
    • Actual Result: Browser history backward is triggered.
    • Expected Result: The control is deleted from document.
#4048 Context submenu lacks uiColor Kama Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Context submenu lacks uiColor in Kama skin.

#4049 Kama skin too wide with config.width Kama Review+ Confirmed reopen Tobiasz Cudnik Bug closed Normal
Description

Kama skin is too wide when config.width is used. Difference is 12px, which cames from padding (2x 5px) and borders (2x 1px).

Kama skin should include those measures when setting it's width to desired size.

#4051 IE drag div not working IE Bug closed Normal
Description

In firefox you can drag an absolute positioned div around to change its position, you can do this by using the move handle that appears when you click on a absolute positioned div (eg

<div style="position: absolute; top: 20px; left: 20px;">
This is some <strong>sample text</strong>.
You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.
</div>

). In IE however, when you want to drag the div, it appears to behave like dragging an image, so you can only drop it between other content, thereby only changing the DOM position, but not the CSS position.

This problem was first reported as ticket #699 but has expired, though it still remains with FCKeditor 2.6.4.1 and CKEditor 3.0rc (both in IE7+8)

#4052 [IE8] document weird size when open dialog IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the attached sample page, keep the document unfocused.;
  2. Open 'Find' dialog;
    • Actual Result: The document is shrinking to a small size as the attached screenshot.
#4053 context menu missing form properties entry Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the "replace by class" page, insert a form;
  2. Click on the line space inside form, right click to open contextmenu
    • Actual Result: The form property entry is missing.
#4054 [IE6] Text Field attributes are destroyed when open dialog IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the "replace by class" page;
  2. Insert a text field with all the attributes specified in dialog;
  3. Reopen the dialog on this control;
    • Actual Result: All attributes are lost.
#4055 [IE6] Control type element is masking toolbar button. IE Bug closed Normal
Description

When we're having a vertical scrolled document with control type element selected in it, the toolbar buttons under which is been masked and are thus unable to been clicked.

#4056 Hidden field problem Confirmed Review+ Minh Nguyen Bug closed Normal
Description

There were many problems with hidden fields.

Reproducing Procedures

  1. Open the "replace by class" page, insert a form;
  2. Insert a hidden field with all attributes specified
    • Actual Result in Firefox: The inserted is not visible.
  3. Right click the hidden field to open context menu
    • Actual Result: The hidden field property entry is missing
  4. Click to open the hidden field dialog again;
    • Actual Result: All the attributes of it are lost.
#4058 [FF3,5] Sometimes WYSYWIG area is not editable Firefox Confirmed Review+ Garry Yao Bug closed Normal
Description

Sometimes WYSYWIG area is not editable. Please try the attached test case.

The core is loaded from my server (nightly build).

Test: occurs in about 60% of cases, Firefox 3.5, reloading with F5, disabled cache.

Works fine in other browsers.

#4061 [IE]Table dialog is missing caption and summary attribute IE Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the "replace by class" page;
  2. Insert a table with 'caption' and 'summary' specified;
  3. Switch to 'Source' and switch back.
  4. Click inside one table cell, open table dialog again from toolbar button. (Open from context menu works well)
    • Actual Result: The two fields above are missing.
#4062 [IE] line after HR/Page Break problem IE Bug closed Normal
Description

Reproducing Procedures

  1. Open the "replace by class" page, clear document content;
  2. Insert a 'Horizontal Line';
  3. Start typing in the new line;
    • Actual Result: The new line is not inside a paragraph;
  4. Move the cursor and back;
    • Actual Result: The new line is now wrapped by a paragraph;
#4065 SCAYT doesn't work with SSL Review+ Bug closed Normal
Description

SCAYT doesn't work with SSL.

<script type="text/javascript" src="https://svc.spellchecker.net/spellcheck/lf/scayt/scayt1.js">

Failed to load source for: https://svc.spellchecker.net/spellcheck/lf/scayt/scayt1.js

</script>
#4067 Fullpage support Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

The editor don't actually have full page support yet despite of the existence of fullPage config entry.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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