Custom Query
Results (3001 - 3100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#2902 | plugin:button move to trunk | Task | Normal | CKEditor 3.0 | General | |
Description |
Button plugin is required to move to trunk. |
|||||
#2903 | plugin:imagebutton move to trunk | Task | Normal | CKEditor 3.0 | General | |
Description |
Image button plugin is required to move to trunk. |
|||||
#2904 | plugin:hiddenfield move to trunk | Task | Normal | CKEditor 3.0 | General | |
Description |
Hidden field plugin is required to move to trunk. |
|||||
#2905 | plugin:find and replace move to trunk | Task | Normal | CKEditor 3.0 | General | |
Description |
Find and replace plugin is required to move to trunk. |
|||||
#2907 | V3: Make it possible to serialize range bookmark | Bug | Normal | CKEditor 3.0 | General | |
Description |
The current bookmark implementation saves references to DOM nodes. We have identified a number of cases where mutations need to be performed to range bookmark nodes, like cloning or innerHTML replacement. In such cases the node references present in the bookmark are not anymore valid, breaking it. Just like we have in V2, we should have an option to save ID references when needed. They perform a bit slower, but give the flexibility we need for it. |
|||||
#2908 | Czech language file for FCK 2.6.4 | Bug | Normal | UI : Language | ||
Description |
Czech language file for FCK 2.6.4 |
|||||
#2909 | V3: Move Range.CreateBookmark2 from V2 | Task | Normal | CKEditor 3.0 | General | |
Description |
There are a few features depending on the CreateBookmark2 and MoveToBookmark2 present on V2. These functions must be moved to V3. |
|||||
#2910 | V3 - Clipboard support | Bug | Normal | CKEditor 3.0 | General | |
Description |
Clipboard plugin with the following features: Cut, Copy, Paste, Paste as plain text. |
|||||
#2914 | no automatic search results - MediaWiki + FCKeditor | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I got a running MediaWiki 1.13.4 + FCKeditor, but when I try to insert image by clicking on the icon and enter a file name it says always as first "Automatic search results (searching...)" and then "Automatic search results (no images found)". I tried it with several filenames like Unbenannt.jpg. I tried it in the sandbox at http://mediawiki.fckeditor.net/index.php?title=Sandbox&action=edit, too. I used IE6, IE7 and Firefox 2.0.0.16 and Firefox 3.0.6. Always no image found. What should one enter in the field image file name? Where does this automatic search searches? |
|||||
#2915 | About plugin shows misleading user language | Bug | Normal | FCKeditor 2.6.5 | UI : Language | |
Description |
At the moment the About Plugin shows in the Browser Info tab: User Language: xxx This display is incorrect. The JS code behind it is only able to retrieve the language of the browser, which is the GUI language of the browser. I have attached a patch. This problem popped up in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12947 |
|||||
#2916 | Implement Flash dialog. | Task | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
Need to port the Flash dialog from v2 to v3. |
|||||
#2917 | Problem with html links on Chrome 2beta | Bug | Normal | General | ||
Description |
Tested on Chrome 2.0.162.0. When an international character is somewhere in the code, FCKeditor returns broken HTML code when switching to the source mode and back (CKEditor simply hangs the browser). To reproduce, paste this code in the source mode: <p>ł</p> <p><a href="http://example.com">http://example.com</a></p> in FCKeditor it is incorrectly transformed into: <p>ł</p> <p><a href="h _fcksavedurl=">http://example.com</a></p> Note that if we use "l" instead of "ł", everything is working fine so it definitely has something to do with non-ascii characters. This bug was originally reported here: http://www.fckeditor.net/forums/viewtopic.php?f=5&t=12946 |
|||||
#2918 | Initial values for checkboxes are wrong | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
To reproduce the bug:
|
|||||
#2919 | mod_sec issues with File Browser | Bug | Normal | General | ||
Description |
The FCKeditor file browser fails with hosts like HostGator that use mod_security. When clicking the "Browse Server" button in the "Add Image" or "Add Link" dialog, a "Forbidden Error" is displayed with the following information: "Forbidden You don't have permission to access /root/editor/filemanager/browser/default/browser.html on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." The only way to have this work is to have a host whitelist your domain, but surely there has to be a workaround for this so that it works 100% as intended for all users, regardless of host. |
|||||
#2921 | plugin:selection adding new way to force fire 'selectionChange' | Task | Normal | CKEditor 3.0 | General | |
Description |
There's several use cases around the codebase when interact with CKEDITOR.dom.selection.selectRanges :
For item 1 just invoke the method is ok, for item 2 Martin has already introduce a workarround at http://dev.fckeditor.net/ticket/2883#comment:4, for item 3 there's also a workarround by http://dev.fckeditor.net/ticket/2862#comment:10. It's better to integrate these pieces together to avoid confusing. |
|||||
#2922 | Whole editor broken caused by one malformed plugin | Bug | Normal | CKEditor 3.0 | General | |
Description |
Now plugin manager is going down if any of the plugins on the list has a syntax/runtime error or a plugin is not found at the specified position. It's easy to reproduce. The editor should has some level of fault tolerant with plugins, especially when plugin come from external point. |
|||||
#2923 | "CKEDITOR is not defined" on page reload when editor focused. | Bug | Normal | CKEditor 3.0 | General | |
Description |
This bug is found to be due to reload the page with focus on wysiwyg mode, cause a javascript error as titled in FF. |
|||||
#2925 | Cannot insert a list inside a div container created using the style dropdown | Bug | Normal | General | ||
Description |
Added the following style to the fckstyles.xml file: <Style name="Online Content" element="div">
</Style> The pnlOnline style class is defined as follows: .pnlOnline {
} I create a new div container using the style dropdown box. (See screenshot #1). If I move the cursor inside the container and add a list (either ordered or unordered), the container is replaced by the list. If I add some line breaks inside the container and then add a list while the cursor is still inside the container, the list is placed outside the container. (See screenshot #2). Note: If I create a container using the "Create Div Container" toolbar button, apply my custom style, place the cursor inside the new container, and then create a list, the list is correctly placed inside the container. I have tested this with Internet Explorer 7, Firefox 3, and Chrome on Windows Vista with FCKEditor 2.6.3 and the latest nightly build as of Feb. 19, 2009. |
|||||
#2926 | Incorrect conversion of Hex(A0) and other values | Bug | Normal | General | ||
Description |
On windows machines both firefox and IE, data put in a form field either text or textarea that contans is converted to hex(A0) when saved. fckEditor then converst this value to Â. If that same value is opened in a browser form field again the browser converts this to hex(c3). fckEditor then converts this to Â... I have seen many threads in the blog about the appearance of  and this is one of the main things. Many of us wind up using the content in both browser <textarea> tags and fckEditor. When doing this the data gets corrputed and it excallates. I have composed a lengthy outline of this issue if you would like it. I feel this is a bug in both the browsers treatment and fckEditor. There are other values this happens with besides but this is the most common because fckEditor puts in all over the place. |
|||||
#2928 | turn editor area red when user doesn't fill it in | New Feature | Normal | General | ||
Description |
When a user presses the submit button on my site, I turn all the required textboxes red, that they didn't enter text in. It would be nice if there was a property where I could set the editorarea to be red, when the user does not fill it in.... So you could have a setting called EditorTextAreaColor and it could be set dynamically and then I could set it to be whatever color I want. It must be dynamic though, becuase I'll only want it red, when the user doesn't fill it in. For an example of this go to: http://www.connectingsingles.com/register.aspx and press the "submit" button without filling anything in. Thanks, Chris |
|||||
#2929 | extra space in style attribute - takes up extra room when storing it in DB | New Feature | Normal | General | ||
Description |
In the HTML generated from the editor, you always put an extra space: font-size: 11px background-color: black That extra space is not necessary and just takes up more room when storing it in the database. Can you remove it? I have looked at the code and cannot figure out how to do it myself. It should be: font-size:11px background-color:black |
|||||
#2931 | V3 : SpellChecker - WSC | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
Description |
New V3 plugin: Spell Check. |
|||||
#2932 | AJAX sample fails to populate editing area after subsequent editor instantiations in FF 3 | Bug | Normal | CKEditor 3.0 | General | |
Description |
Instances of the editor which have been dynamically created using CKEDITOR.appendTo() fail to properly handle insertHTML(). The first instance of the editor works as expected but when that instance is destroyed and another created in its place, the second instance and all subsequent instances will fail to handle insertHTML().
The behavior can be reproduced by following these steps:
The cause has been tracked down to the mode of the editor not being set before setHTML() is called. A temporary fix for the problem is to update CKEDITOR.editor.prototype.setMode declared in the editingblock plugin and explicitly set the mode (see patch). The erroneous behavior appears to occur only in Firefox 3. |
|||||
#2933 | Show broken image icon in Firefox | New Feature | Normal | General | ||
Description |
Using the custom extension -moz-force-broken-image-icon it's possible to make Firefox show that there's an image with a broken url while editing. So it's a matter of adding img { -moz-force-broken-image-icon: 1; } to the internal stylesheet (the image must have some dimensions in order to show, but finally it will appear and it will be possible to edit it). You can compare the current behavior with the new one loading this html: <p>Pic 1:<img width="100" height="100" src="broken" alt="current"></p> <p>Pic 2:<img width="100" height="100" src="broken" alt="proposed" style="-moz-force-broken-image-icon: 1;"></p> (of course I've applied here the style inline to show how it will work) |
|||||
#2934 | avoid skype problems | New Feature | Normal | General | ||
Description |
I don't know if the current version does still creates problems while editing pages, but I know that previously people did report problems with the changes done by skype to the content and we didn't have any answer. It seems that just adding this meta tag <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> }}} can avoid the problems. In [http://forum.skype.com/index.php?showtopic=78380 this thread] they mention that at that time the had to be wrote exactly that way. So we should test if the current version does work fine or it can still generate problems (with the new ckeditor code) and then use this meta tag if possible. |
|||||
#2935 | V3:New Test | Bug | Normal | CKEditor 3.0 | General | |
Description |
This is a agile patch for adding new test cases for v3 codes. |
|||||
#2936 | Error creating folder 'dirname' {Can't create 'dirname' directory} | Bug | Normal | FCKeditor 2.6.5 | Server : PHP | |
Description |
If in "fckeditor\editor\filemanager\connectors\php\config.php" I set only one directory name above the root, ex. $Config['UserFilesPath'] = '/userfiles/' ; I can't do a quick upload a file. Message box say that: "Error creating folder 'userfiles' {Can't create '/userfiles/' directory}" By using more directories in the path, like: $Config['UserFilesPath'] = '/userfiles/abc/' ; the error doesn't show. I think this is a bug in the file "fckeditor\editor\filemanager\connectors\php\io.php": 101: // Check if the parent exists, or create it. 102: if ( !file_exists( $sParent ) ) 103: { 104: //prevents agains infinite loop when we can't create root folder This will try to create a directory "" (empty string) if the config has one directory in the path, because the parent is root (/) and cannot be created. So I think it should be modified: 101: // Check if the parent exists, or create it. 102: if ( '''!empty($sParent) &&''' !file_exists( $sParent ) ) 103: { 104: //prevents agains infinite loop when we can't create root folder After modification the files are uploaded correctly. |
|||||
#2937 | Internal Link FCKeditor / MediaWiki 1.14 | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Nature: On the load, FCKEditor add (wgArticlePath) to the beginning of the link. ex: index.php which generate a bug cause final Url will be http://localhost/index.php?title=/index.php=home Procedure to reproduce: Create a link to an existing page with subs (ex: /dev/roadmap). Save. You can click on the link. Then edit your page and add some text. Your link is now index.php instead of dev/roadmap? |
|||||
#2938 | Special character plugin looks bad with webkit | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
Special character dialog looks bad in Safari and Chrome. |
|||||
#2939 | New finnish translation | Task | Normal | FCKeditor 2.6.6 | UI : Language | |
#2940 | Override CKEDITOR.basePath and CKEDITOR.getUrl | Bug | Normal | CKEditor 3.0 | General | |
Description |
A new feature present in V3 is that it automatically calculates the "base path" (the editor installation path), based on the URL <script> used for the editor script. There are some situations though where it will not be able to find that URL. For example, if merging all scripts used in a page, including the editor scripts, in a single file. To solve this issue, there should be a way to override the default base path calculation with a custom value. The same thing is valid for CKEDITOR.getUrl, which is the function used to locate all editor files. There should be a way to introduce a custom implementation to it. |
|||||
#2941 | JavaScript : Sample 02 : Replacement of a TEXTAREA | Bug | Normal | General | ||
Description |
XULElement.accessibleType http://www.fckeditor.net/nightly/fckeditor/editor/js/fckeditorcode_gecko.js Line: 85 I also tried with current svn version on my server, and it stops in editor/_source/classes/fckpanel.js Line: 96 Could you fix this, i tried to put try {}catch(e){}, but it doesn't help! Thanks |
|||||
#2942 | Element Styling Tool | New Feature | Normal | Core : Styles | ||
Description |
I'm missing a tool to style elements. |
|||||
#2943 | The FCKConfig.CoreStyles[''] setting was not found. Please check the fckconfig.js file | Bug | Normal | Core : Styles | ||
Description |
Browser shows alert (FF3 and Opera 9.63. IE7 doesn't) "The FCKConfig.CoreStyles[] setting was not found. Please check the fckconfig.js file" when i set FCKConfig.FontFormats = 'p;h2;h3;h4;h5;pre;' ; Both alerting browsers still render the iframe for the dropdown. IE7 again doesn't. Without this setting all browsers do just fine. |
|||||
#2944 | Event to indicate that the editor is ready for full interaction | Bug | Normal | CKEditor 3.0 | General | |
Description |
Currently, we are able to do CKEDITOR.on( 'instanceCreated' ) to get an editor instance for interaction. But, the editor will not be totally rendered at that point, so not all operations would work. There should be a new event indicating that the editor is ready for full interaction. |
|||||
#2945 | Editor instance intialization error | Bug | Normal | CKEditor 3.0 | General | |
Description |
The create editor on the fly APIs assume FORM always existed which is false. Reproducing procedures:
|
|||||
#2946 | Auto wrapping text in paragrahs | Bug | Normal | General | ||
Description |
Additional spaces get added after you save a html formatted description. attached the needed doc . please verify. |
|||||
#2947 | Indent does not work in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
The indentation button has no effect in IE. Works well with Firefox, Safari and Opera. |
|||||
#2948 | insertHtml() mangles links | Bug | Normal | CKEditor 3.0 | General | |
Description |
Calling insertHTML for a relative URL, like IE only. Ok in FF. |
|||||
#2949 | FCK.GetNamedCommandValue( 'FontSize' ) always returns null / empty | Bug | Normal | General | ||
Description |
I am accessing FCK.GetNamedCommandValue( 'FontSize' ) but always getting null, even when I can see there is a value set on its display. Its happening in IE and Moz. Im on 2.6.3 stable I have no problem returning values for all other commands I have tried with GetNamedCommandValue, just 'FontSize'. I cant find any reported bugs after x hours on google. Am I just being stupid here? Thanks in advance Dave OR Let me ask this another way. How should I be getting the currently selected value for FontSize, or can you point me towards the docs for this? |
|||||
#2950 | plugin:preview Click command got JavaScript error in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2951 | plugin:template replaceContent default not checked in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
The CKEDITOR.config.templates_replaceContent config option is by default set to true, but failed to represent in checkbox. Reproducing procedure:
|
|||||
#2952 | Certain toolbar button looked mess in IE6 | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
Screenshot: Check attached toolbar-button-chaos.png. |
|||||
#2953 | All toolbar buttons doesn't show title text in IE6 | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2954 | Option 'Match cyclic' not working | Bug | Normal | CKEditor 3.0 | General | |
Description |
The config option of Match cyclic which should restart the search from the beginning of document which doesn't work.
|
|||||
#2955 | plugin:numberlist/bulletlist failed when caret on inline-element end | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2956 | plugin:sourcearea has extra <br /> when document is empty | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2958 | Safari 4 + FCKeditor for Mediawiki = very short text editor window | Bug | Normal | General | ||
Description |
screenshot attached |
|||||
#2959 | plugin:editingblock reload initial data on empty content | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2960 | plugin:pastefromword unable to re-focus preview box | Bug | Normal | General | ||
Description |
Procedures
|
|||||
#2961 | plugin:newpage lack of title on toolbar button | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2962 | plugin:link creation with target:popupwindow doesn't work | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2963 | Key board Tab navigation not working in FCK In IE. | Bug | Normal | General | ||
Description |
Open http://www.fckeditor.net/demo with IE. Try to use keyboard Tab button to navigate the page. It will stuck in the FCKEditor text area. |
|||||
#2964 | plugin:image dialog loading cause JavaScript Error | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2965 | plugin:image preview area failed to update 'align' option | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2966 | plugin:image cause JavaScript Error with 'Style' setting. | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2967 | plugin:dialog JavaScript error at opening dialog boxes in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
To reproduce the bug:
|
|||||
#2968 | Disable certain commands state on 'source' mode | Task | Normal | CKEditor 3.0 | General | |
Description |
Need to implement logic for disable commands except the following ones when editor is switch to 'source' mode:
|
|||||
#2969 | plugin:dialog Clicking on checkbox or radio button labels don't activate their associated button in IE. | Bug | Normal | Accessibility | ||
Description |
To reproduce:
|
|||||
#2970 | Refactor CKEDITOR.dom.documentFragment | Task | Normal | CKEditor 3.0 | General | |
Description |
Current implementation of documentFragment has been ported from V2 for IE 5.5 support, which have dropped for V3. We could now replace those IE hacks with standard support of native documentFragment. Reference |
|||||
#2971 | Introduce the Format combo | New Feature | Normal | CKEditor 3.0 | General | |
Description |
The Format combo is to be developed for V3. |
|||||
#2972 | plugin:table insertion in empty document leave extra newline in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#2973 | plugin:template UI display incorrect width | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2974 | Sample page editor instance UI over-width | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2975 | Blank edit page when extension is enabled (upgraded mediawiki) | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When I enable the extension and press the edit button a blank page is displayed (Firefox 3.0.6) and using IE7 a HTTP 500 error is produced. Workaround is to tick the "Disable rich editor" option on the "My preferences-->misc" page. I tried updating the editor to the latest version (2.6.4) but that did not resolve my issue. The extension used to work on < MediaWiki 1.14.0 The following information is displayed on the special:version page: MediaWiki 1.14.0 PHP 5.2.8 (apache2handler) MySQL 5.1.30-community FCKeditor (Version fckeditor/mw-extension $Rev$ 2008) |
|||||
#2978 | Show blocks should keep state across mode switches | Bug | Normal | CKEditor 3.0 | General | |
Description |
To reproduce the bug:
|
|||||
#2979 | Focus issue after inserting table | Bug | Normal | CKEditor 3.0 | General | |
Description |
When inserting a table at the end of a document it is not possible to navigate past the table to continue entering text.
Steps to reproduce:
Expected behavior:
Actual behavior: |
|||||
#2982 | plugin:flash 'id' attribute failed to apply in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Reproducing procedure:
|
|||||
#2983 | plugin:showblock missing tagname icon | Bug | Normal | CKEditor 3.0 | General | |
Description |
Procedures
Actual Result SnapshotsCheck no_tag_icon_displayed.png in attchment. |
|||||
#2984 | V3 : Toolbar reorganization | Bug | Normal | CKEditor 3.0 | General | |
Description |
The toolbar is quite chaotic right now. It should be reorganized to resemble the V2 buttons order. It has not support for '/' also. |
|||||
#2985 | Find/Replace Match cyclic doesn't work | Bug | Normal | CKEditor 3.0 | General | |
Description |
Steps to reproduce:
Expected behavior:
Actual behavior: |
|||||
#2986 | plugin:image cause JavaScript Error with lockRatio button | Task | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
'this' in the dialog element onLoad function was fixed and now we need to improve image dialog. Now 'dialog=this.getDialog()' instead of only 'dialog=this'. |
|||||
#2987 | All fake elements get lost after drag-and-drop in Webkit | Bug | Normal | General | ||
Description |
Procedures
|
|||||
#2988 | V3: Document Properties plugin | New Feature | Normal | CKEditor 3.6 | UI : Dialogs | |
Description |
Document Properties plugin with Select Color dialog. |
|||||
#2989 | document::insertHtml failed in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Fuctional Testcasetest-editor-insertHtml.patch |
|||||
#2990 | wrong IsDirty() after GetData() execution | Bug | Normal | Core : Output Data | ||
Description |
FF3. Easy to reproduce. I think the problem in FCKXHtml.GetXHTML(). There's a function call "FCKDomTools.EnforcePaddingNode(FCKTools.GetElementDocument(A), FCKConfig.EnterMode);" which makes trouble. I quick_fixed it by inserting "if (!D) FCK.ResetIsDirty();" after EnforcePaddingNode. |
|||||
#2991 | JAWS Tool is not able to recognize the new CKEditor3.0 | Bug | Normal | CKEditor 3.0 | General | |
Description |
JAWS Tool is not able to recognize the new CKEditor3.0. Thus we are not able to conduct any Accessibility Testing. |
|||||
#2992 | Toolbars don't wrap in Safari | Bug | Normal | CKEditor 3.0 | General | |
Description |
If the editor width is reduced, the toolbar is not wrapping. To test it, open a sample page and resize the window. You should see the toolbars arranging themselves to fit the new width. |
|||||
#2993 | Toolbar wraps incorrectly in IE | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
Description |
When resizing the browser window, the toolbars wrap incorrectly in IE. |
|||||
#2994 | Format applied to the incorrectly if cursor at the end of a paragraph | Bug | Normal | CKEditor 3.0 | Core : Styles | |
Description |
Steps to Reproduce
The second paragraph gets changed instead of the first one. |
|||||
#2998 | Toolbar combos load the editor.css file with no timestamp | Bug | Normal | CKEditor 3.0 | General | |
Description |
The timestamp querystring is not being appended to the editor.css file request when opening toolbar combos. This can be easily verified by opening the [nightly build demo http://nightly.ckeditor.com/latest/ckeditor/_samples/replacebyclass.html], looking at the "Net" tab of Firebug. |
|||||
#3002 | Use "filters" for the htmlParser API | Bug | Normal | CKEditor 3.0 | General | |
Description |
Currently, we are introducing specific output manipulation directly into the domParser code. This makes that code quite hard to maintain, and less flexible, as it is not able to customize the manipulation with easy. There should be instead a way to attach a "filter" to the parser, including all necessary rules for it. In this the data processor can have a public filter property, which can be easily modified by a plugin or external code. |
|||||
#3003 | Parse HTML data on input | Bug | Normal | CKEditor 3.0 | General | |
Description |
The editor is currently taking the input HTML as is, doing lots of string processing (regexes mostly) and them loading it into the editing area. There are occasions when we have buggy HTML being loaded though causing use problem. For example, it's not possible to remove the bold style for the "Test" word in the following case: <strong> <table> <tr> <td>Test</td> </tr> </table> </strong> We should use the HTML parser to "fix" the HTML before loading. The parser should also be used on the paste dialogs, insertHtml (with optional parameter to avoid it), or any function that accepts data from the outside. Also, by using the "parsing filters", proposed with #3002, we could avoid all the regexes and special manipulation we have today, making it also easily customizable by plugins or external code. |
|||||
#3004 | plugin:link created url not right with 'protocol' <other> | Bug | Normal | CKEditor 3.0 | General | |
Description |
The generated link url is not right when setting protocol with <other>. Functional TestcaseTested with test-link-protocol-other.patch. |
|||||
#3005 | plugin:form failed with click ok in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Functional TestcaseTested with test-form-all.patch. |
|||||
#3006 | V3 : Style system enhancements | Bug | Normal | CKEditor 3.0 | General | |
Description |
There are still lots of features in the V2 Style System that are missing in V3, like the usage of variables in the definition and proper support for attributes and styles checks. I'll be attaching a path with several enhancements and some code organization. |
|||||
#3007 | Font and Size combos | Bug | Normal | CKEditor 3.0 | General | |
Description |
Implement the Font and Size combos. |
|||||
#3008 | plugin:form fields certain attributes not commited in IE | Bug | Normal | CKEditor 3.0 | General | |
Description |
Specifically, attributes name,style and check box based options didn't get committed. Functional TestcaseProvide a test case for checkbox, others field types could also be reproduced in same way. |
|||||
#3009 | Enhance testing framework to support async 'setUp' | Bug | Normal | CKEditor 3.1 | QA | |
Description |
In functional tests where always requires to have a fully interacted editor instance as prerequisites, with all tests in a case share a 'playground' instance. We should provide a customized TestSuite which responsible for setting up a editor instance transparently with all containing TCs share this singleton, with this, it even able to make sure each test 's cleanness in a TC by resetting the editor with TestCase::setUp. Since the setting up of our editor is always an asynchronous operation, so does cleaning up an editor sometimes, sadly that YUI doesn't support calling wait/resume inside setUp method, we should work around it in order to bring the above functionality into truth. |
|||||
#3010 | Enhance testing framework regards 'selection range' testing | Task | Normal | CKEditor 3.1 | QA | |
Description |
<p> This is some <strong>[sample text]</strong>.</p>
<table> <tbody> <tr> <td> Text1 </td> <td> [Text2] </td> </tr> <tr> <td> [Text3] </td> <td> Text4 </td> </tr> </tbody> </table> <br />
|
|||||
#3011 | MediaWiki syntax as a plugin | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I know about MediaWiki+FCKeditor project but it has many bad points (you have to install it on server, it doesn't work with new versions of MediaWiki, etc.). It will be realy nice to have plugin that switch from HTML->Wiki syntax or better plugin where use can define output. For instance. When I click on button B .... i want that FCKeditor write the following code <b>(Selected text)</b> (Selected text) [b](Selected text)b Custom input ... Thanks in advance |
|||||
#3012 | plugin:format 'h1' font too big to display | Bug | Normal | CKEditor 3.0 | General | |
Description |
The h1 format selection option text is too big and cropped. |
|||||
#3015 | Insert Special Character - Code format choice | New Feature | Normal | General | ||
Description |
I've used FCKeditor for a long time now and I like what your doing with CKEditor3. You have the ability to insert special characters, an example being |
|||||
#3016 | V3: New Unit Tests | Task | Normal | QA | ||
Description |
Include covering of selection plugins. |
|||||
#3017 | hyperlink target <popup window> not being saved | Bug | Normal | General | ||
Description |
Using fckeditor for windows version 2.6.4, click on target of hyperlink and set to <popup window>. Click on resizeable and set height and width to 200. Save and test. The popup comes up but the parent window also changes to the page specified. E.G. both the popup and the page with the link change to page I wanted to go to. |
|||||
#3018 | V3 : Styles Combo | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Implement the Styles combo in V3. |
|||||
#3019 | plugin:form all form-based dialog failed to work in edit mode. | Bug | Normal | CKEditor 3.0 | General | |
Description |
Currently it's unable to update dialog from existed element attributes. |
|||||
#3021 | Toolbar layout is messed up in IE6 quirks mode | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
Description |
To reproduce:
|
|||||
#3022 | autoGrow doesnt work properly because of FF bug | Bug | Normal | General | ||
Description |
There is a bug in FF that prevents autoGrow from working in certain situations. To reproduce:
Explanation: FF fails to account properly for margin-bottom or floated elements in body's offsetHeight. I don't see any easy fix for this, maybe someone has an idea or be so kind to file a bug with Mozilla. |
|||||
#3023 | extra <br /> added on GetHTML() | Bug | Normal | Core : Output Data | ||
Description |
On GetHTML(), a <br/> is added in the displayed body. It is out of place and not included in the GetHTML return, causing an inconsistency between fetched and displayed document. The GetHTML() request should NOT alter in any way the layout of the document. |