Custom Query
Results (4901 - 5000 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | |
---|---|---|---|---|---|---|---|
#5202 | IE: Some styles are not being applied to collapsed selections | Bug | Normal | CKEditor 3.2 | Core : Styles | ||
Description |
(3.2.x Branch) Some of the styles are not being applied to collapsed selections. This happens with the Styles combo, Font Face, Size and Colors. Strangely, its doesn't happen with the button styles, like Bold and Italic. |
||||||
#5203 | IE: Page scrolls when leaving the editor | Bug | Normal | CKEditor 3.2 | General | ||
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 | Bug | Normal | CKEditor 3.2 | UI : Dialogs | ||
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 | Bug | Normal | CKEditor 3.2 | UI : Toolbar | ||
Description |
With IE6, the toolbar has no bottom padding in the kama skin. |
||||||
#5206 | IE6: In the v2 skin, the toolbar combos are not rendered properly | Bug | Normal | CKEditor 3.2 | UI : Toolbar | ||
Description |
With IE6, in the v2 skin, the toolbar combos are not rendered properly. |
||||||
#5207 | Safari: TAB between editors has no effect | Bug | Normal | CKEditor 3.2 | General | ||
Description |
(3.2.x) In Safari, when hitting TAB to move the focus between editors has no effect. This can be tested with the replacebycode sample. |
||||||
#5208 | Undo becomes confused after creating a new page | Bug | Normal | CKEditor 3.2 | General | ||
Description |
To reproduce:
Result: Undo doesn't work. |
||||||
#5209 | Safari: Toolbar items should have the arrow cursor | Bug | Normal | UI : Toolbar | |||
Description |
All toolbar items should have the arrow cursor in Safari. The hand is shown instead. |
||||||
#5210 | WebKit: Buttons are badly aligned in the Find/Replace dialog | Bug | Normal | UI : Dialogs | |||
Description |
In Safari, the buttons are badly aligned in the Find/Replace dialog |
||||||
#5211 | WebKit: The ESC key as not effect in dialogs after tab click | Bug | Normal | UI : Dialogs | |||
Description |
With Safari/Chrome:
The dialog doesn't get closed. |
||||||
#5212 | Safari: SHIFT+ENTER must be done twice to work | Bug | Normal | CKEditor 3.3 | Project : CKPackager | ||
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. |
||||||
#5213 | String changes required to facilitate customized labels on fields in dialogs | Bug | Normal | CKEditor 3.2 | General | ||
Description |
1) Link needs a new target label because it is used in both the TAB and for a form field label. 2) Inside of the Common string section URL is being used in several places for example inside of the links plug-in it is being used for both a combo box choice and a form field label. Because we cannot add a colon to a combo box we need a separate label for the one inside of the combo box. 3) Inside of the Image plug-in string section there is a URL string this is inconsistent since all the other plug-ins pull from the common URL string. 4) Inside of links string section there are two strings with the same name Target one of them should be removed. 5) Inside of the image string section there should be a target added to either this section or the common string section currently the Target label is being pulled from a different section this is inconsistent. 6) Inside of image plug-in string section there is a preview string. For all other plug-ins the string is being pulled from the common string section either each plug-in should be given a preview string or the image dialog needs to use the common preview string for consistency. |
||||||
#5214 | Linked images does not proper work with FCKeditor | Bug | Normal | Project : MediaWiki+FCKeditor | |||
Description |
Since MW 1.14 it is possible to link images with the syntax: [[file: example.png|50px|link=example]] If editing a page with the FCKeditor these links are destroyed. |
||||||
#5215 | Linked images does not proper work with FCKeditor | Bug | Normal | Project : MediaWiki+FCKeditor | |||
Description |
Since MW 1.14 it is possible to link images with the syntax: [[file: example.png|50px|link=example]] If editing a page with the FCKeditor these links are destroyed. |
||||||
#5216 | Provide CKEDITOR.appendTo(elementOrId, config, data) | New Feature | Normal | CKEditor 3.3 | General | ||
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. |
||||||
#5217 | CKEDITOR.editor#setData should generate an undo snapshot | Bug | Normal | CKEditor 4.4.0 | General | ||
Description |
Calling setData should generate an undo snapshot. Note that setData participates on the editor data initialization, which should not be impacted by it. |
||||||
#5218 | FF: Copy/paste of an image from same domain as CKeditor changes URL to relative URL | Bug | Normal | CKEditor 3.4.1 | Core : Pasting | ||
Description |
This issue occurs only in Firefox. To reproduce:
See attached screenshot. My limited testing of a couple OSes and a few browsers shows that this issue occurs only in Firefox: OS: OSX 10.6.2 Issue occurs in Firefox 3.5.8 (see screenshot) Issue does not occur in Chrome 5.0.307.9 beta Issue does not occur in Safari 4.0.4 (6531.21.10) OS: Windows XP Issue occurs in Firefox 3.5.8 Issue does not occur in IE 8.0.6001.18702 |
||||||
#5219 | spellchecker : can not accept half corrected words in spell checker | New Feature | Normal | UI : Spell Checker | |||
Description |
When a customer wants to check only his reply and NOT the original message of the sender in mails, he will cancel the spellcheck after the reply is fully checked. Words that were corrected will switch back to the original word, when you cancel the spellcheck. This should be not happen. So the spellcheck is not usable for reply and forward mails. ignore all is also not much use full as it will ignore all occurrences of selected word only |
||||||
#5220 | Style tag in body element messes output in CKEditor fullpage edit | Bug | Normal | CKEditor 3.3 | Core : Output Data | ||
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. | Bug | Normal | CKEditor 3.3 | General | ||
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) |
||||||
#5222 | Flash checkbox options on properties tab are not read by JAWS | Bug | Normal | CKEditor 3.3 | Accessibility | ||
Description |
The checkboxes on the Properties tab in the Flash dialog are not read by JAWS. Neither is the <legend>Variables for Flash</legend> |
||||||
#5223 | [MediaWiki+FCKeditor] Shift+Enter Produces HTML instead of XHTML | New Feature | Normal | Project : MediaWiki+FCKeditor | |||
Description |
Pressing Shift+Enter in FCKeditor produces <br> (HTML) instead of <br /> (XHTML) right now. To conform to XHTML standards for better code consistency, modify Shift+Enter to produce <br /> in the code-behind. |
||||||
#5224 | The Toolbar has been Frozen, textarea uneditable | Bug | Normal | CKEditor 3.4 | General | ||
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> |
||||||
#5225 | Replace dialog focuses on Find tab when using dialog_startupFocusTab=true | Bug | Normal | CKEditor 3.2 | General | ||
Description |
When config.dialog_startupFocusTab=true; the Replace command focuses on the first tab in the dialog ("Find") instead of in the selected dialog. |
||||||
#5226 | mediawiki-fckeditor error on (ajax) listing categories | Bug | Normal | Project : MediaWiki+FCKeditor | |||
Description |
On page FCKeditorSajax.body.php, function wfSajaxSearchCategoryChildrenFCKeditor($m_root) line 197 $m_root = str_replace("'","\'",$m_root); it fails when a category (parameter m_root) has quotes, because it is submitted to this function after (line 204) $res = $db->query($m_sql,METHOD );
which quotes it again, becoming something like "Gender The solution is pretty easy: (line 200)
which must be placed after the connection to the database. The previous one with str_replace can be removed. |
||||||
#5227 | [FF] Can not collapse toolbar when Basic toolbar is used. | Bug | Normal | UI : Toolbar | |||
Description |
Using an editor instance that has the 'toolbar' configuration property set to 'Basic'. Click the 'collapse toolbar' button on the far right of the toolbar. Observe that the toolbar remains visible. Change the 'toolbar' configuration property to 'Full' and reload the editor instance. Click the 'collapse toolbar' button. Observe for this toolbar no toolbar buttons are visible when collapsed. |
||||||
#5228 | "Link" dialog incorrectly handles URLs that starts with '?' | Bug | Normal | CKEditor 3.3 | General | ||
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>". |
||||||
#5231 | [[IE]] Default Values are not shown for Horizontal Alignment and Vertical Alignment combo boxes on Cell Properties dialog | Bug | Normal | CKEditor 3.2 | General | ||
Description |
To Reproduce the defect: They are not set,where as in FF default value of <not set> will be shown in both Combo boxes Reproduced in IE6 and IE7 |
||||||
#5232 | [[IE]]—Bold Italic Underline Strikethrough Subscript and Superscript options are sticky even after we clicked on the options to undo them | Bug | Normal | CKEditor 3.3 | General | ||
Description |
To reproduce the defect:
1) open the Ajax sample Reproduced in IE6 & IE7 |
||||||
#5234 | Div container's context menu does not work for divs that are created via source | Bug | Normal | General | |||
Description |
To reproduce
The div container's context menu does not work. |
||||||
#5235 | IE is splitting global css definitions into 4 parts | Bug | Normal | General | |||
Description |
IE is splitting all "global" css definitions into 4 parts.
It might be a browser bug. |
||||||
#5237 | English text in dialogs' title is flipped when using RTL language | Bug | Normal | CKEditor 3.4.2 | UI : Language | ||
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 | Bug | Normal | CKEditor 3.3 | Accessibility | ||
Description |
For any Menu Item, like SCAYT, the drop-down arrow does not have an alternative text-based arrow in HC mode. |
||||||
#5239 | Behaviour of Menus in Toolbar is Inconsistent | Bug | Normal | CKEditor 3.6.1 | UI : Toolbar | ||
Description |
To reproduce the defect For any Menu like Font Name, Font Size,Text Colour,Background Colour, Styles or Paragraph Format when we press Esc the Menu is closed and the Focus stays on the same Menu in the Toolbar But for Spell Check as You Type Menu when we press Esc the Menu is closed and the Focus is going in to the body of the Editor. |
||||||
#5240 | Flash Alignment property is not working | Bug | Normal | CKEditor 3.3 | General | ||
Description |
To reproduce the defect:
I looked at the HTML source and the Alignment property for Flash is correctly set at all times. |
||||||
#5241 | Inserted tag <p>&nbps;</p> on format "normal" insead replacing tag | Bug | Normal | General | |||
Description |
If changing format of new empty line (eg. <p> </p>), instead of replacing tag is inserted new <p> </p>. Happends in FF 3.6 and Opera 10.10 .
1) You have empty CKEditor 8) You can go to new empty line, which was create in step 3) and repeat steps till 7). Again, new <p> </p> inserted. |
||||||
#5242 | Text and Background Colour applied to the text are removed together even though we removed only one of Text Colour or Background Colour | Bug | Normal | CKEditor 3.3 | Core : Styles | ||
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 | Bug | Normal | CKEditor 3.2 | UI : Dialogs | ||
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 | Bug | Normal | UI : Floating Panel | |||
Description |
To reproduce
|
||||||
#5245 | The range is not the same after applying commands | Bug | Normal | General | |||
Description |
To reproduce
|
||||||
#5247 | Context menu resizing not works properly on IE8 Quirks | Bug | Normal | UI : Context Menu | |||
Description |
To Reproduce
|
||||||
#5248 | Dialog boxes are not displaying properly in Quirks mode in IE | Bug | Normal | UI : Dialogs | |||
Description |
Contents of Dialog boxes are either moving upwards or not displaying at all in Quirks mode in IE. Please refer to attached screenshot for details. This issue was reproducible in nightly build also with IE 8. Sample html file to reproduce the issue is also attached with this ticket. |
||||||
#5249 | Text indent behaves incorrectly | Bug | Normal | Core : Output Data | |||
Description |
When we set indentClasses in configuration of ckeditor and make some indents, clicking decrease indent does nothing. For an example: we set in external config: config.indentClasses = [ 'rteindent1', 'rteindent2', 'rteindent3', 'rteindent4' ]; in editor we make two indents, editor add classes to element: rteindent1, rteindent2. When we try to decrease indent editor don't remove second class. |
||||||
#5250 | addExternal stopped working if the fileName parameter is not specified | Bug | Normal | CKEditor 3.2 | General | ||
Description |
With the 3.2, the addExternal function stopped working if it's third parameter, the file name, is not specified. |
||||||
#5251 | Toolbar won't Expand/Collapse Properly | Bug | Normal | UI : Toolbar | |||
Description |
http://cksource.com/forums/viewtopic.php?f=11&t=17812 I just upgraded from version 3.0.1 to 3.2. Before, I was able to Expand and Collapse the toolbar with no problem, now, it starts collapsed as I set, but once it's expanded, It won't collapse again. Mac Safari Version 4.0.4 (6531.21.10) I am able to reproduce the behavior on the demo page: http://ckeditor.com/demo click "custom toolbar" and it won't collapse, though the one below it with the full toolbar will. I have a toolbar defined as below: config.toolbar_OLSAdmin = [ ['Bold','Italic','Underline','-','Font','FontSize','TextColor','BGColor','Styles','Format','-','Subscript','Superscript','-','NumberedList','BulletedList'] ];}}} And I load ckeditor like this: {{{CKEDITOR.replace( 'description', { toolbar : 'OLSAdmin', toolbarStartupExpanded: false, height:"75" });}}} |
||||||
#5252 | Background and tables | New Feature | Normal | General | |||
Description |
Hello, I really liked your CKEditor, but I might haven't notices, but I didn't find where to edit the background of the page (color/picture?), plus, I've noticed that tables are not adjusteble much. Like borders, they could use some coloring feature as well. :) Had to inplement a WYSIWYG editor into some newsletter wp-plugin, so he could generate the desired newsletter, but lack of those features made me to reconsider. :( Anyway, hope you'll come up with this one. Thanks for your time Ryszard |
||||||
#5253 | CKEditor 3.2 + Firebug 1.5.2 = Problems | Bug | Normal | General | |||
Description |
This issue can be reproduced on the CKEditor.com demo page.
Using Firefox with Firebug 1.5.2 installed:
<p>
<div firebugversion="1.5.2" id="_firebugConsole" style="display: none;">
<br /> Every time you switch to source mode, switch back to WYSIWYG mode and click on the bottom of the whitespace, an extra <p> tag is inserted. I can confirm that this issue is not happening in a previous branch of my CMS that uses CKEditor 3.0.1. |
||||||
#5254 | Provide afterLinkedFieldUpdate event | New Feature | Normal | General | |||
Description |
Like FCKeditor, had OnAfterLinkedFieldUpdate, CKEditor should have a single event that can signal other code that the linked field has been updated. The getData event isn't good enough because it's also used for internal processing. |
||||||
#5255 | Error creating folder "" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No error) | Bug | Normal | Server : PHP | |||
Description |
Whenever I try to upload any item. I got following error message especially, while uploading an images Error creating folder "" (mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No error) Please help me out |
||||||
#5256 | JS error when percent sign used in image url in the Image Dialog | Bug | Normal | CKEditor 3.5.1 | General | ||
Description |
This is rather a rare situation, anyway it seems that people are using placeholders for a directory where images are stored to replace it later with a valid directory. When placeholder contains a " Steps to reproduce
|
||||||
#5257 | Adding row to rowspaned table breaks layout | Bug | Normal | Core : Tables | |||
Description |
Reproduce
For an alternative sort of explosion, trigger the row addition from the second cell of the second row. ResultEither extra colspans and cells are added or cells are missing, depending on where you trigger the row addition. Expected resultA new row, <tr><td></td></tr> We have had this problem with the latest stable FCKEditor also and now since cell mergers are supported in CKEditor, the same problems persist.
There are some tickets concerning the issue filed agains FCKEditor: |
||||||
#5258 | Removing underlines of links? (text-decoration: none) | New Feature | Normal | UI : Dialogs | |||
Description |
There's a need for an 'easy' option to clean the underline of a link. Of course un-checking the U button won't do nothing, because this is the default text-decoration for A elements. So we need some kind of modification to the Link dialog. A checkbox, or a drop-down of text decoration, which will detect the text-decoration of the link if exists, and allow setting to NONE. |
||||||
#5259 | FF 3.6 https/ssl Issue | Bug | Normal | CKEditor 3.3 | General | ||
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;"' + |
||||||
#5260 | Editor doesn't load contents.css | Bug | Normal | General | |||
Description |
CKEDitor Version 3.1 and 3.2 OS: WIN 7 Browser: all Description: CKEditor Version 3.1 and Version 3.2 doesn't load the contents.css file by default when opening the editor. I'm loading the script: ckeditor.js within a page. Everything works fine, except the editor doesn't load the contents.css file I modified the following line (line 61 -62) in ckeditor.js (no source!): o=n.config.docType+'<html o=n.config.docType+'<html dir="'+n.config.contentsLangDirection+'">'+'<head>'+q+'<title>'+n.lang.preview+'</title></head>'+s+n.getData()+'</body></html>'; to: o=n.config.docType+'<html dir="'+n.config.contentsLangDirection+'">'+'<head>'+q+'<title>'+n.lang.preview+'</title> '+e.buildStyleHtml(n.config.contentsCss)+'</head>'+s+n.getData()+'</body></html>'; |
||||||
#5261 | scayt_autoStartup slow down editor loading | Bug | Normal | CKEditor 3.3 | UI : Spell Checker | ||
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. |
||||||
#5262 | ckeditor encodes ' and " symbols | Bug | Normal | General | |||
Description |
CKEditor 3.2 encodes the ' (single quote) and " (double quote) symbols and as a result makes the HTML less readable. According to the HTML spec these symbols do not have to be encoded, unless they are in an attribute value. Only '<', '>', and '&' symbols have to be encoded. |
||||||
#5263 | Cannot use Ctrl + A in some fields of Image dialog. | Bug | Normal | General | |||
Description |
Expected result: The all value of 'url ' is selected. Actual result: Focus on 'Alternative text ' and selected all text in this. |
||||||
#5264 | Blank Link Popup window | Bug | Normal | UI : Dialogs | |||
Description |
Hello, I have downloaded the latest version of CKEditor 3.2 and trying to implement this in my project. I have noticed a big issue with Link tool button.
Issue 1: Browser: IE 7
Issue 2: Browser: FireFox 3.6
Steps to reproduce:
--Sample application is attached along with the screen grab--- |
||||||
#5265 | v2 skin: Editor size would not restore back correctly after Maximize | Bug | Normal | UI : Skins | |||
Description |
Under 'v2' skin, editor size would remain as expanded after restoring back from command Maximize. |
||||||
#5266 | Table headers incorrectly displayed when SCAYT is enabled | Bug | Normal | CKEditor 3.3 | General | ||
Description |
When SCAYT is disabled, two Steps to reproduce
|
||||||
#5267 | There are some issues with PRE blocks which have any attributes | Bug | Normal | Core : Styles | |||
Description |
<pre class="script"> Fomatted text </pre> and try to set Normal paragraph format for it. You will get an empty paragraph.
|
||||||
#5268 | Port DragResizeTable to V3 | New Feature | Normal | CKEditor 3.4 | General | ||
Description |
Several people have requested the upgrade of this plugin |
||||||
#5269 | floatpanels for comboboxes are offset left of related combobox | Bug | Normal | General | |||
Description |
When a combobox (such as 'Styles','Format','Font' or 'FontSize') is positioned with its right edge against the window edge, its corresponding floating panel will have its right edge tucked to the left of the combobox; it should tuck to the right. I hope the following pieces of ascii-art will illustrate the issue: Current behaviour: |window edge | [Styles]| [opt1 ] | [opt2 ] | [opt3 ] | Preferred behaviour: |window edge | [Styles]| [opt1 ]| [opt2 ]| [opt3 ]| |
||||||
#5270 | CKEditor 3.2 Dialogs in Lotus Domino and IE | Bug | Normal | UI : Dialogs | |||
Description |
Hi, I have integrated CKEditor and Domino successfully, but I have an issue with all CKEditor dialogs in IE. They are not appearing correctly. Please see attachments. The same domino web form is working with Safari. There are no conflicting styles. Thanks |
||||||
#5271 | Numbers, Bullets and Indent paragraph will clear the Block Styles setting | Bug | Normal | CKEditor 3.3 | UI : Toolbar | ||
Description |
To Reproduce the defect
Expected Result: Contents should be marked both Red Title and Numbers Actual Result: Block Styles is cleared by the Numbers/Bullets/Indent setting, like below |
||||||
#5272 | Wrong positioning of the style, format, font, size, bg and fg popups in Firefox 3.5 | Bug | Normal | UI : Floating Panel | |||
Description |
The following popups are not positioned correctly in Firefox 3.5: style, format, font, size, background color and foreground color (see attachment). More precisely, the positioning on the x ax seems to be correct, but they are not opened right below the combos/buttons, but much higher. In IE 7 it works just fine. I also tested with version 2.6.3 and it behaves the same. |
||||||
#5273 | Language tool is substituting 'false' for some existing values. | Bug | Normal | General | |||
Description |
Observe the accessibilityHelp object has property values set to 'false' with the comment MISSING. If you remove the white-spaces between the open curly bracket and the 'name' property, their values will be copied to the other language files. For example: legend :
I've also seen this occur if a block comment is entered between the language property value and trailing comma. For example:
|
||||||
#5274 | [[IE6]] Content Templates dialog is not displaying properly | Bug | Normal | CKEditor 3.3 | UI : Dialogs | ||
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 |
||||||
#5275 | Unwanted br at first line on first keystroke in FF 3.x | Bug | Normal | General | |||
Description |
Using Firefox i "click" into the content window of ckeditor and press a key, lets say "a". The cursor does jump to the next line and displays the "a" at the second line, not the first - IE8 seems not to have this issue. Looking with firebug i see an additional <br _moz_dirty... /> at the first line - which i can remove via entf or backspace. enterMode used is CKEDITOR.ENTER_BR This did also happen with 3.1. |
||||||
#5276 | Unable to resize inserted image | Bug | Normal | General | |||
Description |
Inserted and selected images don't have small squares around them so it is not possible to resize them (via CSS properties) using mouse, this is happening in: Windows XP
|
||||||
#5277 | IMG - no URL on edit | Bug | Normal | General | |||
Description |
Browsers: Chrome 5, Safari 4. |
||||||
#5278 | Link Dialog / Popup Name / Add validation to check for bad window names | Bug | Normal | CKEditor 3.3 | General | ||
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. |
||||||
#5279 | WSC spellchecker with IE6, the page scrolls down each time "Ignore" is clicked | Bug | Normal | UI : Spell Checker | |||
Description |
XP + IE6 When using WSC spellchecker, the page behind the spellchecker dialog scrolls down little by little each time I click the "Ignore" button until the page hits the bottom. It also happens at http://ckeditor.com/demo |
||||||
#5280 | Vertical scroll bounces up when clicking in-between the vertical scroll bar and the bottom arrow | Bug | Normal | CKEditor 3.4 | General | ||
Description |
XP + IE6 It happens at http://ckeditor.com/demo When I click in-between the vertical scroll bar and the bottom arrow, the page scrolls down but bounces back. The same goes when I click in-between the vertical scroll bar and the top arrow. Additional reproduction scenario moved from #5581: In ie7, I go to http://ckeditor.com/demo Click on the word Red in little red riding hood, just put the cursor somewhere there by clicking on the text. Use the scrollbar to scroll down (down button on scrollbar, not the scrollbar itself, use down button). Cannot scroll down, the focus jumps back to the cursor at the top of the page, so the whole page jumps back upwards. This is a serious problem for my customer as they can only use IE7. |
||||||
#5281 | <wbr> tag randomly duplicates | Bug | Normal | General | |||
Description |
Vista + FF3.5.8 It happens at http://ckeditor.com/demo Insert the code below as source. Coming back to normal mode, hit enters after "test" word. Back to source mode, you will see a number of <wbr> tags that are randomly created. Does not occur with Vista + IE8 <p> test</p> <p> <wbr> <p> </p> </wbr></p> |
||||||
#5282 | Firefox 3.6 url(" ... ") - Quotes issue | Bug | Normal | General | |||
Description |
[1] seems to have the same problem as I do (just copied the description from there): Hi, in firefox 3.6, when in "source" mode and you set the style property, for example: <div style="background:url(image.jpg)">content</div> firefox 3.6 replaces that code with this (adds "): <div style="background: url("image.jpg")">content</div> and, when you save and reload it, all html is broken: <div image.jpg="" repeat="" scroll="" style="">content</div> ps: It seems to work correctly in IE8. [1] http://cksource.com/forums/viewtopic.php?f=11&t=17634&hilit=firefox+url+quote+problem |
||||||
#5283 | CKEDITOR.config.baseHref not working properly on IE8 | Bug | Normal | General | |||
Description |
I use a relative path to the images. When I upload or integrate a picture via server browsing everything is allright. the picture is shown. BUT when I press the source code button to see the source code and then switch back again to wysiwyg modus the editor can't find the picture agin and shows a mistake. |
||||||
#5284 | Formatting lost on new paragraph | Bug | Normal | Core : Styles | |||
Description |
If you create a new paragraph hitting enter key, and the current one has formatting (i.e. font family and size), the new paragraph is created without formatting (i.e. a simple <p>). Tried different browsers, it happens only on Safari 4.0.4/Mac and Chrome 5.0.307.11/Mac, so this problem seems WebKit related. |
||||||
#5285 | Cannot move cursor below page break | Bug | Normal | General | |||
Description |
Confirmed in IE8, didn't check all other browsers.
It is probably something similar to #4072 |
||||||
#5287 | additional configuration options for SCAYT | Task | Normal | CKEditor 3.3 | UI : Spell Checker | ||
Description |
Completely address #4411 bug. |
||||||
#5288 | SCAYT affecting checkDirty and ResetIsDirty. | Bug | Normal | UI : Spell Checker | |||
Description |
Completely address #4688 |
||||||
#5289 | Images don't appear in FCK Editor | Bug | Normal | Server : PHP | |||
Description |
Hello, Thanks for developing this great editor. The editor is working fine but My problem is that whenever I upload images through FCK Editor, the images are not visible! The images actually get uploaded physically and I can even adjust the URL so make it work in the destination page. But right there in the Editor page, you can't see the image. This problem spoils the experience for the person using the editor. Please is there a way out? I have attached a screen shot of the result I am getting in editor: |
||||||
#5290 | Create a editor.getStylesSet function | Task | Normal | CKEditor 3.3 | Core : Styles | ||
Description |
Currently both the styleCombo and the div dialog include code to check the config data and request the load of the styles data. In the future other dialogs should have also the same combo like the div, and also it should be possible to manually add extra styles to the data for example by parsing the css file. In order to do that the first step should be to simplify the loading of the styles data. Instead of doing // Reuse the 'stylescombo' plugin's styles definition. customStylesConfig = editor.config.stylesCombo_stylesSet, stylesSetName = customStylesConfig && customStylesConfig.split( ':' )[ 0 ]; if ( stylesSetName ) { CKEDITOR.stylesSet.load( stylesSetName, function( stylesSet ) { var stylesDefinitions = stylesSet[ stylesSetName ], we should provide a function that abstracts that code to editor.getStyles( function( stylesDefinitions ) { |
||||||
#5292 | Preview in font-size and font-family doesn't work with custom styles | Bug | Normal | CKEditor 3.3 | General | ||
Description |
Using the XHTML sample in #5024, the previews of font-size and font-family doesn't reflect the current values. |
||||||
#5293 | Unwanted linebreak on Firefox | Bug | Normal | CKEditor 3.4 | Core : Output Data | ||
Description |
If I use empty textarea replaced with CKEditor and post form I've '<br />' in Firefox 3.6. In IE8 and Chrome 4 I have empty string. |
||||||
#5295 | Initial value for textareas | New Feature | Normal | General | |||
Description |
The textarea dialog should have 'initial value' input, since it is not possible to edit the textarea content in WYSIWYG mode. |
||||||
#5296 | [IE] In a pre tag, after hitting enter, the caret does not show up in a new line | Bug | Normal | General | |||
Description |
To reproduce[IE]
Notice that the caret is going back to the stat of the line.
Notice that the text is written in a new line. |
||||||
#5297 | Dialog wrek after closed in Opera | Bug | Normal | CKEditor 3.3 | UI : Dialogs | ||
Description |
Not sure whether I'm repeating because I believe this bug has been seen for a while - Close any dialog in Opera may result in an half body wrek of the dialog ui, pretty bloody.
|
||||||
#5299 | Page Up/Down jumping to last/first line | Bug | Normal | General | |||
Description |
Browser: IE8, OS: WinXP Occurs on all pages long enough When using Page up/down to navigate, the editor jumps to last/first line of text instead of jumping pagewise. |
||||||
#5300 | Formatting not retained after pasting text from MS Word | Bug | Normal | Plugin : Paste from Word | |||
Description |
Following formatting items are not retained after pasting text from MS Word:
Also sometimes space is removed between words. Refer the attached screenshot for more details. I am attaching a sample doc file to reproduce the issue. This issue was reproducible in IE8 with latest nightly build. |
||||||
#5301 | Translation updates for Norwegian in CkEditor 3.2 | Task | Normal | CKEditor 3.3 | UI : Language | ||
Description |
Attached is complete norwegian translation for ckeditor 3.2. Regards, Arve Skjørestad, System Developer CoreTrek AS |
||||||
#5302 | enterMode=ENTER_P is not respected when inside a DIV | New Feature | Normal | CKEditor 3.3 | UI : Enter Key | ||
Description |
To reproduce: Add the following source: <div>Test Value</div> Then attempt to add new lines to the content. <div>Test Value</div> <div>Test Value</div> New DIV elements are added instead of P elements as set in configuration. The expectation is that with enterMode=ENTER_P that a new paragraph be added after the DIV. <div>Test Value</div> <p>Test Value</p> This is more than an inconvenience to users now as we provide styled components in the editor content that are made up of DIV elements, that we don't want to be copied whenever a user uses the Enter key after the div. |
||||||
#5303 | 2.x Spell Check for 3.x | New Feature | Normal | General | |||
Description |
I would like to make another pitch to include 2.x spell check functionality in 3.x. While I see there is a plugin for this, it requires PHP or CFM, neither of which we use on our server. Does anybody have any suggestions for how to do this, especially in view of the privacy issues raised. Thx, P. |
||||||
#5304 | Support List Styling via Context Menu | New Feature | Normal | General | |||
Description |
It would be very nice for users to be able to change the style of ordered and unordered lists via a context menu (I believe this was possible with the FCKEditor). Recommend implementation using CSS 'list-style' rather than deprecated 'type' attributes) For Example: <ol style="list-style-type: upper-roman; list-style-position: outside;">
</ol> |
||||||
#5305 | souce-mode: <br /> that following a textNode are moved behind next element | Bug | Normal | Core : Parser | |||
Description |
Got to demo. Switch to source mode. Insert this: <p> line one<br /> <br /> <img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br /> line four </p> Switch to wysiwyg and back to source mode. Now source is: <p> line one<img src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" /><br /> <br /> <br /> line four </p> Tested with IE8 and FF 3.6. This is even the case in niglty build (5228) |
||||||
#5306 | Feature alignment with v2 | Task | Normal | General | |||
Description |
This list should be our last core feature alignments with v2:
And some sample pages as well:
|
||||||
#5307 | Customizing multi-tab dialog to show only one tab doesn't work | Bug | Normal | CKEditor 3.3 | UI : Dialogs | ||
Description |
Take the Find dialog as an example. Customize it by hiding the Replace tab and leaving only the Replace tab visible: replaceTab.hidden=true; dialogDefinition.dialog.parts.dialog.addClass('cke_single_page'); This results in a single Find tab appearing in the dialog, but the tab can be accessed with keyboard and when navigating using arrows, an error occurs and the content of the dialog becomes blank. |
||||||
#5308 | File browser window doesn't scroll | Bug | Normal | CKEditor 3.4.1 | General | ||
Description |
I am using my own custom file browser with CKEditor 3.2. When I view the file browser in a normal browser window it scrolls fine. However, when I click the Browse Server button and it opens the file browser in a popup, the scroll bars don't work... |
||||||
#5309 | Context sensitive insertHtml | New Feature | Normal | Core : Pasting | |||
Description |
We've seen various paste problems caused by our current implementation of CKEDITOR.editor::insertHtml, now rely on browsers' native API, which is buggy and inconsistent.
|
||||||
#5310 | Indented lists are not displaying correctly | Bug | Normal | CKEditor 3.3 | Core : Styles | ||
Description |
To reproduce the defcet
Problem: The indented list does not display with the correct formatting. Switching back to source mode , you can see that some <br> tags have been added to the html for the list items |