Custom Query
Results (2001 - 2100 of 2646)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#7190 | IE9 - ability to edit text in placeholder, read only area | IE9 | Bug | closed | Normal | |
Description |
EnvironmentIE9 TC
ExpectedPlaceholder is selected as whole item, It is not possible to enter any text inside it (in editor). Editing is possible inside dialog box. ActualIt is possible to insert text inside ...? area, without opening dialog box. |
|||||
#7191 | IE9 - Unable to insert anchor | IE9 | Bug | closed | Normal | |
Description |
EnvironmentIE9 TC
ExpectedAnchor is inserted at cursor position, dialog window is closed. Actual
Nothing happens in edit area, dialog window does not close. SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) replacebyclass.html, line 15 character 427 |
|||||
#7192 | IE Elements not shown in path bar when we select pre format option with out focus in editor body | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect: Open ckeditor, with out focus in editor body select Formatted(pre) option in Paragraph Format drop down list. Expected Result: Cursor is in editor body and elements path bar will show body and pre tags. Actual Result: Cursor is in editor body and elements path bar is empty. when we keep focus in editor body and select pre format option cursor shown in editor body elements path bar is not empty but it will not show pre tag in it. |
|||||
#7193 | IE9 - JS error in console while adding new paragraphs before <hr/> | IE9 | Bug | closed | Normal | |
Description |
EnvironmentIE9 TC
Expected resultNew paragraph is added before horizontal line Actual resultNew paragraph is added before line, but in console error is thrown: SCRIPT5007: Unable to get value of the property 'insertBeforeMe': object is null or undefined ckeditor.js, line 32 character 214 |
|||||
#7196 | IE9 - js error while inserting <form> on selected page-break | IE9 | Bug | closed | Normal | |
Description |
EnvironmentIE9 TC
Expected result
Actual result
It is rather unlikely that a normal user will use the word in a similar way. But well, error happened :) |
|||||
#7200 | [IE] Better RTL block editing | IE | Bug | closed | Normal | |
Description |
Right now all block with RTL direction are displayed as control types in IE, which impose a strong lack of usability as it will become isolated with the rest of doc once under editing. |
|||||
#7202 | Double clicking word after inline style is applied, selects only part of the word | IE8, Firefox, Opera | Bug | closed | Normal | |
Description |
Observe : Only part of the word is selected. Not possible to reselect the whole word by double clicking. Firefox 3.6.13, Windows XP |
|||||
#7204 | Reading from <param> does not work in IE | IE | Bug | closed | Normal | |
Description |
Using the following: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="wmode" value="opaque" /><param name="quality" value="medium" /><param name="movie" value="a.com" /><embed src="a.com" type="application/x-shockwave-flash"></embed></object>
Right click on the placeholder, switch to the 2nd tab. |
|||||
#7208 | In IE7/8, CKEditor performance degradation when adding multiple editors | Oracle IE CantFix | Bug | closed | Normal | |
Description |
In PeopleSoft's Job posting feature, users can add any number of posting and each posting will have one ckeditor. After adding 15 posting, fifteen ckeditors are displayed but the IE memory usage is increased to around 25MB. Becuase of this our page is too slow and user is not able to do any action. But the same use case is executed in Firefox and the memory usage was just 1MB. Below i have given the memory usage detail.
In IE7/8, No editor is displayed:(IE_NoEditor_MemoryState.PNG)
In FF3.6, No editor is displayed:(FF_NOEditor_MemoryState.PNG)
Run the above steps for firfox and check the memory usage. This is very critical to us, please provide the fix asap. |
|||||
#7230 | IE quirks: Dialog borders do not resize properly when show/hide tab bar | HasPatch IE | Bug | confirmed | 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. |
|||||
#7256 | Internet Explorer 8 - after copying a table, it is impossible to remove any entries from it | IE8 | Bug | closed | Normal | |
Description |
when using IE8, there are some probelms with deleting entries. steps how to reproduce the bug:
Could you pls check it? thank you |
|||||
#7268 | Right border disappears in v2 and office 2003 skins when zooming in/out | IBM IE7 FF | Bug | closed | Normal | |
Description |
Steps to reproduce the defect: Scenario 1
Result: The right border of the editor is missing in the v2 and office 2003 skins (see screenshot). Scenario 2
Result: The right and left borders of the editor are missing in the v2 and office 2003 skins (see screenshot). |
|||||
#7270 | IE: we can't switch to to source mode when we insert a Table with caption or first row or both first row & column set as Table Headers | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: we are in source mode and html for the inserted table is shown. Actual Result: Editor stays in WYSIWYG mode and it will shown an error and when we click on that error it says object doesn't support this property or method. same behaviour happens when we insert a table with first row set as headers or both first row and first column set as headers |
|||||
#7277 | BiDi: Strange behaviour when creating RTL lists | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect: Scenario 1:
Expected: A RTL bulleted list containing 1 list item is visible in the editor. Actual: Nothing is displayed in the editor. Scenario 2.
Result: Nothing happens!!! |
|||||
#7290 | Issue with Number/Bulleted list - Stack overflow at line: 27 | IE7 Oracle | Bug | closed | Normal | |
Description |
I have very simple text in editor, when I press “Insert/Remove Numbered List” button on toolbar on 1st,2nd and 3rd line, then go back to 2nd line and press “Insert/Remove Bulleted List” button on toolbar, it is killing all IE browsers sessions. Steps to reproduce:
At this point all browser sessions get killed. For the same above text loaded in editor if I use editor.getData() method, it is giving “Stack overflow at line: 27” error. Browser: IE 7.0.5730.13 OS: Windows XP with SP3 Addtional info: Please note, this happnes on http://ckeditor.com/demo page also, if 4 numbered list items are created and then if clicked to 2nd numbered item and make it bulleted item, it kills all IE browser sessions. |
|||||
#7293 | IE with out focus in Editor body when we click Text Color button it is showing background color panel instead of Text Color panel | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect: Open CK Editor, with out focus in Editor body click on Text Color button. Expected Result: Text color panel comes up which should show black as Automatic color. Actual Result: Background color panel comes up which should show white as Automatic color and no matter how many times you close and open the panel it shows the same color panel. when we focus in editor body and clicks on Text color button it shows correct Text Color panel. |
|||||
#7294 | IE we can't convert Numbered list to a Bulleted list and vice versa | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result: Numbered list is converted to a Bulleted list. Actual Result: Nothing happens and we are seeing an error in IE and error says 'this.$currentStyle' is null or not an object. same issue occurs when we try to convert a Bulleted list to a Numbered list. |
|||||
#7299 | IE6/IE8: Borders on color panels are not displaying correctly in RTL languages | IBM IE6 IE8 | Bug | confirmed | 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). |
|||||
#7301 | IE: Flash video not displaying when the editor is removed. | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Expected: The flash movie is displayed. Actual: The Flash movie is not displayed. |
|||||
#7303 | IE: Javascript error when inserting an image. | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect: Scenario 1:
Result: The following javascript error is thrown: Message: 'this.$.currentStyle' is null or not an object Line: 16 Char: 1466 Code: 0 URI: http://nightly.ckeditor.com/6540/ckeditor.js Scenario 2:
Result: The same javascript error as above is thrown. |
|||||
#7321 | IE6: Right borders missing in dialog textfields in RTL languages | IBM IE6 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: See that the right border of the Style textfield is missing.
Result: See that the right border is missing after entering text into a textfield (see screenshot).
Result: See that most of the right borders are missing. |
|||||
#7323 | IE Quirks: Type drop down in Bulleted List dialog is not centre aligned. | IBM IE Quirks | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: See that the Type drop down is left aligned but it should be in the centre of the dialog (see screenshot). |
|||||
#7324 | Context menus not displaying correctly in IE6 quirks mode | IBM IE Quirks | Bug | closed | Normal | |
Description |
Problem: The context menu does not display correctly - it is not wide enough for the text content and therefore extra space appears in the context menu.
|
|||||
#7327 | IE Quirks: No text wrap on Accessibility Instructions dialog | IBM IE Quirks | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: See that the text in the dialog is not wrapped so you cannot read the full instructions on each line (see screenshot). |
|||||
#7332 | IE Quirks: Text & Background color panels are distorted | IBM IE Quirks | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: The color panel looks distorted (see screenshot). |
|||||
#7333 | IE6 Cursor goes missing when we come out of RTL Numbered/Bulleted list | IBM IE6 | Bug | confirmed | 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. |
|||||
#7334 | IE Increasing indentation once of RTL Numbered/Bulleted not shown properly in editor body | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Numbered/Bulleted list is indented once and it is moved to the left by 40 pixels. Actual Result: Numbered/Bulleted list is indented once but the list not moved to left by 40 pixels ans stays in the same place. when we look at HTML Source a margin-right:40px is applied to list
Expected Result: Indentation applied to Numbered/Bulleted list is removed and it is moved to right by 40 pixels. Actual Result: Indentation applied to Numbered/Bulleted list is removed but the list not moved to right by 40 pixels and it stays in the same place. |
|||||
#7338 | IE7: Cell Properties dialog not displaying correctly | IE7 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: The cell properties dialog displays but the layout in the dialog is distorted (see screenshot). |
|||||
#7342 | copying and pasting a table doesn't result in its content appearance being preserved in IE8 | IBM IE | Bug | closed | Normal | |
Description |
Result: I expected the text in the pasted table to appear like it did in the copied table, but instead it appeared with the same font size and foreground coloring as the text preceding the table NOTE: this works as expected in Firefox |
|||||
#7345 | IE Quirks: List item disappears when editor does not have focus | IBM IE Quirks | Bug | confirmed | 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. |
|||||
#7348 | IE9: CKEDITOR.xml.selectSingleNode throws an error | IE9 IE10 | Bug | closed | Normal | |
Description |
It looks like it is not available in IE9 (?) Because of that tests for CKEDITOR.ajax and CKEDITOR.xml are failing. To reproduce, use the following: var editor = CKEDITOR.replace( 'editor1',{ extraPlugins : 'xml,ajax', }); editor.on( 'instanceReady', function( evt ) { setTimeout(function() { var data = CKEDITOR.ajax.loadXml( '/ckeditor/sample.xml' );//adjust path to your needs alert(data.selectSingleNode( 'list/item' )); }, 1000); }); |
|||||
#7349 | Missing env.ie9 / env.ie9Compat variables | IE | Task | closed | Normal | |
Description |
Although not used at this moment (otherwise we'd have them already), it would be nice to have predefined env varialbes like we have right now for IE6-IE8, for example for developers using CKEditor API. |
|||||
#7352 | Single quotes in attributes converted to double quotes | IE | Bug | confirmed | 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). |
|||||
#7355 | [IE9] Pixelsharp toolbar layout | IE9 | Bug | closed | Normal | |
Description |
In IE9, toolbar widths seem to have a strange fractional width, which change the horizontal width with by as much as 5-6 px (in my use case). I couldn't trace if this is due to CSS (I'm not at all familiar with the UI design) or a rendering bug. |
|||||
#7364 | IE8: Extra empty list item is added to a list when using backspace to delete an outer list item | IE8 IBM | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<ol> <li>list item 1 <ol> <li>list item 2</li> </ol> </li> <li>list item 3</li> </ol>
Result: An extra empty list item is added underneath the second list item (see screenshot). |
|||||
#7367 | Unable to remove style at end of block | IE | Bug | confirmed | 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. |
|||||
#7433 | [IE9] enterBr doesn't put cursor to next line | IE9 | Bug | closed | Normal | |
Description |
With IE9 standard mode:
|
|||||
#7434 | [IE9] Inaccessible empty list item | IE9 HasPatch | Bug | closed | Normal | |
Description |
With IE9 standard mode:
|
|||||
#7447 | [IE9] HC toolbar items wrapping | IE | Bug | confirmed | Normal | |
Description |
See attached for the wrong toolbar item wrapping starting from "Form" button, works fine in IE8. |
|||||
#7472 | IE: Toolbar buttons not working when large image/flash/iframe inserted in the editor | IE IBM | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: The toolbar buttons are disabled because the Flash/Image/Iframe placeholder has the focus. |
|||||
#7473 | IE6: Dialogs containing dropdown menus become distorted briefly when dragging a dialog to a new position | IE6 IBM | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: See that the dialog becomes distorted briefly due to the dropdown menus in the dialog. |
|||||
#7488 | IE9 ignores multiple break points without inserted after | IE9 HasPatch | Bug | closed | Normal | |
Description |
Steps to reproduce:
Expected result: Sentence 1 Sentence 2 Actual Result: Sentence 1 Sentence 2 The break tags are correctly being created by the editor, but it seems that IE9 is ignoring them. How to fix: Open up enterkey\plugin.js Ln# 273-274: if ( !CKEDITOR.env.ie ) doc.createText( '\ufeff' ).insertAfter( lineBreak ); + Add + else { doc.createElement( ' ' ).insertAfter( lineBreak ); } |
|||||
#7490 | [IE] Extra <br> counted at the end of selection | IE Opera | Bug | closed | Normal | |
Description |
With editor using enterMode BR:
|
|||||
#7503 | Problems with select lists in IE | IE | Bug | confirmed | 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 |
|||||
#7514 | IE7 - Loss of focus for the second time to edit a link, image, smiley,.... | IE7 | Bug | closed | Normal | |
Description |
It's a case that only happens to me with IE7 (with Firefox, IE8 and Chrome works well). I use Ckeditor 3.5.2. If I edit a link for the second time, I get a javascript error referencing a loss of focus. Same happens if I edit an image a second time. The javascript error is the same, but on another line. Mistakes are the file "_source / plugins / dialogui / plugin.js", lines 1039 and 1021: Line 1039 // GECKO BUG: setTimeout() is needed to workaround invisible selections. setTimeout( function() { var e = me.getInputElement(); if ( e ) { e.$.focus(); //************* ERROR ****************// e.$.select(); } }, 0 ); Line 1021 // GECKO BUG: setTimeout() is needed to workaround invisible selections. setTimeout( function() { var element = me.getInputElement(); element && element.$.focus(); //************* ERROR ****************// }, 0 ); This error is not limited only to enter a second time in the editing of an image or link, but also occurs on any button on the display an editing window. If this is the second time the page stop working in the background (no javascript error, but inaccessible), see the special characters button or the smiley button for example. |
|||||
#7515 | Can't navigate to empty list item with arrow key | IE9 | Bug | closed | Normal | |
Description |
Result: You will have two-item list, but you won't be able to get to empty element with arrow keys. It's possible only with mouse Same thing happens, if you create this element in the middle of the list. |
|||||
#7516 | [IE] setData does not fire selectionChange | IE | Bug | closed | Normal | |
Description |
Using setData does not fire the selectionChange event. It could be confirmed using the api sample. |
|||||
#7517 | Removing second-level lists in IE is unintuitive. | IE | Bug | confirmed | Normal | |
Description |
Create two level list or paste the following code: <ol> <li> item1</li> <li> item2 <ol> <li> item3</li> <li> item4</li> <li> item5</li> </ol> </li> <li> item6</li> <li> item7</li> <li> item8</li> </ol> Try to select 2-level list (item 3-5) and press delete or backspace. Result depends on IE version:
To remove empty element you have to place cursor behind item2 and press delete. In my opinion this is very unintuitive. Furthermore the described issue works perfectly in other browser. When you select second-level list you can delete it whole and nothing will be left. |
|||||
#7519 | style buttons do not toggle correctly in IE at the beginning of a non-empty paragraph | IBM IE | Bug | closed | Normal | |
Description |
In Internet Explorer 8 positioning the cursor on the beginning of a non empty paragraph and clicking on a basic style button (bold or italic) does not toggle the style button in the toolbar. The style is applied and when typing you will see the style in the text area. The problem only arises in non-empty paragraphs. |
|||||
#7528 | "getFirst() is null or not an object" error on IE8 | IE | Bug | closed | Normal | |
Description |
I get "getFirst() is null or not an object" error by the following steps:
|
|||||
#7561 | IE 'editor.getSelection()' is null or not an object | IE8 HasPatch IBM | Bug | review_failed | Normal | |
Description |
This error is sometimes thrown in IE. It happens onClick and I've tracked it down to the following bit of code.
plugins/selection/plugin.js Ln #215: editor.getSelection().getRanges()[ 0 ].select(); According to the documentation, and my observations, editor.getSelection() can return null. This statement should be wrapped in a conditional block to avoid calling .getRanges on a null object. if((selection = editor.getSelection()) != null) { selection.getRanges()[ 0 ].select(); } |
|||||
#7567 | IE: Image dialog stretches when we go to edit inserted image | IE IBM | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Image dialog should display with same width and height that was show before when we insert the Image. Actual Result: Image dialog is displaying with extended width and i have attached a screen shot of the dialog. This issue is happening only in IE7 & IE8 Compatability view |
|||||
#7581 | IE Crashes when we try to insert a new list item in the pasted list. | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: New list items starts at the same level. Actual Result: Browser crashes . Tested against IE6,IE7 |
|||||
#7582 | IE: Cannot select items from the context menu when a table is selected | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; height: 200px"> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
Expected: The Table properties dialog is displayed. Actual: The context menu remains on the screen. The Table Properties option in the context menu is selected & the Table Properties dialog is not displayed. (see screenshot) |
|||||
#7586 | BiDi: IE8: Bulleted list dialog not displaying with RTL Bulleted list | IBM IE8 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<ul dir="rtl"> <li> list item 1</li> <li> list item 2</li> <li> list item 3</li> <li> list item 4</li> <li> list item 5</li> <li> list item 6</li> <li> list item 7</li> <li> list item 8</li> <li> list item 9</li> <li> list item 10</li> <li> list item 11</li> <li> list item 12</li> <li> list item 13</li> <li> list item 14</li> <li> list item 15</li> </ul> <p dir="rtl"> paragraph 1</p>
Expected: The Bulleted List Properties dialog is displayed. Actual: The Bulleted List Properties dialog is not displayed. |
|||||
#7587 | BIDI: IE8: Unspecified webpage error is thrown when using the UNDO function | IBM IE8 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<p dir="rtl"> paragraph 1</p> <p dir="rtl"> paragraph 2</p>
Result: The following webpage error is displayed:
Message: Unspecified error. |
|||||
#7589 | BIDI: IE8: Difficulties using backspace to delete RTL paragraphs. | IE8 IBM CantFix | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<p dir="rtl"> paragraph 1</p> <p dir="rtl"> paragraph 2</p>
Expected: The content in paragraph 1 should start being deleted. Actual: Nothing happens. |
|||||
#7620 | IE: Lists copied from word are not pasted properly | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: All the list & list items are pasted properly. Actual Result: last list item in first list & first list item in second list are pasted as paragraphs. Tested against IE,IE7, IE8 & this is a regression in 3.5.3 Note: Lists are pasted properly when we use Paste from Word dialog. |
|||||
#7623 | IE8 - SCAYT long running script error on large amounts of text | IE8 | Bug | closed | Normal | |
Description |
When using IE8, SCAYT causes the browser to throw a long running script error ('Press OK to stop script') when there are large amounts of misspelled text. Our test case was around 1500-2000 words, 75% misspelled. |
|||||
#7637 | IE9: Page break not inserted after a horiontal line | IBM IE9 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Expected: The page contains a horizontal line & a page break. Actual: The page only contains a horizontal line. No page break is inserted. |
|||||
#7639 | IE9: Browser crashes when inserting image links with different targets | IE9 IBM | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Result: A message saying Internet Explorer has stopped working is displayed and the page closes |
|||||
#7645 | Lists not deleted properly using backspace | IE WebKit IBM | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
<ol> <li> item 1</li> <li> item 2 <ol> <li> item 3</li> <li> item 4</li> <li> item 5</li> </ol> </li> </ol>
Expected: Nothing remains in the editor. Actual: The list is not fully deleted (see screenshot) & the following code still remains in the editor: <ol> <li> <ol> <li> </li> </ol> </li> </ol> |
|||||
#7665 | IE9: Toolbar buttons are not displaying properly in RTL languages in v2 skin | IE9 IBM | Bug | confirmed | Normal | |
Description |
The toolbar buttons on the bottom row of of the v2 toolbar are not displaying properly in RTL languages in IE9 (see screenshot). A similar issue was reported to be fixed in 3.5.2 #7181 but this issue is still present in 3.5.3. |
|||||
#7744 | IE9 : Problems with creating list from selected text | IE9 | Bug | confirmed | Normal | |
Description |
Result: When I selected ‘item2’, ‘item3’ and ‘item4’ and pressed bulleted list, an empty list item above ‘item2’ was also created. When I tried to outsmart IE9 and selected everything except letter ‘i’ in ‘item2’, pressed bulleted list, it created three item list but it inserted an empty paragraph above it. This issue was discovered when reproducing bug #7640 |
|||||
#7747 | Indented bullet list not pasting correctly from Word | IBM IE | Bug | closed | Normal | |
Description |
When pasting a list with bullets in Internet Explorer, bullets are not pasted. Example: If you have the following text in Word:
It gets pasted as:
|
|||||
#7774 | Inserting image in IE8 at end of content disables ability to jump to end of content | IE8 | Bug | closed | Normal | |
Description |
Sorry for the title - the issue is a touch tricky to describe in a title field like this. Issue can be duplicated on the online demo running 3.5.3: http://ckeditor.com/demo Issue description: If you insert an image at the end of the content area in IE8, you cannot then put your cursor after the image. You cannot click after the image, and you cannot click before the image and hit 'End' on your keyboard (the cursor jumps to right before the image). Steps to reproduce (using IE8): 1) Select everything in the content editable area and delete it (you can reproduce with the existing content, but we can use a simpler test case) 2) Type in "test" 3) Click the smilie button and click on one of the smilies (you can alternatively use the image browser to insert a link to an image) 4) Click in the text and change "test" to "text" 5) Try to get your cursor after the image. You cannot click after it, and if you click before it and hit 'End' the cursor jumps to right before the image. There is no way to get your cursor after the image to continue typing. Here is a short video showing my attempts: http://screencast.com/t/zCjklGDS |
|||||
#7782 | [Minor] Selection bug in IE8 | IE8 | Bug | confirmed | Normal | |
Description |
Holding "shift" + "ctrl" allows you to select entire words at a time. You can select one word with your mouse, and then hold shift+ctrl+(right arrow) to select words within the editor. In IE8, something prevents this from working correctly in ckeditor. You can duplicate this in 3.5.3 on the online demo: http://ckeditor.com/demo Steps to reproduce (using IE8, this works fine in Firefox 4): 1) Use your mouse to highlight the word "Little". 2) Hold down shift+ctrl on your keyboard and hit the right arrow. The space next to "Little" is selected. 3) Keep hitting the right arrow. Words/spaces will be selected up until the quotation mark (") starting the first paragraph. 4) Bug: The editor does not allow words past this quote mark to be selected. You cannot see my keyboard strokes in this video, but this is what happens: http://screencast.com/t/sHFTZHP1zmF . I have continued hitting the right arrow (several times) when I reach the quotation mark in the first paragraph but nothing is selected after this point. Of interest (not sure if this helps or not), if you view the source code of the editor, this text is wrapped with <b> bold tags, while "International Names" is wrapped with <strong> strong tags. If you select "adaptations" in the first paragraph and hold shift + ctrl and hit the right arrow, you are able to correctly select the "International Names" text and continue selecting further text beyond this. My testing indicates this happens with the <b> and <i> tags specifically, so the issue may have to do with using these tags specifically. In any event, you can duplicate in the online demo with the text pre-filled. |
|||||
#7806 | SCAYT plugin moves cursor in IE | Review? | Bug | confirmed | Normal | |
Description |
If you have two or more paragraphs of text, and misspell a word, the cursor shifts when the word is marked. This means that continuous typing can cause the text to get jumbled up.
Steps to reproduce:
This typically happens more often when the user is typing quickly. |
|||||
#7809 | IE6: setData fails when event handler attached via jQuery | IE6 | Bug | closed | Normal | |
Description |
A call to "setData" fails when called via an event handler attached via jQuery. This occurs in IE6 only. |
|||||
#7811 | [IE] Delete row throws JS error | IE IBM | Bug | closed | Normal | |
Description |
Applies to IE<=8, delete table row now throws error, even though cursor position looks right, regression of [6328]. |
|||||
#7824 | Cannot call method 'split' of undefined on CKEDITOR.replace | review? | Bug | confirmed | Normal | |
Description |
Our page has several divs that are placeholders for CKEDITOR instances. When a user clicks on one, it closes the active editor, and creates a new instance of CKEDITOR on the clicked div using CKEDITOR.replace. When you have an editor instance open, right click to open the context menu twice, and click on another div to open the editor, I get this error. Cannot call method 'split' of undefined This error only occurs when I am using ckeditor.js and not ckeditor_source.js. I've tracked the error down to line 23 of ckeditor.js. Here is a snippet of the issue: q=function(x){var y=x.config.skin.split(','),z=y[0],A=a.getUrl(y[1]||'skins/'+z+'/'); Interestingly, I cannot find any reference in the source to 'config.skin.split'. It seems that this only exists in the ckeditor.js file. Steps to reproduce:
Tested in Chrome, IE8/9 |
|||||
#7833 | IE: Unable to scroll the editor, if the image in the editor is selected | IBM IE | Bug | closed | Normal | |
Description |
Environment: Browsers: IE 7, IE 8 Description: If an image (which is larger than the editor's size) is selected in the editor and vertical scrollbar or horizontal scrollbar are contained within the image, then clicking on the scrollbar in IE 7 moves the cursor to the end of the editor and clicking scrollbar in IE 8, leaves our product in a bad state which leaves none other option than closing the browser. Also if image size is larger than the editor's size, then image selection can be seen outside the editor. This behavior makes user unable to scroll the editor. This is not reproducible in FireFox. Please see the attached screenshot. I can reporduce the issues on the http://ckeditor.com/demo as well. |
|||||
#7837 | IE 6& IE7 Inserting a Pagebreak generating an error | IBM IE | Bug | closed | Normal | |
Description |
To reproduce the defect: Open CK Editor, type some text and click on Insert Page Break for Printing icon. Expected Result: Page break inserted after the current paragraph and cursor goes to new empty paragraph after page break. Actual Result: Page break not inserted and it shows an error on the status bar. and the Error is Invalid Argument |
|||||
#7857 | BIDI: Copying & Pasting RTL lists from Word not working properly in IE7 | IBM IE7 | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Expected: The pasted content should look the same as it does in the Word document i.e. A Bulleted list & a Numbered list should appear on the right of the editor & have RTL language direction. Actual: The first item in each of the pasted lists appears on the left of the editor. N.B. Ticket 6482 reports the same issue. It has been closed as fixed but I can still reproduce this defect on the latest nightly build. |
|||||
#7858 | IE 6 & 7: @ symbol is displayed in the editor when 0 is entered in the start text field in Numbered List dialog | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Expected Result: The list should have 0, A and B as the numbers. (behaviour in FF) Actual Result: The list has @, A and B as the numbers (see screenshot). In my opinion the list should not start with an @ symbol. Note: This ticket is similar to 6470 which has been fixed. |
|||||
#7861 | IE7 - E-Mail Link Dialog Goes off screen | IE7 | Bug | closed | Normal | |
Description |
When pasting a lot of text into the Message Body of an E-mail Link the dialog will grow and go off the screen so that the buttons are no longer accessible. I have only been able to reproduce this in IE7 (and IE9 set to IE7 Standards mode, I didn't test IE8 set to IE7). To reproduce
|
|||||
#7881 | IE : We can't open more than one sub menu. | IBM IE | Bug | closed | Normal | |
Description |
With IE6 or IE7 or IE8 or IE9:
Expected Result: Row sub menu opens. Actual Result: Row sub menu does not open even we keep the mouse on it for a long time.
Expected Result: Column sub menu opens. Actual Result: Column sub menu opens very quickly, context menu closes & focus goes back to table in editor body. |
|||||
#7895 | Using the enter key after a placeholder value | IE | Bug | confirmed | Normal | |
Description |
The enter key does not work when the cursor is directly after a placeholder. The ForceEnter setting does not alter this behavior. To reproduce the issue, just open the placeholder Sample, http://nightly.ckeditor.com/6949/_samples/placeholder.html, position the cursor right after the closing brace of the placeholder, and press the enter key. A new line will not be created. |
|||||
#7896 | IE: table cell properties giving error undefined (table tools, onshow invalid selection) when enterMode = CKEDITOR.ENTER_BR | IE IBM | Bug | closed | Normal | |
Description |
Steps to reproduce: Set config.enterMode = CKEDITOR.ENTER_BR; create a table. click into a single cell, use contextmenu / cell /cellproperties The error in browser is in tabletools\plugin.js on row 14 where seletion is empty. Fired in tableCell.js onShow(line 504) were this._.editor.getSelection() gives no result. this only happens in IE. I cannot reproduce this in firefox. tested in IE8/IE7/IE9 Only when enter mode is set to BR. Also tested on the nightly build. Still was the case. |
|||||
#7908 | IE: Unlink option is not always available from the context menu when right clicking on a link | IBM IE | Bug | closed | Normal | |
Description |
Steps to reproduce the defect:
Expected: The context menu is displayed and it contains paste, edit link and unlink Actual: The context menu is displayed but it only contains paste and edit link. The unlink option is missing. Note: If you right click on the link again the unlink option is displayed in the context menu. |
|||||
#7922 | Can't open dialogs in IE6 | IE6 IBM | Bug | closed | Normal | |
Description |
When opening dialogs in IE6, JS error pops out:
Line:3127 This has occured from revision [6971] |
|||||
#7929 | IE6: Can't switch from source to wysiwyg | IE6 IBM | Bug | closed | Normal | |
Description |
In IE6 open ajax sample, switch to source and then back to wysiwyg. Result You can't switch back to wysiwyg This has been occurring from rev [6971] |
|||||
#7932 | Focus jump to top when reentering the iframe (in IE8) | IE | Bug | closed | Normal | |
Description |
Steps to reproduce :
Focus jumps to position 1, but should be at the end Browser name and OS : IE8 on Windows XP |
|||||
#7934 | IE: Image dialog is unable to load image properties inside of a floating element | IE IBM | Bug | review | Normal | |
Description |
It looks like it started happening in 3.2.1. |
|||||
#7935 | background:url() get stripped on ie8- | IE8 | Bug | confirmed | Normal | |
Description |
on ie8- if you add a style on an element using background:url() it get completely stripped from the source, same problem with background-image:url() It can be reproduce in your demos as well. code example: <div style="text-align: center; width: 800px; background: url('http://symple2.com/editor_images/image_c88658f6/Patterson Farms/Fresh Produce/PattersonProduceEadsmallheader_02_419.jpg') left top repeat-y;"> test</div> |
|||||
#7953 | IE: can't use native IE context menu | IE | Bug | closed | Normal | |
Description |
How to reproduce:
|
|||||
#7959 | in enterMode BR after inserting a table the cursor is displayed at the start of the table | IE9 | Bug | closed | Normal | |
Description |
I'm working in BR mode (config.enterMode = CKEDITOR.ENTER_BR) and if i insert a table the cursos is always displayed at the beginning of the table (W7 IE9). To reproduce:
You will note that the cursor is displayed at the beginning of the table instead of display it at the end. I guess this is a bug cause is working alright in IE8, FF, Chrome, etc. |
|||||
#7962 | <td> align attribute causes validation errors in IE 8 | IE | Bug | confirmed | Normal | |
Description |
If I enter this code into the source view using IE8: <table>
</table> It gets changed to <table>
</table> The new value of "middle" instead of "center" and the page is no longer validate using an xhtml transitional dtd. |
|||||
#7963 | IE9: CKEditor may be blocking some options from context menu for Speckie | IE9 | Bug | closed | Normal | |
Description |
This ticked is based on a comment from ticket #7953. Spellchecker Speckie only underlines words in WYSIWYG mode but it doesn't display any suggestions in the native browser context menu (CRTL+RMB). If you view the generated page and use context menu on words in e.g. text-area then suggestions are shown. |
|||||
#7968 | CKEditor 3.6 in IE7 - Unable to get value of the property 'getRanges': object is null or undefined | IE | Bug | confirmed | Normal | |
Description |
I found this issue after recent upgrade to the version 3.6. Steps:
See attached video (6-1-2011 6-56-55 PM.zip) and an ASP.NET sample application I used for testing (CKEditorTest.zip) for details. |
|||||
#7970 | Cannot copy from native context menu in IE9/8 | ie, native context menu | Bug | closed | Normal | |
Description |
Steps to reproduce:
|
|||||
#7973 | Editor scrolls to the top when opening the context menu in a floating element | IE Firefox | Bug | confirmed | Normal | |
Description |
Firefox scrolls to the top since CKEditor 3.3. <p> (Scroll down to the bottom, select and image and right-click on it)</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <div style="float: right"> Foo <img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /> Bar</div> |
|||||
#7974 | IE: "Image properties" not available in the context menu in a floating element | IE | Bug | confirmed | Normal | |
Description |
"Image properties" option disappeared in 3.3. <p> (Scroll down to the bottom, select and image and right-click on it)</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <div style="float: right"> Foo <img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /> Bar</div> |
|||||
#7975 | Errors when trying to select empty table cell on IE8 | IBM IE | Bug | closed | Normal | |
Description |
The below description was copied from bug #7928 comment 3. Problems using IE 7, 8 & 9 when using the elementspath ! Try the following :
Message: 'undefined' is empty or not an Object This hasn't worked for IE6-10, in CKEditor 3.x, from CKEditor 3.5.3 rev [6559]. In CKEditor 4.x this doesn't work only for IE7 and IE8. |
|||||
#7976 | IE: error when saving cell properties on selected content | IE | Bug | confirmed | Normal | |
Description |
The below description was copied from bug #7928 comment 3. Second example :
Message: Object doesn't support this property or method This has been true for all versions of IE from CKEDitor 3.4.1 |
|||||
#7978 | IE: Can't open table properties dialog from context menu. | IE | Bug | closed | Normal | |
Description |
This bug is based on #7928 comment 3. Third example : problem in IE 6, 7, 8, 9
It's not always reproducible. To reproduce it, after changing the height and saving (point 5), I had to place the cursor on one of the "selection squares" (see pic) so that the cursor changed to "resize cursor"(two oposite arrows). With that cursor, opening table properties dialog from menu is impossible. I could reproduce it In IE9 from version 3.4. In IE8, IE7 and IE6 from version 3.3.2 but in 3.3.2 after you change the height the table looses focus. You have to click once more on elementspath to select the table and then right-click on it. Once again it’s best to show right-click menu when cursor is changed to “resize cursor” although using “drag cursor” also has the same effect in this case. |
|||||
#7988 | IE6: Kama skin - Styles dropdown box noot properly skinned | IE6 | Bug | closed | Normal | |
Description |
EnvironmentIE6 TC
Actual result
Styles dropdown box is not skinned properly, there is no white background in it. I cleared cache and restarted IE6. After browser restart, kama skin, looked normally, but when I repeat above TC, same thing happened. |
|||||
#8023 | [IE] Toolbar is selectable | IE | Bug | review_failed | Normal | |
Description |
Start mouse drag from the left of the very first button (Source) in the toolbox area (with grey background), dragging over the toolbar icons, it's still possible to make text selection. |
|||||
#8026 | IE Quirks: Anchor Properties dialog does not find selected element | IE | Bug | closed | Normal | |
Description |
Found in IE8/Quirks.
|
|||||
#8027 | IE Quirks: problem with typing text after inserting an anchor | IE | Bug | confirmed | Normal | |
Description |
Found in IE8/Quirks.
|