Custom Query
Results (1501 - 1600 of 2646)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#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. |
|||||
#4925 | Spell checker dialog - problem with lists and tables | Review? | Bug | closed | Normal | |
Description |
The spell checker window where page content is visible is very small (100px high), because of that it is important to properly use that space. Right now checking things like tables and lists is a problem.
With tables, you have to scroll down with your mouse a lot, to get to a table (I noticed in Firebug around 16 line breaks ( Confirmed in FF and IE, although the result is a bit different. Steps to reproduce
|
|||||
#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. |
|||||
#4927 | Enterkey result incorrect with paragraph inside list item | IE | Bug | confirmed | Normal | |
Description |
It's not a regression while same thing works well in V2. EnvironmentIE8 Strict Reproducing Procedures
|
|||||
#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. |
|||||
#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. |
|||||
#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 |
|||||
#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. |
|||||
#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. |
|||||
#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. |
|||||
#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). |
|||||
#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. |
|||||
#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). |
|||||
#4997 | ui.dialog.file doesnt' apply events to the input and doesn't return its value | Review+ | Bug | closed | Normal | |
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. |
|||||
#4999 | Undo unavailable after inserting template before editing content | Confirmed IBM Review- | Bug | closed | Normal | |
Description |
Result: Undo is not available
|
|||||
#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. |
|||||
#5012 | If the menu plugin isn't initialized compressed CKEditor fails to load | Review+ | Bug | closed | Normal | |
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. |
|||||
#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 |
|||||
#5027 | [IE] Standards Mode Selection: Cannot click to select to the right of a control node | IE8 HasPatch | Bug | confirmed | Normal | |
Description |
There is a bug with IE in standards mode when trying to click to the right of a control selectable node such as an image. To replicate Set the HTML to: <p> Line 1<br /> Line 2<img src="http://www.google.com/intl/en_ALL/images/logo.gif" /></p> I have attached a patch which fixes this problem. I dont know if it is implemented up to your standards though.
Some things that are bad about my patch are:
There may be some other ways to fix this. Another idea is that we could insert a whitespace text node / span at the end of the block before the end of the mousedown event.
Cheers, |
|||||
#5030 | CKEDITOR.timestamp wasn't added while loading skin.js | Review+ | Bug | closed | Normal | |
Description |
CKEDITOR.timestamp wasn't added while loading skin/XXX/skin.js Should be an easy fix in 10 seconds. |
|||||
#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. |
|||||
#5042 | BaseHref Error | IE | Bug | closed | Normal | |
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 | Review+ | Bug | closed | Normal | |
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. |
|||||
#5046 | jQuery adapter and ajaxSubmit method | jQuery Review+ | Bug | closed | Normal | |
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. |
|||||
#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" |
|||||
#5057 | IE: BACKSPACE may delete the entire paragraph with corrupt HTML | IE | Bug | closed | Normal | |
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. |
|||||
#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. |
|||||
#5069 | Panels are not working with IE in RTL page | IE Oracle | Bug | closed | Normal | |
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. |
|||||
#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) |
|||||
#5085 | Bullet points duplicated on single line | Firefox IE | Bug | confirmed | Normal | |
Description |
First, create a few bullet point lists items with nested lists. Next try to select a nested list and start typing to overwrite the text. Notice how the text continues at the parent list level and the multiple bullet points on the same line. It is really hard to recover from this, without deleting and recreating the lists. It seems to only be an issue in Firefox and IE6,7,8. Looking at the source, it seems that there is an orphaned <ul> tag under an empty <li> tag. For example, the source below will cause the duplicate bullet points: <ul>
</ul> It is possible to get into this situation using the above steps to highlight and overwrite text. |
|||||
#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
|
|||||
#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. |
|||||
#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. |
|||||
#5111 | JAWS not reading tool bar controls properperly while navigating with arrow keys | Confirmed Oracle IBM Review+ | Bug | closed | Normal | |
Description |
Press Alt+F10 to focus toolbar. Use Tab and Shift+Tab to navigate through tool bar. You will observe that JAWS is reading all controls properly. Now use arrow key to navigate through toolbar. You will observe that you are not able to navigate and JAWS is not reading the highlighted control properly i.e. if highlighted control is Preview then it is reading it like "P" "R" "E" "V" "I" "E" "W" and not as "Preview". This issue was reproducible in nightly build too with Internet Explorer 8 and Firefox 3.6. |
|||||
#5114 | IE: Stack overflow on table context menu | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Confirmed with IE8 Compatibility mode:
A stack overflow error is thrown. Works well with FF and IE8 no-compat mode. |
|||||
#5116 | IE: dialog checkboxes have no visual clue for keyboard navigation | IE | Bug | confirmed | Normal | |
Description |
There is no visual behavior for checkboxes in dialogs when tabbing over them. We have the impression that the focus got lost. |
|||||
#5118 | Arrow keys navigation in RTL languages is incorrect | Confirmed Review+ | Bug | closed | Normal | |
Description |
It is expected that the left arrow key will go to the icon that is to the left of the current, but in RTL languages the left arrow is actually mobing to the icon that is to the right of the current. |
|||||
#5119 | disabled icons are not being marked when focused while navigation with the keyboard | Confirmed Review+ | Bug | closed | Normal | |
Description |
if you navigate with the keyboard to a disabled icon it seems that the focus is lost. this is not incorrect, yet it should be marked somehow. |
|||||
#5121 | Selecting line and changing Paragraph Format changes all lines in paragraph | Review+ | Bug | closed | Normal | |
Description |
The FCK editor allows you to only change the selected line with Paragraph Format, i.e. it recognizes the <br /> tag as a separator. This doesn't work in the CKEditor. Firefox on Mac
|
|||||
#5123 | User Interface Languages does not validate | Review+ | Bug | closed | Normal | |
Description |
"User Interface Languages" sample provided with CKEditor is not a valid XHTML. Validation Output: 2 Errors Line 39, Column 35: document type does not allow element "script" here <script type="text/javascript"> Line 53, Column 12: end tag for "select" which is not finished </select> |
|||||
#5124 | Background colours cannot be set separately for spaces in a text string | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
If the space is having one character space between two text strings, the space could not get background color. If the space is having two or more characters space, The space get background color. Please see the attached screenshot. |
|||||
#5125 | Make the wysiwyg mode editable by default with JAWS | Confirmed Review+ | Bug | closed | Normal | |
Description |
Currently when the editing block gains focus, JAWS stays in VPC mode, we could apply the proper ARIA role to make PC mode turned on automatically. |
|||||
#5127 | Problem with removing advanced tab in link and image dialogs | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Insert the following code after CKEDITOR.replace( 'editor1' ); in ckeditor/_samples/replacebycode.html CKEDITOR.on('dialogDefinition', function( ev ) { var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; switch (dialogName) { case 'image': //Image Properties dialog dialogDefinition.removeContents('advanced'); break; case 'link': //image Properties dialog dialogDefinition.removeContents('advanced'); break; } });
This should remove the advanced tab from the image and link dialogs. Error in Firebug: this._.contents[pageId] is undefined [Break on this error] return this._.contents[pageId][elementId];\r\n |
|||||
#5128 | Text content of <pre> element with attributes is removed when changing the formatting | Confirmed Review+ | Bug | closed | Normal | |
Description |
When trying to alter the formatting of a <pre> block that has attributes (like "class", "style", etc.) the text is removed from the editor.
Steps to reproduce:
Result:
Expected:
Bug cause & solution:
file: _source/plugins/styles/plugin.js
problem:
solution: |
|||||
#5132 | Formatting automatically applied to all characters/words when only single character/word is highlighted | Oracle Review+ | Bug | closed | Normal | |
Description |
Write some text e.g. A B C in editor area. Select "A" and click on underline button. It underlines the text. Now select "B" and click on underline button. It underlines "B" correctly. Now select "C" and click on italic button. You will observe that entire text including "A" and "B" is changed to italic. Same is the case with words. This issue was reproducible in nightly build with Internet Explorer 8 and Firefox 3.6. |
|||||
#5135 | Using Shift-Tab on Source mode doesn't work | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When the cursor is in the source mode, using shift-tab does not navigate to the previous item in the tabbing order. Using Tab works as expected. |
|||||
#5140 | Arrow to show sub menus is not visible in HC mode | IBM Review+ | Bug | closed | Normal | |
Description |
When using the editor in HC mode, the arrow in the context menu is not displayed. |
|||||
#5144 | Pasting in Chrome can leave <div id="cke_pastebin"> elements | Confirmed WebKit Review+ | Bug | closed | Normal | |
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17447 Seems to work fine with Chrome 4.0.249.89 (38071) in Windows XP with the patches for #4988 and #5095. But previously I've seen it fail, so this case must be reviewed |
|||||
#5145 | SCAYT fixes | Review+ | Task | closed | Normal | |
Description |
the following tickets are addressed with this patch: #3570 #3935 #4125 #4411 #4688 |
|||||
#5149 | Cursor dissapears after maximize in Firefox 3.6 | Firefox Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17610 In Firefox 3.5.7 the cursor disappears after switching to full screen, but clicking on the content or restoring size shows it again. In 3.6 on the other side it remains hidden until something else is focused (showing the context menu, open a dialog, focus the url bar...) |
|||||
#5150 | colorButton_colors doesn't allow to specify "name" and color | Confirmed Review+ | New Feature | closed | Normal | |
Description |
This is not related to showing a custom text for each color as that can be done including the proper entries in editor.lang.colors Instead, it's related to the functionality of FCKeditor to specify FCKConfig.FontColors = 'ff9900/FontColor1,0066cc/FontColor2,ff0000/FontColor3' ; FCKConfig.CoreStyles.Color = { Element : 'span', Attributes : { 'class' : '#("Color")' }, Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] } ; Now the only option seems to be to use something like colorButton_colors : 'ff9900,0066cc,ff0000', colorButton_foreStyle : { element : 'span', attributes : { 'class' : 'Color(color)' } }, but that requires to use class names like Colorff9900, instead of being able to specify whatever they need. |
|||||
#5152 | Indentation using classes is buggy | Review+ | Bug | closed | Normal | |
Description |
Seems that it's not possible to indent that way a third level, and removing the indent only works if there's a single level. Tested with indentClasses : ['Indent1', 'Indent2', 'Indent3'], and .Indent1 { margin-left: 40px; } .Indent2 { margin-left: 80px; } .Indent3 { margin-left: 120px; } |
|||||
#5170 | Problems with pasting (executing insertHtml) and formatted text | Confirmed Review+ | Bug | closed | Normal | |
Description |
When inserting content with insertHtml() inside of formatted text, editor breaks formatting and inserts content without formatting. Confirmed in FF 3.5. Works fine in IE8 and Safari 4. Steps to reproduce
This can be reproduced in many different ways in CKEditor, everywhere where insertHtml() is used, like also when pasting content or when inserting content in a custom plugin. Targetting to 3.3 as it might be a bit irritating. |
|||||
#5181 | Use callFunction when loading the wysiwyg data | Confirmed Review+ | Task | closed | Normal | |
Description |
We're currently using an ugly and unclear solution to notify the data load in the wysiwyg plugin. While we still need the activation script, we could make it a bit clearer by using the CKEDITOR.tools.callFunction. |
|||||
#5182 | Context menu is not read as a context menu by JAWS | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When displaying context-menus and sub-menus JAWS does not read the menus as menus, just the general label "Options". When using a toolbar menu (scayt), JAWS reads "Menu Options" and when leaving the menu it says "Leaving menu". In earlier versions, JAWS would actually read "Context menu" |
|||||
#5188 | fixlineends not working corectly | Confirmed Review+ | New Feature | closed | Normal | |
Description |
It seems that fixlineends script (_dev\fixlineends\) is not fixing all files, for example the following file: _source\core\editor.js does not have a BOM character after running fixlineneds.bat. |
|||||
#5190 | Templates dialog: no automatic focus | Confirmed Review+ | Bug | closed | Normal | |
Description |
(3.2.x Branch) The templates dialog must not focus on the first item of the list. The current behavior disturbs the mouse navigation. The templates list should be focused on load, having the first item focused only when hitting the ARROW-DOWN key. |
|||||
#5191 | Ajax sample: undo behaves improperly | Confirmed Review- | Bug | closed | Normal | |
Description |
In step 3, the last undo should be from a few text to blank contents. In step 4, the last redo should restore the entire typed text. Currently, the user looses the text when performing the above steps. |
|||||
#5196 | IE: Click and drag to select is not working without first focus | Confirmed IE | Bug | closed | Normal | |
Description |
(3.2.x Branch)
The selection will not happen. |
|||||
#5197 | IE: page reload throws error | Confirmed IE | Bug | closed | Normal | |
Description |
(3.2.x Branch)
A js error is thrown. This also happens when refreshing the page. |
|||||
#5198 | IE: double history entries | Confirmed IE | Bug | closed | Normal | |
Description |
With IE:
The above step 3 should not happen. |
|||||
#5199 | IE: Single row toolbar has no bottom padding | Confirmed IE | Bug | closed | Normal | |
Description |
In IE8, with compatibility enabled, editor toolbars with a single row don't have the usual bottom padding. Confirmed with the api_dialog sample. Works well with IE8 mode. |
|||||
#5200 | IE: Div Container may show extra top padding | IE | Bug | confirmed | Normal | |
Description |
With IE8 with Compatibility mode:
<p>Line 1</p> <p>Line 2</p> <p>Line 3</p> <p>Line 4</p>
Note that there will be extra (unwanted) space at the top padding of the created div. When moving back and forth to source, that space disappears. |
|||||
#5201 | IE: Pasting may throw js error | IE | Bug | closed | Normal | |
Description |
Several js errors are thrown. Confirmed with IE8 in Compatibility Mode, at least. |
|||||
#5203 | IE: Page scrolls when leaving the editor | Confirmed IE | Bug | closed | Normal | |
Description |
With IE:
The page will scroll up to put the selection in the editor before losing it to the clicked target. |
|||||
#5204 | IE: Tab-less dialogs have less space at the top of its contents block | Confirmed IE | Bug | closed | Normal | |
Description |
Compared to the 3.1, tabs-less dialogs have now less margin at the top of the contents box. This is IE only. |
|||||
#5205 | IE6: Toolbar has no bottom padding | Confirmed IE6 | Bug | closed | Normal | |
Description |
With IE6, the toolbar has no bottom padding in the kama skin. |
|||||
#5212 | Safari: SHIFT+ENTER must be done twice to work | Confirmed Safari Review+ | Bug | closed | Normal | |
Description |
This one looks like the old #223, but it happens only at the end of lines without the bogus <br> and with the release version only. SHIFT+ENTER must be done twice to work. Safari only. Works well with Chrome. |
|||||
#5216 | Provide CKEDITOR.appendTo(elementOrId, config, data) | Confirmed Review+ | New Feature | closed | Normal | |
Description |
I guess that almost all the uses of CKEDITOR.appendTo will try to call .setData after creating the instance, so it will save some lines of code and avoid the creation of an empty editor that later is filled with the new data (remembering also that .setData will recreate the iframe) if the initial data can be set at creation time. |
|||||
#5220 | Style tag in body element messes output in CKEditor fullpage edit | Confirmed Review+ | Bug | closed | Normal | |
Description |
Paste in fullpage edit source mode <html> <head> <title>CKEditor Sample</title> </head> <body> <style type="text/css"> p { border: 1px solid green; }</style> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> </body> </html> Switch to wysiwyg and back to source results... <html> <head> <title>CKEditor Sample</title> </head> <body> </body> </html> <style type="text/css"> p { border: 1px solid green; }</style> <body> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> </body> Tested on svn: 5171 |
|||||
#5221 | [[IE]] Have to click the Table dialog's OK button twice when there is no content. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Observe the javascript error: 'type' is null or not an object. This does not occur on the nightly 3.2 demo as the content area gets focus before the dialog appears. "body p" appears in the elements path. The error is occurring in core/dom/walker.js guardRTL function. I believe the error is occurring because the node to replace is null. The wysiwyg plugin's onInsertElement function thinks it is in an empty p element and attempts to replace it with the table element. See the if statement following the below comment in the onInsertFunction function: If we're in an empty block which indicate a new paragraph, simply replace it with the inserting block.(#3664) |
|||||
#5224 | The Toolbar has been Frozen, textarea uneditable | Confirmed IE? | Bug | closed | Normal | |
Description |
the code as follows: <B><FONT face=Tahoma size=2><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">De:</SPAN></FONT></B><FONT size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Devz <BR><B><SPAN style="FONT-WEIGHT: bold">Enviado el:</SPAN></B> MartZ<BR><B><SPAN style="FONT-WEIGHT: bold">Para:</SPAN></B> Mary Lua<BR><B><SPAN style="FONT-WEIGHT: bold">Asunto:</SPAN></B> RV: Documents</SPAN></FONT><FONTFACE="MS PGothic?><BR>Dear Devito,</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><BR>ADSDF</SPAN></FONT> |
|||||
#5228 | "Link" dialog incorrectly handles URLs that starts with '?' | Review+ | Bug | closed | Normal | |
Description |
The "Link" dialog incorrectly handles URLs that start with '?' and adds 'http://' in front of '?'. For example CKEditor converts ?myParam=xyz to http://?myParam=xyz CKEditor should work in this case similar to URLs that starts with "/" and automatically set the protocol to "<other>". |
|||||
#5232 | [[IE]]—Bold Italic Underline Strikethrough Subscript and Superscript options are sticky even after we clicked on the options to undo them | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
1) open the Ajax sample Reproduced in IE6 & IE7 |
|||||
#5236 | Unstyling an empty range in a beginning of a styled text does not unselect the button | IE | Bug | confirmed | Normal | |
Description |
To reproduce
|
|||||
#5237 | English text in dialogs' title is flipped when using RTL language | IE | Bug | closed | Normal | |
Description |
To reproduce
Notice that the product name in the dialog title is flipped. |
|||||
#5238 | MenuItems in toolbar don't show a down arrow in HC mode | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
For any Menu Item, like SCAYT, the drop-down arrow does not have an alternative text-based arrow in HC mode. |
|||||
#5240 | Flash Alignment property is not working | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
I looked at the HTML source and the Alignment property for Flash is correctly set at all times. |
|||||
#5242 | Text and Background Colour applied to the text are removed together even though we removed only one of Text Colour or Background Colour | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Only the Text Colour should be removed and the Background colour should remain. Same behaviour appears when we remove Background Colour insted of Text Colour in step 5. |
|||||
#5243 | All dialogs in all skins in RTL mode are broken with IE | Oracle, Confirmed IE | Bug | closed | Normal | |
Description |
In version 3.2 all dialogs in all skins in language that is in RTL mode are broken in IE. |
|||||
#5244 | Text & Background color float panels are partly hidden in RTL language and IE | IE | Bug | closed | Normal | |
Description |
To reproduce
|
|||||
#5259 | FF 3.6 https/ssl Issue | Firefox Confirmed Review+ | Bug | closed | Normal | |
Description |
In Firefox 3.6 you receive the "Contains unauthenticated content" warning. I tracked the issue down and it looks like it is coming from the following on line 291 of 'ckeditor/_source/plugins/wysiwygarea/plugin.js' (version 3.2). ' src="javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())"' + Changing that line to the following resolves the error, but probably causes other problems in other browsers because it is no longer includes 'srcScript' ' src="javascript:false;"' + |
|||||
#5261 | scayt_autoStartup slow down editor loading | Firefox Confirmed Review+ | Bug | closed | Normal | |
Description |
Loading SCAYT on startup could somehow compromise all the efforts we've done to accelerate loading performance, where the SCAYT engine file (~100K) is blocking our theme file in execution order, which in turn made the editor loading significant slower (6x) than it should. |
|||||
#5268 | Port DragResizeTable to V3 | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Several people have requested the upgrade of this plugin |
|||||
#5274 | [[IE6]] Content Templates dialog is not displaying properly | IE IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
In FF the dialog looks proper with Templates Options. In IE 6 the dialog and the Options are not displayying properly. I have attached a screenshot to show the differenced between FF & IE6 |
|||||
#5278 | Link Dialog / Popup Name / Add validation to check for bad window names | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Add validation to check for bad window names. For example, if you type in a name with spaces it will not work in MSIE. To reproduce in MSIE: * Create a Link to "http://google.com" * In the link dialog. ** Go to the target tab and select <popup window> as a target ** Type in "one two" as the Popup Window Name without the quotes. * Press OK in the Link dialog. * Preview the content. * Click the google link in the preview. * The link is expected to open in a new window / window as named. Instead the link opens in the current window. |