Custom Query
Results (1101 - 1200 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#3740 | [IE] Paste from Word does not paste on last cursor location | Confirmed IBM Review+ | 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+ | Bug | closed | Normal | |
Description |
Screencast video: |
|||||
#3743 | Scrollbars in dialogs in IE | Confirmed 3.0RC Review+ | 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+ | 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:
What the restrictions in case (1.)? |
|||||
#3748 | CKReleaser fails to create samples if element with id "code" is missing | Confirmed Review+ | Bug | closed | Normal | |
Description |
CKReleaser fails to create samples if element with id "code" is missing. |
|||||
#3751 | Simplify samples | Confirmed Review+ | 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+ | 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 | Bug | closed | Normal | |
Description |
To reproduce:
RESULT |
|||||
#3758 | Add support to change the dialog definition in selected editor | Confirmed Review+ Doc | 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+ | 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 | 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+ | 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:
Results: |
|||||
#3766 | In the context menu, long labels with second level menu get wrapped | Confirmed IE 3.0RC Review+ | 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+ | 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+ | 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 | 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+ | Bug | closed | Normal | |
Description |
As the title says, after releasing both samples are broken. |
|||||
#3774 | Showblocks mode switching | Confirmed Review+ | 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+ | Bug | closed | Normal | |
#3777 | enterkey sample is good for demonstrating | 3.0RC Confirmed Review+ | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#3781 | colorbutton is enabled in 'source' mode | Confirmed Review+ Doc | 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+ | Bug | closed | Normal | |
Description |
CKEDITOR.tools.htmlEncode returns NBSPs in IE8. Smiley dialog layout is wrongTo reproduce:
SnippetCKEDITOR.tools.htmlEncode(' ') |
|||||
#3787 | Table dialog is too small | Confirmed Review+ | 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 | 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+ | 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+ | 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+ | 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+ | 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+ | 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:
|
|||||
#3794 | Error when creating link | Confirmed 3.0RC Review+ | Bug | closed | Normal | |
Description |
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+ | Bug | closed | Normal | |
Description |
<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>
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+ | Bug | closed | Normal | |
Description |
<p><a name="Test" title="The Title"></a></p>
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 | Bug | closed | Normal | |
Description |
<p>AAA <a name="Test"></a> BBB</p>
Nothing will be changed in the source view. |
|||||
#3800 | Color button issue on 3724 | IBM Confirmed Review+ 3.0RC | 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:
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+ | 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+ | 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 | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3809 | IE: Source button shows text pointer | Confirmed IE Review+ | 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 | 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+ | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
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+ | 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+ | 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+ | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
Expected result: After deleting the link the <a> should also be deleted. |
|||||
#3830 | Multi-cell selection does not work | Confirmed IBM Review+ | 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+ | 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 | 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+ | 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. |
|||||
#3834 | Context menu on table caption incorrect | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3835 | element path not refreshed on 'newpage' | IE Safari Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3836 | Remove list broken with enterMode = BR | Confirmed Review+ | Bug | closed | Normal | |
Description |
Originally reported by Martin, this related to #3773, but not a DUP.
|
|||||
#3837 | CKEditor 3.0 Beta 2 - Brazilian Portuguese Language File | Confirmed Review? | 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+ | 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+ | 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:
Result: |
|||||
#3846 | Google Chrome - No Img properties after inserting | Confirmed Chrome Safari Review- | 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+ | 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 | 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+ | 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+ | 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. |
|||||
#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+ | 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 | 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+ | 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 | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3874 | [Safari] Paste as plain text only pastes one line of multi-line text | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
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+ | Bug | closed | Normal | |
Description |
To reproduce:
Result: Context menu contains the following options
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+ | 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+ | 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+ | 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+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3881 | More Colors | Confirmed Review+ | 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+ | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
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+ | Bug | closed | Normal | |
Description |
To reproduce:
Result: <a href="" href="" name="myLink">The link</a> |
|||||
#3886 | [Firefox] Can not edit on local server | Confirmed | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
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+ | 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+ | 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+ | Bug | closed | Normal | |
Description |
To reproduce:
Or, alternatively
|
|||||
#3898 | Add validation checks to image properties dialog. | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
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+ | 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:
|
|||||
#3907 | CKEditor becomes non-editable in Firefox 3.5 if loaded from history cache | Confirmed | Bug | closed | Normal | |
Description |
Steps to reproduce:
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+ | 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+ | 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 | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#3918 | It is possible to edit fakeObject using Image plugin | Confirmed Review+ | Bug | closed | Normal | |
Description |
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+ | 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"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></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:
config.width = 600;
Note that the Kama skinned editor will not shrink properly like the others. |
|||||
#3925 | FCKDialog.OpenDialog() - wrong variable mapping (parentWindow) | Confirmed Review+ | 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
|
|||||
#3929 | [IE] Paste text from dialog is broken | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3930 | Merge cells command missing | Confirmed | Bug | closed | Normal | |
Description |
Reproduce steps:
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+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#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. |