Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1101 - 1200 of 1835)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Summary Keywords Owner Type Status Priority
#3740 [IE] Paste from Word does not paste on last cursor location Confirmed IBM Review+ Garry Yao Bug closed Normal
Description

When using Paste from Word, the result is pasted at the beginning of the document instead of where the cursor was when the dialog was invoked.

Works as expected in FF.

#3741 DlgTableSummary value not translated in Korean Confirmed Bug closed Normal
Description

The word "Summary" appears when trying to create a table in the Korean locale. The following line is present in the file \editor\lang\ko.js and just needs to have the Korean word for summary added:

DlgTableSummary : "Summary", MISSING

#3742 [IE] Wrong dialog layout for dialogs without tab bar in IE RTL mode IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Screencast video:

http://screencast.com/t/vZrIgtXb

#3743 Scrollbars in dialogs in IE Confirmed 3.0RC Review+ Martin Kou Bug closed Normal
Description

Many dialogs are having scrollbars in IE (e.g. paste from word dialog), especially in Quirks mode.

#3744 Paste from Word - Stack overflow exception IBM Confirmed IE Review+ Frederico Caldeira Knabben Bug closed Normal
Description

When using Paste from Word with a large document (see attachment). The editor hangs and causes a stack overflow exception in IE. As usual, worst offender is IE6.

The test case is to select the content of the Word doc and paste it into the Paste from Word dialog.

I see that there are two issues here:

  1. The editor cannot handle the size/complexity of this document.
  2. The editor needs to handle situations like this more gracefully, notifying the user that the doc is too large etc.

What the restrictions in case (1.)?

#3748 CKReleaser fails to create samples if element with id "code" is missing Confirmed Review+ Wiktor Walc Bug closed Normal
Description

CKReleaser fails to create samples if element with id "code" is missing.

#3751 Simplify samples Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

The current samples hold the editor into a <fieldset>. This fact makes things a bit strange when using screen readers because the fieldsat name may be used when reading editor elements like buttons. Other than that, the "Output" tooltip appears sometimes when rollovering the editor.

Another issue is that the sample code in the samples is not always available, wrong or incomplete. We could remove it for now until we have it properly defined.

#3752 legend tag value is displayed on the Toolbar Oracle Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

When you add more than three editor in a page, legend tag value is displayed on the Toolbar. I am able to reproduce the issue in the standalone sample file and attached for the reference.

#3754 [IE] Tabs are invisible in IE6 quirks RTL Confirmed RTL IE Bug closed Normal
Description

Tabs are invisible in IE6 quirks RTL. Refer to attached screenshot.

#3755 [FF3] Table selection handle doesn't refresh when changing table size IBM Confirmed Tobiasz Cudnik Bug closed Normal
Description

To reproduce:

  1. Open sample
  2. Create table with default settings
  3. Type text in some cells
  4. Open Table properties for the table
  5. Change width to 1000 pixels

RESULT
Selection is still on the original size if you grab the selection point then the table resizes down to that size Same if you decrease table size

#3758 Add support to change the dialog definition in selected editor Confirmed Review+ Doc Martin Kou New Feature closed Normal
Description

When the dialogDefinition event is fired it is possible to change the global dialog definition, but it is not possible to change the dialog definition just for the selected editor instance.

#3761 Custom styles duplication IBM Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

By adding the following code at the end of the stylescombo plugin, the editor is currently duplicating the styles in the combo:

CKEDITOR.config.stylesCombo_stylesSet = 'wikistyles';

CKEDITOR.addStylesSet( 'wikistyles',
[
      { name : 'Language: RTL', element : 'div', attributes : { 'dir' : 'rtl' } },
      { name : 'Language: LTR', element : 'div', attributes : { 'dir' : 'ltr' } }
]);
#3762 Table alignment use of align attribute IBM Confirmed Tobiasz Cudnik Bug closed Normal
Description

The table plugin uses the align attribute to align a table horizontally on the page. Unfortunately in some browsers (e.g. FF) this setting is overridden if CSS margins are set on the table. This is especially problematic when "center" alignment is desired.

The align attribute is also deprecated. So, a better way to set the alignment of the editor should be used.

#3764 Show Blocks + setData causes blocks refresh problem IBM Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

When setData is called on the editor while show blocks is enabled, the block indicators are not refreshed properly.

Attached example test.

To reproduce:

  1. Open attached sample
  2. When editor ready, press Set Data.
  3. Enable Show Blocks
  4. Change the text in the edit area and press Set Data again

Results:
Show Blocks is still active on toolbar but block indicators are no longer rendered properly.

#3766 In the context menu, long labels with second level menu get wrapped Confirmed IE 3.0RC Review+ Tobiasz Cudnik Bug closed Normal
Description

This issue can be checked with the SCAYT plugin enabled. The "More suggestions" option gets wrapped and hidden.

Confirmed with IE only for now.

#3767 IE: Second level menu may not have borders Confirmed IE 3.0RC Review+ Tobiasz Cudnik Bug closed Normal
Description

In IE, the second level menus may be shown without border. The border appears as soon as we do some rollover in the menu (not always though).

This is a but random, but I'm able to constantly reproduce with the SCAYT plugin. It looks like a pure IE rendering bug. We should find a workaround for it.

#3768 SCAYT setting must not use an object tree Confirmed 3.0RC Review+ Frederico Caldeira Knabben Bug closed Normal
Description

[3696] changed the scayt plugin specific settings to be based on a main configuration object called CKEDITOR.config.scaytParams. As discussed in the past, this approach is wrong, as it makes it difficult to override settings in the config.js file.

Single level settings names should be used, prefixed with the plugin name, like scayt_maxSuggestions and scayt_autoStartup.

#3769 LangTool is stripping the leading CRLF in the files, resulting on several unneeded changes Confirmed Wiktor Walc Bug closed Normal
Description

When running fixlineends, all files get a leading CRLF. On langtool execution, this CRLF is stripped, resulting on several unneeded changes.

#3771 Replace DIV elements on the fly and JavaScript API samples are broken Confirmed 3.0RC Review+ Wiktor Walc Bug closed Normal
Description

As the title says, after releasing both samples are broken.

#3774 Showblocks mode switching Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Mode switching doesn't preserve showblocks command.

This is regression from #3764. I'm attaching the missing code.

#3776 enterKey sample in the released version doesn't work Confirmed Review+ Wiktor Walc Bug closed Normal
#3777 enterkey sample is good for demonstrating 3.0RC Confirmed Review+ Garry Yao Bug closed Normal
Description

The enterkey sample should not have default paragraph setup as <p>, instead, it should just have one line of inline text and let the enterMode to decide which block to use.

#3780 List command is broken in IE6 Confirmed IE Review+ Martin Kou Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html in IE6.
  2. Create a default table.
  3. Put caret in the first table cell.
  4. Press "Insert Unordered List".
  5. You get 5 list created - none of them are in the table cell of your caret.
#3781 colorbutton is enabled in 'source' mode Confirmed Review+ Doc Artur Formella Bug closed Normal
Description

Both color and background-color button is enabled in 'source' mode.

#3785 [IE8] CKEDITOR.tools.htmlEncode returns NBSPs in IE8 IE Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

CKEDITOR.tools.htmlEncode returns NBSPs in IE8.

Smiley dialog layout is wrong

To reproduce:

  1. Open smiley dialog in IE8.
  2. The table containing the icons does not fill the dialog.

Snippet

CKEDITOR.tools.htmlEncode('  ')
#3787 Table dialog is too small Confirmed Review+ Artur Formella Bug closed Normal
Description

If you switch locale in FF to Polish or Spanish, you'll notice that the table dialog box looks bad (scrollbars are available, but there should be some extra space in the dialog for a bit longer names in other languages).

#3788 Paste option is not available in the context menu in Safari Review+ Confirmed Martin Kou Bug closed Normal
Description

To reproduce: copy some text, open the context menu - paste item is always disabled.

#3789 Duplicate "src" attribute in image input type element Confirmed Review+ Artur Formella Bug closed Normal
Description

Create image button and you'll see:

<input alt="" src="http://a.cksource.com/a/1/gfx/logo_ck_editor.png" src="http://a.cksource.com/a/1/gfx/logo_ck_editor.png" type="image" />

(the "src" attribute is repeated).

#3790 Find & Replace causes "too much recursion" 3.0RC IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

When editing a moderate sized document with many searched for items, the search & replace can cause "too much recursion" errors in FF.

Sample document attached (taken from source view).

#3791 JSLint errors in the SCAYT plugin Confirmed Review+ Garry Yao Bug closed Normal
Description

When running our jslint tool (at _dev/jslint), we can note that the scayt plugin contains several errors.

We have fixed most of the errors, but there are still several warnings there. It happens in the plugin.js file, as well as the dialog related files.

#3792 [IE] Insert special character adds to the beginning of the document IBM Confirmed 3.0RC Review+ Frederico Caldeira Knabben Bug closed Normal
Description

When inserting special character from the dialog, the character is always added to the beginning of the document.

Appears to only happen on IE.

#3793 Combine skin images Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Some skin images could be combined inside sprites.png, reducing the number of HTTP calls.

Currently, the following could be considered:

  • arrowdown.gif
  • arrowtop.gif
  • arrowleft.gif
  • arrowright.gif
  • resizer.gif
  • resizer_rtl.gif
#3794 Error when creating link Confirmed 3.0RC Review+ Martin Kou Bug closed Normal
Description
  1. Open the link dialog to create or edit a link.
  2. Type any URL.
  3. Hit ENTER to close the dialog and create/change the link.

A JavaScript error is thrown. It doesn't happen when using the mouse, clicking the dialog OK button.

#3795 ENTER scrolls the editing area always Confirmed Review+ Garry Yao Bug closed Normal
Description
  1. Load the following HTML:
<p>A</p><p>A</p><p>A</p><p>A</p><p>A</p><p>A</p><p>A</p>
<p>A</p><p>A</p><p>A</p><p>A</p><p>A</p><p>A</p><p>A</p>
<p>XXXXXXXXXXXXXXXXXXXX</p>
<p>B</p><p>B</p><p>B</p><p>B</p><p>B</p><p>B</p><p>B</p>
<p>B</p><p>B</p><p>B</p><p>B</p><p>B</p><p>B</p><p>B</p>
  1. Scroll the contents to position "XXXXXXXXXXXXXXXXXXXX" in the middle of the editing area.
  1. Place the caret in the middle of "XXXXXXXXXXXXXXXXXXXX".
  1. Hit ENTER.

In all browser but IE, the document will scroll, aligning the caret to the bottom of the editing area.

#3796 Anchors are not always editable Confirmed 3.0RC Review+ Martin Kou Bug closed Normal
Description
  1. Load the following HTML:
<p><a name="Test" title="The Title"></a></p>
  1. Right click the anchor and select "Edit Anchor". (The "Name" field will be empty in the dialog)
  1. Type a new name, like "Changed".

In source view you will find the following, indicating that the element has been totally replaced:

<p><a name="Changed"></a></p>
#3797 Anchors changes are not saved Confirmed 3.0RC Martin Kou Bug closed Normal
Description
  1. Load the following HTML:
<p>AAA <a name="Test"></a> BBB</p>
  1. Right click the anchor and select "Edit Anchor".
  1. Change the name to "Changed".

Nothing will be changed in the source view.

#3800 Color button issue on 3724 IBM Confirmed Review+ 3.0RC Frederico Caldeira Knabben Bug closed Normal
Description

Exception on subsequent usages of color button in Ajax sample.

After extracting the whole 3724 trunk and building it with the releaser:

Steps:

  1. Open Ajax sample
  2. Add text and use Font Color on the text.
  3. Destroy Editor.
  4. Repeat steps 2 & 3 twice.

Result:

element has no properties
setState()(2)plugin.js (line 191)
onHide()()plugin.js (line 134)
hide()()plugin.js (line 269)
showBlock()("cke_241")plugin.js (line 221)
showBlock()("cke_241", Object $=a#cke_241.cke_off type=1, 4, undefined, undefined)plugin.js (line 104)
clickFn()(Object _=Object elementMode=2 element=Object name=editor3)plugin.js (line 39)
execute()()plugin.js (line 89)
(?)()()tools.js (line 487)
fn()(206)tools.js (line 494)
onclick(click clientX=0, clientY=0)sample.h...1Ow%3D%3D (line 2)
[Break on this error] element.setState( state );
#3801 IE: Comments at the start of the document get lost Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

When loading the following HTML in IE, the comments get lost:

<!-- Test -->
<p>Contents</p>
#3805 The SCAYT plugin is disabled in IE Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

Because of #3802, we've been forced to disable the SCAYT plugin in IE. We should instead fix an re-enable it.

#3807 [IE]Block style broken when cursor on front of text IBM Confirmed Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page in IE;
  2. Load eidtor with the following content and selection;
    <p>paragraph</p>
    ^text
    
  3. Click on any block style, e.g. 'Numbered List';
    • Actual Result:
      <ol>
      	<li>
      		paragraph</li>
      </ol>
      ^text
      
#3809 IE: Source button shows text pointer Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

In IE, the text mouse pointer shows when rolling over the Source text of the source button. There should not be pointer change with it.

#3810 IE: Template throws error Confirmed IE Review? WorksForMe Garry Yao Bug closed Normal
Description

With IE, a js error is thrown when using the Template button, after selecting one of the templates.

#3818 Last color (white) is showing in non-square box when "FCKConfig.EnableMoreFontColors = false " Confirmed Review+ Martin Kou Bug closed Normal
Description

Changes are made in fckconfig.js to hide the More Color options in the Text Color or Background Color as shown below

FCKConfig.EnableMoreFontColors = false ; (Default is true)

After this change the color selection panel / palette shows a incorrect shape for the white color. The last color on the bottommost row. Instead of sqaure, it shows in a rectangle and the overall border also appears broken.

Browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11

OS : Windows XP Professional, version 2002, Service Pack 2

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

To reproduce:

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

Results:

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

#3820 Strange bullet/list problem IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Problem occurs when a line of text is below a bullet/number list:

<ul>
	<li>
		bullet line 1</li>
	<li>
		bullet line 2</li>
</ul>
<p>
	Second line</p>

Select the line at the bottom "Second line" and make it a bullet item using the toolbar option.

Result:

<ul>
	<li>
		Second line</li>
	<li>
		bullet line 1</li>
	<li>
		bullet line 2</li>
</ul>

The item is appended to the top of the list. If it is added to the list it should be to the bottom.

#3825 JS error when opening spellingcheck. Confirmed Gecko Review+ Tobiasz Cudnik Bug closed Normal
Description

On http://ckeditor.com/ckeditor/3.0rc/_samples/ui_languages.html, when clicking on the spellingcheck button (abc), I get a javascript error on Firefox 3.0.11

window.opener is null tryLoad()tmpFrameset.html (line 30) onload(load )kWyyDmfg...phg%3D%3D (line 2) [Break on this error] var oParams = window.opener.oldFramesetPageParams ;

#3828 Paste from Word - bullets not reproduced IBM Confirmed Paste Review+ Garry Yao New Feature closed Normal
Description

When using Paste from Word dialog to paste a bullet list with indented bullet items the list is not preserved correctly. It appears that that sub lists are actually created as separate lists.

Use attached sample Word document to reproduce.

#3829 Links do not get deleted correctly IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open sample
  2. Add a word
  3. Select the word and create a link from it using the link dialog
  4. Goto source to see the link is created and return to RT mode
  5. Select the new link and delete it.
  6. Goto source again, see that that label of the link is gone but the <a> is still there.

Expected result: After deleting the link the <a> should also be deleted.

#3830 Multi-cell selection does not work Confirmed IBM Review+ Garry Yao Bug closed Normal
Description

When selecting a cell range in a table, the Cell Properties dialog should modify the properties of all cells in the range. Currently it only does for one cell.

#3831 Cannot remove contextmenu from plugins Confirmed Review+ Artur Formella Bug closed Normal
Description

Attempting to create a new config.js file with a command such as:

config.removePlugins = 'contextmenu';

...causes the WYSIWYG to not load. I tested a few more plugins and they caused the same issue to occur (tho, equally, others don't cause this issue to occur)

Windows 2003 Server using the "Replace by Code" method - if that makes a difference.

#3832 IE8 Can't always click in the editor and give focus Confirmed IE Tobiasz Cudnik Bug closed Normal
Description

If you try to click in the editor to get an editing caret in IE8 doesn't work unless you click directly on existing HTML content.

So for example w/ a blank editor you have to click on the 1st line where <p></p> is. Clicking below it in the editing rectangle will not place the cursor in the editor.

#3833 Fixing CKEDITOR.dom.element test case Confirmed Review+ Garry Yao Bug closed Normal
Description

This's derived from #3693, where we don't suppose to normalize style text in core codes, so it's a matter of testing framework now.
We could it as a feature in CKEDITOR.test.

#3834 Context menu on table caption incorrect Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with selection;
       <table>
    	<caption>
    		cap^tion</caption>
    	<tbody>
    		<tr>
    			<td>cell</td>
    		</tr>
    	</tbody>
       </table>
    
  3. Right click to open context menu,
    • Exptected Result: 'Cell' menu item should be disabled.
    • Actual Result: It's possible to select 'Cell' to open sub menu.
#3835 element path not refreshed on 'newpage' IE Safari Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Click on 'New Page' button to clear all content;
    • Exptected Result: Element path show nothing;
    • Actual Result: Element path is still showing the old selection path.
#3836 Remove list broken with enterMode = BR Confirmed Review+ Garry Yao Bug closed Normal
Description

Originally reported by Martin, this related to #3773, but not a DUP.

  1. Open the replace by code example page with enterMode = BR;
  2. Make the content and selection as below:
    line1
    <ul><li>[item1</li><li>item2]</li></ul>
    line2
    
  3. Click on 'Bullet List' to remove list;
  • Expected Result:
    line1<br />
    item1<br />
    item2<br />
    line2
    
  • Actual Result:
    line1item1item2line2
    
#3837 CKEditor 3.0 Beta 2 - Brazilian Portuguese Language File Confirmed Review? Frederico Caldeira Knabben New Feature closed Normal
Description

Hi,

I translated the language file for CKEditor 3.0 Beta 2 to Brazilian Portuguese. The file is attached.

I hope it to be usefull!

Thanks,

Thomas Eusebio Vieira thom.82 (at) hotmail.com

#3843 [IE] Context submenu strongly mispositioned in IE 6 & 7 RTL IBM RTL Confirmed IE Review+ Tobiasz Cudnik Bug closed Normal
Description

Context submenu is strongly mispositioned in IE 6 & 7 when in RTL mode. It works well in IE8.

Refer to this screencast.

#3844 Undo does not register all changes in document IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

It would seem that as soon as the editor becomes dirty the undo buffer should reflect the changes that were made to the editor's content.

In some cases, changes to the editor do not trigger an "undo" event.

To reproduce:

  1. Open Ajax sample.
  2. Add text and destroy the editor
  3. Create the editor again, it should have the content added previously.
  4. Add some text to the content without using ENTER.

Result:
Undo is not enabled, and the new change hasn't been registered.

#3846 Google Chrome - No Img properties after inserting Confirmed Chrome Safari Review- Minh Nguyen Bug closed Normal
Description

After inserting an image, image info does not appear in the dialog box.

#3848 Webkit - inputs are too wide Confirmed webkit Review+ Artur Formella Bug closed Normal
Description

The following dialog pages have incorrect width in Webkit:

-Link -> Advanced

-Image-> Image Info

-Image-> Advanced

#3850 [chrome] Combo inline labels are invisible in RTL RTL Confirmed Tobiasz Cudnik Bug closed Normal
Description

Combo inline labels are invisible in RTL.

Reproduced using chromium linux (completely invisible) and Chrome win32 (partially invisible).

Additionally on win32, selected combo option disappears on hover.

Arabic language. Screenshot attached.

#3855 use unminified _source files for plugins Confirmed Review+ Garry Yao Bug closed Normal
Description

I would like to run CKEditor completely with unminified code, so it is easier to see what is going on and allow for useful debugging with Firebug. This can partially be done by including the javascript file /ckeditor/ckeditor_source.js. However, only the core files are loaded unminified from /ckeditor/_source/core, all other files are loaded minified. E.g. plugin dialog files are minified and loaded from /ckeditor/plugins/ and not from /ckeditor/_source/plugins.

It would be very helpful if the plugin files could be unminified as well and get loaded from /ckeditor/_source/plugins.

I am new to (F)CKEditor, so maybe I am missing something.

P.S. setting the global variable CKEDITOR_BASEPATH to /ckeditor/_source/ results in the core files not being found.

#3856 Pressing the source toolbar button doesn't focus right Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

http://ecgdev.com/ajax1/test.html

Actual results in firefox: When I press the edit source button in the toolbar, the blur event is called and the focus event isn't called again until the editor is out of "edit source" mode. On focus the CKEditor should have a blue box around it. On blur it's gone. When clicking on the "edit source" button the blue border is gone after 1 or more clicks (usually one). When it's in "edit source" mode the border doesn't come back no matter where I click in the editor.

Actual results in IE8: The problem is reversed, where the editor's border stays blue and doesn't go away until it's out of edit source mode.

Expected results: The editor should call the focus/blur events in edit source mode so the editor's border is blue when focused, and not blue when not focused.

http://ecgdev.com/ajax1/test.html

#3860 [Safari] SCAYT not working in Safari Confirmed Bug closed Normal
Description

After click on SCAYT button, the engine is not loaded in Safari.

#3862 Infinite loop with invalid HTML Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce please paste the following HTML in source mode and go back to WYSIWYG.

<span>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
<a><b>test</a></b>
</span>

Result: Infinite loop in all browsers. In FF3 sometimes causes "too much recursion"

#3863 DevTool - autoChangelog Confirmed Garry Yao New Feature closed Normal
Description

It would be great to have a new dev-tool to generate changelog.html. We can avoid conflicts connected with this file.

#3867 bug for fckeditor 2.6.4 at ie7 IE7 Confirmed Bug closed Normal
Description

chinese: 在IE7下,如果一个页面很长,FCKEDITOR在页面最底部,需要拉滚动条才能看见。页面顶部有超级链接,当在点击了FCKEDITOR进入编辑状态后,用鼠标移动滚动条(不能使用鼠票滚轮)到最顶部,点击任意超级链接,IE7会自动把焦点定位到FCKEDITOR中。

重现问题的URL: http://showvi.com/fck/_samples/html/sample01.html

english: you can click the url blow to see the problem. http://showvi.com/fck/_samples/html/sample01.html

In IE7, if there is a very long page, and FCK editor is displayed at the bottom of the page (only viewable after moving the scroll bar). When user attempted to click the links on the top of the page when FCK editor is in editing mode, and move the scroll bar to reach the top of the page (do not use the scroll wheel), IE7 will automatically position back to FCK editor.

#3868 [chrome] SCAYT toolbar options are in reversed order Confirmed V8 Review+ Tobiasz Cudnik Bug closed Normal
Description

SCAYT toolbar options are in reversed order. Whats interesting, other menus aren't. On Safari everything works fine.

Screenshot attached.

#3870 [FF]Press enter after 'New Page' command problem Firefox Confirmed Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Click on 'New Page' command to create a fresh document;
  3. Press 'Enter Key' to create a new paragraph, then start typing.
    • Actual Result: The first paragraph is disappeared.
#3874 [Safari] Paste as plain text only pastes one line of multi-line text IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open nightly Ajax sample
  2. Add some lines of text
  3. Select and copy more than one line of text
  4. Use Paste as Plain Text dialog to paste the selected text

Result: Only the first line is pasted.

Expected: All text should be pasted.

Tested on Safari 3.2.2 on Win XP

#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.
#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> 
#3886 [Firefox] Can not edit on local server Confirmed Tobiasz Cudnik Bug closed Normal
Description

When ckeditor runs from local server, it's unable to edit text. When you increase latency, it works correctly.

Nightly build 3800 and newer.

#3888 Lithuanian full translation Confirmed New Feature closed Normal
Description

I have leaved comment MISSING where i translated.

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

#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>' );

#3907 CKEditor becomes non-editable in Firefox 3.5 if loaded from history cache Confirmed Bug closed Normal
Description

Steps to reproduce:

  1. Open any instance of CKEditor in Firefox 3.5 (any of the demos will do).
  1. Press the back button on the browser.
  1. Press the forward button to go back to the page with the CKEditor instance.

The editor appears fully loaded but clicking inside it fails to produce a cursor - the instance is uneditable. Clicking 'Source' to view source then again to go back to wysiwyg mode reactivates it.

Verified on Firefox 3.5 on Mac OS X 10.5.7 against the release candidate and revision 3828.

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

#3922 Kama: Configured width is not properly applied Confirmed Bug closed Normal
Description

The Kama skin have a strange behavior with the width setting. It applies it to the editor only partially, while the main editor back ground and border stays at 100%.

To test it:

  1. In the config.js file, add the following setting:
config.width = 600;
  1. Open the skin sample.

Note that the Kama skinned editor will not shrink properly like the others.

#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;
#3930 Merge cells command missing Confirmed Bug closed Normal
Description

Reproduce steps:

  1. Insert table of more than two columns
  2. Type some content in the two columns
  3. Select the cells
  4. Right click

Expected result: Merge cells option listed

Actual result: No option to merge cells

Currently working on the 2.6.4.1 editor.

Perhaps this is a feature that is intentionally removed from the new editor? Or maybe there is already a ticket on this? I did search for it. ;)

#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.
#3935 SCAYT ads Confirmed Bug closed Normal
Description

When

CKEDITOR.config.scayt_maxSuggestions = 0.

Scayt banner has wrong position/z-index. Please see the attachment.

2 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