Custom Query
Results (1501 - 1600 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#4823 | Table cell's bgcolor is better to be applied to background-color style, not to bgColor attribute | Confirmed | New Feature | closed | Normal | |
Description |
Or at least configurable. |
|||||
#4824 | [IE] Writing "<br/> " at the very first in <td> breaks the editor | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
To Reproduce
|
|||||
#4825 | Browser context menu is opened when clicking right mouse button twice | Confirmed Review+ | Bug | closed | Normal | |
Description |
This issue can be reproduced in any browser (tested in IE8, Safari 4.0.4, Opera 10.10, FF 3.5.5), but:
In FCKeditor I'm having this problem only in Opera. |
|||||
#4826 | Context menu doesn't work sometimes | Confirmed 3.0.2 Review+ | Bug | closed | Normal | |
Description |
This is a regression bug, this problem didn't exist in 3.0.1. I don't see any errors in the error console when this bug occurs. Steps to reproduceUsing Safari 4.0.4 @ Win (XP/SP3 in my case)
Instead of restarting, you may also try opening multiple tabs until you'll find that one with context menu not working. Once you'll be able to open Safari in "CKEditor context menu not working" mode, you can try clearing the browser cache, refreshing the page and so on and the context menu will be still broken in that tab. If you open CKEitor 3.0.1 in the same tab, context menu will be working there (in CKEditor 3.0.1). One user reported that on Snow Leopard sontext menu doesn't work in Safari, Google Chrome beta and FF 3.5.3. Another Snow Leopard user reported that this issue happens randomly, just as I described above and only in Safari. So, probably this is issue only exists in Safari, I don't have a Mac to check it. |
|||||
#4827 | Open image dialog on existing element cause error | Confirmed Review+ | Bug | closed | Normal | |
Description |
Environment3.1.x branch Reproducing Procedures
|
|||||
#4829 | [IE] Applying formatting from drop-down list on words highlighted by find does not work | IE IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Actual Result: The selected formatting is not applied to the word and the word is not highlighted Expected Result: The formatting should apply to the word and the word should still remain highlighted Tested on IE 6 & 7 |
|||||
#4830 | [IE] Editing image with keyboard does not retain the properties of the image when displaying the image dialog | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
Result: the image properties are not populated in the image dialog Expected result: the dialog should be populated with the image's properties. Note: using the mouse to select the image, does work as expected. Tested on IE 6 & 7 |
|||||
#4835 | Maximized editor wider than view port | Confirmed Review+ | Bug | closed | Normal | |
Description |
In Chrome, maximized editor is wider than view port. Please refer to attached sceenshot. |
|||||
#4836 | SCAYT - when enabled, text formatting is working differently | Confirmed | Bug | closed | Normal | |
Description |
Probably somehow related to #4793, but this problem exists in many browsers (tested on FF 3.5.5, Safari 4.0.4, IE8):
|
|||||
#4848 | IE: cannot type anything altghough cursor is blinking in the editing area | Confirmed IE 3.0.2 Review+ | Bug | closed | Normal | |
Description |
Happens only if you click with your mouse at the beginning of the editing area. Confirmed in IE8 @ Win XP/SS3 Steps to reproduce
This bug existed also in 3.0.1, but in 3.0.1 the cursor was not visible in the editing area at all. |
|||||
#4851 | IE : Delete table rows may throw a js error | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px"> <tbody> <tr> <td> AAA</td> <td> BBB</td> </tr> <tr> <td> CCC</td> <td> DDD</td> </tr> <tr> <td> EEE</td> <td> FFF</td> </tr> </tbody> </table>
A JavaScript error is thrown. |
|||||
#4855 | [FF3] Toolbar wrapping problem in V2 skin | Confirmed Review+ | Bug | closed | Normal | |
Description |
Toolbar wrapping problem in V2 skin. Please refer to attached screenshot. Reproduced in Firefox3 Strict. |
|||||
#4856 | CKEditor leaving tags when removing flash objects | Confirmed Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce
This is a regression bug introduced in [3779]. |
|||||
#4857 | Flash dialog - undefined values in "Properties" -> "Align" | Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#4858 | Resizing flash objects doesn't work properly | Confirmed | Bug | closed | Normal | |
Description |
Steps to reproduce
|
|||||
#4859 | Flash object elements are broken in FF | Confirmed Review+ | Bug | closed | Normal | |
Description |
Confirmed on FF 3.5.5 @ WinXP/SP3. Steps to reproduce
|
|||||
#4862 | locale name 'en-uk' should be 'en_GB' | Confirmed Review+ | Bug | closed | Normal | |
Description |
The file ./lang/en-uk.js should be called en_GB (or en-gb by the looks of how you do it here). It's pretty much never referred to as 'uk' but 'gb' in locales. |
|||||
#4863 | Kama skin: IFrame created in iframedialog plugin doesn't stretch to 100% height in FF3.5 | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
When creating a new plugin that utilizes the iframedialog plugin, you have to pass a Pixel width and height: CKEDITOR.plugins.add('dialog_name',{ requires: ['iframedialog'], init:function(a){ CKEDITOR.dialog.addIframe('dialog_name', 'Smiley', this.path+'lister.php',550,300, function(){/*oniframeload*/}) // etc. etc. iframedialog will assign those values to the dialog only and not to the iframe. The iframe gets assigned 100% width and height in the final source code. In the kama skin, but not in the office2003 and v2 skins, this will lead to the iframe being only 160 Pixels tall in Firefox 3.5. It works as expected in Internet Explorer 8. A fix that worked for me in Firefox 3.5 was to modify plugins/iframedialog/plugin.js and set a fixed width to the iframe: CKEDITOR.dialog.addIframe = function( name, title, src, width, height, onContentLoad ) { var element = { type : 'iframe', src : src, width : '100%', height : height // CHANGED }; The attached screen shot is using a customized template but checked with the original kama template as well. Feel free to contact me on follow-up questions. Thanks for providing this awesome product. |
|||||
#4877 | IE: in quirks mode, with office2003 skin, CKEditor displays source code in one long line | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
When office2003 skin is enabled, CKEditor has a problem in IE with source-view when in quirks mode. The source is not indented correctly and instead it's written in one long line. |
|||||
#4881 | IE: Error when cutting hr or table | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
With IE:
A js error is thrown. |
|||||
#4882 | Auto-detect paste from Word is not working on WebKit | Webkit Confirmed Review+ | Bug | closed | Normal | |
Description |
The automatic cleanup on paste from Word is working well in all browsers, except WebKit. Tested with Safari 3.2.2 and Chrome 4. |
|||||
#4883 | IE: Word cleanup leaves margins | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Actual results: <p style="margin: 0cm 0cm 10pt"> Testing Word Cleanup</p> <p style="margin: 0cm 0cm 10pt"> Testing Word Cleanup</p> <p style="margin: 0cm 0cm 10pt"> Testing Word Cleanup</p> Expected results (ok in Firefox): <p> Testing Word Cleanup</p> <p> Testing Word Cleanup</p> <p> Testing Word Cleanup</p> |
|||||
#4884 | Spell Check As You Type (SCAYT) causes IE to Scroll | Confirmed | Bug | closed | Normal | |
Description |
The following issue happens when using Internet Explorer (tested IE6 and IE8), both CKEditor 3.0.1 and 3.0.2: When text is typed in a CKEditor editor and I scroll to the top of the page, after about 2.5 seconds, the page will automatically scroll back down to the CKEditor editor. This has to do with the spell check as you type happening on a delay. When the spell check triggers, it shifts the page down to the editor. Any ideas on how to eliminate this problem (while keeping SCAYT turned on)? Can the delay be adjusted from the time text is entered to the time the spelling is checked? IE6 is the target browser. Thank you, Jared |
|||||
#4886 | Extra line break inside of created links | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When creating links, CKEditor adds Steps to reproduce
|
|||||
#4889 | FF2: New Page creates 3 undos | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproduce
Expected: Previous content is visible after one Undo. Reproduced in Firefox2. |
|||||
#4892 | [IE] Paste: Table alignment is being applied to table content | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Tables with an explicit alignment set are pasted with a wrapping div to set that alignment. When the alignment is center or right, various problems are encountered after pasting.
Reproduced in IE 6 & 7. |
|||||
#4893 | Editor should understand cell alignment styles | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
The editor should be able to manipulate the alignment options of table cells that have been set using CSS instead of attributes. e.g. vertical-alignment instead of valign. One place where this is required is working with tables that have been copied from Word, although other scenarios would warrant such a feature too. |
|||||
#4898 | Paste: After pasting a table from word it is not possible to navigate outside the table | Confirmed IE IBM Review+ | Bug | closed | Normal | |
Description |
After inserting a table using the paste function, it is not possible to navigate out of the table and continue editing the document. Reproduced in FF. |
|||||
#4899 | Can not undo 'formatted' paragraph format | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce:
Result: The format action is not undone. For other paragraph format options the undo action does undo the formatting. |
|||||
#4900 | [IE] Lock ratio padlock inconsistent between FF and IE | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
Reproduce in FF and IE:
Result: |
|||||
#4901 | Can not modify target window properties of a link | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
When the target option of a link is Popup Window, the values for the Popup Window Features and sizes can not be modified after the first edit of the properties.
To reproduce:
Result:
The options are not modified in step 8. but remain as set in steps 3 & 4 |
|||||
#4904 | Paste from dialog throws error | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#4905 | Paste plain text from dialog result incorrect in IE | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#4906 | Paste: No cleanup / Internal error TC | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
By pasting the attached document (Select All > Paste) in IE 8 Compatibility Mode, the cleanup error is thrown. |
|||||
#4910 | Paste command scrolls document in IE | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
There's an undesired document scroll-to-end effect when the IE security dialog is pending decision after click on 'Paste' command. |
|||||
#4911 | shared space sample page layout problem in IE quirks | IE6 Confirmed Review+ | Bug | closed | Normal | |
Description |
The following layout problems are observed:
|
|||||
#4916 | Editors overflow in IE quirks | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
All editors without explicit width config overflow horizontally in IE quirks in all sample pages. |
|||||
#4918 | FF: Switching to source view when editor maximized | Firefox Confirmed Review+ | Bug | closed | Normal | |
Description |
When switching to source view (back and forth) when editor is maximized, there is toolbar icons relocation for short period of time. They are displayed vertically on the left side of the editor. Please refer to attached screenshot. Reproduced in LTR quirks with FF2 (stronger effect) and FF3 using Office2003 and V2 skins. Kama skin is not affected. |
|||||
#4919 | Jquery adapter sample file is incorrect | Confirmed Review? | Bug | closed | Normal | |
Description |
There is a very specific way of creating samples for CKEditor. A short description is available here: http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/CKReleaser#Samples In short, html samples are just templates and sample-specific content should be placed inside of elements with the following IDs:
Another rule is that all sample files should be loading sample.js: <script type="text/javascript" src="sample.js"></script>
In jqueryadapter.html the following files are loaded in the
Ideally, both files should be loaded in a script with id "headscript" and below there should be a jquery code
To test whether the template is correct, just launch There is one more minor bug that can be corrected as well: http://www.fckeditor.net url shouldn't be used any more in the sample text. |
|||||
#4922 | Adapters are not available in released version of CKEditor | Confirmed Review+ | Bug | closed | Normal | |
Description |
this is because adapters are ignored in ckreleaser.release. |
|||||
#4923 | Maximize layout is broken when main page scrolled | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE8 with both Strict and Quirks Reproducing Procedures
|
|||||
#4924 | PHP integration is not using the timestamp in the ckeditor.js script | Confirmed Review+ | Bug | closed | Normal | |
Description |
According to the documentation, the server side scripts must append the timestamp to the ckeditor.js file, so it updates the cache on new releases. The PHP integration is not currently doing so. |
|||||
#4926 | FF2: Resizing doesn't work | Firefox2 Confirmed Review+ | Bug | closed | Normal | |
Description |
In Firefox2, resizing of the editor doesn't work - editor is collapsed to minimal size and stays in this state. Both quirks and strict. Work's well in Firefox3 and CKEditor 3.0.2. |
|||||
#4932 | Collapse toolbar button visible but not usable on simple toolbars | IBM Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
When using simple toolbar, like in the uicolor sample, there is a "collapse toolbar" arrow on the right side of the toolbar. Clicking on it does nothing. Apparently it works when there are at least two rows of buttons. I think it could be hidden automatically when there is only one row of buttons. |
|||||
#4933 | CKEditor leaving empty tags with line break | Confirmed | Bug | closed | Normal | |
Description |
Might be a dup of #4886. Confirmed in FF 3.5.5, Safari and Opera although the results are a bit different . Steps to reproduce
|
|||||
#4934 | Preview fails in Source View | Confirmed Review+ | Bug | closed | Normal | |
Description |
Preview fails in Source View. Reproduce
Stack trace editor.document has no properties exec()(Object _=Object elementMode=1 element=Object name=editor3)plugin.js (line 32) exec()(undefined)command.js (line 18) execCommand()("preview", undefined)editor.js (line 497) (?)()(Object _=Object elementMode=1 element=Object name=editor3)plugin.js (line 38) execute()()plugin.js (line 89) (?)()()tools.js (line 617) fn()(149)tools.js (line 640) onclick(click clientX=0, clientY=0) [Break on this error] body = editor.document.getBody(); Reproduced in FF2, FF3, Chrome. |
|||||
#4936 | Welsh Translation | Confirmed | New Feature | closed | Normal | |
Description |
Here's the Welsh (Cymraeg; cy) translation of the language file for CKEditor (3.0.2). |
|||||
#4939 | CKReleaser limits source and target directories too aggressively | Confirmed Review+ | Bug | closed | Normal | |
Description |
CKReleaser prevents the source and target directories from being different because io.isChildPath has an incorrect logical test. The default build (as specified in release.bat) works because target is a child path of source and because the _dev directory is ignored during copy. Default command (from latest version of release.bat):
For 3rd parties using different build systems and different directory structures (for instance, where the build output must live in a directory outside of the source tree) it would be preferable to specify a command like:
Executing this command throws the exception:
which is thrown by this line of releaser.js
468 if ( CKRELEASER.io.isChildPath( targetDir.getCanonicalPath(), sourceDir.getCanonicalPath() ) ) This is incorrect - the target directory and source directory are not located underneath each other, which examination of isChildPath shows is because the return statement is too aggressive.
403 isChildPath : function( childPath, parentPath ) If the working directory is c:\test, the source dir is c:\test\path\to\ckeditor, and the target dir is c:\test\build\ckeditor, then isChildPath should return false (the two are not child paths of each other). However, "return i != max" returns true for this scenario because the two paths match only up until character 7 (i == 7, max == 22). It should be "return i==max". If isChildPath is adjusted to correctly check path parentage then ckreleaser can be used in different directory structures |
|||||
#4940 | Setting config.customConfig = '' doesn't work | Confirmed Review+ | Bug | closed | Normal | |
Description |
According to the docs of customConfig that's the way to avoid an extra request for the config file if it isn't needed, but the code in core/editor.js uses it this way: var loadConfig = function( editor ) { var customConfig = CKEDITOR.getUrl( editor.config.customConfig ); // Check if there is a custom config to load. if ( !customConfig ) return false; and the call to CKEDITOR.getUrl() returns the base url of CKEditor, so the return false isn't executed. For this specific problem the "if ( !customConfig )" can be moved before the getUrl call, but maybe it would be better to change that function so it doesn't alter empty strings. |
|||||
#4942 | Image dialog buttons don't work in IE6 | Confirmed IE6 | Bug | closed | Normal | |
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17081 Tested with IE6 and non-Kama skins. 3.0.2 fails, but trunk seems to be OK so I don't know if there's gonna be a 3.0.3 or the solution would be to use 3.1.0 This seems like a regression due to [4668] |
|||||
#4944 | Paste: Problem with multi-level lists | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Some multi level bullet lists do not paste correctly. Please refer to test document attached. Reproduced in IE 6 & 7 and FF 2 & 3 |
|||||
#4946 | Paste: lists have spaces between bullet and content do not copy correctly | Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#4947 | JavaScript errors when SCAYT is enabled and PRE tag is used | Confirmed SpellChecker.net | Bug | closed | Normal | |
Description |
Tested and confirmed in FF 3.5, IE8, Safari 4. Steps to reproduce
|
|||||
#4948 | Safari: table properties dialog sometimes does not detect parent table | Confirmed Safari Review+ | Bug | closed | Normal | |
Description |
Confirmed on Safari 4.0.4/XP3. Steps to reproduce
|
|||||
#4950 | Creating centered list is a bit troublesome | Confirmed Review+ | Bug | closed | Normal | |
Description |
Tested and confirmed in IE8, FF 3.5, Safari 4. Steps to reproduce
this bug does not occur in FCKeditor. |
|||||
#4951 | Replace dialog throwing JavaScript error | Confirmed Review+ | Bug | closed | Normal | |
Description |
When replacing some text with empty value, javascript error is thrown: K.matchRange is null plugins/find/dialogs/find.js?t=A057 Line 7 Steps to reproduce
|
|||||
#4952 | [IE] Editing table creates a new table | IBM Confirmed IE Review+ | Bug | closed | Normal | |
Description |
To reproduce:
Notice that a new table is created. |
|||||
#4953 | SCAYT: more suggestions partially hidden behind ad | Confirmed | Bug | closed | Normal | |
Description |
When SCAYT i enabled, sometimes it is impossible to choose some of the suggested words. See attachment to understand the problem. |
|||||
#4954 | IE6 : Ok and Cancel buttons are not working on v2 and office2003 skins | Confirmed Review+ | Bug | closed | Normal | |
Description |
With IE6 and the v2 and office2003 skins, the Ok and Cancel buttons are not working on the dialogs. |
|||||
#4962 | ARIA support in editor chrome and toolbar | Confirmed | New Feature | closed | Normal | |
Description |
The editor's chrome and toolbox should be ARIA-enabled, it's a sub ticket of #4502. |
|||||
#4963 | Link dialog doesn't open properly for e-mail links | Confirmed Review+ | Bug | closed | Normal | |
Description |
<p>Click <a href="mailto:me@example.com">here</a> to send me a message.</p>
The "Link Type" field will be "URL" instead of "E-mail". |
|||||
#4964 | BACKSPACE positioning is wrong | Confirmed Review+ | Bug | closed | Normal | |
Description |
At least with Firefox:
Note that the cursor moves one line to the bottom. The final output is: <p> <br /> Test</p> |
|||||
#4968 | Choosing lanuage should utilize direction from lang file | IBM Confirmed Review+ | New Feature | closed | Normal | |
Description |
Considering that all language files already have the language direction set. The process loading configured language should have the option of automatically picking the correct content direction for the editor. E.g. if a RTL language is set then contentsLangDirection: "rtl" should be set automatically. |
|||||
#4973 | Div dialog 'Style' select field in vain | Confirmed Review+ | Bug | closed | Normal | |
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 | Confirmed | New Feature | closed | Normal | |
Description |
Rich combo and color panels should be ARIA-enabled. |
|||||
#4975 | ARIA support in menu | Confirmed | New Feature | closed | Normal | |
Description |
Context menu and button menu should be ARIA-enabled. |
|||||
#4980 | img border=0 not working | Confirmed Review+ | Bug | closed | Normal | |
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 | Confirmed | New Feature | closed | Normal | |
Description |
All dialogs in editor should be ARIA-enabled. |
|||||
#4987 | Browser Server in Link tab of Image Properties dialog links to the wrong page | Confirmed Review+ Doc | Bug | closed | Normal | |
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 | Safari Confirmed Review+ | Bug | closed | Normal | |
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. |
|||||
#4992 | Empty <style> tags in fullPage mode | Confirmed | Bug | closed | Normal | |
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 | Confirmed Review+ | Bug | closed | Normal | |
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 | Confirmed | New Feature | closed | Normal | |
Description |
We should enable ARIA support in both wysiwyg and sourcearea editing block. |
|||||
#4999 | Undo unavailable after inserting template before editing content | Confirmed IBM Review- | Bug | closed | Normal | |
Description |
Result: Undo is not available
|
|||||
#5001 | Safari: image dialog cannot load image attributes | Confirmed Safari | Bug | closed | Normal | |
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:
|
|||||
#5004 | Create accessibility plugin | Confirmed | New Feature | closed | Normal | |
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 | Confirmed Review+ | Bug | closed | Normal | |
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>. |
|||||
#5011 | CKEditor should provide a common way to registry/config the lang file | IBM Confirmed Review- | Bug | closed | Normal | |
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. |
|||||
#5014 | Navigation keystrokes compliance with JAWS | Confirmed | Task | closed | Normal | |
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 | Confirmed | New Feature | closed | Normal | |
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. |
|||||
#5018 | Find highlighter removes bgcolor and font color from words | IBM Confirmed Review+ | Bug | closed | Normal | |
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 |
|||||
#5021 | Automatic insertion of <br /> in Firefox when using enterMode = BR; | Firefox Confirmed Review+ | Bug | closed | Normal | |
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 |
|||||
#5037 | One-line toolbar does not work in IE | Confirmed | Bug | closed | Normal | |
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 |
|||||
#5039 | Complete Finnish translation | Confirmed HasPatch | Bug | closed | Normal | |
Description |
Here's a complete Finnish translation (fi.js). |
|||||
#5040 | Font dropdown not working after font change on a selected text | Confirmed Review+ | Bug | closed | Normal | |
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. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Observe the the original summary value in the Summary field. |
|||||
#5051 | about plugin is missing a dependency on dialog plugin | Confirmed Review+ | Bug | closed | Normal | |
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 | Confirmed Safari Chrome workaround apple-style-span | Bug | closed | Normal | |
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. |
|||||
#5060 | Allow registration of CKEDITOR.dialog event listeners in dialogDefinition event | IBM Confirmed | New Feature | closed | Normal | |
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. |
|||||
#5062 | Security warning message occurs when loading wysiwyg area in IE6 under HTTPS. | Confirmed Review+ | Bug | closed | Normal | |
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. |
|||||
#5068 | Paste in Safari Always Pastes at the Beginning of Editor Content | Confirmed Safari Mac Pending | Bug | closed | Normal | |
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 |
|||||
#5078 | [FF]Unicode extension-B characters requires two backspaces to delete. | IBM Confirmed Firefox CantFix | Bug | closed | Normal | |
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) |
|||||
#5082 | Add MAC paste keyboard shortcut text to Paste Dialog. | IBM Confirmed Review+ | Task | closed | Normal | |
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) |
|||||
#5091 | Domain relaxation partially broken in FF | Oracle, Confirmed Review+ | Bug | closed | Normal | |
Description |
Under some conditions, FF is throwing this error:
(confirmed in FF 3.5.7). It seems that this bug has been introduced when fixing #4514. Reverting [4492] removes that particular error. Steps to reproduce
|
|||||
#5095 | CKEditor: Safari deletes selected text when browser Edit menu is clicked | Confirmed Safari Mac | Bug | closed | Normal | |
Description |
The selected text disappears. |
|||||
#5096 | ForceSimpleAmpersand breaks output writer | Confirmed Review+ | Bug | closed | Normal | |
Description |
The ForceSimpleAmpersand param of htmlWriter is buggy and also causing JavaScript error in certain situation, see ticket TC for details. |
|||||
#5098 | [FF] Table collapsed when Text and Table template inserted | IBM Confirmed | Bug | closed | Normal | |
Description |
Observe the the table is collapsed. The table should appear the same as a table produced by the Table dialog with default settings. |
|||||
#5099 | Smiley path configuration property not producing relative emiticon links | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Observe the the image src attribute values are not relative URLs. Relative URLs were being used in version 3.0.1 when you set smiley_path. |
|||||
#5100 | Context menu items are draggable in Firefox and Safari | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Open the context menu and try to drag any of the items, it will work in Firefox and Safari (I guess that also Chrome). Opera doesn't allow dragging even the content itself, so of course it doesn't have this bug. IE behaves correctly. The OK and Cancel buttons in the dialogs are also draggable, although they can't be dropped into the content. |
|||||
#5104 | ColdFusion detection fails for Firefox 3.6 | Confirmed | Bug | closed | Normal | |
Description |
The check for Compatible browser in FCKeditor 2.x fails to detect the new datestamp for Firefox 3.6 as reported in http://cksource.com/forums/viewtopic.php?f=5&t=17344 |