Custom Query
Results (4701 - 4800 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#4973 | Div dialog 'Style' select field in vain | Bug | Normal | CKEditor 3.2 | Core : Styles | |
Description |
The 'elementStyle' field in div dialog have no effect right now, it will never be populated, we should have the functionality properly align with v2. |
|||||
#4974 | ARIA support in rich combo and color panel | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
Rich combo and color panels should be ARIA-enabled. |
|||||
#4975 | ARIA support in menu | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
Context menu and button menu should be ARIA-enabled. |
|||||
#4976 | Change the Combo box Options in some Light Boxes when JAWS is On | Bug | Normal | Accessibility | ||
Description |
Jaws not allowing the Reader to Change the Options in the Combo boxes, when you enter the Combo box and the Combo box is the First Element of Focus on that Light Box.
Even when we use Arrow Keys it is not Changing the Options but if you Navigate to the Next Field(by Pressing Tab) and then Come back(by Pressing Shift+Tab) Jaws Reads properly and you can select the Options.
This is also happening on the Flash Light box when we go from General Tab to Properties tab the Focus goes to Scale Combo box. Expected result: JAWS Should Read the Combo box Properly and it should say to the User"Target Type Combo box..To Change the Options use Arrow Keys" and it should let the User to select the Options in the Combo box. |
|||||
#4977 | [IE] After inserting Text and Table Template we can't go back and Type in the Template | Bug | Normal | General | ||
Description |
Actual result: we can't go to the Title Filed or Text Field to Type the Text ..The Only way we can do it..First Click on the Table in the Template and then Click next to the Title Field or Text Field. This is happening only in IE6 and IE7 Expected result: The Cursor should be next to the Title after we inserted the Template.This is what is happening in FF2 and FF3. Browsers: IE6 and IE7 |
|||||
#4978 | Text formatting buttons broken in Chrome | Bug | Normal | General | ||
Description |
http://nightly.ckeditor.com/4905/_samples/replacebycode.html
Steps: This is also the case with Italic, Underline, Strike-through, Subscript, Superscript, Background Color, and Foreground Color from what I've tested. Selecting text and applying these styles does still work, however.
OS: Windows Vista with SP2 |
|||||
#4979 | Ensure all source files are in _source directory | Bug | Normal | General | ||
Description |
I'm not sure if this is intentional/required - however it makes sense to me to have the following files in the '_source' directory, since they are source files. ckeditor_basic_source.js ckeditor_source.js ckeditor.pack (would obviously require changes within for the paths) It just makes it easier to manage all source files, as I wont be including these source files in my projects package - deleting just 1 directory is easier. |
|||||
#4980 | img border=0 not working | Bug | Normal | CKEditor 3.2 | General | |
Description |
Try setting Image Properties -> Border=0, click OK - went back to properties, nothing in border text box. Then tried linking an image - automatically defaults to a border - went to Image Properties, entered 0 in Border, clicked OK - nothing changes. This WORKS in 3.0, but since installing latest version (last night) it doesn't. Is OK for any other value entered in this field (tried image border=1 and it saves correctly). |
|||||
#4981 | ARIA support in dialogs | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
All dialogs in editor should be ARIA-enabled. |
|||||
#4982 | Transparent background not working | Bug | Normal | General | ||
Description |
I have deleted the following lines in "contens.css": /* Remove the background color to make it transparent */ background-color: #fff; But the background remains white. |
|||||
#4984 | Some statements are comma separated | Task | Normal | General | ||
Description |
Looking at the code in plugins/undo.js I've found two statements like return this.restoreImage( image ), true; That ", true" is useless as far as I understand and the lint check doesn't give a warning because it's disabled in its config: -comma_separated_stmts # multiple statements separated by commas (use semicolons?) Enabling that shows that there are other places where such problem exists. Some of them I guess that can be fixed by changing the comma to semicolon, but I don't know what's the logic for other situations like this one in tabletools: if( trimCell( cell ), cell.getChildren().count() )
maybe it's a && there? |
|||||
#4985 | Destroy and recreate editor with htmlEncodeOutput | Bug | Normal | General | ||
Description |
Dstroy and create editor with htmlEncodeOutput = true double encode text in editor. Reproduction:
|
|||||
#4986 | IE image prevents clicks on the button | Bug | Normal | General | ||
Description |
Select the image in the editor. Scroll further down the content editor to get the image buttons. The buttons that are before the picture is not clickable. |
|||||
#4987 | Browser Server in Link tab of Image Properties dialog links to the wrong page | Bug | Normal | CKEditor 3.2 | UI : Dialogs | |
Description |
When you click the Browser Server button on the Link tab of the Image Properties dialog, it takes you to the filebrowserImageBrowseUrl... Shouldn't it take you to the filebrowserBrowseUrl? |
|||||
#4988 | Safari breaks when pasting with forcePasteAsPlainText = true | Bug | Normal | CKEditor 3.2 | Core : Pasting | |
Description |
When pasting with Safari and forcePasteAsPlainText = true in the settings, the browser breaks and shutdown completely. Confirmed with Safari 3.2.2 Win, and also reported here. |
|||||
#4989 | Unlink button is active before the editor is being focused | Bug | Normal | UI : Toolbar | ||
Description |
Open the demo and do NOT focus the editor yet. notice that the unlink button is active even though there is no link at the begining of the content. |
|||||
#4990 | fckdtd2js failing | Bug | Normal | General | ||
Description |
I've been trying to build my own DTD for CKEditor, but FCKdtd2js.jar does not appear to be working properly. I receive the following error: >java -jar FCKdtd2js.jar dtd\html401-strict.dtd At line 81, column 8: Expected GT instead of NMTOKEN(--) com.wutka.dtd.DTDParseException: At line 81, column 8: Expected GT instead of NMTOKEN(--) at com.wutka.dtd.DTDParser.expect(DTDParser.java:311) at com.wutka.dtd.DTDParser.parseEntityDef(DTDParser.java:916) at com.wutka.dtd.DTDParser.parseEntity(DTDParser.java:818) at com.wutka.dtd.DTDParser.parseTopLevelElement(DTDParser.java:262) at com.wutka.dtd.DTDParser.parse(DTDParser.java:121) at com.wutka.dtd.DTDParser.parse(DTDParser.java:103) at net.fckeditor.devutil.dtd.WutkaDTDParser.parseXmlDefinition(WutkaDTDParser.java:30) at net.fckeditor.devutil.dtd.DTDJsGenerator.run(DTDJsGenerator.java:137) at net.fckeditor.devutil.dtd.DTDJsGenerator.main(DTDJsGenerator.java:95) You can also follow this thread for more information. |
|||||
#4991 | Can't change link text color | Bug | Normal | General | ||
Description |
When you make some text a link, and then go back and try to change the text color, it doesn't work. CKEditor 3.1 puts the color-changing <span> tags outside of the <a> tags. The color tags should go INSIDE the <a> tags if changing a link color is to work. Another solution (although harder, it would be more elegant) would be to put a color dialog inside the link dialog. |
|||||
#4992 | Empty <style> tags in fullPage mode | Bug | Normal | CKEditor 3.3 | UI : Spell Checker | |
Description |
When in fullPage mode, CKEditor 3.1 puts empty <style> tags in the <head> section. |
|||||
#4993 | Cannot change image alignment back to "not set" without reopening a dialog | Bug | Normal | CKEditor 3.2 | General | |
Description |
When embedding an image, if you change the alignment dropdown to either left or right, you can't change it back to "<not set>" without reopening the dialog. Steps to reproduce
(float: right has not been removed). |
|||||
#4995 | ARIA support in editing blocks | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
We should enable ARIA support in both wysiwyg and sourcearea editing block. |
|||||
#4996 | Make CKEDITOR readonly | New Feature | Normal | General | ||
Description |
Ability to switch CKEDITOR to readonly/editable through javascript |
|||||
#4997 | ui.dialog.file doesnt' apply events to the input and doesn't return its value | Bug | Normal | CKEditor 3.4 | General | |
Description |
While working on the easyUpload plugin I found some problems with the implementation of the ui.dialog.file element as it didn't allow to read the value of the input and trying to set event listeners failed as they are being applied to the wrapper element instead of the current input. The patch fixes those issues. |
|||||
#4998 | Odd height on URL field in add link dialog | Bug | Normal | General | ||
Description |
The height of the URL field in the Add Link dialog box is appearing to be double height as it is installed on my site (ListCentral.me). I have attached a screenshot to help explain what is going on. If I add the line "height: 17px" to the css rules affectting the div defined as <div class="cke_dialog_ui_input_text">, the appearance of the input field is improved. Alternatively, the above mentioned div could have the color set by the user, in my case that dark green. |
|||||
#4999 | Undo unavailable after inserting template before editing content | Bug | Normal | CKEditor 3.2 | Core : Undo & Redo | |
Description |
Result: Undo is not available
|
|||||
#5000 | FF: unable to type plain text (close link) after inserting a link | Bug | Normal | General | ||
Description |
Ok, this was a bit tricky because I did not understand why sometimes it doesn't work and sometimes works, but finally I found the way to reproduce it. Using FF 3.5.7:
|
|||||
#5001 | Safari: image dialog cannot load image attributes | Bug | Normal | General | ||
Description |
If image is aligned to the left or right, and "Image properties" is selected in the context menu, then the opened dialog is empty (does not load any image attributes, including image url). Steps to reproduce
Another related issue:
|
|||||
#5003 | The anti-cache timestamp is not applied on a few critical files. | Bug | Normal | General | ||
Description |
I've recently had some trouble with clients getting Javascript errors after I've updated CKEditor to 3.0.2. Now with 3.1, I don't want the same trouble, so I investigated the anti-cache functionality. I include the CKEditor in the proper way, and most files do get the anti-cache timestamp, but a few critical ones don't. The two criticals I have had problems with are custom plugins, and skins. Timestamp ommited when loading a custom plugin I have a custom plugin for CKEditor, which I used to include like below. CKEDITOR.plugins.addExternal('myplugin', 'ckeditor/plugins/myplugin/'); You can see I ommited the filename, making it default to 'plugin.js'. However, doing so, the anti-cache timestamp is not appended to the file name. When I define the filename like blow, the timestamp IS added. CKEDITOR.plugins.addExternal('myplugin', 'ckeditor/plugins/myplugin/', 'plugin.js'); I reckon the timestamp should also be appended when using a 'default' filename, not only when I define it manually. Timestamp not appended to my skin The anti-cache timestamp is never appended to the skin filename. Even if I use one of the three CKEditor skins, or use my own custom skin, no timestamp appended. In core/skins.js on line 197, you can see the following code: CKEDITOR.scriptLoader.load( skinPath + 'skin.js', function() { loadPart( editor, skinName, skinPart, callback ); }); No timestamp, whereas a simple change can solve the caching problems: CKEDITOR.scriptLoader.load( skinPath + 'skin.js?t=' + CKEDITOR.timestamp, function() |
|||||
#5004 | Create accessibility plugin | New Feature | Normal | Accessibility | ||
Description |
ARIA is still not fully supported in browsers and screen readers. We still want to have the editor accessible with some old technologies, these should have a dedicated plugin for all the backwards (hacks) compatibility. It would make the necessary changes to the editor structure to make it accessible on some situations. It should be optional, loaded only when needed. |
|||||
#5005 | HTML errors in PHP samples | Bug | Normal | CKEditor 3.2 | General | |
Description |
The PHP samples "advanced.php" and "events.php" contain HTML errors. An HTML <p> (open) tag is missing before the Submit buttons Patches add the <p>. |
|||||
#5006 | Dutch language updates | Bug | Normal | CKEditor 3.2 | UI : Language | |
Description |
Dutch language updates for the 3.1 release. Includes translations for
|
|||||
#5007 | IE Standards Mode: Incorrect selection & range produced when clicking to the right of a <br /> | Bug | Normal | General | ||
Description |
For the first 500ms after clicking to the right of a <br />, IE produces a range at the wrong spot. To see the problem, edit plugins/selection/plugin.js. In IEs getNative(), add: this.document.$.selection.createRange().select(); so it looks like: CKEDITOR.env.ie ? function() { this.document.$.selection.createRange().select(); return this._.cache.nativeSel || ( this._.cache.nativeSel = this.document.$.selection ); } Then open ckeditor, and set the HTML to: <p>Line 1<br /> Line 2</p> Click to the right of the Line 1 / the <br />. The caret will move to the start of Line 2, thus proving that the IE range created is wrong.
Some notes:
|
|||||
#5008 | Image dialog buttons should display labels in HC mode if they have a function | Bug | Normal | CKEditor 3.2 | Accessibility | |
Description |
This refers to Image Reset Size and Lock Ratio buttons. |
|||||
#5010 | [FF] Difficult to add content after a new horizontal line | Bug | Normal | General | ||
Description |
Open the CK Editor.
Result: The horizontal line is inserted and the editor focus is lost. It is difficult to place the cursor below the horizontal line. Expected Result: The focus should remain in the editor and the cursor should be placed after the horizontal line. This is how it works in IE. |
|||||
#5011 | CKEditor should provide a common way to registry/config the lang file | Bug | Normal | General | ||
Description |
CKEditor supports multiple languages. But all the language files are hardcode in lang.js. Consumer doesn't have a common way to registry/configure which we need to load or not. Especially when we want to add other language file, we have no way to add it except modifying the source code. CKEditor should provide a config to let user add additional language file. |
|||||
#5012 | If the menu plugin isn't initialized compressed CKEditor fails to load | Bug | Normal | CKEditor 3.2 | UI : Context Menu | |
Description |
From http://cksource.com/forums/viewtopic.php?f=11&t=17216 In the config.js of the release version set this to remove the custom context menu config.removePlugins = 'scayt,menubutton,contextmenu'; Now when the page is reloaded the editor fails to initialize "'this._.menuGroups' is null or not an object" The problem is really in the menu plugin.js that always executes some code even if it hasn't been initialized. |
|||||
#5013 | Need a way for CKEditor to configure name format of language files | New Feature | Normal | General | ||
Description |
Could we provide a configuration parameter for language files so that we can add a prefix to the file when searching for a language file. So instead of loading: <locale>.js we would load a/b/myfile_<locale>.js Perhaps the language loader could have a config option to use a prefix for finding files. E.g. config.langFilePrefix="myfile_"; Then the editor would look for each language file with the prefix in the language folder e.g. ckeditor/lang/myfile_en.js |
|||||
#5014 | Navigation keystrokes compliance with JAWS | Task | Normal | CKEditor 3.2 | Accessibility | |
Description |
We should align our widget navigation keys with JAWS' default keystrokes which are considered as 'user convention' by adding the missing ones, while keeping the original ones. |
|||||
#5015 | Create access-keys-map help plugin | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
We should introduce a well-accessible manual page containing all the keystrokes defined by the editor for better illustrating (especially for disabled user), in the form of a dialog. |
|||||
#5016 | [IE] Scrolling problem with tables | Bug | Normal | General | ||
Description |
Result: After pressing the browser's scrollbar down arrow button the page does not scroll below the cell with the cursor. |
|||||
#5017 | cannot work with firebug | Bug | Normal | General | ||
Description |
A warning message popup when I open a page which include ckeditor.js in FireFox(3.5.7) and turn on the Firebug. It gives me 3 choice -- Stop script, Debug script and continue. But no metter which I choose, it will popup again, and popup continuously. Here is the message. Warning: Unresponsive script A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue. Script: XPCSafeJSObjectWrapper.cpp:450 |
|||||
#5018 | Find highlighter removes bgcolor and font color from words | Bug | Normal | CKEditor 3.3 | Core : Styles | |
Description |
Actual result: the text colour or background colour that you have applied to the word is removed. Expected result: the text colour or back ground colour applied to the word should remain |
|||||
#5019 | Unintended tag generation | Bug | Normal | General | ||
Description |
When rendering text like that <blablabla it gives nothing and the html source code is : <p> <blablabla></blablabla></p>
|
|||||
#5020 | Inserted image not being displayed correctly on IE6 | Bug | Normal | UI : Dialogs | ||
Description |
When inserting images using the Image plugin, if the "fileurl" string returned via "window.opener.CKEDITOR.tools.callFunction" as stated in http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29/Custom_File_Browser is not a full URL path (without the protocol and domain info), on IE6 the image src would be rendered as "http:///path_to_image" with the extra "http://" in front. Which in turn cause the image not being displayed and inserted correctly as expected. The root cause has to do with the way those "img" elements are created in the image plugin. On IE6 this line of code in plugins/image/dialogs/image.js would always fail: original.setAttribute( 'src', newUrl ); |
|||||
#5021 | Automatic insertion of <br /> in Firefox when using enterMode = BR; | Bug | Normal | CKEditor 3.3 | General | |
Description |
In Firefox (I'm using 3.5.7, but other people from cksource forum say that in version 2.0 and 3.0 happens the same) in empty ckeditor window, in all versions starting from 3.0 to 3.1, while using config.enterMode = CKEDITOR.ENTER_BR;, is being inserted <br /> at the start of the document and when starting to type - you do it from a second line already. In the other browsers (I've checked in all IE- 6,7,8, Opera, Chrome, Safari) it seems to be OK. Topics: http://cksource.com/forums/viewtopic.php?f=11&t=16578 http://cksource.com/forums/viewtopic.php?f=11&t=17195 |
|||||
#5022 | Suggestion: Move functions "is()" and "getName()" to node.js | Task | Normal | General | ||
Description |
Hello, During my tinkering with ckeditor, I think it would be very convenient to have the methods "is()" and "getName()" moved from element.js to node.js. This makes sense because nodeName is a part of the browsers TextNode object as well. It helps because if you are doing a test to see if an element is say a <br /> the code changes from:
if(element && element.type == CKEDITOR.NODE_ELEMENT && element.is('br'))
to just: I have seen these sort of checks a lot of places in the ckeditor source. Let me know your thoughts. |
|||||
#5024 | Port doctype samples from FCKeditor | Task | Normal | CKEditor 3.4.2 | General | |
Description |
Port the samples 14, 15 and 16 to show how to generate XHTML, HTML 4 or legacy HTML for flash. |
|||||
#5029 | The server didn't reply with a proper XML data. Please check your configuration. | Bug | Normal | Server : PHP | ||
Description |
when we use fckeditor with magento it gives error . server didn't reply with a proper XML data. Please check your configuration. any solution for this error. Thanks Hemant |
|||||
#5030 | CKEDITOR.timestamp wasn't added while loading skin.js | Bug | Normal | CKEditor 3.2 | General | |
Description |
CKEDITOR.timestamp wasn't added while loading skin/XXX/skin.js Should be an easy fix in 10 seconds. |
|||||
#5031 | IMG border attribute | Bug | Normal | General | ||
Description |
when selecting image and then put link for this image u will get blue border in IE. in prev version of editor i simply entered in border of image in properties value 0: <a href=""><img border="0" src="" /></a> but now when i do it, it simply remove attribute border from img tag i i set border="0" |
|||||
#5032 | CKEDITOR.env is undefined when loading ckeditor with ckeditor_source.js | Bug | Normal | General | ||
Description |
Hi, I get the following error when trying to use ckeditor_source.js instead of the normal js file: --- CKEDITOR.env is undefined http://www.example.com/js/thirdparty/ckeditor/editor/_source/core/loader.js Line 161 --- The error happens when trying to load core/event.js. When adding the dependency core/env to the core/event to the scripts variable, I get the same error, of course, when trying to load core/env.js. How can this be resolved? Cheers, Michael |
|||||
#5033 | Invalid behavior when inserting nested divs with insertHtml() | Bug | Normal | General | ||
Description |
Steps to reproduce
|
|||||
#5034 | Maximize button does not work properly | Bug | Normal | General | ||
Description |
IE 6.0.3790.1830 When using the maximize button, drop down boxes are still visible. Please see attached pictures (before and after maximize button is hit). I have also attached before and after .html for you to analyze. Thank you!! |
|||||
#5035 | openTag method doesn't use the attributes arg | Task | Normal | Core : Output Data | ||
Description |
In both basicWriter and htmlWriter the openTag method doesn't use the attributes parameter: openTag : function( tagName, attributes ) { this._.output.push( '<', tagName ); }, and openTag : function( tagName, attributes ) { var rules = this._.rules[ tagName ]; if ( this._.indent ) this.indentation(); // Do not break if indenting. else if ( rules && rules.breakBeforeOpen ) { this.lineBreak(); this.indentation(); } this._.output.push( '<', tagName ); },
Am I missing something here? In the calls to the method the attributes are sent, but that could be removed as well as the examples about how to use it. |
|||||
#5036 | Fckeditor is not displaying in IE | Bug | Normal | Server : ASP.Net | ||
Description |
Hello , I have used Fckeditor for a ASP.NET website. Every thing is working fine in Chorme,mozila but In IE7,IE8 Fckeditor gives an error on object expected on line 179 fCKeditor\editor\fckeditor.html?InstanceName=ct100_Contentplaceholder1_page_content I have checked my code so many time but couldnt find any error. Please help me out... |
|||||
#5037 | One-line toolbar does not work in IE | Bug | Normal | UI : Toolbar | ||
Description |
Hello, when set to one-line toolbar. ie7 error in the bottom of the Toolbox. ie8 not click on the arrow to collapse the Toolbox |
|||||
#5038 | Impossible to add new format tag using configuration settings | Bug | Normal | General | ||
Description |
To add new format_tag according to the documentation it is enough to add something like: config.format_pre = { element : 'pre', attributes : { class : 'code' } }; in the configuration object. Unfortunately also a new language entry is needed by the format plugin in the onRender() function: if ( tag != currentTag ) this.setValue( tag, editor.lang.format[ 'tag_' + tag ] ); Because there are no language entries for "unknown" tags, CKEditor is displaying them as "undefined" in Format combo box. This can be solved by #1032 but should be also documented better when #1032 is fixed. |
|||||
#5039 | Complete Finnish translation | Bug | Normal | CKEditor 3.2 | UI : Language | |
Description |
Here's a complete Finnish translation (fi.js). |
|||||
#5040 | Font dropdown not working after font change on a selected text | Bug | Normal | CKEditor 3.2 | Core : Styles | |
Description |
Apparently a Firefox-only problem. Changing the font on a selected text causes the font dropdown to not to show the font itself, even if it was correctly applied to the text. To make it work again, change the size of the same text. As you can see in the following example, the HTML of the content is very simple; it seems that if the span with the font-family spec comes before the font-size one the font dropdown doesn't recognize the font (selecting the size swaps the two spans so it works again): <p><span style="font-size: 12px;"><span style="font-family: Arial,Helvetica,sans-serif;">Example...</span></span></p> |
|||||
#5041 | Table summary can not be removed. | Bug | Normal | CKEditor 3.3 | UI : Dialogs | |
Description |
Observe the the original summary value in the Summary field. |
|||||
#5042 | BaseHref Error | Bug | Normal | General | ||
Description |
Hi, In first place, sorry for my english, it's not good. The problem I'm facing is related with the baseHref functionality recently added to the config file for CKEDITOR. I have two websites.
The admin user accesses the administration pages through cms.mysite.com, but the uploaded files (images) are uploaded (on purpose) to the public site (www.site.com). Therefore, in the config file constructor I added the baseHref this way: config.baseHref = "http://www.site.com/"; Ok. In Firefox it works as it is supossed to be, but in IE6, IE7 and IE8 it doesn't work in the HTML editor because the images path take the basepath of cms.site.com, ignoring the configuration. The stranger, is that right-clicking the image, in properties, the image is previewed correctly because it takes the basepath from the configuration (this is Ok). Additionally, just to mention that I validated all that is written looking at the HTML generated using Firebug and checking the paths requested with Charles Debug Proxy too. |
|||||
#5043 | Javascript code appended to the content of the editor | Bug | Normal | CKEditor 3.2 | General | |
Description |
Sometimes the following code is appended to the content of the editor: <script id="cke_actscrpt" type="text/javascript">window.parent.CKEDITOR._["contentDomReadyeditor"](window);</script> In my case, I save the content to the database to be used in a different context than a browser so the script tag creates a problem; in any case it should not be part of the real (user) content. The conditions that cause this behavior are not clear at present time. See #4455. |
|||||
#5044 | Invoking WSC Spell Check causes IsDirty to be cleared | Bug | Normal | UI : Spell Checker | ||
Description |
Type some text in the editor. isDirty is set to true. Invoke spell check (WSC). Click "finsished" in the spell check dialog. isDirty is no longer true. Occurs in WinXP, IE and Firefox. |
|||||
#5045 | uiColor creates wrong css-code when editor-id contains period(.) when using multiple editors | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
Similar to ticket #4546 If you have mutiple editors in a page (using replace textarea by code) using uiColor and the textarea id contains a character needing escaping (.:) only the last editor will have the required colour. |
|||||
#5046 | jQuery adapter and ajaxSubmit method | Bug | Normal | CKEditor 3.2 | General | |
Description |
jQuery adapter doesn't work with and ajaxSubmit method, but it works well with ajaxForm(). Possible way for fixing this is updating element's content during 'form-pre-serialize' event. |
|||||
#5047 | Background color in CKEditor 3.1 normal/fullscreen | New Feature | Normal | General | ||
Description |
There is new contents.css which tells it to be white. Changing it doesn't help when using v2 style, because it has editor.css: .cke_contents{border:solid 1px #696969;background-color:white;} Changing that to transparent fixes the problem. But then when Maximized to fullscreen transparent shows underlaying page and there isn't any way (that I know of) chancing the background and maybe other styles according to are we in normal or fullscreen. There should be some class to use differentiate the mode. |
|||||
#5048 | Official web site is broken | Bug | Normal | General | ||
Description |
The official web site for CKEditor is almost unreadable due to missing style information. |
|||||
#5049 | Form Field list in JAWS lists Rich Text editor field wrongly. | Bug | Normal | CKEditor 3.2 | Accessibility | |
Description |
Press Insert+F5 to display the form field list. Jaws lists CKEditor as Unlabeled1 Edit and Unlabeled2 Edit. |
|||||
#5050 | Emoticon images use a fully qualified URL | New Feature | Normal | General | ||
Description |
Relative URLs would still be valid if the host name changes due, for example, to a migration to a new server. |
|||||
#5051 | about plugin is missing a dependency on dialog plugin | Bug | Normal | CKEditor 3.2 | General | |
Description |
The about plugin uses a dialog, but it lacks to specify it in the "requires" |
|||||
#5052 | Apple-style-span added in Chrome when joining two lines with different styles | Bug | Normal | Core : Styles | ||
Description |
Here is the problem easy to reproduce : Create one paragraph with heading1 style for example. Create a second paragraph without style. HTML source looks like this : <h1>test</h1> <p>test2</p> Type backspace on the first position of second paragraph. This should result in joining both paragraph with "heading1" style. It does well in firefox,IE : <h1>testtest2</h1> In Chrome (and maybe safari) it does not : <h1>test<span class="Apple-style-span" style="font-weight: normal;font-size: 12px; ">test2</span></h1> note : not an integration problem, bug reproducible also on ckeditor demo site. |
|||||
#5053 | Image Property Image don't work in Table in Div with Style on the div | Bug | Normal | General | ||
Description |
Hi, If you have this HTML Code : <div style="position: absolute; top: 20px">
style="width: 136px; height: 89px" width="132" />
</div> you can't modify Image Properties , if you select image , the image is automatically deselect , and property don't work. If y remove Style on the first line (Div) all work's fine |
|||||
#5054 | CKEditor bug found for Internet Exporer | Bug | Normal | Core : Styles | ||
Description |
I have found a problem that I have been unable to locate a fix for. It would seem that when adding to the style dropdown that firefox works as expected while ie 8 loses the focus on an element when attempting to alter it. This causes the style that is designated to the element to not display within the dropdown. Examples of elements that this happens with are as follows: [A, IMG, and UL]. Please, if you could point me to a possible fix for this I would really appreciate it. If not then please take my input as motivation for finding a possible solution. Also, please note that I am utilizing ckeditor 3.X within a module (named CKEditor 6.x) for Drupal 6.X as this information may help in locating a solution. |
|||||
#5056 | Protected Tags | Bug | Normal | Core : Output Data | ||
Description |
Reading from this page, http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource If I understand correctly, you must have
in your config to be able to use PHP code within the editor. However, if I load the editor, switch to Source mode, type some simple PHP:
and submit, CKEditor does not entitize or remove the PHP code and it goes through unscathed. This means I have to manually check for PHP code upon submission. Correct me if I'm wrong, but I believe that is a bug. |
|||||
#5057 | IE: BACKSPACE may delete the entire paragraph with corrupt HTML | Bug | Normal | General | ||
Description |
<P>X</P><SPAN> <P></SPAN>Put the caret in the middle of this paragraph and hit BACKSPACE.</P> <P>Y</p>
The entire paragraph is deleted. |
|||||
#5058 | Pressing tab when editor is maximized | Bug | Normal | UI : Toolbar | ||
Description |
This causes the editor to lose focus and causes the editor to lose focus, scroll somewhere offscreen and remain inaccessible due to the scrollbar having been disabled through javascript. Pressing tab will eventually circle you back around to get the editor back in focus, but not a solution by any means. |
|||||
#5060 | Allow registration of CKEDITOR.dialog event listeners in dialogDefinition event | New Feature | Normal | CKEditor 3.2 | General | |
Description |
Within the CKEDITOR.dialog constructor, the CKEDITOR.dialog._ object is being set after the dialogDefinition event is fired. If the dialogDefinition event is used to register an event listener for a CKEDITOR.dialog event it will get overridden, removing the CKEDITOR.dialog._.events object. In the CKEDITOR.dialog constructor, can the block of code that sets the CKEDITOR.dialog._ object be moved above where the dialogDefinition event is fired. |
|||||
#5061 | In FF, Safari and Chrome, empty paste enters a new line where the cursor is pointing in the text editor. | Bug | Normal | Core : Pasting | ||
Description |
In FF, Safari and Chrome, empty paste enters a new line where the cursor is pointing in the text editor. Steps to reporduce: Write the word Happy in the text editor. Then place the cursor somewhere in the middle of the word "Happy". Then open any of the paste option from the ck_toolbar and paste empty. A new line is entered in the word "Happy" breaking it into 2 lines. |
|||||
#5062 | Security warning message occurs when loading wysiwyg area in IE6 under HTTPS. | Bug | Normal | CKEditor 3.2 | General | |
Description |
This problem was occured version 3.1, but wasn't occured version 3.0. This seems very relevant to http://support.microsoft.com/kb/261188/en and http://dev.fckeditor.net/ticket/1920 Problem exists in wysiwyg area plugin line 276. http://dev.fckeditor.net/browser/CKEditor/tags/3.1/_source/plugins/wysiwygarea/plugin.js#L276 And it commited http://dev.fckeditor.net/changeset/4583 I think "src" attribute's value should not set blank. |
|||||
#5063 | In IE8, all toolbar controls are not working in Arabic language | Bug | Normal | General | ||
Description |
After enabling Arabic language in CKEditor 3.1 , following issues were observed in IE8:
These issues were also confirmed in latest nightly build. Please do test with IE7. Sample file to reproduce the issue is attached with this ticket. |
|||||
#5064 | Enter button is not handled properly while activating toolbar controls. | Bug | Normal | UI : Toolbar | ||
Description |
Enter is not captured for the toolbar buttons which causes the form post automatically. To reproduce the issue, follow the following steps:
You will observe that form post is happening. Same thing is happening for the "Maximize" button too. Sample file to reproduce the issue is attached with this ticket. |
|||||
#5065 | JAWS is not reading the editor in Safari | Bug | Normal | Accessibility | ||
Description |
JAWS is not announcing the editor name when cursor reaches inside the edit area of CKEditor 3.1. |
|||||
#5067 | Some times the dialog box border is broken and we are not able to drag the dialogue box. | Bug | Normal | UI : Dialogs | ||
Description |
Some times the dialog box border is broken and we are not able to drag it. This issue is not consistent, but we are able to reproduce it frquently. A screenshot has been attached with this ticket showing the problem. This is even reproducible in nightly build also. |
|||||
#5068 | Paste in Safari Always Pastes at the Beginning of Editor Content | Bug | Normal | CKEditor 3.3 | General | |
Description |
Summary: Every time you paste text in CKEditor 3.1 on Safari on Mac OS X 10.6, the pasted text is inserted at the beginning of all the content in the editor. Steps to reproduce:
This occurs even on the nightly demo as of Jan 27, 2010. Browser/OS: Safari (4.0.4 (6531.21.10)), Mac OS X 10.6.2 |
|||||
#5069 | Panels are not working with IE in RTL page | Bug | Normal | CKEditor 3.3 | UI : Floating Panel | |
Description |
The floating panel will not be visible. Note also that the page have an unwanted horizontal scrollbar. This is not an issue in IE8 mode and not even with other browsers. |
|||||
#5070 | jQuery adapter and jQuery 1.4 compatibility | Bug | Normal | General | ||
Description |
As reported in blog post comment, there is an unknown issue with jQuery adapter and jQuery 1.4 when included from same server. Although adapter seems to work well with jQuery 1.4.1 included directly from googleapis. |
|||||
#5071 | Russian translation | Task | Normal | CKEditor 3.2 | UI : Language | |
Description |
Russian translation isn't full. Here's almost completed translation to Russian. Language file (with other sources) was downloaded recently, at 27th January. Note: link.anchorName: 'Имя якоря' Current 'По имени якоря' is "by anchor name", if "anchor name" in nominative case is needed, use 'Имя якоря' the same for: link.anchorId: 'Идентификатор якоря' Color names were taken from: http://www.spravkaweb.ru/html/pril/color But it seems they're "standard" and used everywhere. E.g. in MS Word. |
|||||
#5072 | Problem with Styles drop down | Bug | Normal | UI : Toolbar | ||
Description |
The Styles dropdown is not active until it is used for the first time. When editing HTML, the styles dropdown does not show the current style when selecting text util the dropdown is clicked on, and the dropdown is drawn. In this case the styles are added using the addStyleSet method ind then setting the style in the config. The custom styles are not being loaded from a URL, they are defined inline on the page. |
|||||
#5073 | $sUnsafeFileName in CKfinder | New Feature | Normal | General | ||
Description |
I'm using since one year the CKfinder and it is a very usefull tool on my website. Now I did the update to version 1.42 and I will do the sugestion to give one line more to the config-file. In the german language there may be some letters like "Ä", "Ö" etc. and it might be users, who wants to upload a file with these bad letters in the filename. If there is a uploaded file with these bad letters on the server, the CKfinder will not work, because there appears a "wrong XML-response". I 've seen, that you have already placed a new line with bad letters in the FileUpload.php. It is the same place, where I had it placed in the last older versions of CKfinder. I did it now in Version 1.42 like this:
"*", "?", "|", "/"), "_", $sUnsafeFileName); If you put this list of bad letters in the config-file, the configuration might be easier in the next version, because I don't have to change a core-file. |
|||||
#5074 | Link target is not removed when changing to popup | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
The previous "target" attribute will still be there. I should have been removed instead. |
|||||
#5075 | icons in toolbar and context menu don't look good | Bug | Normal | General | ||
Description |
attaching an image for demonstrating. happens with version 3.1 in the demo and in a regular web page with all IE8 modes (IE7, Quirks, Standart) and with the 'Kama' and 'Office 2003' skins. probably regression. targeting it to 3.2 because this is a quite major bug. |
|||||
#5076 | Lorem Ipsum text needs to be resourced | Task | Normal | General | ||
Description |
The sample text in the image properties dialog should be resourced to allow customized sample text for different languages. Although "Lorem Ipsum" is well known amongst developers, it really confuses many users. |
|||||
#5077 | Special characters hard coded colors | Bug | Normal | CKEditor 3.2 | UI : Dialogs | |
Description |
The special characters dialog hard codes some colours for the character preview and html preview boxes. e.g. style : 'border:1px solid #eeeeee;background-color:#EAEAD1; These should be set with CSS to allow skins to override them. |
|||||
#5078 | [FF]Unicode extension-B characters requires two backspaces to delete. | Bug | Normal | General | ||
Description |
Enter some Unicode extension-B characters, for example 𠀀𠀁𠀂𠀃𠀄𪛔𪛕𪛖, then press backspace to delete the last character. You have to press backspace a second time to delete a character. (See attached image of example characters) |
|||||
#5079 | Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back. | Bug | Normal | CKEditor 3.4 | General | |
Description |
Enter a list with a few items. Add a page break in the middle of the list. Switch to HTML mode and back to WYSIWYG mode. Observe that the page break has moved to before the list |
|||||
#5080 | FCKeditor do not load using Chrome | Bug | Normal | General | ||
Description |
I'm using FCKeditor 2.6.5.1 inside Plone, and I can not get it to work in Google Chrome, it just output the msg "loading...", but when I disable javascript debug in the ZMI, it works. I do not have to do that when I'm using Firefox. |
|||||
#5081 | The table orientation symbol does not remain with table when its right or center aligned | Bug | Normal | General | ||
Description |
Insert a table. Right click on the table and choose Table Properties. Choose 'Center' alignment and click OK. Observe that the table orientation symbol remains left aligned. |
|||||
#5082 | Add MAC paste keyboard shortcut text to Paste Dialog. | Task | Normal | CKEditor 3.3 | Accessibility | |
Description |
The Paste dialog contains the text "Paste into the following box using "Ctrl+V" on your keyboard and click OK." Can the MAC keyboard shortcut also be added to the text, eg. Ctrl+V (Cmd+V on MAC) |
|||||
#5083 | Subscript and Superscript buttons remain selected when both are clicked | Bug | Normal | General | ||
Description |
Select a word. Click Subscript then click Superscript. The Subscript button remains selected. This may confuse the user. The Subscript button should be deselected. The <sub> tags should be removed. |
|||||
#5084 | Dialog resize with mouse broken | Bug | Normal | CKEditor 3.5 | UI : Dialogs | |
Description |
It seems that dialog resizing is broken since change set [3276] relating to ticket #3191. No handles for resizing in theme.js and dialog/plugin.js doesn't add any. |