Custom Query
Results (501 - 600 of 2591)
Ticket | Summary | Status | Owner | Type | Priority | Milestone | |
---|---|---|---|---|---|---|---|
#6762 | Add Pixel Dimensions - CKFinder | confirmed | New Feature | Normal | |||
Description |
Please add the pixel dimensions to the thumbnail display in the main window frame. I know they are available when you view the image, but adding it in the main window would eliminate subsequent mouse clicks. Thanks. |
||||||
#6771 | Strange <span> refactoring | review | Bug | Normal | |||
Description |
insertHtml('<span><br><br><span>foo</span></span>') |
||||||
#6773 | Releaser should delete plugins/dialog/dialogDefinition.js | confirmed | Task | Normal | |||
Description |
That file is just documentation and after release is just a comment, so it should be deleted (and the resulting empty folder) |
||||||
#6801 | Dialog size should fit the screen in case it's bigger than the view pane | confirmed | Bug | Normal | |||
Description |
FUP of #5084. |
||||||
#6803 | Image dialog error with border of zero | confirmed | Bug | Normal | |||
Description |
If you set the border property to zero (meaning no border) for an image in the image dialog, it will not save this value. This has been ongoing for as long as I can remember with the new CKeditor. this is a hack fix for plugins/image/dialog/image.js:817 if ( type == IMAGE ) { var value, borderStyle = element.getStyle( 'border-width' ); borderStyle = borderStyle && borderStyle.match( /^(\d+px)(?: \1 \1 \1)?$/ ); value = borderStyle && parseInt( borderStyle[ 1 ], 10 ); isNaN ( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'border' ) ); //this.setValue( value ); if (value == 0) { this.setValue('0'); } else { this.setValue(value); } } |
||||||
#6808 | [IE] dialog field content lost | assigned | Bug | Normal | |||
Description |
Happens also to "table" dialog. |
||||||
#6813 | [AIR] Right click on icons opens the context menu | confirmed | Bug | Normal | |||
Description |
The context menu opens. |
||||||
#6817 | [AIR] Dragging an image removes it | confirmed | Bug | Normal | |||
Description |
The fake element disappears and the contetns between the fake element and the remaining line is selected. |
||||||
#6826 | List: enter key causes outdent in empty list item only when item has no sublist. With sublist it creates new item on same level | confirmed | Bug | Normal | |||
Description |
Go to demo page:
Create following list : <ul> <li>item <ul> <li>item <ol> <li> </li> <li>item</li> </ol> </li> </ul> </li> </ul>
Is this intentional behavior ? Tested in Firefox 3.6.13, WinXP, CK version 3.4.2. |
||||||
#6827 | List: possible to place cursor in front of list bullet/number, and delete then breaks the list | confirmed | Bug | Normal | |||
Description |
Go to demo page:
Tested on Firefox 3.6.13, WinXP, CK version 3.4.2 |
||||||
#6828 | [IE] Block selection breaks enterBr | confirmed | Bug | Normal | |||
Description |
Same problem applies to other block commands like alignment. |
||||||
#6835 | A few dialogs' content is not resiable | review_failed | Bug | Normal | |||
Description |
In a few dialog we have fixed width for content, so the dialog is resizable but the content size is never changed.
|
||||||
#6836 | Webkit: Cursor goes before the block when creating blockquote with enterMode = BR | confirmed | Bug | Normal | |||
Description |
Note that the text is written above the blockquote. |
||||||
#6853 | Safari: selected element is not fully removed | confirmed | Bug | Normal | |||
Description |
I'm not sure if we already have a ticket for it.
Works fine in FF and Chrome @ Mac. |
||||||
#6856 | Inserting span tag - wrapped content with insertHTML appends after ending <p> tag instead of inside. | confirmed | Bug | Normal | |||
Description |
Occurs in Safari 5.0.3 for Mac OS 10.6.5 When using the method editor.insertHtml() to insert content that is wrapped in a <span> tag, the content is not inserted into the location where the cursor resides. It inserts the content OUTSIDE of the next available ending </p> tag. This makes it impossible to insert content wrapped in a span (non-block level) tag on the same line as existing content in the editor. To replicate:
<span>some content</span> Within a new editor instance, first type a single word but do not hit return. Select the menu item from the toolbar that uses editor.insertHTML() to insert content wrapped in a simple span tag. Notice that the content is inserted on a new line, not next to the word. Click the Source toolbar button. Notice that the span tag is inserted after the closing </p> tag. |
||||||
#6871 | Add <other> option to the Image Link's target field | confirmed | Bug | Normal | |||
Description |
The target field is now blank, I think it should be somthing like <other>. |
||||||
#6875 | CKReleaser should properly compress filters in CSS files | confirmed | Bug | Normal | |||
Description |
IE needs a comma after each filter. The following does not work: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png',sizingMethod='scale'),alpha(opacity=30);} This one is ok (note: space after comma before alpha): filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons.png',sizingMethod='scale'), alpha(opacity=30); Dirt hack comitted with [6231]. Ideally it should be fixed in yuicompressor. Related issues: |
||||||
#6910 | [enterBr] undesired paragraph in blockquote | confirmed | Bug | Normal | |||
Description |
|
||||||
#6911 | Safari we can't change Styles for Numbered/Bulleted lists in a Table | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: Numbered List Properties dialog comes up and will have value 1 filled in Start field and <not set> selected in Type drop down list. Actual Result: Numbered List Properties dialog comes up but the Start field is shown as Empty and <not set> selected in Type drop down list.
Expected Result: Numbered List starts from E and the numbers in Numbered list changes to Upper Alpha. Actual Result:
Same thing happens with Bulleted List.Style for Bulleted list is not changed when we select a different bullet style from Bulleted List Properties dialog. |
||||||
#6915 | Avoid ID duplications | confirmed | New Feature | Normal | |||
Description |
We could have an editor feature that resolves ID duplications in the contents, e.g. while pasting. It should not be a core feature, unless it is configurable. |
||||||
#6923 | IE: Caret shows through styles dropdown | confirmed | Bug | Normal | |||
Description |
IE7, IE8, caret shows through the styles dropdown box; doesn't show through the other dropdowns (format etc.) |
||||||
#6931 | Form creation behaviour | new | Bug | Normal | |||
Description |
IMO forms creation should be much like DIV creation, wrapping the selection rather than removing it. |
||||||
#6934 | Alternative style/format outlook | new | New Feature | Normal | |||
Description |
Style combo item is not presented under the preview style of the each style definition (same with format combo), sometimes this isn't an option at all (seen on user request #6379), the editor should allow an alternative presentation to be provided in the following format: { name : 'Colored: White', element : 'span', styles : { 'color' : 'White' }, displayHtml: '<span style="background-color:#000;color:#fff;">Colored:White</span>' } |
||||||
#6937 | Applying Block Quote to empty or the only paragraph in Table cell applying Block Quote to Table instead of Table Cell or Paragraph in Table Cell | new | Bug | Normal | |||
Description |
To reproduce the defect: Scenario 1:
Expected Result: Block Quote is applied to Table Cell. Actual Result: Block Quote is applied to whole Table. Scenario 2:
Expected Result: Block Quote is applied to the selected paragraph inside Table Cell. Actual Result: Block Quote is applied to whole Table. |
||||||
#6948 | Styles combo should more accurately reflect the selection | pending | Bug | Normal | |||
Description |
Use the following styles: { name : 'Red Title' , element : 'h3', styles : { 'color' : 'Red' } }, { name : 'Red title with blue background' , element : 'h3', styles : { 'color' : 'Red', 'background-color' : 'Blue' } } And the following content (place the caret somewhere inside the <h3>: <h3 style="color: red; background-color: blue;"> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</h3> Open the styles combo. Both "Red title" and "Red title with blue background" are marked as focused, while only "red title" is presented in the combo label. IMO the label should read "Red title with blue background". |
||||||
#6965 | Filebrowser in the "image button" dialog opens general browser | confirmed | Bug | Normal | |||
Description |
Load the demo http://ckeditor.com/demo and try to insert an image, click the Browse button and only the Images folder is shown. Now launch the "image button" dialog (in fact, just the same dialog with different name), now browsing shows all the file types, not just images. |
||||||
#6974 | IE Flash Auto Play functionality not working | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: Flash is shown on the page but it should not play since we un checked the check box Auto Play. Actual Result: Flash is shown on the page but it is playing automatically even though we un checked the check box Auto Play. |
||||||
#6977 | about override in styles | confirmed | Bug | Normal | |||
Description |
steps: 1.open www.ckeditor.com/demo 2.switch to source mode,input html: <p> 12345678<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9012345678</p> 3.switch to wysiwyg mode and place cursor between 'y' and 'z', then click background button , select '自动'
'xyzabcd' does not have background-color.
unchanged 5.select '8xyzabcd9' ,then click background button ,select red color
generate code : <p> 1234567<span style="background-color: rgb(255, 0, 0);">8xyzabcd9</span>012345678</p> actual code (too bloated): <p> 1234567<span style="background-color: rgb(255, 0, 0);">8</span><font style="background-color: rgb(130, 130, 130);"><span style="background-color: rgb(255, 0, 0);">xyzabcd</span></font><span style="background-color: rgb(255, 0, 0);">9</span>012345678</p> ps:in trunk ,result is error : <p> 1234567<span style="background-color: rgb(255, 0, 0);">8<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9</span>012345678</p> ps2: i provide a patch for trunk, add consideration about override element's style |
||||||
#6995 | FF : We can't scroll down right align table using mouse | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: Table should move up,we will be able to navigate down the table and see the bottom table rows. Actual Result: Table is not moving down no matter how many times we clicked the mouse and we were not able to navigate down the table. |
||||||
#6998 | Unresponsive script when loading template containing invalid html markup | confirmed | Bug | Normal | |||
Description |
When loading a html template containing some meta tags inside the html body, ckeditor becomes unresponsive and after a while browser shows a message that a script is unresponsive and should be stopped - experienced in Firefox 3.6.13, IE8 and Chrome 8 See the attached template for reference. |
||||||
#7000 | [IE8] Unable to put cursor before horizontal line at start | confirmed | Bug | Normal | |||
Description |
The following procedures applies to IE above version 7.
|
||||||
#7005 | Invalid <a> attribute causes CPU to run @100% on Chrome | confirmed | Bug | Normal | |||
Description |
This only happens in Chrome (Windows and Linux). IE and Firefox handle the situation properly. Entering a malformed a tag, with an invalid and escaped attribute causes the page to freeze. Looking at the process manager, the tab in question was running at 100% cpu. A combination of obscure bugs in my own code caused the invalid html that triggers this bug:
In IE and Firefox, the invalid attribute "store" is completely removed. To trigger:
http://nightly.ckeditor.com/6355/_samples/replacebyclass.html Not a huge bug, and obviously inputting correct html avoids this completely. |
||||||
#7006 | Issues with decrease & Increase Indent on Numbered & Bulleted lists | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expecetd Result: Numbered and Bulleted list gets removed and list items are converted in to paragraphs. Actual Result: Nothing happens visually but <p> tags are added inside the <li> tags. In FF, if you press increase indent, only the text gets indented. The bullets/numbers remain on the left of the page. Again <p> tags are added inside the <li> tags. |
||||||
#7010 | IE: UIcolor picker plugin does not load | confirmed | Bug | Normal | |||
Description |
Under new samples/User Interface color each editor has Color picker icon installed. |
||||||
#7017 | [IE] Table cells deleted when trying to set formatting for the entire table | confirmed | Bug | Normal | |||
Description |
DUP with a better description: #7220. Test/Use Case
In MS Word, user is allowed to select whole table by clicking [+] in left upper corner, then it is possible to set unified format to all table cells and resizing. CKEditor also allows selection of whole table for resizing.
Instead of resize try to change formating
Result in IE6 - part of cells are deleted <h3 style="color: blue"> </h3> <h3 style="color: blue"> </h3> <h3 style="color: blue"> </h3> <h3 style="color: blue"> </h3> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> <tr> <td> </td> </tr> <tr> </tr> <tr> <td> </td> </tr> </tbody> </table> <p> </p> In CKEditor v3.5 it was not possible to select style when table resize icons were visible Should it be possible to set formating this way? Or when resizing table, setting format should be disabled? In Opera, formating is set outside of selected table, but without changes inside. <h2> </h2> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> ... In Firefox, only first cell got formating |
||||||
#7022 | [IE] % in image URL breaks dialog close | confirmed | Bug | Normal | |||
Description |
|
||||||
#7033 | Select dialog applies multiple="true" instead of multiple="multiple" | confirmed | Bug | Normal | |||
Description |
Select dialog should apply |
||||||
#7038 | Possibility to automatically switch toolbars on a maximize/minimize of ckeditor | confirmed | New Feature | Normal | |||
Description |
Then a minimalistic toolbar could be shown when the ckeditor is a (small) component of some window and an elaborate toolbar when maximized/full screen. The advantage would be having as much workspace as possible in a small editor instance where mostly text is typed. And not having to manually select a larger toolbar when clicking 'maximize' when a larger workspace and more toolbar options are required. |
||||||
#7051 | languageCodeInputLabel for Div Container is redundant, langCode from Link is used instead | confirmed | Bug | Normal | |||
Description |
The languageCodeInputLabel property defined in the language files is redundant, since the Div Container dialog window is using the langCode property of the Link dialog window instead. Moreover, most language files contain faulty translation of the langCode property which instead of an equivalent of "language code" says "language direction". Result: the Advanced tabs of the Link and Div Container dialog windows in most languages have 2 entries for the Language Direction and none for the Language Code. |
||||||
#7053 | Firefox: right arrow does not close the link | confirmed | Bug | Normal | |||
Description |
A separate issue created from ticket #7041. TC:
Follow the same set of steps in http://rev.ckeditor.com/ckeditor/trunk/6272/_samples/replacebyclass.html to see that the text is now still inside of the link. |
||||||
#7067 | about getIndex method performance | confirmed | Bug | Normal | |||
Description |
When the getIndex method is called, the getNext will be invoked by getIndex, if an element node contains too many text nodes, the getNext method will be called too many times, that will cause a performance problem. My suggest is using childNodes property, according to my test, using childNodes is nearly two times faster than calling getNext method. Here's my code snippet: getIndex : function( normalized ) {
|
||||||
#7069 | [enterBr] Unused block element left when style is removed | confirmed | Bug | Normal | |||
Description |
|
||||||
#7071 | SCAYT window should be wider to account for localized versions | confirmed | Bug | Normal | |||
Description |
At the moment the best idea for SCAYT window localization I can think of is to use the "Name Of SCAYT Function In Foreign Language (SCAYT)" as the name of the feature and the title bar of the dialog window. The "(SCAYT)" fragment is useful, since we are using the abbreviation while describing SCAYT options and leaving it out = confusing the users.
The problem is, in some (popular) languages, like German or French, this text is too long to fit into the title bar. Compare: This makes the dialog window stretch in an uncontrollable way (see screenshots). We should come up with a solution to this problem. We can either increase the value for the fixed width of the dialog window or, if possible, set a minimum width value and allow the dialog window to adjust to the contents of the title bar, flowing the rest accordingly. Mind you, this enhancement might come in handy with other dialog windows with long titles, so it might be useful to think about some universal solution for all dialog windows. |
||||||
#7072 | Javascript error on ElementPath plugin.js | confirmed | Bug | Normal | |||
Description |
hi, sorry for my english in advance. i found a bug on IE in element path plugin. when i select multiple cell on a table, edit properties of cell, change a value and click ok a javascript error raise on the line 85 if ( element.data( 'cke-real-element-type' ) ) the object element don't have a property data. the bug raise only on IE no problem whit FF and Chrome. |
||||||
#7077 | [enterBR] Incorrect BIDI state after undo | confirmed | Bug | Normal | |||
Description |
Note that the RTL icon is still highlighted. |
||||||
#7078 | Integration VB WebBrowser control and CKEditor Problem | confirmed | Bug | Normal | |||
Description |
Hello, I have a Windows application (vs 2008).In a user control, I use a WebBrowser to put in the CKEditor 3.5.In this case, there are features that are not right. For example, theDropDownList Format, Styles and Fonts. If you create a table does not workthe menu options to add row, column, etc ...I tried using the CKEditor in a form with a webBroser and workingproperly. Therefore, the cause appears to be the user control.You can tell me a solution to this? Attached an example: CKEditorWin is the startup project and on the website are the 2 CKEditor Form1.aspx the url of each webbrowser should be CKEditorWeb web project Thanks
edited |
||||||
#7079 | FF : Opening Cell Properties dialog resetting Columns Width | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: Nothing should change, since we have not modified any properties. Actual Result: Column widths are resetting to default |
||||||
#7080 | clear selection cause window scroll | confirmed | Bug | Normal | |||
Description |
happen in ie6 steps: 1.place a button far below editor : <textarea id='test'></textarea> <div style='height:1500px;'></div> <button>click</button> <script>CKEDITOR.replace("test");</script> 2.insert a page-break('插入分页符') into editor 3.keep focus(cursor) in the editor and scroll to 'click button' using mouse wheel 4.click button expected : window does not scroll actual : window scrolls to editor reason : caused by line 184 in _source/plugins/selection/plugin.js doc.selection.empty() causes scrolling. we should record scrollTop and scrollLeft before empty() and restore them after empty() , i provide a patch ,hope helpful.
|
||||||
#7086 | RTL: exiting from the list is counterintuitive | confirmed | Bug | Normal | |||
Description |
Not sure if I'm correct. Steps to reproduce
|
||||||
#7089 | [IE] Error when expand toolbar if height of editor is not enough. | confirmed | Bug | Normal | |||
Description |
The cause is here. https://dev.ckeditor.com/browser/CKEditor/trunk/_source/plugins/toolbar/plugin.js#L326 contents.setStyle( 'height', ( contentHeight - dy ) + 'px' ); I think that it only has to prevent height from reaching a minus value. Like this. https://dev.ckeditor.com/browser/CKEditor/trunk/_source/themes/default/theme.js#L325 contents.setStyle( 'height', Math.max( height - delta, 0 ) + 'px' ); |
||||||
#7090 | IE8: Error "Line: 96 error: 'N' is null or not a object" in scenario with ASP.NET AJAX and Postbacktrigger | confirmed | Bug | Normal | |||
Description |
if I have a PostBacktrigger that is hit after a partial page update has been done, I get the following error: actual nightly build (revision 6386): "Line 19: error: object does not supprt property or method" at "return i&&new g(i.contentWindow.document)" release 3.4.2: "Line 19: error: object does not supprt property or method" at "return i&&new g(i.contentWindow.document)" Attached please find a small sample project to reproduce the issue. |
||||||
#7091 | Line breaks are converted to the same as set in EnterMode on switching selection to List and back | confirmed | Bug | Normal | |||
Description |
When I use text editor, i often use Shift+Enter to break lines and stay within the same paragraph, without loosing formating. It is also easy to change those paragraphs to numbered/bullet lists. Test case 1
Expected result: There should be only two list items <ul> <li> Paragraph 1<br /> Line after BR</li> <li> Paragraph 2<br /> Line after BR</li> </ul> Actual <ul> <li>Paragraph 1</li> <li>Line after BR</li> <li>Paragraph 2</li> <li>Line after BR</li> </ul> Test case 2
Expected result <p> Paragraph 1<br /> Line after BR</p> <p> Paragraph 2<br /> Line after BR</p> Actual <p> Paragraph 1</p> <p> Line after BR</p> <p> Paragraph 2</p> <p> Line after BR</p> Similar thing happens when EnterMode is set to DIV and BR (Shift Enter mode is different than EnterMode setting) |
||||||
#7101 | Horizontal line moved outside blockquote | confirmed | Bug | Normal | |||
Description |
Test case:
Result of above should be: <p>test1</p> <hr /> <p>test2</p>
Selected text is set as quote, but horizontal line is moved outside quotation <blockquote> <p>text^</p> <p>test</p> </blockquote> <hr /> Expected result <blockquote> <p>text^</p> <hr /> <p>test</p> </blockquote> |
||||||
#7103 | api_dialog sample could be improved | confirmed | Task | Normal | |||
Description |
The api_dialog sample shows some interesting things that can be done with CKEditor dialog, but some of them are not working as one would expect or simply do not show something that could be considered as useful.
|
||||||
#7111 | Div styling through dialog broken | confirmed | Bug | Normal | |||
Description |
JS error is thrown: style._.definition.attributes is undefined /_source/plugins/div/dialogs/div.js L339 Regression of [5846]. |
||||||
#7118 | SCAYT: options dialog is not translated | confirmed | Bug | Normal | |||
Description |
CKEditor language files contain entries for the scayt plugin, where options from the SCAYT dialog are translated, e.g. in German language file there is: scayt : { title : 'Rechtschreibprüfung während der Texteingabe (SCAYT)', opera_title : 'Nicht von Opera unterstützt', enable : 'SCAYT einschalten', disable : 'SCAYT ausschalten', about : 'Über SCAYT', toggle : 'SCAYT umschalten', options : 'Optionen', langs : 'Sprachen', moreSuggestions : 'Mehr Vorschläge', ignore : 'Ignorieren', ignoreAll : 'Alle ignorieren', addWord : 'Wort hinzufügen', emptyDic : 'Wörterbuchname sollte leer sein.', optionsTab : 'Optionen', allCaps : 'Groß geschriebenen Wörter ignorieren', ignoreDomainNames : 'Domain-Namen ignorieren', // ... However if you check the options dialog, strings from the language file are not used (for example ignoreDomainNames). See the attached screenshot. |
||||||
#7120 | Line Spacing Button | new | New Feature | Normal | |||
Description |
as in MsWord, it looks nice to have line spacing option as in button click: -Space Sizes List -add/remove spacing after paragraph -add/remove space before paragraph I Think this will completethe editor to be as perfect as using MSWORD. |
||||||
#7141 | Color/Style of Bullets/Numbers in lists should follow the style/color of first character of the list item. | confirmed | New Feature | Normal | |||
Description |
Scenario 1: When user clicks bullet/numbered list button and then selects style/color of the text, then the color/style of bullets/numbers in lists should automatically change to style/color that we have selected Scenario 2: When user selects style/ color of the text first and then clicks the bullet/numbered list button, then the color/style of bullets/numbers in lists should automatically change to style/color that we have selected Scenario 3: When user creates numbered/bulleted list and then applies color/style only to first character in each list item , then color/style of the bullets/numbers should automatically change to style/color applied to the first character in the list item. Also when the user selects the list item and click Remove format it should clear any style applied to the list/bullet line. |
||||||
#7142 | Allow users to create their own keyboard shortcuts for context menu items | confirmed | New Feature | Normal | |||
Description |
There are 3 parts to this new feature request. 1. Users should be allowed to create their own keyboard shortcuts for items that appear in the context menu. For example, there is already a keyboard shortcut for opening the link dialog (CTRL + L). Users should be allowed to create their own custom keyboard shortcuts for opening other dialogs and carrying out other functionality that is currently handled in the context menu. 2. Keyboard shortcuts should be displayed in the context menu next to the appropriate context menu item so that it is clear to the user that a shortcut exists. i.e.for each context menu item there should be:
An example of this structure on the Paste context menu item would be:
3. Users should be able to manage how the items in the context menu are displayed. Using the above example a user may want the clipboard icon aligned left, the "Paste" text aligned centre and "CTRL + V" aligned right. |
||||||
#7143 | Text Cursor loses position when document-overflow is modified | confirmed | Bug | Normal | |||
Description |
Steps to reproduce: 1) Add text to editor instance window such that cursor is not at the beginning 2) execute (in firebug's console, for example):
3) Note that the text has been inserted at the beginning of the text editor. This is an issue in Firefox 3.6.13 (and I believe earlier FF versions). Not certain if it is an issue in IE.
|
||||||
#7144 | Provide ability for users to resize column widths using the keyboard | confirmed | New Feature | Normal | |||
Description |
The drag-to-resize columns feature is quite useful to users, but only accessible to users who use the mouse. This feature request is to allow keyboard users to perform the same function. Although it is currently possible to set a width on individual cells, this does not properly resize the whole column of cells in a table. One approach to this could be to have a dedicated Column Properties dialog that allows a user to define a width for the column of cells. This would then set the width on all cells in the column, just like the drag-to-resize feature does. |
||||||
#7145 | Allow opening links in edit mode | confirmed | New Feature | Normal | |||
Description |
When editing a document with links, CKEditor deliberately disables these links to allow proper editing of them. Some users would still like the ability to follow links in edit mode, as in Word. This feature request proposes adding a keystroke, e.g. CTRL+click to allow the opening of a link target in a new window. |
||||||
#7173 | Autogrow usability | confirmed | Bug | Normal | |||
Description |
This's a continuation of #6408, where the "autogrow" plugin is still inconsistency in some situation:
And it even introduce an usability issue on Webkit:
|
||||||
#7175 | IE: Drop-downs closed immediately after show | confirmed | Bug | Normal | |||
Description |
Steps to reproduce:
Browser name and OS : Checked on IE8 on Windows 7 and IE6 on Windows XP. |
||||||
#7186 | [IE9] HR carries text | confirmed | Bug | Normal | |||
Description |
I know you won't believe it but <hr> in IE9 can hold text node, here are the cookbook:
|
||||||
#7206 | Provide support to load CKEditor in one frame and render it in another | new | New Feature | Normal | |||
Description |
We would like to request support to load CKEditor in one frame and render it in another. This would be a very beneficial feature for optimising performance. It is currently not supported. Some issues that they have reported so far regarding this are:
A sample test case is attached which demonstrates the desired functionality.
Instructions for running the test case:
// NG loader.oDocument = globals.scriptFrame.document; // OK //loader.oDocument = globals.uiFrame.document;
Problem: CKEditor instance is not created in UI Frame. |
||||||
#7210 | ckfinder issue with too many pictures in one folder | confirmed | Bug | Normal | |||
Description |
Greeting; i would like to drag your attension to technical issue hoping to solve it in the future version of ck finder. the issue is that i am working with an image folder contain 11000 pictures inside of it, in this case the browser stop working becouse it handle more that 11000 picture with size more than 100 m.b, as a solution to this issue i suggest to include a limit pictures with counter to the rest of the pictures for example let the ckfinder display 50 image with a counter link to the other images thank you |
||||||
#7212 | Colored link problematic | confirmed | Bug | Normal | |||
Description |
Currently editor produce colored link as following, which result in a mixed color looking (underline decoration) on result HTML. <a href="http://ckeditor.com/"><span style="color: rgb(255, 0, 0);">CKEditor</span></a> |
||||||
#7224 | Editing pasted lists not working properly | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: A new empty list item appears at same level(level 1) as third list item. Actual Result: A new empty list item is created at level 1 and previous list items at level 1 are moved to level 2 and made as a sub list of the new empty list item created at level 1 |
||||||
#7225 | FF - Font/Size/Styles not being continued on Enter | confirmed | Bug | Normal | |||
Description |
CKEditor 3.5.2 (revision 6449) FF 3.6.13
Font is applied properly to the new items.
Font is no longer applied properly. This also happens when pressing Enter at the end of a paragraph. Expected behavior is that font/size of previous paragraph/list item will carry over. |
||||||
#7227 | Dialog: showPage increments pageCount even if page is already showing | confirmed | Bug | Normal | |||
Description |
In the Dialog plugin, callling showPage on a page that is already visible increments the pageCount, meaning that when all but one page are removed, the tab bar will still be visible. To reproduce:
Now only page2 will be visible - but the tab bar will still be showing, with the single tab "page2". Intended behaviour (presumably) is to have tab bar disappear when only one page is visible. This can be fixed by adding a check to tab.isVisible() in showPage. Proposed patch included. |
||||||
#7229 | Request for relaying cut and copy events to the editor instance | new | New Feature | Normal | |||
Description |
Request for normalizing cut, copy and paste events in the editor across browsers. In version 3.5.2 only the 'paste' event is relayed to the editor object. Would be very convenient if 'cut' and 'copy' could also be relayed. The specific use case is having to add attributes to the elements in a selection prior to cutting/copying. These are then parsed when pasted back into the editor. Some quick research gave me the following summary: I ran the following code in each of the browsers' developer tools var body = CKEDITOR.instances.editor1.document.getBody(); var logger = function (name) { return function () {console.log(name);}; }; body.on('beforepaste', logger('beforepaste')); body.on('paste', logger('paste')); body.on('beforecut', logger('beforecut')); body.on('cut', logger('cut')); body.on('beforecopy', logger('beforecopy')); body.on('copy', logger('copy')); and registered the events fired: Opera Version: 11.00, Build: 1156, WinXPCut: none Copy: none Paste: beforepaste paste Google Chrome 9.0.597.98, WinXPCut: beforecut cut Copy: beforecopy copy Paste: beforepaste paste Firefox 3.6.13, WinXPCut: cut Copy: copy Paste: beforepaste paste IE8, Windows Server 2003Cut: beforecut cut Copy: beforecopy copy Paste: beforepaste paste IE also fires extra unlisted ones due to calling "queryCommandEnabled('paste')" in clipboard plugin. |
||||||
#7230 | IE quirks: Dialog borders do not resize properly when show/hide tab bar | confirmed | Bug | Normal | |||
Description |
When the tab bar is being added or removed for a dialog, the resize event is not fired. The resize event is necessary for IE6 or IE quirks mode, since the height of the left and right borders must be adjusted. This can result either in a gap between the top corner borders and the vertical borders on the left and right sides, or the left and right borders extend up above the dialog's title bar. See attached screenshot.
To reproduce:
This occurs in IE quirks mode...I reproduced across IE6, 7, 8, and 9 with the doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> A proposed patch is attached. I've changed dialog's resize method to include an optional third parameter, "force," which forces the dialog to fire the resize event even if the actual content area size hasn't changed. Then I call resize from updateStyle, if (and only if) the tab bar visibility has changed AND we're in IE. |
||||||
#7239 | Upload file and adobe air | pending | Bug | Normal | |||
Description |
Hi On air, the file uploader doesn't appears I have to precise that a <input type = "file" /> is properly rendered in air |
||||||
#7257 | Double click on dialog button sometimes shows background cover above the dialog | confirmed | Bug | Normal | |||
Description |
When a page has two editors present, calling the same dialog with dobule-clicking on both of them results in the second dialog box appearing underneath the semi-transparent background cover div.
Steps to reproduce:
Tested in latest Chrome and Firefox 3.6 on Windows 7 and XP. Screenshot attached. |
||||||
#7275 | IE session dropped when using SCAYT, MVC | confirmed | Bug | Normal | |||
Description |
I have an MVC application where we need to use SCAYT. When it's enabled, it writes cookies to the browser. Once it hits the IE limit, the client browser arbitrarily drops cookies including the ASP.Session and Authentication kicking users out of the site randomly. Since this is an MVC application it treats www.domain.com/ticket/detail/1234 as seperate than www.domain.com/ticket/detail/1252, when in reality this is the same page with a different id passed in. In webforms this isnt an issue because the comparable url is www.domain.com/ticket/detail.aspx?id=1234 and the scayt cookie (i am guessing) doesnt look at the querystring. I dont have any true test cases for this, but it can be reproduced in any MVC application that utilizes dynamic paths. Your team should be able to create a sample MVC app (needs to have at least a session key) that has one page that takes an extension and test it with random numbers. Monitor the site in IE6, 7, or 8 using Fiddler and after about 10-15 new number combinations, you will be able to repro the issue. I would think that there should be a feature (or config setting) that would allow me to designate MVC patterns to treat as singular, or some other function that would cause this not to happen. Obviously, we could disable the SCAYT feature, but this is a huge requirement for the client and if that is the solution we will just have to use a different editor. One last thing, I am completely aware that this is an IE issue only, however, our client is a Microsoft shop and it is an actual SLA requirement for us to support IE6-IE8 since 99% of their users are on these browsers. |
||||||
#7280 | Ability to switch toolbar at runtime | review | New Feature | Normal | |||
Description |
These is a feature that people have requested several times, these are two related tickets (although they don't request the same thing) #6374 and #7038 This is a request to provide a editor.setToolbar() method that can change the current toolbar to a new one on the fly, it's almost possible with this code: // Set new Toolbar CKEDITOR.editor.prototype.setToolbar = function( toolbar ) { // Destroy previous toolbar var toolbars, index = 0, i, items, instance; toolbars = this.toolbox.toolbars; for ( ; index < toolbars.length; index++ ) { items = toolbars[ index ].items; for ( i = 0; i < items.length; i++ ) { instance = items[ i ]; if ( instance.clickFn ) CKEDITOR.tools.removeFunction( instance.clickFn ); if ( instance.keyDownFn ) CKEDITOR.tools.removeFunction( instance.keyDownFn ); if ( instance.index ) CKEDITOR.ui.button._.instances[ instance.index ] = null; } } // Set new one this.config.toolbar = toolbar; // create it var toolbarLocation = this.config.toolbarLocation, space = document.getElementById('cke_' + toolbarLocation + '_' + this.name), html = this.fire( 'themeSpace', { space : toolbarLocation, html : '' } ).html; space.innerHTML = html; } But there are two issues that have to be patched in order to work this way. The patch addresses just those issues, but a more robust and compact setToolbar method could be created. |
||||||
#7286 | Inproper dropdown list height when opened in 2 editors one after the other | confirmed | Bug | Normal | |||
Description |
EnvironmentWin7 Linux, Chrome9, found while testing CKEditor for ASP.NET Test case
Expected result
List in Editor 2 is collapsed, and expanded list in Editor 1 has the same height as corresponding one in editor 2. Actual resultList in editor 2 is collapsed. List in editor 1 is too high (attached screen) |
||||||
#7299 | IE6/IE8: Borders on color panels are not displaying correctly in RTL languages | confirmed | Bug | Normal | |||
Description |
Steps to reproduce the defect:
Result: In IE6 some of the right borders for individual colors are missing (see screenshot). Result: In IE8 some of the colors spill out and slightly overlap the right borders(see screenshot). |
||||||
#7325 | Webkit: backspace moves content between p tags (instead of merging them) | confirmed | Bug | Normal | |||
Description |
I wasn't sure how best to summarize this in the title, but here's how to repro this using Safari or Chrome on www.ckeditor.com/demo:
one[shift+enter]two[enter]three[shift+enter]four This results in two <p> tags with <br /> tags where you pressed shift+enter (as expected): <p>one<br />two</p><p>three<br />four</p>
Expected result: <p>one<br />twothree<br />four</p> I.e., Merge the two <p> tags. Actual result: <p>one<br />twothree</p><p>four</p> I.e., Still two <p> tags, but part of the second <p> tag has been moved into the first. I've tested this from 3.4.2 up until 3.5.2, but I suspect it probably goes back further. This is reproducible in Chrome and Safari, but not in FF/IE/Opera, which makes me think it's Webkit-specific. |
||||||
#7333 | IE6 Cursor goes missing when we come out of RTL Numbered/Bulleted list | confirmed | Bug | Normal | |||
Description |
To reproduce the defect:
Expected Result: Cursor shown out of the list and an empty paragraph is created with RTL Language direction. Actual Result: Cursor escapes from editor body after it comes out of the list. But when we start typing the text cursor comes back in to editor body and typed paragraph has RTL Language direction. |
||||||
#7343 | Copying a table row content in a different row does not paste properly | confirmed | Bug | Normal | |||
Description |
Create a table with 10 rows. Paint row 3 with each cell with a diff foreground/border color. Tried to copy that row to 5th row. Tried in 2 ways and failed to paste correctly in both the cases. TC 1:
TC 2:
|
||||||
#7345 | IE Quirks: List item disappears when editor does not have focus | confirmed | Bug | Normal | |||
Description |
Steps to reproduce the defect:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <ul> <li> sdaufhuashdf</li> <li> khsadfkuajsfdi</li> </ul>
See that both list items are visible.
See that only one list item is visible. Note: Once the editor regains focus (even by hovering over a toolbar button), the 2 list items are visible again. |
||||||
#7350 | Clicking in the editor returns the fonts to the default values | confirmed | Bug | Normal | |||
Description |
I changed the default values for the font name to Times New Roman and the font size to 16.
I had expected it to still keep the changes that I made to the fonts. |
||||||
#7352 | Single quotes in attributes converted to double quotes | confirmed | Bug | Normal | |||
Description |
When using single quotes in html attributes they somehow get converted to double quotes and then htmlencoded to " In my case this happens when I try to do this in the code view: <a href="URL" style="font-family: 'Trebuchet MS';">Link</a> Switch back to normal view and to code again, and CKEditor transformed it into this: <a href="URL" style="font-family: "Trebuchet MS";">Link</a> Not quite the desired result. Is there a hotfix for this or do I have to wait for it to get fixed? (couldn't find it on Google)
Edit: I did some checking. Here are the results:
Since editor 4.x is creating HTML from scratch in some places perhaps it should introduce "template behaviour" in which " goes outside and ' goes inside (or something like that). |
||||||
#7367 | Unable to remove style at end of block | confirmed | Bug | Normal | |||
Description |
Confirmed in IE8. In certain situations it is impossible to remove a style from a list item. Steps to reproduce
Note: Remove format works fine when following the same scenario. |
||||||
#7370 | FF & Safari : Underline for list item not shown for the below html code | confirmed | Bug | Normal | |||
Description |
To reproduce the defect: Copy the following code and paste in HTML Source and go to WYSIWYG mode. <style id="CSS_2" type="text/css">.CSS_2{ background:#99ccff; }</style> <ul><li><u><span class="CSS_2">dddddddddddddd</span></u></li></ul> In FF & Safari, underline for the list item not shown but when we keep the cursor in the list item Underline tool bar icon is highlighted. It works properly in all other browsers. |
||||||
#7376 | Automatic linking only works in IE | confirmed | New Feature | Normal | |||
Description |
Typing www.test.com and hitting enter only generates a link in IE.. Tested on Chrome 10, Firefox 4 and Opera 11. |
||||||
#7380 | Line breaks in list items are lost when followed by another list | review | Bug | Normal | |||
Description |
Suppose someone has added a few line breaks with Shift+Enter to visually separate an indented list, like in the example below: <ul> <li> test 1<br /> <br /> <br /> <ul> <li> test 11</li> <li> test 12</li> </ul> </li> </ul> Switch to source/wysiwyg twice. Result: all line breaks are lost <ul> <li> test 1 <ul> <li> test 11</li> <li> test 12</li> </ul> </li> </ul> |
||||||
#7406 | Problems with _source files | confirmed | Bug | Normal | |||
Description |
|
||||||
#7447 | [IE9] HC toolbar items wrapping | confirmed | Bug | Normal | |||
Description |
See attached for the wrong toolbar item wrapping starting from "Form" button, works fine in IE8. |
||||||
#7449 | Image dialog size lock inaccuracy | confirmed | Bug | Normal | |||
Description |
|
||||||
#7451 | Backspace stops working when working with nested list | confirmed | Bug | Normal | |||
Description |
Basing on #6159, and connected to #6236 While #is fully reproducible under IE7, under IE8/doc mode IE8, the same steps work in different way: Steps to reproduce
Expected ResultCursor should be back at the end of 'test12' Actual
It works this way since v3.4 |
||||||
#7452 | bodyClass and bodyId not applied to combobox (e.g. styles or format) | confirmed | Bug | Normal | |||
Description |
When the styles combobox is created, it loads the stylesheet specified in config.contentsCss. However, the body element in the combobox iframe doesn't have the class or ID specified in config.bodyClass/bodyId. As a result the styles previews aren't shown properly as my CSS assumes that the bodyClass will be present. This is a regression from FCKeditor 2.x. |
||||||
#7453 | Output for Flash sample: list is not aligned to the right | confirmed | Bug | Normal | |||
Description |
When list is aligned to the right the following code is created: <ul> <li style="text-align: right;">one</li> <li style="text-align: right;">two</li> </ul> however, after clicking "Send to Flash", the list is still aligned to the left in the flash element. |
||||||
#7456 | Problem with editing links when text follows immediately the link | confirmed | Bug | Normal | |||
Description |
When there is a link followed by text (so there is no space between link and the following text) it is impossible to edit the link, neither by double clicking on it nor using the context menu. Found in Safari at Mac. Context menu does not work properly also in Firefox ("Edit Link" is not available) if the link is not selected before opening the context menu. Sample HTML code: <p>Link <a href="http://example.com">example</a>s</p> |
||||||
#7459 | [AIR] Floating panels do not gain RTL styles | confirmed | Bug | Normal | |||
Description |
See that the contents appear as LTR. |
||||||
#7484 | Indented text copied from Word is not displaying properly when pasted into the editor | confirmed | Bug | Normal | |||
Description |
Steps to reproduce the defect: Scenario 1
Result: The indented paragraphs seem to display fine (see screenshot). Note: The indentations in IndentedParagraph1.doc are made by typing a line of text. Then press Enter & TAB. Type another line of text. Then press Enter & TAB twice. Then type another line of text. Scenario 2
Result: The last 2 paragraphs are not indented as they should be (see screenshot). Note: The indentations in IndentedParagraph2.doc are made by typing 3 lines of text. Place the cursor at the start of the 2nd paragraph & press TAB once. Then place the cursor at the start of the 3rd paragraph & press TAB twice. Word has different mark-up depending on how each indentation is created. Reproducible in IE7, IE8 & FF 3.6.15 |
||||||
#7499 | Problems with empty lists when switching between source mode and wysiwyg | confirmed | Bug | Normal | |||
Description |
The issue concerns FF4 and FF3.6
This has happened since CKEditor version 3.3 Issue for FF3.6 has started since 3.3 but till version 3.3.1 (inclusive) effect is the same but the editor behavior is a little different. |
||||||
#7503 | Problems with select lists in IE | confirmed | Bug | Normal | |||
Description |
This issue has occured in CKEditor since version 3.0 It concerns IE6, IE7, IE8 Paste the following code: <form action="formAct" id="myid" method="get" name="form"> <select name="myselect" size="1"><option selected="selected" value="val1">opt1</option><option value="val2">opt2</option><option value="val3">opt3</option></select></form> <p> <select name="myselect1" size="1"><option selected="selected" value="val1">opt1</option><option value="val2">opt2</option><option value="val3">opt3</option></select></p>
This works perfectly in IE9, Chrome and Safari. Opera has a little different problem described in #7502 and Firefox has a different problem described in #7507 |