Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1201 - 1300 of 1835)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Summary Keywords Owner Type Status Priority
#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.
#3947 Arabic Language issues Oracle Confirmed Bug closed Normal
Description

Issues in the Arabic Language:

  1. Editor Area data is still in Left to Right order (supposed to be in Right to Left order)
  1. Styles and Font are not translated for Arabic.
  1. Maximize is not translated for Arabic.
#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

#3954 Templates in Template dialog not accessible Confirmed Garry Yao Bug closed Normal
Description

Templates are not keyboard accessible.

#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.

#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.

#3976 Delete the domwalker.js file Confirmed Frederico Caldeira Knabben Task closed Normal
Description

In #3304 we've completely removed all references to the domWalker class, but we forgot removing the domwalker.js file. This should be done at this point.

#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).

#3980 Use <label> for all labels in dialogs IBM Confirmed Garry Yao Bug closed Normal
Description

There are some labels in the dialogs that are being defined with <span> or <div> tags. We should instead use the proper <label> element for them.

#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

#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
#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.

#4015 [FF2] RTL mode broken Firefox Confirmed Bug closed Normal
Description

RTL mode broken in FF2. This concerns:

  • toolbar
  • dialogs
  • editor chrome
#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'

#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.

#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.
#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.
#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.
#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.

#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.
#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.

#4064 Indent messes up in lists Confirmed Bug closed Normal
Description

Refer to attached video TC. Reproduced on Chrome, FF2, but possibly all other browsers are affected.

#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.

#4072 Cannot enter text below the horizontal line using Webkit IBM Confirmed Safari Review+ Garry Yao Bug closed Normal
Description

CK Editor does not allow entering text below the horizontal line created by the "Insert Horizontal Line" toolbar icon. This appears to be for Safari, only.

Steps to reproduce:

  1. Mac 10.5.7, Safari 4.0.2
  2. Go to CK Editor nightly build => check the demos => Create and destroy editor instances for Ajax applications
  3. Place the cursor in the CK Editor text area
  4. Type some text
  5. Click on the Insert Horizontal Line toolbar icon; a horizontal line is placed after the text
  6. Move the cursor below the horizontal line and start typing text

Expected result:
The typed text is below the horizontal line

Actual result:
The text is placed above the horizontal line

#4073 The Text and Table template will not copy to the editor text area IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

The Text and Table template will not be copied to the CKEditor text area. This is a problem for IE, only.

Steps to reproduce:

  1. IE6, IE7, or IE8.
  2. Go to CK Editor nightly build => check the demos => Create and destroy editor instances for Ajax applications.
  3. Place the cursor in the CK Editor text area.
  4. Click the Template toolbar icon and select Text and Table.

Expected result:
The Text and Table template is copied to the text area, ready for editing.

Actual result:
The Text and Table template appears to be copied to the text area and is then immediately deleted.

Note 1: This scenario works if the browser is FF3 and Safari.

Note 2: If Replace actual contents option is unchecked, this problem does not occur.

#4074 Indent with classes error Confirmed Review+ Garry Yao Bug closed Normal
Description

If the following custom style is assigned for indent, the editor will throw Javascript error.

/**
 * Indentation.
 */
config.indentClasses = [ 'Indent1', 'Indent2', 'Indent3' ] ;

#4075 [IE] Custom basic style not working when nested IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the attached sample page with the attached custom config file and custom content stylesheet:
  2. Select 'italic' and apply 'Italic' style;
    • Actual Result: The style is not applied to the text.
#4077 [IE7] office and v2 skin combo align problem IE7 Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

The combo text box and trigger button is a bit mis-positioned.

#4078 [IE7] v2 skin has empty group IE7 Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

An empty group appear at the front of the second row in toolbar with full-buttons mode.

#4082 [IE+Quirks] Preview text in the image dialog is not wrapping Confirmed IE Review+ Minh Nguyen Bug closed Normal
Description

The preview text displayed in the Image dialog is not wrapping with IE7+Quirks.

#4084 [FF] Image dialog using Kama skin sticks to left viewport border Firefox Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

In Firefox (3, 3.5) using Kama skin, after opening image dialog it sticks to left viewport border. Drag&drop it to the right is impossible.

Quirks mode only, on pages with 3 editors, each with different skin.

#4085 Paste and Paste from Word dialogs are not well styled in IE+RTL Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

The paste dialogs, except Paste as Plain Text, are wrongly rendered in IE+RTL.

#4086 Released ui_languages.html requires the _source folder Confirmed Review+ Artur Formella Bug closed Normal
Description

After the FCKReleaser run, the ui_languages.html sample should point to the "../lang/_languages.js" file instead of "../_source/lang/_languages.js".

#4087 [FF] Create list result incorrect with Ctrl-A Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in Firefox;
  2. Load the document with the following content and selection with Ctrl-A:
    [<p>line1</p>
    <p>line2</p>]
    
  3. Click on 'Insert/Remove Bulleted List' button;
    • Actual Result: Four list items created.
#4089 Translation updates for Ukrainian Confirmed Review+ Artur Formella Bug closed Normal
#4092 [IE6] Close button missing for dialog without multiple tabs IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

The close button was not visible when open a dialog which has only one tab.

Reproducing Environment

  • IE6/Windows XP SP2
  • Standard Mode
  • LTR document direction
#4096 Editor content area pushed down in RTL quirks IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Editor content area pushed down in RTL quirks. All IEs affected. Attaching screenshot.

#4097 [IE6] No undo snapshots for fontColor and bgColor IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Currently there's no undo/redo support for font-color and background-color buttons.

#4098 Unable to leave list problem Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in Firefox;
  2. Load the document with the following content and selection;
    <ol>
    <li><h1>item1^</h1></li>
    </ol>
    
  3. Press enter key twice;
    • Actual Result: Two new list item created.
    • Expected Result: Cursor leave the list with list unchanged.
#4100 [IE] Navigation keyset has no effect with panel IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in IE;
  2. Click on 'Format' combo to open drop down panel;
  3. Press 'Arrow Down' to navigate to the next panel item;
    • Actual Result: The keystroke has no effect.
#4102 Translation updates for Croatian Confirmed Review+ Artur Formella New Feature closed Normal
Description

updated version

#4105 Translation updates for French Confirmed Review+ Artur Formella Task closed Normal
#4107 Font combo inconsistency Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in Firefox;
  2. Assign 'Georgia' font to word 'This';
  3. Open the 'replace by class' sample page in IE7;
  4. Copy the source of editor from FF into IE;
  5. Click inside word 'This';
    • Actual Result: The 'Font' combo is not updated.
    • Expected Result: The 'Font' combo is populated with 'Georgia'.
#4108 [Translation] Chinese elementsPath.eleTitle not translated IBM Confirmed Bug closed Normal
Description

The following item is not translated in Chinese:

elementsPath :

{

eleTitle : '%1 element' MISSING

},

#4111 JS error while applying style Firefox Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

  • Open 'replacebyclass'
  • Select all text using mouse
  • Click Bold
  • Click Bold one more time
  • Select "Heading 1" from Format combo

Result:

node is null
http://localhost/edytor/CKEditor/trunk/_source/core/dom/range.js
Line 1369

anonymous()range.js (line 1369)
anonymous()range.js (line 1574)
anonymous()plugin.js (line 75)
applyBlockStyle()plugin.js (line 680)
anonymous()plugin.js (line 130)
applyStyle()plugin.js (line 1200)
anonymous()plugin.js (line 115)
anonymous()plugin.js (line 58)
anonymous()plugin.js (line 257)
anonymous()plugin.js (line 65)
anonymous()tools.js (line 505)
anonymous()tools.js (line 512)

It is not an regression.

#4112 [FF] Paste dialog has scrollbars in quirks Firefox Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

[FF] Paste dialog has scrollbars in quirks. Only v2 and office2003 skins are affected.

#4114 [IE] RTE + IE6/IE7 Quirks = dialog mispositoned Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Environment

  • IE6/Windows XP SP2
  • Standards Mode/Quirks Mode
  • RTL document direction
#4115 Updated Simplified Chinese language files Confirmed Review+ Garry Yao Task closed Normal
#4116 Translation updates for Italian Confirmed Frederico Caldeira Knabben Task closed Normal
Description

Here is the Italian translation

#4117 [IE] Transform image into imagebutton problem IE Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in IE;
  2. Load the document will following cotent and selection:
    [<img alt="title" height="43" src="http://dev.fckeditor.net/chrome/site/logos.gif" width="207" />]
    
  3. Open 'Image Button' dialog and click 'OK';
    • Actual Result: JavaScript error thrown.
#4118 The dialog drag behaves strange (sometimes) Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

Sometimes when a dialog opens, the attempt to drag it behaves strnage. The dialogs sudenly moves to the border of the document and stays sliding there, not moving to the center again.

This one is difficult to reproduce. It's random, and may depend on the browser performance and dialog download time. It happend with FF3.5.

#4119 [IE] Unable to edit link around image with image dialog Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in IE;
  2. Load the document will following content:
    <a href="ckeditor.com"><img alt="title" height="43" src="http://dev.fckeditor.net/chrome/site/logos.gif" width="207" /></a>
    
  3. Select the 'img' element with elements path bar.
  4. Open 'Image' dialog and switch to 'Link' tab;
    • Actual Result: The link is not loaded.
#4121 About dialog title is incorrectly written in RTL Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

In all browsers, execept IE, the editor name is writter incorrectly: rotidEKC.

#4122 IE: Image dialog has scroolbars when editing image IE Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

In IE only, when open the image dialog for an existing image the scrollbars appear. Actually the position of the dialog elements is wrong.

It doens't happen when opening the dialog for a new image.

#4123 IE7 quirks buttons broken IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

IE7 quirks buttons broken. Refer to attached screenshot.

Additionally button wrapping space changes on hover.

#4125 Remove Format removes SCAYT spans Confirmed Review+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

  • Turn on SCAYT
  • Insert random text (i.e. ghkfghc fc rftguc ftyiv gyi ftyi tyf )
  • Select this text
  • Click Remove Format button

Result:

SCAYT underline was removed

#4128 [IE] Image dialog has scrollbar in quirksmode Confirmed Pending HasPatch Garry Yao Bug closed Normal
Description

Reproducing Environment

  • IE6/IE7 Windows XP SP2
  • Quirks Mode
  • http:// protocol( Works fine with file:// protocol )
  • No Cache
  • language: zh-cn
#4129 [FF] Unable to remove list with Ctrl-A Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in Firefox;
  2. Load the document with the following content and selection with Ctrl-A:
    [<p>line1</p>
    <p>line2</p>]
    
  3. Click on 'Insert/Remove Bulleted List' button twice;
    • Actual Result: The second click of remove list has no effect.
#4132 forcePasteAsPlainText is not documented Confirmed Bug closed Normal
Description

Browser: Firefox 3.5 OS: Windows XP

Version fo CKEditor: 3.0 RC

It does not seem, that the config setting "forcePasteAsPlainText" is documented in the ckeditor docs but the setting works fine with the editor.

#4133 Some TCs from core/ckeditor is broken Confirmed Review+ Garry Yao Bug closed Normal
Description

Those TC which are testing 'replace all' functions are broken probably because of duplicate creation on the same <textarea>.

#4134 Add documentation for all configuration options Confirmed Review- Frederico Caldeira Knabben Task closed Normal
Description

All configuration options must have in-code documentation.

#4135 Adding all available TCs to testall Confirmed Review+ Garry Yao Task closed Normal
#4137 Fixing core/dom/documentFragment TCs Confirmed Review+ Garry Yao Bug closed Normal
Description

Several TCs are failing because of typos.

#4139 TCs in plugins/list are broken Confirmed Review+ Garry Yao Bug closed Normal
Description

Regression of [3894] and [3903] break the test.

#4142 TCs in plugins/htmldataprocessor broken in all browsers Confirmed Review+ Artur Formella Bug closed Normal
Description
  1. test_ticket_3591 broken in IE because of the namespace, we should change to TC, adapting to it:
    <?xml:namespace prefix="cke" />
    
  2. test_ticket_3884/test_ticket_3591_2 broken in IE because of attribute sequence changing, we should custom the writer rules instead of just using the basic writer.
  3. test_innerHtmlComments_ticket_3801 broken in all browser because of page element missing.
#4143 plugins/domiterator TCs is breaking Confirmed Garry Yao Bug closed Normal
Description
  1. 'test_iterator_pseudoBlock' is broken because of TC is incorrectly written
  2. 'test_iterator_establish_paragraph' shows a bug within CKEDITOR.dom.range where the element id is not preserved when extracting contents.
#4145 [IE] core/bootstrap is suspended in IE IE Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

When opening core/bootstrap.html TCs separately, IE throwing errors shows that the core scripts is not loaded or executed at the right order, which breaks the TCs.

#4146 TC of core\dom\node failed Confirmed Review+ Garry Yao Bug closed Normal
Description

TC test_getNext of the above test suite is broken because of a typo.

#4147 [Safari] test_checkElementRemovable8 of plugins/styles failed in Safari Safari Confirmed Review+ Garry Yao Bug closed Normal
Description

The TC is failed due to different habit of webkit when emitting style text.

#4150 TCs in core/dom/range are broken Confirmed Review+ Garry Yao Bug closed Normal
Description

test_extractContents series TCs are broken in "CKEDITOR.dom.range" because of [4014].

#4151 [FF2] test_toDataFormat_3 test fails Firefox Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

In Firefox2, test_toDataFormat_3 test from plugins/htmldataprocessor fails.

Expected:

<x:x><p>Test</p></x:x>

Actual:

<x:x></x:x><p>Test</p>
#4154 Real descriptions must be set into CKEDITOR.config.smiley_descriptions IBM Confirmed Garry Yao Bug closed Normal
Description

The smiley_descriptions setting currently has just a few descriptions, and all of them are textual smileys, instead of real descriptions.

#4155 TC of plugs/link broken in IE IE Confirmed Review+ Garry Yao Bug closed Normal
Description

The TC is breaking due to incorrect url of link with the protocol part.

#4165 rtrim and ltrim fails in various browsers Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

From CKEDITOR.tools, rtrim and ltrim fails in various browsers (FF3.5, Safari4, FF2, FF3, Safari3). Full trim in done instead of trimming only the desired side.

#4166 Translation updates for Vietnamese Confirmed New Feature closed Normal
Description

Completely translated.

#4167 Remove the API docs from the release Confirmed Review+ Frederico Caldeira Knabben Task closed Normal
Description

The current API docs makes the release size much bigger. We're currently talking about 11MB+ uncompressed, and 1MB compressed. And it's still quite uncomplete. So, it would be better to remove it from the distribution, having it online somewhere and even downloadable.

This change would also help having the docs updated, so we can improve them even after the release.

At the same time, we need to have a script that updates the API docs daily, so all these changes must come together to be able to close this ticket.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy