Custom Query
Results (6801 - 6900 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | |
---|---|---|---|---|---|---|---|
#7564 | Entities in attributes | Bug | Normal | General | |||
Description |
I work with files on windows, think that's the problem. If I have german word "Frühling" in img alt attribute, ckeditor change it to "Frühling" after first saving, to "Frühling" after second and so on. Same with other attributes like content in meta tags or title in h1 tags. config.entities = true; has no effect. |
||||||
#7565 | external skinPath | New Feature | Normal | General | |||
Description |
I store my plugins in an external folder 'myplugins'. It's better for an easier update. It would be great, if I could store my skin in this or another folder 'myskin' too. |
||||||
#7566 | BiDi: Increasing indentation on a list item changes the language direction | Bug | Normal | CKEditor 3.6.1 | Core : BiDi | ||
Description |
Steps to reproduce the defect:
<ol dir="rtl"> <li> List item 1 (RTL) <ol dir="ltr"> <li dir="ltr"> List item 2 (nested + LTR)</li> </ol> </li> <li> List item 3 (RTL)</li> </ol>
Expected: The last list item becomes indented and remains RTL. Actual: The last list item becomes indented but is now LTR. The user does not specify that they want to change the language of that list item so this should not happen. This bug was introduced in 3.5.3. |
||||||
#7567 | IE: Image dialog stretches when we go to edit inserted image | Bug | Normal | General | |||
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 |
||||||
#7568 | JAWS not reading instructions on Accessibility Instructions dialog | Bug | Normal | Accessibility | |||
Description |
To reproduce the defect:
Expected Result: Accessibility Instructions dialog comes and JAWS will read the instructions on the dialog. Actual Result: Accessibility Instructions dialog comes up, but JAWS not reading the instructions.When i press tab twice focus goes out of the dialog. Even when i press tab number of times to get focus back in to the dialog,JAWS not reading the instructions on the dialog. I am using JAWS 12 & FF3.6.15. This is working in 3.5 build |
||||||
#7569 | JAWS not reading updated label of Unlock/Lock ratio icon on Image Properties dialog | Bug | Normal | Accessibility | |||
Description |
To reproduce the defect:
Expected Result: JAWS should read out the changed label to the user Actual Result: JAWS not reading the new label to the user,it just reads press space bar to activate the button. |
||||||
#7574 | Firefox doesn't clear selection on RichCombo's | Bug | Normal | General | |||
Description |
Affected Versions: Firefox 3.6/4 Possibly others
Steps to reproduce: (Using ckeditor.com/demo)
Expected result: |
||||||
#7580 | div contenteditable + removeFormatCmd + insertHtml | Bug | Normal | General | |||
Description |
i tried to use removeFormat command followed by insertHtml for ensuring inserted html will not be formated by previous styling. . . . so i tried this case. . <div contenteditable="false"> some dummy text</div> <p>this statement <b>will</b> be removed</p> after i selected whole sentence(included the front most space if any) right below the <div> tag and then i call myFunction from some button which look like function myFunction (){ //instance already created with the name 'editor1' CKEDITOR.instances.editor1.execCommand( 'removeFormat' ); insertHtml("<p>text to be inserted</p>"); } Obviously, myFunction can be called, format of selected text can be removed, at last, insertHtml can't perform. . . I discovered that it occurs, only when contenteditable is defined with the combination of removeFormatCmd + InsertHtml with the situation i described above... It wouldn't happen if contenteditable is defined and then just InsertHtml... Is there any contradiction among contenteditable attribute, removeFormat Command and insertHtml??? |
||||||
#7581 | IE Crashes when we try to insert a new list item in the pasted list. | Bug | Normal | CKEditor 3.6.1 | Plugin : Paste from Word | ||
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 | Bug | Normal | UI : Floating Panel | |||
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) |
||||||
#7583 | Opera: can not enter text after inserting Page Break or Horizontal Line | Bug | Normal | General | |||
Description |
To reproduce the defect:
Expected Result: Horizontal Line or Page break is inserted after current paragraph and cursor goes to empty paragraph after Horizontal line or page break. Actual Result: Horizontal Line or Page break is inserted after current paragraph but cursor goes to end of previous paragraph and we can not get the cursor after Horizontal line or page break using keyboard or mouse. |
||||||
#7584 | Start Value not shown correctly for Numbered lists Paste from Word | Bug | Normal | CKEditor 3.6.1 | Plugin : Paste from Word | ||
Description |
To reproduce the defect:
Expected Result: It should show start value as 5. Actual Result: It shows start value as 1.
Expected Result: Numbered list should start at 10. Actual Result: Numbered list still start at 5. |
||||||
#7585 | Get Plain Text | New Feature | Normal | Core : Output Data | |||
#7586 | BiDi: IE8: Bulleted list dialog not displaying with RTL Bulleted list | Bug | Normal | General | |||
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 | Bug | Normal | Core : BiDi | |||
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. |
||||||
#7588 | dialog semi-transparent background div created twice | Bug | Normal | CKEditor 3.5.4 | UI : Dialogs | ||
Description |
This is happening since 3.5.1. 3.5 didn't have this problem and neither did 3.4.x. How to reproduce: 1) include ckeditor.js: <script type="text/javascript" src="ckeditor/ckeditor.js"></script> 2)use ckeditor php class to create the editor, or include ckeditor.js again and then create the editor via javascript. 3) click on a toolbar button that opens a dialog, eg. "link" (note: the bug happens now, you can see that two background div are created) 4) close the dialog 5) since there are two background div, the second one remains and covers everything. |
||||||
#7589 | BIDI: IE8: Difficulties using backspace to delete RTL paragraphs. | Bug | Normal | Core : BiDi | |||
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. |
||||||
#7590 | ASP.NET: error when trying to reset values in Properties window | Bug | Normal | Server : ASP.Net | |||
Description |
when trying to reset Width and Height an alert message is shown in VS 2010:
|
||||||
#7593 | Opera: we can't paste Numbered/Bulleted list with list styles. | Bug | Normal | Plugin : Paste from Word | |||
Description |
To reproduce the defect:
Expected Result: Lists are pasted properly and when we open Numbered/Bulleted list properties dialog it should show correct list styles. Expected Result: Lists are pasted properly and when we open Numbered/Bulleted list properties dialog it should show correct list styles. Actual Result: when we paste the content in to Paste from Word dialog, nothing appears in the dialog and when we press OK button and go to source we are seeing empty paragraphs. |
||||||
#7594 | keyboard navigation of Tool bar broken when we create and destroy Editor instances | Bug | Normal | CKEditor 3.6 | Accessibility | ||
Description |
To reproduce the defect:
Expected Result: Focus goes to next tool bar button. Actual Result: Focus goes in to editor body and cursor is visible in editor body. |
||||||
#7595 | Remove format should work for selected table | Bug | Normal | General | |||
Description |
Remove format does not remove the format from a table if it is the selected element. It only works if the table falls inside a selection, e.g. using CTRL+A. A use case for this is pasting a styled table from Word into the document and then selecting the table to remove the styling (e.g. borders). Sometimes tables pasted from Word (or an external web page) will contain styling that the user cannot do anything with and wishes to remove. |
||||||
#7596 | Paste callback not being executed when use browser Paste menu option | Bug | Normal | General | |||
Description |
Run the attached test case. Execute paste from editor context menu. Callback occurs. Execute paste from ctrl-v. Callback occurs. Execute paste from browser edit menu. Callback does not occur. |
||||||
#7604 | style definition overrides does not allow to override elements with the same name | Bug | Normal | Core : Styles | |||
Description |
while adapting the font-plugin i found, that it is not possible to override an element with the same name: trying something like this has no effect: CKEDITOR.config.font_style = { element : 'span', styles : { 'font-family' : '#(family)' }, overrides : [ { element : 'span', attributes : { 'class' : 'myClass' } } ] }; there is an if-statement in the style-Plugin, that causes this problem. In function removeFromInsideElement( style, element ) you will find this: if ( overrideElement != style.element ) Removing this allows to override elements with the same name. I changed this for me an found no sideeffects while testing. Would it be possible to change this? |
||||||
#7606 | Editor remains grayed (frozen) after closing a dialog | Bug | Normal | UI : Dialogs | |||
Description |
Hello, I'm experiencing a strange bug with all versions of CKEditor above 3.5 (3.5.1, 3.5.2 and 3.5.3) while 3.5 was working fine. When I use a plugin opening a dialog div window (eg. Image upload, Link, Table...) and close this dialog window (either using a button or the X icon), the editor remains in a frozen/grayed state. This happens on all web browsers I could check it with (Firefox 3.x/4, IE 6 to 9). I'm quite annoyed by this, as I can't reproduce it on your online demo or using the sample files provided with CKEditor... so it has something to do with our application/environment... I removed all extra plugins, skins, and custom config keys I'm using, with no luck. But it has something to do with some dialog-oriented code you changed between 3.5 and 3.5.1, as this problem didn't occur with 3.5, even when fully integrated into our application (with extra plugins, skins and some overriden config). Do you have any clue on this? I looked into the dialog plugin code, and saw that you changed some code related to the "cover" div applied while opening a dialog, but I don't know if it has something to do with that. Many thanks, Maxime Abbey, Eudoweb R&D Team |
||||||
#7607 | Style attribute is deleted from the sourcecode while switching from Source to WYSIWYG | Bug | Normal | General | |||
Description |
In version 2.X or 3.X of CKEditor, the "style" attribute is deleted from the sourcecode while switching from Source to WYSIWYG. On FCKeditor latest version (and nightly build), the problem is solved for Fire Fox and Chrome, but remains in IE (tested in the Demo at CK website).
A small test case would be, using IE6 or above (with WinXP or above):
<div class="test" style="#styleTest#"> test </div>
Note that if the style attribute includes regular css expressions it works just fine. I've tested it by replacing the code on step 2 for: <div class="test" style="background-color: red"> test </div> Thanks in advanced, Tiago |
||||||
#7608 | ckeditor 3.5.3 have problems paste | Bug | Normal | Accessibility | |||
Description |
Using ckeditor 3.5.3 in ie8 paste will add "<span style="display:none"> </span>", use the shortcut key ctrl + v paste does not appear |
||||||
#7609 | Unable to bold then apply color to a hyperlink | Bug | Normal | General | |||
Description |
FF and IE Go to CKEditor demo. Select the "fairy tale" hyperlink in the first line. Apply bold. Apply a color. The color does not get updated. |
||||||
#7610 | FF & IE Pasting multi level Numbered list from word not working properly . | Bug | Normal | Plugin : Paste from Word | |||
Description |
To reproduce the defect: set pasteFromWwordRemoveFontStyles & pasteFromWordRemoveStyles to false and copy the lists from the attached doc and paste in to editor using Paste from Word dialog. Expected Result: Multilevel Numbered list in the document should paste properly. Actual Result: List items at the bottom are shown with lot of empty spaces,when we keep cursor in the list items, Numbered list icon in the tool bar not highlighted and elements path bar shows them as paragraphs. Tested in IE6,IE7 & FF4 This works fine in Safari,Chrome & Opera. |
||||||
#7611 | Opera: Text remains highlighted unnecessarily when font colour is applied | Bug | Normal | General | |||
Description |
Steps to reproduce the defect:
<p> paragraph1</p> <p> paragraph2</p> <p> paragraph3</p>
Result: See that paragraph3 is still highlighted. |
||||||
#7612 | Opera: Indented bullets do not have circle or square styled bullets (CORE-41465) | Bug | Normal | Core : Lists | |||
Description |
Steps to reproduce the defect:
Expected: Level 1 has a disc as a bullet. Level 2 has a circle as a bullet. Level 3 has a square as a bullet. Actual: All 3 levels have discs as bullets. |
||||||
#7617 | [FF 3.6.16] Changes ' to " in style | Bug | Normal | General | |||
Description |
When paste this <div style="background: url('http://www.cmnh.org/site/Img/AboutUs/Pressroom/Beyond/Sun.jpg') repeat scroll 0% 0% transparent;">Wrong Encode</div> into source mode. After change to WYSIWYG mode the ' character is change to ". This is happen in FF 3.6.16 in FF 4.0 ,Chrome , IE 9 and Opera ' character stay '. Tested on Win 7. Reported here http://forum.joomla.org/viewtopic.php?p=2474202 |
||||||
#7618 | Unwanted bullet added to a list containing different paragraph formats. | Bug | Normal | Core : Lists | |||
Description |
Steps to reproduce the defect:
<ul> <li> <h1> item 1</h1> <ul> <li> <h2> item 2</h2> </li> </ul> </li> </ul>
Expected: A new list item is created so the list should now contain 3 list items with a bullet before each list item. Actual: A new bullet is displayed before the second list item i.e. the second list item now has 2 bullets displayed before it. (see screenshot) |
||||||
#7619 | CKEditor dialogs are displayed behind ActiveX controls in IE | Bug | Normal | CKEditor 3.6.2 | UI : Dialogs | ||
Description |
When an ActiveX control is included in a HTML page that also includes CKEditor, CKEditor dialogs are displayed behind the ActiveX control in IE. For example, copy the attached test case into the _samples directory. Open it in IE, and open the 'Insert Image' dialog. The dialog is displayed behing the activeX control.
|
||||||
#7620 | IE: Lists copied from word are not pasted properly | Bug | Normal | CKEditor 3.6.1 | Plugin : Paste from Word | ||
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. |
||||||
#7621 | ASP.NET: Problem with ProtectedSource | Bug | Normal | General | |||
Description |
Set ProtectedSource in FirstUse.aspx into: /<\?[\s\S]*?\?>/g /<%[\s\S]*?%>/g e.g with: <CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200" ProtectedSource="/<\?[\s\S]*?\?>/g,/<%[\s\S]*?%>/g"> </CKEditor:CKEditorControl> launch the sample page. Result: Unable to cast object of type 'System.Object[]' to type 'System.String[]' |
||||||
#7622 | Paste from notepad inconsistencies between browsers, formatting issue in IE8 | Bug | Normal | Core : Pasting | |||
Description |
When pasting the attached text file it is correctly displayed in FF/Chrome with the line spacing. In IE the extra spaces are lost. I'm using the default enter mode (paragraph), my CSS file has removed the margin between paragraphs. p {margin-top: 0px;margin-bottom: 0px;} In IE, 3 paragraphs are generated. In FF 2 BR tags are inserted in between the sentences. In Chrome DIV blocks are created to maintain formatting. IE is the only browser that loses formatting in this case.
Steps to reproduce:
|
||||||
#7623 | IE8 - SCAYT long running script error on large amounts of text | Bug | Normal | UI : Spell Checker | |||
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. |
||||||
#7634 | Flash dialog sets only false param | Bug | Normal | CKEditor 4.4.2 | General | ||
Description |
If I unset checkbox menu in flash dialog, source shows <param name="menu" value="false" /> But if I set it to true, source shows nothing. Should be <param name="menu" value="true" /> |
||||||
#7637 | IE9: Page break not inserted after a horiontal line | Bug | Normal | CKEditor 3.6.1 | General | ||
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 | Bug | Normal | CKEditor 3.6.1 | General | ||
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 | Bug | Normal | Core : Lists | |||
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> |
||||||
#7646 | Paste with CKEDITOR.config.pasteFromWordRemoveFontStyles = false | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | ||
Description |
While trying to paste the following text from word, with config variable pasteFromWordRemoveFontStyles = false set, there seems to be few issues: 3/28現在、発生した全200件の障害のうち対応完了、対応不要、再現待ちを除く残事項は15件です。対応状況は、表1の通りです。 First Part till number 200 is fine. Pasted correctly. After 200, till the end, the font size increases from 10 to 10.5. And there is a font family change when 15 appears. When copying without the numbers, the paste seems to be working fine. This has something to do with the numbers interspersed with the text. Please see the same. |
||||||
#7647 | SK Translation fix | Bug | Normal | CKEditor 3.5.4 | UI : Language | ||
Description |
translated some new words in SK lang (still not 100% done) |
||||||
#7657 | BIDI: The wrong indentation is applied when converting indented RTL paragraphs into lists | Bug | Normal | CKEditor 3.6.1 | Core : BiDi | ||
Description |
Steps to reproduce the defect:
Expected: A list should be created with the 2nd list item having a margin right of 40px & the 3rd list item having a margin right of 80px. Actual: A list is created with the 2nd list item having a margin left of 40px & the 3rd list item having a margin left of 80px. The wrong indentation is applied which causes the list to lose all indentation. |
||||||
#7658 | Kama editor.css is missing cke_top and cke_bottom | Bug | Normal | Core : Styles | |||
Description |
Kama editor.css is missing cke_top and cke_bottom. In some cases this results in those areas having the inherited background color instead of the user interface color one expects. Adding the following line to the end corrected this problem for me: .cke_top, .cke_bottom {background-color:transparent !important;} |
||||||
#7659 | CKEditor.NET: plain textarea is shown when toggling CKEditor | Bug | Normal | Server : ASP.Net | |||
Description |
Reported in http://cksource.com/forums/viewtopic.php?t=21953
|
||||||
#7660 | CKEditor.NET: Problem with toggling the visible status | Bug | Normal | Server : ASP.Net | |||
Description |
Reported in http://cksource.com/forums/viewtopic.php?t=21953
|
||||||
#7661 | Opera/Safari/Chrome : Error when editing pasted Multilevel list | Bug | Normal | CKEditor 4.0 | Plugin : Paste from Word | ||
Description |
To reproduce the defect:
Expected Result: Another new empty list item at level 1 is created. Actual Result: Another new empty list item at level 1 is created with an unnecessary <br /> added to it |
||||||
#7662 | Opera : Extra empty number/bullet shown in editor body when editing pasted Multilevel list | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | ||
Description |
To reproduce the defect:
Expected Result: Text that was typed is added to new list item Actual Result: Another number 3 or disc bullet shows in editor body. This happens every time we created a new list item and started typing the text for the new list item. but when we go back to source or save the page we will not see that extra bullet I have attached a screen shot of the error |
||||||
#7684 | Toolbar keyboard navigation doesn't work on RTL UI | Bug | Normal | CKEditor 3.5.4 | General | ||
Description |
It'll will not work. This doesn't happen with the Elements Path navigation (ALT+F11). Introduced with CKEditor 3.5. |
||||||
#7685 | [Opera] ALT+F10 and ALT+F11 doesn't work | Bug | Normal | Accessibility | |||
Description |
With Opera it is not possible to move the keyboard navigation focus to the Toolbar (ALT+F10) nor to the the Elements Path (ALT+F11). |
||||||
#7686 | Paste buttons in toolbar become disabled depending on the content in the clipboard | Bug | Normal | Core : Pasting | |||
Description |
Steps to reproduce the defect:
Result: The Paste buttons in the toolbar are disabled (see screenshot). I think ticket 7132 that was closed could have been caused by a similar issue. |
||||||
#7694 | Block style on read-only | Bug | Normal | CKEditor 3.5.4 | Core : Read-only | ||
Description |
Apply block styles (e.g. Format) on the following content and selection: <p>paragraph [one</p> <div contenteditable="false">none editable block</div> <p>paragraph] two</p> Actual Result: the read-only block will be affected. |
||||||
#7695 | ASP.NET: double slash in urls when BasePath contains slash at the end | Bug | Normal | Server : ASP.Net | |||
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=10&t=21803&start=10
If BasePath is set to http://localhost:60487/_Samples/ckeditor//config.js?t=B37D54V |
||||||
#7696 | IE6: Throwing an error when we open Table dialog on Pasted tables from word | Bug | Normal | Plugin : Paste from Word | |||
Description |
To reproduce the defect:
Expected Result: Table Properties dialog opens with out throwing any errors. Actual Result: Table Properties dialog opens but it throws an error and Error is "null is null or not an object". |
||||||
#7697 | CKEditor crashes on next .replace() command after SCAYT context menu initialization. | Bug | Normal | CKEditor 3.5.4 | UI : Spell Checker | ||
Description |
This problem can be reproduced on CKEditor 3.5.3 released compressed version only. CKEditor crashes on .replace() command after SCAYT context menu shown and editor destroyed. Steps to reproduce:
Expected results: editor appears.
Actual results: the editor is not displayed due to a javascript error. |
||||||
#7699 | problem with list | Bug | Normal | Core : Lists | |||
Description |
Hi, I have a problem with display lists (bulleted or number) I have this in the html source: <ul> <li> test</li> <li> test</li> <li> test</li> </ul> This creates a line break and add a <br />
<ul> <li><br /> test</li><br /> <li><br /> test</li><br /> <li><br /> test</li><br /> </ul> why we do not do this? <ul> <li>test</li> <li>test</li> <li>test</li> </ul> thanks for your help Régis |
||||||
#7701 | Problem with Opera 11.10 | Bug | Normal | General | |||
Description |
The javascript in ckeditor.js throws an unhandled exception at the following code; (sorry it is from the minified version) if(b.opera)af.getBody().focus(); |
||||||
#7715 | OPERA Bug Javascript errors when unlinking (it unlinks though) | Bug | Normal | General | |||
Description |
Using Opera 11.01 on Windows 7. In the demo site: Place cursor in the empty document. Click Link icon and create link to anywhere. Save. Click on link text just created. Click Unlink icon. The text gets unlinked but the javascript error window contains the following: JavaScript - http://ckeditor.com/demo Event thread: click Uncaught exception: TypeError: Cannot convert 't' to object Error thrown at line 36, column 1541 in <anonymous function: setStart>(t, u) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 36, column 2468 in <anonymous function: setStartBefore>(t) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 33, column 4284 in <anonymous function: moveToBookmark>(t) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 127, column 3200 in <anonymous function: selectBookmarks>(y) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 66, column 3006 in <anonymous function: exec>(m) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 20, column 2220 in <anonymous function: exec>(k) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called via Function.prototype.call() from line 24, column 4345 in <anonymous function: execCommand>(l, m) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 43, column 4134 in <anonymous function: click>(n) in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 44, column 465 in <anonymous function: execute>() in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
called from line 10, column 349 in <anonymous function: addFunction>() in http://ckeditor.com/apps/ckeditor/3.5.3/ckeditor.js?1303710662:
I only noticed this because I have Opera set to pop open the error window when a javascript error occurs. The error doesn't happen in Firefox. |
||||||
#7723 | Integrate with NuGet | New Feature | Normal | Server : ASP.Net | |||
Description |
NuGet seems to be a well accepted and interesting way to keep components updated on Visual Studio. It's worth investigating. |
||||||
#7729 | Copy of style and setup failed when paste tab from anywhere (excel or word...) | Bug | Normal | Plugin : Paste from Word | |||
Description |
Descriptive summary : The paste from Word or excel doesn't keep the setup and style for tabs and text as the fckeditor 2.6.6 does. Steps to reproduce : 1) create a tab on excel or word with text style (bold, size 18, red color and green backgroud)and set blue bold border around tab 2) copy the tab 3) past it using pasting from word or not (it is the same) Expecting result: Tab is pasted with the style: bold, size 18, red color and green backgroud and set bold blue border around tab Observed result: Tab is pasted with bold style but without the style: size 18, red color and green backgroud and without any border and border color Browser name and OS : windows XP service pack 3, IE 7 or firefox |
||||||
#7733 | Flash video not displaying due to data attribute being added to object tag | Bug | Normal | CKEditor 3.6.1 | General | ||
Description |
Steps to reproduce the defect: Scenario 1
<object width="576" height="324"><param name="movie" value="http://d.yimg.com/nl/cbe/paas/player.swf"></param><param name="flashVars" value="vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="transparent"></param><embed width="576" height="324" allowFullScreen="true" src="http://d.yimg.com/nl/cbe/paas/player.swf" type="application/x-shockwave-flash" flashvars="vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&"></embed></object>
Expected: The flash video is displayed. Actual: The flash video is not displayed (see screenshot). Note: If you check the source you will see that CKEditor adds on a data attribute to the the object tag. data="http://d.yimg.com/nl/cbe/paas/player.swf" If you remove this data attribute & then remove the editor the flash video displays fine. Scenario 2
<object><param name="movie" value="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7"></param><embed src="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7" type="application/x-shockwave-flash" ></embed></object>
Expected: The flash video is displayed. Actual: The flash video is not displayed. Note: If you check the source you will see that CKEditor adds on a data attribute to the the object tag. data="http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7" If you remove this data attribute & then remove the editor the flash video displays fine. |
||||||
#7736 | Horizontal list changed to vertical when click in it | Bug | Normal | General | |||
Description |
I have a horizontal menu made by an unordered list. If I open this menu all LIs are horizontal. If I click on a list element this element is changed to vertical. |
||||||
#7738 | chrome not showing default alignment when we type text or keep cursor in editor body | Bug | Normal | General | |||
Description |
To reproduce the defect: Open Ajax sample and keep cursor in editor body and look for icons that should be enabled in tool bar. Expected Result: Cursor stays in Editor body, Align Left and Text direction from left to right icons are highlighted in the tool bar. Expected Result: Cursor stays in Editor body, Only Text direction from left to right icon is highlighted in the tool bar. Align Left icon not highlighted in the tool bar. Even when we typed the text Align Left icon not highlighted. |
||||||
#7739 | [[safari/chrome]] deleting a list creates an empty div instead of paragraph | Bug | Normal | General | |||
Description |
To reproduce the defect:
Expected Result: entire list gets deleted. Actual Result: All list items are deleted but an empty list remains with a single number/bullet.
Expected Result: list gets deleted & an empty paragraph is created. Actual Result: list gets deleted & an empty div created instead of an empty paragraph. |
||||||
#7741 | [[safari/chrome]] not possible to apply paragraph format with out focus in editor body | Bug | Normal | General | |||
Description |
To reproduce the defect:
Expected Result: cursor in editor body and elements path bar should show h1 tag. when we type the text it should have Heading 1 paragraph format applied. Actual Result: cursor not in editor body and when we type the text elements path bar not showing h1 tag and also Heading 1 paragraph format not applied to typed text. |
||||||
#7742 | [[safari/chrome]] not possible to apply alignment/ indentation / language direction with out focus in editor body | Bug | Normal | CKEditor 3.6.1 | Core : Selection | ||
Description |
To reproduce the defect:
Expected Result: cursor in editor body and when we type the text it should have Center Alignment applied & Align Center icon is highlighted in the tool bar. Actual Result: cursor not in editor body and when we type the text Center Alignment not applied to typed text & also Align Center icon not highlighted in the tool bar. Same issue happens with language direction |
||||||
#7743 | Chrome: Flash dialog preview does not display when the dialog is positioned over the editing area | Bug | Normal | UI : Dialogs | |||
Description |
Steps to reproduce the defect:
Expected: A preview of the flash video can be seen in the preview field in the dialog. Actual: Only part of the flash video can be seen in the preview field. Note: The full flash preview can be seen if you drag the dialog so that the preview field is not over the editing area. |
||||||
#7745 | Instructions on how to access help dialog should be placed in an aria-describedby attribute | Bug | Normal | CKEditor 3.6.4 | Accessibility | ||
Description |
This needs to be changed because when we bring up the list of frames on a page using JAWS, it shows CK Editor but also the extra help statement that we kept in the title attribute.This will confuse the users & we don't need this when identifying frames, we use that statement only for JAWS users on how to find help dialog. Best way to fix this is to keep the Help Instructions in an aria-describedby attribute instead of on the Title attribute for the content area. |
||||||
#7746 | New toolbar is not backwards compat. | Bug | Normal | CKEditor 3.6 | UI : Toolbar | ||
Description |
The new way of handling toolbar is not completely backwards compat. Each of the following fails in a different way: ['Bold','Italic','Underline','FontSize'] ['FontSize','Bold','Italic','Underline'] |
||||||
#7747 | Indented bullet list not pasting correctly from Word | Bug | Normal | Plugin : Paste from Word | |||
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:
|
||||||
#7748 | enterMode BR: range.pasteHTML and "Invalid argument" errors | Bug | Normal | General | |||
Description |
The attached sample can be used to trigger "Invalid argument" errors in CKEditor. Bug 1Invalid argument. selection/plugin.js line 775
Bug 2Invalid argument. core/dom/node.js line 240
|
||||||
#7749 | execCommand throws an error when data is empty | Bug | Normal | CKEditor 3.6.1 | General | ||
Description |
i think it would be a good idea to check (if is empty) data before call execCommand. For example in _source/ywsiwygarea/plugin.js in line 55-56 if ( this.dataProcessor )
there might be some JS errors since we use our own dataprocessor which can result in data being empty. So for avoiding this i think it would be nice to check if data is empty or something like that before calling execCommand. Alan Orduno |
||||||
#7750 | [[safari/chrome]] not possible to create a new paragraph after applying paragraph format/ alignment/ language direction/ indentation with out focus in editor body | Bug | Normal | CKEditor 3.6 | UI : Enter Key | ||
Description |
To reproduce the defect:
ISSUE 1: cursor not in editor body and when we type the text Center Alignment not applied to typed text & also Align Center icon not highlighted in the tool bar.
Expected Result: New empty paragraph is created. Actual Result: No new empty paragraph is created and cursor still stays in same paragraph, no matter how many times we pressed enter. Same issue happens when we apply language direction or indentation or paragraph format with out focus in editor body. |
||||||
#7752 | Styles toolbar items need to use role="presentation" on all spans | Bug | Normal | CKEditor 3.6 | Accessibility | ||
Description |
The current markup for cke_rcombo items has <span class="cke_rcombo"> <span class="cke_styles"> <a role="button"> </span> </span> When using INS+TAB in JAWS to re-read the currently focused item, JAWS doesn't read the parent toolbar name. If role="presentation" is applied to the two <spans>, JAWS will read them correctly. So we need this: <span class="cke_rcombo" role="presentation"> <span class="cke_styles" role="presentation"> <a role="button"> </span> </span> |
||||||
#7753 | Provide custom toolbar labels without modifying CKEDITOR.lang.toolbarGroupss | New Feature | Normal | Accessibility | |||
Description |
Including custom toolbar labels requires adding items to CKEDITOR.lang.toolbarGroups. It would be very useful if the toolbar definition could also accept other label names. We'd like to use something like CKEDITOR.lang.something.toolbars instead. Then we'd provide the toolbar name in the definition as : name : 'something.toolbars.label1' .... If the name provided for the label doesn't match the CKEDITOR.lang.toolbargroups object, CKEditor would search the key from CKEDITOR.lang. |
||||||
#7755 | WYSIWYG: missing closing body tag in generated HTML | Bug | Normal | General | |||
Description |
Closing body tag is missing for both full page mode and non-full page mode in the generated HTML that is loaded in the iframe. CK version : 3.5.3 |
||||||
#7756 | Linked image lost position | Bug | Normal | General | |||
Description |
Set path to an existing image in attached file. Open file in CKeditor, doubleclick image and set a link. On OK image lost the place and is inserted as last element. This seems to be happens in fullPage mode and when image is alone in a block element, but it's not fully analysed. |
||||||
#7757 | New Gerogian translation | Bug | Normal | CKEditor 3.6 | UI : Language | ||
Description |
Attached is a new Gerogian translation. |
||||||
#7758 | imagesPath for templates has always editor path | Bug | Normal | General | |||
Description |
I set a mytemplates.js outside ckeditor and want to set template images in a folder accessible by filebrowser. But image path has always editor path in front. imagesPath : '../../../content/media/image/editortemplates/'
and get the image. With it output is: |
||||||
#7764 | Can't edit checkbox, radiobutton properties in FF | Bug | Normal | General | |||
Description |
Create a checkbox or radio button in FF4 or FF3. No matter how many times you click on it, properties dialog or context menu will not show. |
||||||
#7765 | Unlock ration button does not work - REGRESION | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Try to create an image with your custom size settings. You will be unable to unlock ration option. True for all browsers from CKEditor version 3.6 It worked in 3.5.3 |
||||||
#7766 | No IFrame and BIDI buttons | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Perhaps this is just a mistake in release or a change in CKEditor I did not know about, but there are no BIDI buttons in toolbar by default. You have to add them to the toolbar using: ['BidiLtr', 'BidiRtl' ] |
||||||
#7767 | FF: font size is not preserved when switching between editors | Bug | Normal | General | |||
Description |
|
||||||
#7768 | IE6 - Incomplete frame of dialog box in Kama skin | Bug | Normal | UI : Skins | |||
Description |
EnvironmentIE6 TC
See that lower part of border is "cut" |
||||||
#7769 | Enter mode BR doesn,t work in 3.6 branch | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Enter mode BR doesn’t work in 3.6 branch. Paragraphs are used instead. Issue concerns all browsers. |
||||||
#7770 | JS errors when selecting noneditable text in FF4 | Bug | Normal | General | |||
Description |
I have found this bug when testing #7694
The error is: Location: _source/plugins/wysiwygarea/plugin.js Message: control.is is not a function
plugin.js (Line 653) Message: ev.getTarget().is is not a function
plugin.js (Line 682)
|
||||||
#7772 | Kama: Bottom toolbar row with combobox has too much margin | Bug | Normal | CKEditor 3.6 | UI : Toolbar | ||
Description |
Refer to the attached screenshot. |
||||||
#7773 | CKFinder Google Chrome Issue | Bug | Normal | General | |||
Description |
Google Chrome is displaying a broken image. Other browsers are fine. This is happening for thumbnails only. I can reproduce on original sample with the ckeditor integration. To reproduce. Upload an image via browser button, then save edited page. You will get a broken image in Chrome for that page |
||||||
#7774 | Inserting image in IE8 at end of content disables ability to jump to end of content | Bug | Normal | General | |||
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 |
||||||
#7775 | Selected contents is removed before paste | Bug | Normal | CKEditor 3.5.4 | Core : Pasting | ||
Description |
Load the following: <p> This is some <strong>sample text</strong>. [You are usi]ng <a href="http://ckeditor.com/">CKEditor</a>.</p>
Click on the paste icon. |
||||||
#7776 | I'm facing the issue in CK Editor. Context menu not working in firefox. | Bug | Normal | General | |||
Description |
I'm Ramkumar. I'm using CK Editor in my web application. In IE browser It works fine, but in Firefox browser the checkbox context menu will not appear. (ie) when right click on the checkbox control the properties menu will not appears, but it will work's fine in IE. Even I'm trying in CK Editor site demo page itself. I'm getting the same. I think the bug in CK Editor. I'm tying to fix this issue, but I can't. |
||||||
#7777 | [FF4] Place cursor between text, apply any style: cursor drops | Bug | Normal | Core : Styles | |||
Description |
To reproduce: ckeditor.com/demo using Firefox 4. (Using FF 4.0.1 but reproducible in FF 4.0.0)
Type some text. For example "test".
Click anywhere in the text to place the cursor, for example after the "e".
Click on the font color menu and select a color, for example red.
The cursor drops down below the text and the cursor has the color selected. Continue typing at the cursor returns as expected. Screenshot here: http://www.mattmecham.com/skitch/ckeditor-20110503-081933.jpg |
||||||
#7783 | [IE9] Cursor at wrong position after enterBR | Bug | Normal | CKEditor 3.6 | UI : Enter Key | ||
Description |
|
||||||
#7784 | FF4: Styles combo remains empty using the stylesheetparser sample | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Using FF4 (@ both Mac and Win), in the stylesheetparser sample, the styles combo box does not get filled. |
||||||
#7787 | Preview of doc props not updated | Bug | Normal | CKEditor 3.6 | UI : Dialogs | ||
Description |
|
||||||
#7789 | Dialog shadow in Office and v2 skin broken when zoom is used on page | Bug | Normal | UI : Skins | |||
Description |
EnvironmentOpera 11.10 TC
Actual result
Part of shadow, which should be placed below dialog box is moved above it. (see attached screen) |
||||||
#7791 | Tableresize plugin sets invalid width | Bug | Normal | General | |||
Description |
There is something wrong with the tableresize plugin. Initially the table has width set to 500px. When resizing columns in Firefox, table cells receive the following sizes:
(I was trying to set the width of first column to 200px, the results may be different, but it never sums up to 500px). After setting startupShowBorders to false, column widths are set to 200px/290px = 490px. |
||||||
#7792 | BBCode sample: images and line breaks disappear | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Paste in source mode: Some sample text [img]http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png[/img] Switch to wysiwyg mode and back, result: Some sample text[img][/img] (image disappeared, line breaks are lost) Found in Firefox 3.6.17, confirmed also in Safari 5.0.5, didn't check other browsers. |
||||||
#7793 | Read-Only mode sample: js error when clicking on the elements path | Bug | Normal | CKEditor 3.6 | General | ||
Description |
Result: this.document.getWindow().$ is undefined |