Custom Query
Results (5401 - 5500 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#5772 | [IE] Not all list-style-type values are supported by IE | Bug | Normal | CKEditor 3.3.1 | Core : Lists | |
Description |
The list style dialog provides options for armenian, georgian, lower-greek and decimal-leading-zero. These list-style-type values are not supported by any version of IE. IE does not support the values armenian, decimal-leading-zero, georgian, inherit, lower-greek, lower-latin or upper-latin. |
|||||
#5774 | [IE6] Memory Leak revisited | Bug | Normal | General | ||
Description |
Sieve is still showing multiple DOM leaks on page left, it's pretty easy to reproduce with the default sample page, and this only affects IE6. |
|||||
#5775 | Required field's label to contain a CSS class to allow it to be styled differently | New Feature | Normal | CKEditor 3.4 | UI : Dialogs | |
Description |
If a labeled dialog UI Element's required property is set to true the field's label should contain a CSS style so it can be styled differently. For example: <label class="cke_dialog_ui_labeled_label cke_required"... A style like the following could then be used to mark required fields: .cke_skin_<name> .cke_dialog_ui_labeled_label.cke_required:before { content: "* "; } |
|||||
#5776 | Hebrew traslation for CKFinder 2.0 | New Feature | Normal | General | ||
Description |
there is hebrew translation for CKFinder 2.0 bug(?) dir:'rtl' - not applied to main ckfinder window |
|||||
#5778 | [IE] Unwanted scroll on first mouse right-click | Bug | Normal | CKEditor 3.4.1 | General | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#5779 | can't edit fields in jQuery UI modal dialog | Bug | Normal | UI : Dialogs | ||
Description |
I have a trouble with CKEditor about 1 year (all last versions from 3.0 till new version 3.3) When I use ckeditor in "jQuery UI modal dialog" ( http://jqueryui.com/demos/dialog/#modal ) and try edit some properties of table (already created before) - so for example I can't edit numbers of rows and cells (both fields are disabled). The same situation when I try edit alternate text in image window. It's normal situation or it's a bug? |
|||||
#5781 | [[FF]] We can't delete/backspace chars after a sequence of actions | Bug | Normal | CKEditor 3.4 | General | |
Description |
To reproduce the defect:
Expected Result: User should be able to delete the Character using Delete or Backspace Actual Result: We can't delete the Character no matter how many no of times we press Delete. We were able to delete the Character only when we type some new character |
|||||
#5782 | FF: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMNSHTMLDocument.designMode] | Bug | Normal | CKEditor 3.3.1 | General | |
Description |
This is a regression bug introduced in CKEditor 3.3. It occurs when doing some specific DOM operations on the node that contains the editor. We had a similar problem in #5660. Please check the attached files (unpack them in the _samples directory) to reproduce this issue. Works fine in CKEditor 3.2.1, 3.0 and all previous releases. |
|||||
#5784 | Cursor dissapears after maximizing in Firefox 3.6.3 | Bug | Normal | General | ||
Description |
See this ticket http://dev.fckeditor.net/ticket/5149 and also this one on the forum: http://cksource.com/forums/viewtopic.php?f=5&t=18995 Since this is a serious problem for all users of fckeditor it would be great if it could be fixed |
|||||
#5785 | Upgrading to the latest version of fckeditor | Task | Normal | General | ||
Description |
Hey there, Can you give me the instructions on how to upgrade FredCK.FCKeditorV2 to use the latest version of fckeditor? thanks |
|||||
#5786 | "fckLR" inserted in reference templates breaks citations | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
This is also reported here: https://bugzilla.wikimedia.org/show_bug.cgi?id=23768 If you have an existing reference using a citation template, created without the rich editor enabled, and then you edit it with the rich editor enabled, FCK breaks the citation template. Steps to reproduce:
template inside it, like this: <ref> {{Cite web | author = Author Name | title = Blah |... }} </ref>
page). The reference will now look like this: <ref>fckLR{{Cite webfckLR| author = Author NamefckLR| title = BlahfckLR|...fckLR}}fckLR</ref> I'm using the latest SVN version of the extension, on MW 1.16.beta3. Editing in firefox on linux. This bug is fairly major as it completely breaks all cite extensions, and they must all be manually edited to remove line breaks or fckLR bits, if you're too late. On a big site with lots of existing citations, this is a killer. |
|||||
#5787 | liststyle plugin isn't packed | Bug | Normal | CKEditor 3.3.1 | General | |
Description |
Load the packed nightly build and you can see in the net monitor of firebug or other tools that the plugin.js file for liststyles plugin is loaded as a separate item. Reported in http://cksource.com/forums/viewtopic.php?f=11&t=18979 |
|||||
#5788 | HTML parser allows spaces after <br> | Bug | Normal | CKEditor 3.5.4 | Core : Output Data | |
Description |
Whitespace in following HTML should be removed by HTML parser while it doesn't introduce any visual clue: <p>test<br /> whitespace</p> It could be verified from Firebug HTML tab's show whitespaces functionality.
#4574 ticket test is broken by this bug: |
|||||
#5789 | Losing leading whitespaces in <pre> | Bug | Normal | CKEditor 3.4.2 | Core : Output Data | |
Description |
As tells by 'test_pre_leading_whitespaces_toHtml' test, leading spaces are trimmed within pre-formatted text: |
|||||
#5790 | [Safari] fullpage output internal attribute | Bug | Normal | CKEditor 3.3.1 | Core : Output Data | |
Description |
EnvironmentSafari Reproducing Procedures
|
|||||
#5791 | Cursor position after an inserted smiley | Bug | Normal | General | ||
Description |
Write some text, insert a smiley at the end of the line, set the cursor position before the smiley, now try to get the cursor to the end of the line to write more text - not possible. Browser: IE 8 OS: XP, Vista, Win7 |
|||||
#5792 | Setting target causes link to be inserted before selected text | Bug | Normal | General | ||
Description |
If I set a link target using the Target tab, the URL is inserted as text (and linked) before the text selected in the editor. This behavior persists for other link insertions (even when no target is specified) even after the editor is reloaded on page refresh. Steps to reproduce:
The source is now: <a href="http://google.com">http://google.com</a>using when it should be: <a href="http://google.com">using</a> Note: this does not happen when linking "sample text" (perhaps something to do with the tags already on the text?) or altering the link already on "CKEditor." Tested on Chrome and Firefox, Windows Vista. |
|||||
#5793 | Multi-Cell selection in IE | New Feature | Normal | General | ||
Description |
It is a known issue that IE does not properly allow for selecting content in multiple cells in a table to delete their content. The purpose of this ticket is to discuss whether CKEditor can do anything to facilitate the use case where a user selects text from multiple cells (using mouse or keyboard) and hits the delete or backspace key. The desired behaviour is that the selected content is removed from the cells. Firefox and Webkit handle this case natively. Is it possible for CKEditor to detect the delete keystroke and perform the desired removal for IE? I realize this is working around the lack of functionality provided by IE, but it has come up as a customer request. |
|||||
#5794 | Second search with no result leads to a JS error | Bug | Normal | CKEditor 3.3.1 | General | |
Description |
Steps to reproduce
Notice that there is an error: startNode is null; _source/core/dom/range.js L1386. |
|||||
#5795 | External Image URLs broken when switching between Rich and Wiki text | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Our MediaWiki 1.15.1 configuration has wgAllowExternalImages set to true. This allows inline images based off a URL. This is an intranet site, we're referencing other servers on our LAN and the images are dynamically generated there. Using FCKEditor 2.6.4, if I go to wikitext mode and add: Joe Schmoe http://server/do/presence/display?userID=51&foo.jpg Save the page and it shows a status icon next to Joe's name as expected. Editing the page with the FCKEditor defaulting to Rich mode or switching from wikitext to rich mode causes the External Image URL to be rewritten, breaking the page. The above text is now: Joe Schmoe [[Image:|display?userID=51&foo.jpg]] It seems to be trying to automatically download the image and host it, replacing the external image link in the process. This is not desired behavior for such a dynamically generated image. |
|||||
#5796 | break tag on bullets | Bug | Normal | General | ||
Description |
when i try inserting a list via the editor it generates this html code <ul> <li> joell</li> <li> ruth</li> <li> and others</li> </ul>
<ul><br /> <li><br /> joell</li><br /> <li><br /> ruth</li><br /> <li><br /> and others</li><br /> </ul> also im using it on magento.. os windows7, browser all types |
|||||
#5797 | Turkish Language | Task | Normal | CKEditor 3.4 | UI : Language | |
Description |
Hello again, I've updated the conversion for the new version. Reha Biçer |
|||||
#5798 | Turkish Language | Task | Normal | UI : Language | ||
Description |
Hello again, I've updated the conversion for the new version. Reha Biçer |
|||||
#5799 | liststyle plugin doesn't state required plugins | Bug | Normal | CKEditor 3.4 | General | |
Description |
The liststyle plugin doesn't have a "requires" statement about what plugins it needs, and although it tries to detect the availability of the contextMenu, the editor.addMenuGroup isn't protected. http://cksource.com/forums/viewtopic.php?f=11&t=18990 The code could be changed also to state that the contextmenu is required and remove the "if"s in the code, but I think that this way it can allow for other people for example to create a toolbar button for them even if they disable the contextmenu. |
|||||
#5800 | Link-dialog bug: selected text is ignored and link is inserted before sel.text | Bug | Normal | General | ||
Description |
As you can see on the ckeditor demo http://ckeditor.com/demo, if you 1)mark a word, than 2)open the link-dialog 3)input a link in the url field: fe. http://www.google.com 4)commit the dialog with OK The result is: The marked word does not get the link, instead the link will be inserted before the word! This is a new bug in version 3.3 All browsers affected. IE raises the js error: Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Creative AutoUpdate v1.10.10) Zeitstempel: Sun, 6 Jun 2010 14:35:39 UTC Meldung: '$' is null or not an object Zeile: 14 Zeichen: 535 Code: 0 URI: http://ckeditor.com/apps/ckeditor/3.3/ckeditor.js?1275481612 |
|||||
#5801 | contentEditable=false on inline-elements | Bug | Normal | CKEditor 3.3.1 | General | |
Description |
#5562 is still reproducible on inline-elements. |
|||||
#5802 | Text unselecting when anchor dialog box is opened | Bug | Normal | General | ||
Description |
When text is selected and a link is added with the link button, a link is created to the left of the text. This is not a duplicate. Attempted to use this patch from Ticket #5780 with no effect. Unless using this patch with drupal is an issue. |
|||||
#5803 | Inserting images in CKEditor 3.2.1 not working | Bug | Normal | Core : Output Data | ||
Description |
I am trying to use CKeditor to insert images and it's not working. I just unpacked it and installed it on a textarea. When I insert a image (with fullHTML true), I get a wrong tag and the image it's not displayed in the resulting HTML Generated code: <img alt=\"An Image\" src=\"http://domain.com/imagens.png\" style=\"width: 159px; height: 136px; \" /> Expected code: <img alt="An Image" src="http://domain.com/imagens.png" style="width: 159px; height: 136px;" /> How it can be fixed? |
|||||
#5805 | CKEditor 3.3 shows broken image in fake elements | Bug | Normal | General | ||
Description |
ckeditor/images/spacer.gif is missing from release files of Ckeditor 3.3 |
|||||
#5806 | Spell Check dialog looks ugly | Bug | Normal | UI : Spell Checker | ||
Description |
As the title says, the dialog isn't as nice as the rest of the application, especially when using the default Kama skin (it's ugly to be honest ;)). It was designed to work with the default skin of FCKeditor and it looks like this is the only configuration where is looks great. I believe we should send some extra parameters to SpellChecker.net (skin and uicolor where available) to render dialog properly depending on what skin is available. |
|||||
#5807 | Scayt causing serious problems in Firefox 2 | Bug | Normal | CKEditor 3.3.1 | UI : Spell Checker | |
Description |
SCAYT is enabled by default since 3.3 and this is causing serious issues for users using an old Firefox 2. It is actually almost impossible to type text inside of CKEditor. Confirmed using FF 2.0.20 @ Win 2003. Issue 1Steps to reproduce
Issue 2Steps to reproduce
In the sample article we do not have any errors, but in real life using a word that is not in dictionary happens quite often and this bug becomes really painful. |
|||||
#5808 | Pasting from Word does not work (sometimes) in IE | Bug | Normal | Plugin : Paste from Word | ||
Description |
Confirmed in IE8@XP3. It looks like the Paste from Word feature since 3.1 does not always perform code cleanup. I'm able to constantly reproduce it by following these steps:
If you now press the "New Page" button again, then type some text in the editing area and follow the steps above (3-7), the text will be cleaned up correctly: ... <p> </p> <p> CKEditor</p> ... |
|||||
#5809 | a11yhelp is missing dialog dependency | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
The a11yhelp plugin has a dependency on the dialog plugin, but doesn't list dialog as a dependency. |
|||||
#5810 | div plugin is missing dialog dependency | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
The div plugin has a dependency on the dialog plugin, but doesn't list dialog as a dependency. |
|||||
#5811 | image plugin is missing dialog dependency | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
The image plugin has a dependency on the dialog plugin, but doesn't list dialog as a dependency. |
|||||
#5813 | Issue with dialog boxes in Arabic Language | Bug | Normal | UI : Dialogs | ||
Description |
In Arabic language, hovering over the close dialog button (big red cross icon on top left corner) results in expansion of text boxes if those boxes contain large data. The issue is reproducible in IE8 with CKEditor 3.3 in "office2003" skin. Refer the attached screenshot for details. |
|||||
#5814 | Pasting large content in editor area freezes browser | Bug | Normal | Core : Pasting | ||
Description |
Pasting large content freezes browser. Same thing happens if we apply formatting(Bold, Italics, Underline, Strike-through, Background & Foreground Color) to large content. To reproduce the issue copy the entire content of attached text file and paste it in to editor area. This issue is reproducible with CKEditor 3.3 in IE8. |
|||||
#5815 | JAWS is not reading the toolbar controls while navigating through arrow keys | Bug | Normal | Accessibility | ||
Description |
JAWS is not reading the toolbar controls while navigating through arrow keys when editor height and width is fixed. The sample file to reproduce the issue is attached with this ticket. |
|||||
#5816 | don't show images in IE wrong baseHref | Bug | Normal | General | ||
Description |
Hello, we have installed your really beautifull (f)ckeditor. We realy enjoy it. Now we updated from fckeditor 2.x to ckeditor 3.3 and i found a Bug when using IE. Uploaded Images will not be displayed in the Editor. I can upload an image an can See the preview. I also see the image in the WYSIWYG, but whenn i change into the "source-mode" or open an existing dataset with the editor i can`t see the image. I didn't have these problem with firefox. The problem only occure when the image-directory (where the uploaded images will be saved) is not in the same file-hierarchy than the file which include the ckeditor. You can see my hierachy in the attached image. I hope you can understand my englisch. |
|||||
#5818 | Editor strips the last <div> | Bug | Normal | General | ||
Description |
Editor strips out the last empty (or containig ) DIV This happens each time when you switch from source code to editor and back. Ex: <div id="bottom1"></div> this will disappear when you switch to editor mode and back to view source
ex2: <div id="bottom1"></div><div id="bottom2"></div>
ex3: <div id="bottom1"></div><!-- any text here --> Nothing vanishes!!! This happens in FF, IE, Chrome (didn't test others) |
|||||
#5819 | Remove format breaks table show border | Bug | Normal | CKEditor 3.4 | General | |
Description |
Reproducing Procedures
|
|||||
#5820 | Empty string appears before horizontal line | Bug | Normal | General | ||
Description |
Actual for IE6,7,8(comp. mode)
Expected result: New string shouldn't appear Actual result: A new empty string added between text and horizontal line |
|||||
#5821 | Cursor jumps. Actual for format 'formatted' in IE 8 | Bug | Normal | General | ||
Description |
Actual result: Cursor jumps |
|||||
#5823 | IE 8 reports a javascript error in editor.js | Bug | Normal | General | ||
Description |
IE8 complains at ckeditor startup, as follows:
This is unmodified version 3.3.1 The relevant line (re-indented) is:
and the error is pointing to the beginning of the line form.$.submit = ... This doesn't happen in Firefox, and nothing is reported on the firefox error console I don't know whether this causes any harm other than frightening some IE users... |
|||||
#5824 | Up/down arrows stop working in editing area | Bug | Normal | General | ||
Description |
Many different scenarios can cause this, but I've only found one reproducible way:
Results in the up/down arrow not working to navigate the cursor. Works OK in 3.2.2 Reproduced FF 3.5.9 |
|||||
#5825 | [ContentEditable] Read only blocks should not be "undeletable" | Bug | Normal | CKEditor 3.4 | General | |
Description |
In some situations, the protection for read only blocks is being over exaggerated. For example
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
Current Results: <hr /> <p contenteditable="false"> Non Editable</p> <hr /> Expected Results: <hr /> This one is related to the contenteditable feature branch. |
|||||
#5826 | [ContentEditable] SCAYT should be disabled inside non editable elements | Bug | Normal | CKEditor 3.4.2 | UI : Spell Checker | |
Description |
Load the following HTML: <p>Para 1</p> <p contenteditable="false">Non Edditable</p> <p>Para 2</p> Current results: SCAYT will be enabled for "Edditable", and it's even possible to replace it with another word. Expected results: SCAYT will not underline anything inside the read only paragraph. This one is related to the contenteditable feature branch. |
|||||
#5827 | [ContentEditable] List creation across read only blocks is broken | Bug | Normal | CKEditor 3.4 | General | |
Description |
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
Current results: <ul> <li> Para 2</li> <li> Para 1</li> </ul> <p contenteditable="false"> Non Editable</p> Expected results: <ul> <li> Para 1</li> </ul> <p contenteditable="false"> Non Editable</p> <ul> <li> Para 2</li> </ul> This one is related to the contenteditable feature branch. |
|||||
#5828 | [ContentEditable] Infinite script loop can be easily fired | Bug | Normal | CKEditor 3.4 | General | |
Description |
<p>Para 1</p> <p><span contenteditable="false">Non Editable</span></p> <p>Para 2</p>
Current results: The script will loop, blocking the browser. This happens when creating lists also. Expected results: All paragraphs (including the one with the read only content) should get indented. This one is related to the contenteditable feature branch. |
|||||
#5829 | Start Values for Roman & Alpha Numbered Types are not working | Bug | Normal | CKEditor 3.4 | General | |
Description |
To reproduce the defect:
Expected Result: Numbered list Type changes to Upper Alpha Type and the list Starts with D Actual Result: Numbered list Type changes to Upper Alpha Type but the list Starts with A and when you open the Numbered List Properties dialog again you will see the Start Value as D Same behaviour happens with Lower Alpha,Upper & Lower Roman Numbered list types. |
|||||
#5830 | Scayt: the browser hangs when large(?) documents (50KB+) are loaded | Bug | Normal | UI : Spell Checker | ||
Description |
Imho this might be a serious issue as the editor should be working fine out of the box without having to dig into the documentation for specific settings that might speed up the editor performance or to simply make it working. The problem: when having a larger document, scayt is causing the "script to run slow". This looks pretty nasty, especially if the document is not really that large (for example: 50KB), also many users will have no idea whether to stop the script execution and will simply consider the editor as broken. I have attached two sample documents that can be used to reproduce this issue:
I guess that Scayt does not recognize that the text is in different language than English and is finding too many errors in Polish document, that's why it hangs even when editing small documents. We should either:
|
|||||
#5831 | [ContentEditable] List creation is broken on specific situation | Bug | Normal | CKEditor 3.4 | General | |
Description |
<p>Para 1</p> <p><span contenteditable="false">Non Editable</span></p> <p>Para 2</p>
Current results: All contents get lost and a js error is thrown. Expected results: All paragraphs (including the one with the read only content) should form a single list. This one is related to the contenteditable feature branch. |
|||||
#5832 | Jquery adapter sample and SSL | Bug | Normal | CKEditor 3.4 | General | |
Description |
In Jquery adapter sample we have: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> so as a result in IE a warning is shown ("unsafe content"). Proposed fix: http -> https Simple bug, so targeting to 3.4. |
|||||
#5833 | [ContentEditable] Remove list is broken | Bug | Normal | CKEditor 3.4 | Core : Lists | |
Description |
<ul> <li>Para 1</li> <li><span contenteditable="false">Non Editable</span></li> <li>Para 2</li> </ul>
Current results: Only two items get remove and a js error is thrown. This one is related to the contenteditable feature branch. |
|||||
#5834 | [ContentEditable] Empty paragraphs being added | Bug | Normal | CKEditor 3.4 | General | |
Description |
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
Current results: A blank paragraph is added between the second and third paragraph, with the caret blinking on it. Expected results: It depends on the level of complexity of it, but the caret should either be placed inside the read only paragraph, or move to the first paragraph. |
|||||
#5835 | Select-boxes not editable with Firefox 3.6.3 | Bug | Normal | General | ||
Description |
Select-boxes aren't editable any more after creating them in Firefox. Right click and double click do not work on them (just try the demos). |
|||||
#5836 | [ContentEditable] Wrong inline styles result when selection start with readonly element | Bug | Normal | CKEditor 3.4 | Core : Styles | |
Description |
<p>Para [1</p> <p contenteditable="false">Non] Editable</p> <p>Para 2</p>
Current results: <p> Para <strong>1</strong></p> <p contenteditable="false"> <span>Non Editable</span></p> <p> <strong>Para 2</strong></p> Expected results: <p> Para <strong>1</strong></p> <p contenteditable="false"> <span>Non Editable</span></p> <p> Para 2</p> Reproduced on the contenteditable feature branch. |
|||||
#5837 | [ContentEditable][IE] Wrong cursor position at the end of readonly element | Bug | Normal | General | ||
Description |
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
Current results: Cursor is now anchored at the end of second paragraph and it's even able to type more characters. Expected results: Cursor should skip the second paragraph and be placed at the end of the first line. Reproduced on the contenteditable feature branch. |
|||||
#5838 | [ContentEditable] Context menu modify readonly elements | Bug | Normal | CKEditor 3.4 | UI : Context Menu | |
Description |
Right now context menu could be opened on non-editable element which lead to unrestricted modification, e.g. images. This one is related to the contenteditable feature branch. |
|||||
#5839 | "Insert row after" removes/moves the ids of the elements from the clicked row. | Bug | Normal | CKEditor 3.4.1 | General | |
Description |
When I use in a table the "Insert row after" command the ids of the elements from the clicked row are messed up in two ways:
How to reproduce (This is reproduced in FF 3.6.3 and IE 8):
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr id="r1"> <td id="c1"> <input type="text" id="i1"/></td> <td id="c2"> <input type="text" id="i2"/></td> </tr> </tbody> </table>
|
|||||
#5840 | Clicking CTRL+A inside the URL input in the Image dialog moves to the next input | Bug | Normal | CKEditor 3.4 | General | |
Description |
Steps to reproduce
Expected result: the whole text inside the field is selected. |
|||||
#5844 | config.contentsCss breaks kama skin font-size select | Bug | Normal | UI : Toolbar | ||
Description |
If you using contentsCss you lose the scrollbar in kama font size select.
Steps to reproduce: -see the result in the attached image additional info: win7, ff3.6.3, ckeditor 3.3.1 |
|||||
#5845 | Changing Number/Bullet List Style looses Cursor Positioning | Bug | Normal | CKEditor 3.4 | General | |
Description |
To reproduce the defect:
Expected Result: Cursor stays next to the new Roman Number inserted and when we start typing the text the new text appears as first list item. Actual Result: we could not see where the cursor is and when we start typing the text the new text replaces the new Roam Number that was inserted. If you are in the Starting line of a Nested numbered list,and when we start typing the text, the new text replaces the new roman number inserted and the new text concatenates with the text in the last list item at the previous level Same behaviour happens with Bullets |
|||||
#5846 | Undo not working properly with Numbered/Bullet list Styles | Bug | Normal | CKEditor 3.4 | Core : Undo & Redo | |
Description |
To reproduce the defect:
Expected Result: Numbered list Type should change back to Upper Roman. Actual Result: Numbered List Type is changing back to default Type(Decimal). Same behaviour happens with Bullets |
|||||
#5847 | CKFinder -> Jananese translation attached | Task | Normal | UI : Language | ||
Description |
Japanese translation from our client attached. |
|||||
#5848 | No way to add custom buttons at the bottom of the dialog when using iframedialog plugin | Bug | Normal | UI : Dialogs | ||
Description |
No way to add custom buttons at the bottom of the dialog when using iframedialog plugin. I hacked it by passing an extra option for buttons. I mean, if I dont want to show ok and cancel buttons and i am using iframedialog then there is no way now. |
|||||
#5849 | Inserting Images in IE7 | Bug | Normal | General | ||
Description |
Using IE7, if you delete an image in a document, don't move the cursor and then insert a new image, it places the new image at the top of the doc. Infact, it seems as though as soon as you select "Upload Image" it resets the cursor to the top of the document so any image that is inserted in IE7 always appears at the top of the document All worked fine in CKEditor 3.2 (revision 5205) |
|||||
#5850 | IE - Issues with Formatting options in Numbered/Bulleted list | Bug | Normal | CKEditor 3.4.2 | Core : Styles | |
Description |
To reproduce the defect
Expected Result: Bold formatting is removed. Actual Result: Bold formatting will remove and applies again we have to click on Bold Icon second time to remove the Bold formatting.
Expected Result: Italic formatting is applied to the start of the text in second list item Actual Result: Cursor moves to the end of previous list item and when type the text the second list item number is removed and Italic Formating is applied to the text we typed at the end of previous list item. |
|||||
#5851 | Get Value from CK Editor | Task | Normal | General | ||
Description |
How can i get value from ck editor with using JQuery. |
|||||
#5852 | Image is not pasted in the FCK ediotr 2.6 when copied from word | Bug | Normal | Plugin : Paste from Word | ||
Description |
Hi All, I'm using the FCK editor version 2.6.3 for my websites. When I copied the text and images from the word document and pasted it in the editor, the texts are shown and I can view the image frame, but the images is not shown in the editor as well as in the preview section. Can anyone let me know how to solve this issue and how can I paste the image from the word document to the editor. Thanks in advance. |
|||||
#5855 | Inserting link using Browser creates incorrect links | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
See http://cksource.com/forums/viewtopic.php?f=11&t=19136 Using version 3.3.1 (but has been a problem since at least 3.1) Steps to reproduce:
See the screen shot on the forums for an idea of what this looks like. I have ensured that the url I am returning from my custom browser is exactly the same each time (i.e. it is not that which is at fault). |
|||||
#5856 | CKeditor inserts blank ul's when exiting out of nested lists | Bug | Normal | General | ||
Description |
CKeditor inserts blank ul's when exiting out of nested lists. To duplicate the issue, create a sentence and turn it into a list item by highlighting and pressing the bulleted button. Press enter/return to drop to a new list item. Create a sentence and highlight it. Now press the increase indent button. This creates your nested un-ordered list. When you press return, this will create a new nested list item. Press return again and you have a new first level list item. Press return one more time and you should exit out of the list which occurs but... a blank UL will be inserted at the top of your nested ul. See attached screen shots. |
|||||
#5857 | CKEditor very slow with large content; crashes as well if SCAYT is enabled. | Bug | Normal | General | ||
Description |
CKEditor v3.3.1. Load a large block of HTML content to edit -- CKEditor is VERY slow, but does work. If SCAYT is enabled, however, the browser hangs (script timeouts) and we have to kill the browser process. This has happened in FireFox 3.6 in Windows as well as in Chrome in Windows (have not tested others). I am attaching an example HTML from an email message that was causing this issue. |
|||||
#5858 | Error on ScrollIntoView | Bug | Normal | General | ||
Description |
We use 3.3 of CKEDITOR. We face problem in the ScrollintoView function. After digging in the function's code let see the values of the local variables offset= 0 ; CurrentScroll =114; winHeight = 680; But this code block is generating error: if ( offset > currentScroll || offset < (currentScroll - winHeight)) win.$.scrollTo( 0, offset ); I solve the error by new code: if ( offset > currentScroll || offset < (currentScroll - winHeight) || offset == 0 ) win.$.scrollTo( 0, offset ); }}}} |
|||||
#5859 | Non HTML Tags will be sort next by next | Bug | Normal | General | ||
Description |
We use CKeditor for Mail Template creations and have some trouble since last Versions. We use Smarty Template Engine for our Template, which has Tags like {foreach ......} HTML {/foreach} By cleaning up the code, CKeditor produces somthing like that {foreach ....} {/foreach} HTML so the middle Part won't be iterated anymore. |
|||||
#5860 | [IE] > in attribute values are incorrectly escaped | Bug | Normal | CKEditor 3.4 | Core : Output Data | |
#5861 | [FF] Error when double clicking on table for first time. | Bug | Normal | General | ||
Description |
A 'range is undefined' error is thrown at line 183 in the link plugin's plugin.js. See screenshot. |
|||||
#5862 | SCAYT plugin removes selection in table | Bug | Normal | CKEditor 3.4.2 | UI : Spell Checker | |
Description |
|
|||||
#5863 | Alignment or formatting is not applied to selected cell text. | Bug | Normal | CKEditor 3.4 | General | |
Description |
|
|||||
#5864 | config.disableNativeSpellChecker = true not working in Google Chrome | Bug | Normal | General | ||
Description |
The same CKEditor settings viewed in Chrome and FireFox 3.6. Chrome displays red underlines for misspelled words and FireFox does not. When SCAYT is enabled, we see double underlines in Chrome on words that both SCAYT and Chrome believe are misspelled. |
|||||
#5865 | MediaWiki FCKEditor Edit Window Frame Height | New Feature | Normal | General | ||
Description |
I would like to be able to adjust the height of the editing window. At the moment you have to use the far right scroller just so you can see the whole edit window. What file can I edit to adjust this? |
|||||
#5866 | IE Cursor positioning for Language:RTL style behaves differently to other browsers | Bug | Normal | General | ||
Description |
To reproduce the defect
Expected Result: See that the cursor is positioned at one space next to the end of the previous word. Actual Result: The Cursor moves to the beginning of the line and when we start typing the next word cursor moves to the correct position. |
|||||
#5867 | CKEditor automatically adds <br /> | Bug | Normal | General | ||
Description |
I have few CKEditor fields on my form and when I submit the form without entering anything in those fields, I get <br />. It should be just blank. Any idea how to fix this. |
|||||
#5868 | Turning bullets on and off adds new lines to the text | Bug | Normal | Core : Lists | ||
Description |
When text is marked as list, and then unmarked, extra new lines added to the first text. The reason for that is that <p> tags are added after removing the bullets. Steps to reproduce:
<p>line1<br />line2</p>
Please check the attached screenshots. |
|||||
#5869 | Content in editing area overflow to edges of editor | Bug | Normal | UI : Spell Checker | ||
Description |
Hi Using IE 8 / Win 7 CKEditor 3.3.1 , after opening editor via JS API and having text which fills the height of editing area the text is overflowing the edges / frame of the editor (attached is a snapshot) Also the editor behaves very slow and stuck the browser . These issues are not in the previous version(3.2.1) |
|||||
#5870 | Add ability to hide anchors in editor content (patch) | New Feature | Normal | General | ||
Description |
The way CKeditor currently handles anchors is quite obtrusive. Documents with anchors look very different when they're being edited than they do in real life. This patch adds the linkShowAnchors config item. It defaults to true and, if the user sets it to false, anchors will remain hidden while the document is being edited. All other functionality remains the same. |
|||||
#5871 | Adding new line doesn't keep format in Safari and Chrome | Bug | Normal | Core : Styles | ||
Description |
When new line is added, all formatting is lost. This bug happens only in Chrome and Safari. Works ok for IE6, IE7, Opera and FF.
|
|||||
#5872 | Scrollbars on color pallet in Office 2003 skin | Bug | Normal | UI : Toolbar | ||
Description |
Scrollbars occur in office 2003 skin. |
|||||
#5873 | Inconsistent behavior of insertHtml in IE and FF | Bug | Normal | General | ||
Description |
When starting with the following html and selection (in wysiwyg mode): <p><span style="color: #f00">text</span>^</p> executing insertHtml (use _samples/api.html to check it) in IE8 results in: <p><span style="color: #f00">textNEW_INSERTION</span></p> in FF 3.6.3 the result is different: <p><span style="color: #f00">text</span>NEW_INSERTION</p> |
|||||
#5874 | Adding anchor tag deletes related content selection | Bug | Normal | General | ||
Description |
Long standing bug, people have been complaining about it on the forum since January. General synopsis of problem with at least Firefox:
Upon submitting the form the selected content will be purged from the document. They literally are removed. Images, text are both affected. Video to see reproduction of bug on firefox here: http://www.youtube.com/watch?v=CJgSFgko6BQ Thread on forum: http://cksource.com/forums/viewtopic.php?f=11&t=17220 |
|||||
#5875 | Java Script in source view breaking the editor while loading.. | Bug | Normal | General | ||
Description |
Hi, I had entered some data along with some java script in source view. while loading the data Fckeditor is breaking. Is there any work around for this defect? Regards, Raghavendra. |
|||||
#5878 | Enter backspace deletes the first line in Normal <DIV> format | Bug | Normal | UI : Enter Key | ||
Description |
When several lines in Normal <DIV> format and use backspace and the enter in the middle of them the first line is deleted.
|
|||||
#5879 | Deletion problem for parent lists | Bug | Normal | Core : Lists | ||
Description |
Parent lists cannot be deleted when there are nested ones. to reporduce paste the source in CKEditor <ul> <li> line1 <ul> <li> line 1.1</li> <li> line 1.2</li> </ul> </li> <li> line2 <ul> <li> line2.1</li> </ul> </li> <li> line3</li> </ul> Delete line 2 -> text is deleted, but bullet remains - I attach screenshot. |
|||||
#5881 | [FF] Up arrow at top of document inserts a paragraph | Bug | Normal | General | ||
Description |
When the insertion point is on the first line of the document and I hit up-arrow, CKeditor scrolls everything down and inserts a new blank line at the top. Happens 100% of the time. Very annoying. This is Firefox only. It works properly in Chrome and IE. Might be related to #5834 Result of this forum post: http://cksource.com/forums/viewtopic.php?f=11&t=19244 |
|||||
#5882 | Fire event when a page is switched in a dialog (OnDialogTabChange in v2) | New Feature | Normal | CKEditor 3.4 | General | |
Description |
Most of the people won't need this, but firing an event before the page/tab is switched allows to validate data, update the interface, even avoid switching tab at the wrong time and the code is quite simple. |
|||||
#5883 | event.editor undefined for "keyup" event | Bug | Normal | General | ||
Description |
Inside the keyup event, the event object contains an editor, but it is undefined. By not making the editor available, it renders the keyup event useless in cases where there may be variable numbers of editors on the page, and we do not know the editors names ahead of time. Here is an example. In this case, we assume that this chunk of code is contained inside a loop, and until run-time, we do not know the value of "id". CKEDITOR.instances[id].on("instanceReady", function(event) { //set keyup event alert(event.editor.name) //this correctly gives me the name this.document.on("keyup", function(event) { alert(event.editor.name); //this throws an error, as the editor is undefined. }); }); |
|||||
#5884 | switching edit view to source view and back or submitting: fckeditor eats up <p></p> | Bug | Normal | Core : Output Data | ||
Description |
For a more detailed description, see http://cksource.com/forums/viewtopic.php?f=5&t=16779 The problem is that "empty" lines (lines that only contain <p></p>) are swallowed, when you switch from edit view to source view and then back to edit view. The same thing happens when you submit the data in an form. |
|||||
#5885 | Disable editor in Iphone and Ipad | Bug | Normal | General | ||
Description |
It looks like there is a problem with Iphone and Ipad: http://cksource.com/forums/viewtopic.php?f=6&t=18317 How about disabling the editor there? |
|||||
#5886 | Table cell dialog: change spacer() to a constant | Bug | Normal | CKEditor 3.4 | UI : Dialogs | |
Description |
As it's always returning the same value, the spacer() function should be a constant string |
|||||
#5887 | Make the smilies table's columns number configurable | Bug | Normal | CKEditor 3.4 | General | |
Description |
The number of columns displayed in the smilies matrix should be configurable. |