Custom Query
Results (5901 - 6000 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#6360 | Table Properties dialog is not populated with data from selected table | Bug | Normal | UI : Dialogs | ||
Description |
Observe that the dialog does not contain the data of the selected table. This is inconsistent with other dialogs like Image, Flash and Link. If you click on the OK button the selected table gets replaced with a new table. |
|||||
#6361 | IE: Inline style not removed | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
Regression since 3.3.2 (worked on 3.3.1). Apply and try to remove bold on some non-collaped selection when in enterMode=BR, it will not be removed.
Expected: Text is not bold. Present: Text is still bold. |
|||||
#6362 | [FF] Pasting lists from Word document doesn't work | Bug | Normal | Plugin : Paste from Word | ||
Description |
Lists pasted from Word are transformed into paragraphs with different margins. To reproduce, check the sample Word document. In Firefox, after pasting from Word it becomes something like: <p style="margin-left: 72pt;"> a. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p> <p style="margin-left: 72pt;"> b. Nulla accumsan, elit sit amet varius semper, nulla mauris mollis quam, tempor suscipit diam nulla vel leo. Nulla quis diam. Nulla est. Fusce suscipit libero eget elit.</p> <p style="margin-left: 108pt;"> 1) Maecenas fermentum, sem in pharetra pellentesque, velit turpis volutpat ante, in pharetra metus odio a lectus.</p> <p style="margin-left: 108pt;"> 2) Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p> Confirmed on: Windows 7 64-bit EN + MS Office 2010 EN + Firefox 3.6.10 |
|||||
#6363 | FF - High CPU in code view | Bug | Normal | General | ||
Description |
Hi, I have a problem with the Firefox browser in preview mode code. When I change to it, and move the cursor, or try to perform some sort of editing CPU consumption increases dramatically. I performed the same operations in IE and Chrome the problem does not occur. Tested versions: 3.4.1, 3.4, 3.3.2; occur at all. Attached below the image processing and basic script for example. Thanks. |
|||||
#6364 | Incorrect behavior when adding template without replacing content | Bug | Normal | General | ||
Description |
In a template definition containing a hidden field, if the template is added to the editor and "Replace actual contents" is unchecked, the HTML rendered does not match the template content; specifically, the hidden fields are replaced with <img /> tags. The template HTML is rendered correctly if "Replace actual contents" is left checked. Example template: CKEDITOR.addTemplates('default', { templates: [ { title: 'Test', html: '<input name="HiddenField" type="hidden" value="Value" />' + '<input type="submit" value="Submit" />' }, ] }); When I click on the above template in the template plugin window and leave "Replace actual contents" checked, the editor contains the following HTML: <p> <input name="HiddenField" type="hidden" value="Value" /> <input type="submit" value="Submit" /></p> Now if I leave the above content in place (or delete it- it does not matter) and then add the template again with "Replace actual contents" unchecked, the follow HTML is appended to the editor: <p> <img align="" alt="Unkn[[BR]] own Object" src="../../../../../Content/Js/ckeditor/images/spacer.gif?t=A8LE4JO" /> <input type="submit" value="Submit" /></p> I do not know if there are any other HTML elements that exhibit this behavior, but the hidden field is one. My guess is that the problem would apply to any element which is rendered as an image in the WYSIWYG view of CKEditor. Additional testing revealed that this bug appears to be limited to Firefox 3.6.10. It does not occur in Internet Explorer 8, Chrome 3, or Opera 10. |
|||||
#6365 | Field is narrowed in 3.4.1 | Bug | Normal | General | ||
Description |
Hello
|
|||||
#6366 | [Webkit] adds inline styles on drag and drop operation | Bug | Normal | General | ||
Description |
<h1 style="color: red; "> header 1</h1> |
|||||
#6367 | Adding/removing rows/cells works incorrect with merged cells | Bug | Normal | General | ||
Description |
Paste source html from attachment or do the following steps:
|
|||||
#6369 | Issues with Pre Paragraph formatting option | Bug | Normal | General | ||
Description |
To reproduce the defect:
2.Type some text, select the text and apply Pre (Formatted) Paragraph option to it. Expected Result: Pre format is applied to the selected paragraph with out any issues. Actual Result: In FF it is adding an extra   before the selected paragraph. In IE(6,7 & 8) it's throwing an error. and the Error is Invalid Argument. Line: 121 and Char: 1024 This is only happening in 3.4 |
|||||
#6370 | FireFox deleting last character from a line deletes the EOL rather than the character | Bug | Normal | General | ||
Description |
(There are several other configurations (some not invloving 's) which also cause this bug. This is the most consistently reproducible.)
Expected: A C was deleted. The source now looks like this: <pre> aaaa bbbb ccc dddd eeee </pre> Actual: a line ending was deleted. The source now looks like this: <pre> aaaa bbbb cccc dddd eeee </pre> |
|||||
#6372 | [IE] changes span tags to font tags and font size on copying/pasting | Bug | Normal | General | ||
Description |
|
|||||
#6373 | IE6: Menu items with long labels have broken layout in quirks | Bug | Normal | General | ||
Description |
In IE6, menu items with long labels have broken layout in quirks. AFAIR we support menu auto-stretching since 3.3, but even if it's not supported in IE6, the label should be cut-off and not breaking whole menu layout. Refer to attached screenshot. |
|||||
#6374 | Extend Toolbar.hide function! | New Feature | Normal | UI : Toolbar | ||
Description |
Hi there! My customer wants to have only one row of the toolbar shown until he klicks on the arrow to show the full toolbar. We have this case, because if your Editorwindow is only 400x400 px, the admin toolbar goes over 6-7 lines. Now when you klick the little arrow on the right side, the button calls function 70, wich makes "toolbar.hide" and that sets the toolbar to "display:none" here is the code: hide : function() { this.setStyle( 'display', 'none' ); }, Is there a known possibility to set it only to one row? |
|||||
#6375 | [IE] Exception thrown when hiding editor in some cases | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
When the editor is hidden right after a blur event, e.g. contained in a div with display="none", the call to selection.empty() throws an error. This code is only invoked in IE (< 8) A work around for this issue is to catch the exception and ignore it, this is provided in attached patch. Test case to reproduce the problem:
|
|||||
#6376 | BIDI: BIDI buttons should not toggle the base language direction | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
The BIDI buttons should not toggle the direction of a selected block or blocks but should enforce (or reconfirm) the user's desire to set the selected direction on content. This ability should work in conjunction with useComputedState="true". Example: if I have this paragraph selected: <P dir="RTL">Test</P> hitting the RTL button should not remove the dir attribute. |
|||||
#6377 | FF width and height are not shown for smiley in Image properties dialog | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: width and height are shown for the smiley. Actual Result: Width and Height values are not shown. This is only happening in FF. In IE Width & Height values are shown for all smileys. |
|||||
#6378 | Label for smiley can not be changed using Image properties dialog | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Label for the smiley should be changed to funny. Actual Result: Label for the Smiley is still showing as laugh. |
|||||
#6379 | Invisible items in the Styles drop-down | Bug | Normal | UI : Toolbar | ||
Description |
Hi With code like this CKEDITOR.stylesSet.add('default', [
]); ... there are invisible items in the Styles drop-down. Click on the Styles drop-down -> the entry is white on white == invisible. Hovering makes it visible, but that's not sufficient for me. How to set uniform & basic styling for the drop-down entries? I need plain black on white, one size, one font, just as for example the entries in the spelling drop-down. Safari 5.0.2 and Firefox 3.6.10, on Mac OS. I'll try to attach a screenshot. Tobi |
|||||
#6380 | FireFox: Holding ctrl+v produces odd cursor behavior and line breaks | Bug | Normal | Core : Pasting | ||
Description |
expected A continous stream of "a"s are produced actual After a few moments, the cursor resets to the start of the document and begins a fresh line of "a"s. Note: The start of the broken behavior is inconsistent- sometimes it starts immediately, other times it doesn't occur until dozens of "a"s have been pasted. See video |
|||||
#6382 | Holding ctrl+v produces odd cursor behavior and line break | Bug | Normal | Core : Pasting | ||
Description |
Continuation of #6380
Under Chrome, short "stream" of copied text is pasted, then <p> </p> <div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "> <p> aaaaaaaaaaaa</p> </div> <body id="cke_pastebin"> <p> </p> </body> <body id="cke_pastebin"> </body> <body id="cke_pastebin"> </body> <body id="cke_pastebin"> </body> ... ... Bug does not occur in CKE3.0 |
|||||
#6384 | After editing twice, adds a sharp at the href of every link | Bug | Normal | General | ||
Description |
If I edit a text with CKeditor and there are already links in the text, after i save it, a sharp(#) is added at the beggining of every href of the links I already had before editing. e.g. <a href="userfiles/biography.pdf">biography</a> after editing: <a href="#userfiles/biography.pdf">biography</a> after another editing: <a href="##userfiles/biography.pdf">biography</a> |
|||||
#6385 | IE throws Javascript error when using anchor | Bug | Normal | General | ||
Description |
When you select text an try to set an anchor IEs come up with an error "Invalid argument". |
|||||
#6386 | Selected text is removed when setting an anchor | Bug | Normal | General | ||
Description |
It's not possible to set an anchor with containing (selected) text. The text is getting removed. Why? |
|||||
#6387 | autogrow setTimeout causes problems | Bug | Normal | CKEditor 3.5.3 | General | |
Description |
The autogrow timeout to resize the contents causes a couple of problems: 1) Scrollbars appearing (I don't know if this is avoidable?) 2) JS errors when destroying editor (function runs after window is destroyed) (trivial fix attached) |
|||||
#6388 | sharedSpaces don't disable maximize | Bug | Normal | General | ||
Description |
I'm sure I saw in there somewhere a piece of code that should disable the maximize plugin when using shared spaces... however it doesn't work. |
|||||
#6389 | Crash if destroyed too soon after creation | Bug | Normal | General | ||
Description |
Only tested using jQuery connector: If destroy() is called before all initialisation has finished, the editor crashes. |
|||||
#6390 | Multiple clicks on toolbar buttons cause dialogs to fail | Bug | Normal | CKEditor 3.5.1 | UI : Dialogs | |
Description |
If the server is slow loading the dialog window, we have problems:
Possible fix: blank the screen before dialog load? Also manifests when double-doubleclicking images etc. |
|||||
#6392 | Can't move cursor after block element | Bug | Normal | General | ||
Description |
To reproduce (in IE): add a smiley in an empty editor; use left arrow to go to start of row; there is no way you can get the cursor back after the image, w/ keyboard or mouse |
|||||
#6393 | FF: resize handles cause scrollbars to appear | Bug | Normal | General | ||
Description |
When an element is 100% width, the small resize squares trigger horizontal scrollbars. |
|||||
#6394 | Redundant space added when format set before text entered | Bug | Normal | General | ||
Description |
Found when checked #6371 under IE
|
|||||
#6398 | ShowBorders not working in ie8 | Bug | Normal | Accessibility | ||
Description |
In all other main browsers (FF & Chrome) the plugin is working perfectly. In ie8 the table border when set to 0 is not working. |
|||||
#6399 | contenteditable="false" regions can be deleted? | Bug | Normal | General | ||
Description |
Not sure if this is a bug, but I can delete areas marked as contenteditable="false", by highlighting around them. eg. "Del<span contenteditable="false">eta</span>ble" will correctly not let me edit the characters "eta", but I can delete the whole word, and hence delete the uneditable text "eta". |
|||||
#6400 | CKEditor cannot manage <strong> or <em> tags when style=color is set. | Bug | Normal | Core : Styles | ||
Description |
It was reported in Drupal site: http://drupal.org/node/929916 Hi all, I did a search but I didn't find anything related, so I'll open a new bug report. A user, who apparently forgot to use the "paste as plain text" button, inserted a colored bold text using a <strong style="color: rgb(96, 191, 0);"> tag. CKEditor recognizes it as "bold" text and the relative button is highlighted when the text is selected, but clicking on the button again does not remove the formatting, but adds a couple of tags: </strong><strong style="color: rgb(96, 191, 0);">. I did some experimenting and found that the same applies to <em> tags, and other styles such as "font-style: italic". Interestingly enough, the "Remove format" button does what it's supposed to do. Of course I'll warn my users to use it in case of troubles, but maybe this issue can be avoided just by adding a line or two of code. Using: CKEditor module 6.x-1.2 with CKEditor 3.4.1 (but problem showed up before I upgraded). By the way, CKEditor is by far the best editor I've used on a Drupal site, and I tried 'em all (I guess). Regards L.F. I can confirm that bug, it was checked also in demo on CKEditor page. |
|||||
#6401 | Paste: Outline Numbered lists do not copy correctly | Bug | Normal | Core : Pasting | ||
Description |
Lists with more than 2 levels and that have the style "Outline Numbered" do not paste correctly. Levels beyond the 2nd level collapse. This occurs when measurement units is set to: cm, mm or pt. See attached tc. |
|||||
#6402 | Opera: Focus goes out of Editor after selecting an option in one of combo boxes | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Focus stays in Cursor body & when user types the text,corresponding format option that the user selected before applies to the newly typed text. Actual Result: Focus is going out of Editor body. |
|||||
#6403 | Opera: selected Font name option not shown in Font Name combo when we typed the text | Bug | Normal | CKEditor 3.4.2 | Core : Styles | |
Description |
To reproduce the defect:
Expected Result: Correct Font Name(Verdana)is applied to the typed text, and Font Name option(Verdana)is shown in Font Names drop down list. Actual Result: Correct Font Name is applied to the typed text, but the option is not shown in Font Names drop down list. |
|||||
#6404 | Contextual menu doesn't disappear when switch in HTML source view | Bug | Normal | CKEditor 3.4.3 | UI : Context Menu | |
Description |
Tested on IE8, FF3.6, CH6 under WinXP. When you are in edition view, open a contextual menu (mouse right click) and after switch to HTML source view, the contextual menu stays open. |
|||||
#6405 | Font changing, for typed text does not work as expected | Bug | Normal | General | ||
Description |
Investigation of #6403
Expected result : <p> Test <span style="font-family: comic sans ms, cursive"> test </span> <span style="font-family: georgia, serif"> test </span> <span style="font-family: times new roman, times, serif"> test </span> </p> Actual: Under IE <p> test<span style="font-family: comic sans ms, cursive"> test<span style="font-family: georgia, serif"> test<span style="font-family: times new roman, times, serif"> test </span></span></span> </p> Webkit: Under Chrome and Safari, font is set only once for all previously typed text in paragraph <p> Testtesttesttest</p> Opera as in #6403 |
|||||
#6406 | [Webkit] Cursor jumps to the new line after pasting | Bug | Normal | General | ||
Description |
|
|||||
#6407 | Table width 100% causes 1px overflow in IE7 | Bug | Normal | General | ||
Description |
To reproduce (IE7):
There is a 1px X overflow Works ok on IE8 and all other browsers. This is mildly related (if at all) to http://dev.ckeditor.com/ticket/6393 |
|||||
#6408 | AutoGrow 24px too high on IE | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
On IE 7,8 the autogrow computed size is 24px too high; I've tracked it down to
I'll try to look some more at this and figure a way for myself |
|||||
#6409 | ForcePasteAsPlainText doesn't work properly when SCAYT is Set to Auto-Start in Firefox | Bug | Normal | Core : Pasting | ||
Description |
It was reported in Drupal site: http://drupal.org/node/924614 I set SCAYT to auto-start in my CKEditor profile and also turned on ForcePasteAsPlainText. This combination works fine in IE8, but if you have both turned on, it doesn't work properly in Firefox. If you press Ctrl+V to paste, it goes in as rich text. If you right-click and paste, the window appears asking you to paste into the plain text into the popup. Same happens if you press the paste button on the toolbar. If I turn off SCAYT by default (auto-start), the force paste as plain text works just fine. I checked and i can confirm that bug. |
|||||
#6410 | SCAYT contextmenu isn't displayed if word has no suggestions | Bug | Normal | CKEditor 3.6.6 | UI : Spell Checker | |
Description |
Steps to reproduce:
Expected result:
Actual result: |
|||||
#6411 | Cell Properties dialogbox Choose button not properly displaye | Bug | Normal | CKEditor 3.4.3 | UI : Dialogs | |
Description |
in the dialogue box when select the cell properties,the two "choose" buttons are not properly dispalyed. |
|||||
#6412 | BIDI: FF 3.6 Incorrect behaviour of LTR/RTL when used with Numbered/Bulleted Lists containing a single list item | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
Steps to reproduce the defect:
Expected: The bulleted/numbered list should be in LTR and should be left aligned. Actual: The bulleted/numbered list is in RTL and is right aligned. |
|||||
#6413 | Extra indent in the <pre> tag | Bug | Normal | CKEditor 3.4.2 | Core : Output Data | |
Description |
Try insert a <pre> block in a <li> block: <li> Code 1 <pre> abc def ghi </pre> </li> The html source formater auto indent the <pre> tag and the first line of the content of <pre>: <li> Code 1 <pre> abc def ghi </pre> </li> So when show in the browser, there is always a extra indent before the first line of the "abc". |
|||||
#6414 | Differences in sorting of default styles in dropdown between IE9 and other browsers | Bug | Normal | General | ||
Description |
Line styles are sorted in different way than in other browsers |
|||||
#6416 | Disabled selection of text by mouse in Source editing under IE9 | Bug | Normal | CKEditor 3.4.2 | UI : Source View | |
Description |
Under IE9
Expected: Range of text is selected
Actual:
selection is disabled for mouse. I am able to select text by keyboard. |
|||||
#6417 | Context menu jumps into upper-left corner of edit area under IE9 | Bug | Normal | CKEditor 3.4.2 | UI : Context Menu | |
Description |
Context menu jumps to upper left corner of edit area |
|||||
#6418 | i don't want the html codes | Bug | Normal | General | ||
Description |
When i clicked the 'Source' button, it automatically shows the <html><head> etc tags. I dont want this. I just want plain html perhaps only <p>. i already set the config.fullPage = false but it doesn't change. kindly advise. |
|||||
#6419 | IE: List creation by merging problem | Bug | Normal | CKEditor 3.5 | General | |
Description |
IE: List creation by merging problem. Steps to reproduce
Result: A JS error is thrown. Expected: Lists are merged into one containing 3 lines. Reproduced in the IE8, strict. Most probably because the step 5 leaves bookmarks in the 1st and the 3rd line. |
|||||
#6420 | IE Table caption not updated Properly in Table dialog when we change caption in Editor body | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
To reproduce the defect:
Expected Result: Table Caption should be shown as Frederico Poland Europe. Actual Result: Table Caption should is shown as Frederico and it's missing the other rest of the string |
|||||
#6421 | IE7: The cursor placed in a beginning of a document | Bug | Normal | General | ||
Description |
In IE7, the cursor is placed in a beginning of a document after clicking below a last line. Steps to reproduce
Result: The cursor is placed in a beginning of the document. Expected: The cursor is placed in vertically equal position or end of the last line. Affected is IE7, IE8 works fine. |
|||||
#6422 | Second click on combo should close it also with shared spaces | Bug | Normal | UI : Floating Panel | ||
Description |
This is just cosmetic... the usual implementation is that clicking an expanded combo colapses the dropdown back. |
|||||
#6423 | display <source> code | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
Description |
would like the code inserted in a <source lang="xxx"> tag to be visible in the editor |
|||||
#6424 | display <source> code | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
Description |
would like the code inserted in a <source lang="xxx"> tag to be visible in the editor |
|||||
#6425 | display {Templates} in editor | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
Description |
would like the result of a {Template} to be displayed in the editor |
|||||
#6426 | Numbered list with 3 levels pasted from word is converted to <p>'s | Bug | Normal | Plugin : Paste from Word | ||
Description |
based on #6401
I pasted contents from word files, attached there into CKEditor opened in Firefox 3.6.10 instead of <ol> <li> ... </li> </ol> pasted content is: <p style="margin-left: 18pt;"> 1) Level 1</p> <p style="margin-left: 18pt;"> 2) Level 1</p> <p style="margin-left: 36pt;"> a) Level 2</p> <p style="margin-left: 36pt;"> b) Level 2</p> <p style="margin-left: 54pt;"> i) Level 3</p> <p style="margin-left: 54pt;"> ii) Level 3</p> <p style="margin-left: 54pt;"> iii) Level 3</p> <p style="margin-left: 36pt;"> c) Level 2</p> <p style="margin-left: 36pt;"> d) Level 2</p> <p style="margin-left: 18pt;"> 3) Level 1</p> <p style="margin-left: 18pt;"> 4) Level 1</p> Files were open in Word 2010 x64 PL |
|||||
#6427 | Ukrainian translation | Bug | Normal | CKEditor 3.4.2 | UI : Language | |
Description |
I'm a native Ukrainian speaker and web-developer. I've found a lot of mistakes in current Ukrainian lang file. So, I've fixed them and completed the translation to 100%. There're two attached files: uk(src).js - original lang file uk.js - minimized lang file |
|||||
#6429 | [FF] Extra bullets/numbers are added into a list containing a right aligned image | Bug | Normal | Core : Lists | ||
Description |
Steps to reproduce the defect:
Expected: A list should be displayed containing 2 bullets or numbers. Actual: A list is displayed containing 4 bullets or numbers. |
|||||
#6430 | the resuls of an multi ordered list from word are not the exact copy of the word content. | Bug | Normal | Plugin : Paste from Word | ||
Description |
when pasting a bullit list from word into the fckeditor. the indentation is not the same as in word. |
|||||
#6431 | Multiple images inserted when pressing enter | Bug | Normal | General | ||
Description |
Under Opera 10.62.3500
Expected result After enter is pressed, new, empty line is added. Actual result When image is inserted, and enter is pressed next, another copy of image is inserted also. (video) Enter, works as paste. It does not occur when there is no alignment set |
|||||
#6432 | Error occurring when trying to insert a table over a highlighted list | Bug | Normal | CKEditor 3.5.1 | UI : Dialogs | |
Description |
Steps to reproduce the defect:
Expected: The table dialog should close and a table should appear in the editor. Actual: The table dialog does not close and the text in the list disappears leaving 2 empty bullets/numbers. Also, an error occurs. (details of the error are in the screenshot) |
|||||
#6433 | Shift+Space: does it work in CKE 3.4.1? | New Feature | Normal | General | ||
Description |
Is there any way to insert non-breakable space using Shift+Space? As I've concerned this feature is accessible in FCKEditor, but what about CKEditor? |
|||||
#6434 | Auto Text functionality using Short Cut Keys(Keystrokes) | New Feature | Normal | General | ||
Description |
Creating Auto Text functionality in FCKEditor through Short Cut Keys ie, 'adv' has to type in the editor area it should search the text in the database and it should bring the Acronym and replace the text with 'Advertisement' |
|||||
#6435 | Modifications to the document aren't reflected in the preview window | Bug | Normal | General | ||
Description |
Some snipped example lines: var selected = editor.getSelection().getSelectedElement(); if (selected.getName() == 'foo') {
This works, but the change is not reflected in CKEditor's preview window. getData() might also not have the modified HTML code. I had asked in the forum: "How to (using JS) modify the HTML code of the document in the proper way - so that it will really be changed: so that I can expect the preview window (and the data from getData() ) to reflect these changes." But didn't get a general solution. Thus far I consider this a bug. How to modify the HTML code of the document in a way that causes the preview window (and the data from getData() ) to reflect these changes? |
|||||
#6436 | Chrome: CTRL+V Paste with forcePasteAsPlainText=false inserts broken nested <div>s and sometimes <p>s | Bug | Normal | Core : Pasting | ||
Description |
On Chrome 6.0.472.63, when pasting a paragraph of rich text using CTRL+V, the elementspath shows an increasing set of nested <p> or <div> tags. To reproduce, enter 'hello' into an editor with forcePasteAsPlainText=false, and hit enter. Select the entire paragraph (including the line break) and hit CTRL+C. Move the cursor to the next line and hit CTRL+V. Continuing to hit CTRL+V further reproduces the problem. Bug reproduced on CKEditor 3.3.1, 3.4.1, and on http://nightly.ckeditor.com/5921/_samples/replacebycode.html |
|||||
#6437 | Editing checkbox and radiobutton on FF is very tricky | Bug | Normal | General | ||
Description |
The checkbox and radio form elements cannot be selected with mouse and there is no contextmenu for Firefox 3.6.10. In some cases it is possible to select the element with shift & arrowkeys, after that when pressing corresponding command button it is possible to edit the element in question. Checked verified with nightly 5921 |
|||||
#6438 | IE: Performance issue when typing inside an element with many children | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
There is a performance issue when typing inside an element with many children. Reproduced in IE8. Steps
Expected: Text is typed as usual. Actual: There is a serious hangup and CPU consumption. |
|||||
#6439 | j.container.getChild(1) is null | Bug | Normal | General | ||
Description |
Hey, I've been getting this error every once in a while in my site. I suspect it has something with the removal of a ckeditor instance with CKEDITOR.remove(instance);. The error is "j.container.getChild(1) is null". According to firebug it happens in ckeditor.js line 20: "this.exec=function(k){if(this.state==0...ang.languages[k])k=this.detect(l,k);" How can I resolve this issue? Thanks, Omer |
|||||
#6440 | BIDI: Applying same language direction to all paragraphs not working. | Bug | Normal | General | ||
Description |
Steps to reproduce the defect:
Expected Result RTL Language direction is applied to all the paragraphs. Actual Result LTR Language direction is applied to all the paragraphs. |
|||||
#6441 | [IE] ContextMenu is opened on under mouse position on 'Menu' keypress | Bug | Normal | UI : Context Menu | ||
Description |
Steps to reproduce:
Expected result:
ContextMenu is opened near cursor position. (FF behavior)
Actual result:
ContextMenu is opened under mouse arrow position. |
|||||
#6442 | IE - Selection lost when context menu popped up | Bug | Normal | General | ||
Description |
Run the attached example. Do a Select All. Open the editor context menu by clicking outside of the selection, but inside the editor area. The selection is lost. I realize this may be browser-specific behavior, but I wanted to make sure. It is annoying, to say the least, especially when you don't have a large amount of text selected and you are attempting to execute a context menu option on that selection. |
|||||
#6445 | Find/Replace highlight styles were incorrectly left in DOM | Bug | Normal | CKEditor 3.4.2 | Core : Styles | |
Description |
|
|||||
#6446 | Element style trashing in IE7 due to case change | Bug | Normal | Core : Output Data | ||
Description |
In IE7, the styles are on a upper-lower-case carousel...
If there were a <div> with a set background with uppercase characters, it would be trashed as a result of:
|
|||||
#6447 | Outdent with indentClasses doesn't work on list | Bug | Normal | CKEditor 3.4.3 | Core : Lists | |
Description |
And the following content.css addings: .Indent1{ margin-left:20px; } .Indent2{ margin-left:40px; }
|
|||||
#6448 | [Webkit] adds line break in list | Bug | Normal | General | ||
Description |
<ul> <li> a</li> <li> b</li> <li> c <ul> <li> d</li> <li> e</li> <li> f</li> </ul> </li> </ul>
|
|||||
#6449 | CKEditor 3.4 Paste From Word Issue | Bug | Normal | Plugin : Paste from Word | ||
Description |
The paste from word is not properly display the content. The styles and fonts are not as it was in word document. The Times New Roman-10 is much smaller than word. I have used word 2007 content and browser IE7 i am attaching three document 1.Word Document which i use
following line i have added to keep same word structure config.pasteFromWordRemoveFontStyles = false; config.pasteFromWordRemoveStyles = false; but still font and styles mismatch from word content] |
|||||
#6450 | 'Source' mode inserts tabs into the contents of <pre> tags | Bug | Normal | General | ||
Description |
<div> <pre> I am not indented, Not one bit </pre> </div>
Expected: Switching between 'Source' and 'Wysiwyg' mode does not alter what is displayed in WYSIWYG mode Actual: Entering source mode can modify the contents of pre tags, and that causes changes to wysiwyg mode. |
|||||
#6451 | [FF3.6.10] - Multiple CKEditors on Page focus glitch | Bug | Normal | General | ||
Description |
I have for instance 5 editors on page. You click on bottom one. Your cursor is in the edit area. Then you scroll up to the editor num 1 until clicked editor num 5 is no longer visible (it still has cursor in it). Then you loose focus of the page - click on another window, alt tab to another window, click on desktop, whatever. Then click back to the page with editors: your window will scroll down to the editor num 5 with cursor in the edit area. This doesn't happen in Chrome or Safari. Happens all the time in FF. I also managed to glitch Editor to start looping between 3 editors but I will try to reproduce it again... |
|||||
#6452 | [FF] Paste: Outline Numbered list do not copy correctly in FireFox | Bug | Normal | Plugin : Paste from Word | ||
Description |
Using word text from attachment OutlineNumberedList2.doc attached in ticket #4945, pasting it in FF causes two issues:
See the attachment. |
|||||
#6453 | Last whitespace ignored | Bug | Normal | General | ||
Description |
Hello, I use CKEditor with Windows XP, any browser. I just have a browser and a button to inspect the editor.getData() when clicked. I type a sentence in the browser, push the button, correct result. <div> First sentence with 0 whitepaces at the end</div> I add a single whitespace at the end, push the button => it has not been taken into account. The alert display the same sentence, without any whitespace at the end. This is the bug !!! => <div> First sentence with 1 whitepaces at the end</div> I add 2 whitespaces at the end, push the button => <div> First sentence with 2 whitepaces at the end </div> |
|||||
#6454 | Wrong placement of part of toolbar | Bug | Normal | CKEditor 3.5.3 | UI : Toolbar | |
Description |
Load editor with config like this: CKEDITOR.replace( 'editor', { toolbar : [ ['Source','Cut', 'Copy', 'Paste', 'RemoveFormat','Undo', 'Redo','Table', 'Rule', 'Smiley', 'SpecialChar','Link', 'Image','LinkBrowser','Maximize','Bold', 'Italic', 'Underline','JustifyLeft', 'Font','FontSize', 'JustifyCenter', 'JustifyRight', 'NumberedList', 'BulletedList', 'Outdent', 'Indent','TextColor', 'BGColor'] ] });
Result as on attached screen. |
|||||
#6455 | Cursor goes to a previous line when in entermode BR | Bug | Normal | UI : Enter Key | ||
Description |
Cursor goes to a previous line when in entermode BR, using following contents: <table> <tbody> <tr> <td> baz</td> <td> </tr> </tbody> </table> <br /> FOO^<br /> <br /> <table> <tbody> <tr> <td> bar</td> <td> </tr> </tbody> </table>
Result: New line is created before FOO. Expected: New line is created after FOO. Reproduced in IE7. |
|||||
#6456 | Forced Line Breaks | New Feature | Normal | General | ||
Description |
Hey! Loving the editor. Is there any way you can have a feature to auto-create line breaks in the text? Like this feature I'm suggesting, as I type, I put my own returns in here. Often, when creating emails you only want the text to go a small width. It would be great to make this force the line breaks into the email. Thanks!! Danyk |
|||||
#6457 | Word pasting is extremely slow in IE7 and IE8 | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | |
Description |
I've noticed that our typical word document used in our for pasting into the CK editor runs extremely sow in IE7 and IE8. This is true if you compare 3.4.1. between FF 3.5 and IE. Its also true if you compare IE behavior between 3.0.1 and 3.4 in IE. Its a factor 10 or more. Application become unresponsive. I have attached a document that can be used to paste into the editor to see the behavior. |
|||||
#6458 | Uploader tool | New Feature | Normal | General | ||
Description |
I dont see any tool to upload html file to ckeditor. I mean there must a tool for user to upload html file from their pc to ck editor and then they can edit it. Thank You |
|||||
#6459 | IE: Slow typing speed on IE6 | Bug | Normal | General | ||
Description |
IE6 suffers from slow typing speed using contents from the attachment. Reported to be enterMode BR issue, but it's also present in default configuration. To reproduce place the cursor at the end of the document and start typing. |
|||||
#6461 | BIDI: Paragraph alignment lost when switching list to paragraph | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
When a list is unset, the paragraph alignment for each list item is lost. To reproduce:
At this stage the markup is: <ul> <li>Paragraph 1</li> <li style="text-align: center;">Paragraph 2</li> <li style="text-align: right;">Paragraph 3</li> </ul>
Result: <p>Paragraph 1</p> <p>Paragraph 2</p> <p>Paragraph 3</p> Expected: <p>Paragraph 1</p> <p style="text-align: center;">Paragraph 2</p> <p style="text-align: right;">Paragraph 3</p> |
|||||
#6462 | Table dialog does not allow percentage values for cellpadding | Bug | Normal | CKEditor 3.6.1 | UI : Dialogs | |
Description |
1) Open an instance of the editor. 2) Switch to source mode. 3) Paste in the following table HTML markup: <TABLE cellspacing="20" cellpadding="20%"> <TR> <TD>Data1 <TD>Data2 <TD>Data3 </TABLE> 4) Switch to wysiwyg mode. 5) Right click on the table and choose Table Properties to open the Table dialog. 6) Click the OK button to close the table without making any changes. A validation message for the cellpadding field is displayed. Only numeric values can be entered. Percentages are valid values for cellpadding. (See http://www.w3.org/TR/html401/struct/tables.html#adef-cellpadding) |
|||||
#6463 | Link dialog dont work in ajax call | Bug | Normal | General | ||
Description |
steps: 1 - Call ckeditor external page into main page with jquery load(url) 2 - open the link dialog, all works well 3 - call other external page 4 - call the ckeditor for the second time 5 - open the dialog, now the hidden elements are all visible in the dialog and is not possible to insert the link (the insert button dont work) reloading the main page all came back to the step 1 |
|||||
#6464 | Updated fi.js | Bug | Normal | CKEditor 3.4.2 | UI : Language | |
Description |
Here's fully translated Finnish language file. |
|||||
#6465 | Paste: content pasted from Excel document loses formatting | Bug | Normal | Core : Pasting | ||
Description |
NEW CORRECT TC: It seems that we have problems with formatting content pasted from Excel. To reproduce:
Results:
Issue(s) has been reproducible from CKEditor 3.0. |
|||||
#6466 | Error while switching from WYSIWYG to source view in IE 8 | Bug | Normal | General | ||
Description |
Hi, I have integrated Ckeditor in to a webpage. It will loads fine. After loading even if we do single click on the WYSIWYG Editor area and try to switch to Source view by clicking on the source view button, the editor will show blank. Nothing will work after this. I can see the below javascript error. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FDM; .NET CLR 2.0.50727; .NET CLR 1.1.4322) Timestamp: Thu, 14 Oct 2010 09:01:35 UTC Message: Unknown runtime error Line: 16 Char: 415 Code: 0 URI: http://localhost/lcms/ckeditor/ckeditor.js Another scenario where I'm getting the same Error Enable the SCYAT and switch to Source view also not allowing the editor to show any data and the error as follows Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FDM; .NET CLR 2.0.50727; .NET CLR 1.1.4322) Timestamp: Thu, 14 Oct 2010 09:08:44 UTC Message: Unknown runtime error Line: 16 Char: 415 Code: 0 URI: http://localhost/lcms/ckeditor/ckeditor.js Message: 'K' is null or not an object Line: 92 Char: 1275 Code: 0 URI: http://localhost/lcms/ckeditor/ckeditor.js This is happening only in IE 8. can you please take a look on this issue. If you needed any more info, feel free to reply me. Regards, Raghavendra. |
|||||
#6467 | setState(CKEDITOR.TRISTATE_DISABLED) on 'mode' impossible for maximize plugin | Bug | Normal | CKEditor 3.4.2 | UI : Toolbar | |
Description |
editor.on( 'mode', function() { if ( editor.mode == 'source' ) { editor.getCommand('maximize').setState(CKEDITOR.TRISTATE_DISABLED); } }); Doesn't work as expected (I guess due to setState gymnastics going on in plugins/maximize/plugin.js) So this appears to make it impossible to disable the maximise plugin when switching to source view. It also reveals an inconsistency in CKEditor's API. The above method works fine for 'newpage', 'preview', 'selectAll' but not maximize. |
|||||
#6468 | IE9: CKFinder folder tree expand icons missing | Bug | Normal | File Browser | ||
Description |
In IE9, the CKFinder folder list does not show the expand/collapse icons so you cannot navigate to all subfolders. This can be seen on the CKFinder demo site. Browser: IE9 Beta 1 OS: Windows Vista SP2 |
|||||
#6469 | IE9: Files cannot be dragged to folders in CKFinder | Bug | Normal | File Browser | ||
Description |
In IE9, you cannot drag files into folders in CKFinder. When you click on a file thumbnail and try to drag it, the dragged copy of the thumbnail does not appear, and nothing happens when you release the mouse button over the folder. This also happens when trying to drag from the list view. This can be seen on the CKFinder demo site. Even though the demo site does not seem to allow dragging files into folders, you can still see that the context menu for copy/move file does not appear as it does in other browsers. Browser: IE9 Beta 1 OS: Windows Vista SP2 |
|||||
#6470 | IE7: Start textfield in Numbered List dialog should be a required field | Bug | Normal | CKEditor 3.6.1 | Core : Lists | |
Description |
Steps to reproduce the defect:
Expected Result: The list should have A, B and C as the numbers. Actual Result: The list has @, A and B as the numbers. Note: If the Start textfield is left empty in FF the list starts at 1 as default. If the Start textfield is left empty in IE7 the list starts at 0 as default. |
|||||
#6471 | BIDI: Pressing decrease indent in an RTL bulleted list causes incorrect behaviour | Bug | Normal | CKEditor 3.4.3 | General | |
Description |
Steps to reproduce the defect:
Expected: The first list item becomes a RTL paragraph. Also, the second & third list items remain as an RTL list. Actual: The first list item becomes a RTL paragraph BUT the second & third list items become a LTR list. |
|||||
#6472 | Changing the font family corrupts the pagebreak | Bug | Normal | General | ||
Description |
Changing the font size corrupts the pagebreak.
Result: The pagebreak is no longer visible Expected: Same result as after step 3. |