Custom Query
Results (101 - 200 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#2193 | Opera: Can't place cursor at the end of paragraphs | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | General | |
Description |
Steps to Reproduce
The caret will jump to the start of the paragraph. After that:
The caret will now jump right after "is". It seems to jump right after the last element in the paragraph, if available. The same thing happens if you try to move the caret there with the keyboard by using both the LEFT ARROW and the RIGHT ARROW. Confirmed with Opera build 9972. |
|||||
#2195 | Opera: Enter is misplaced | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Enter Key | |
Description |
Steps to Reproduce
The caret will not move to the new paragraph, but to a strange space right after the previous paragraph. When start typing the caret will move to the correct place. This should be a known bug at Opera. I'm adding it here just for reference. Confirmed with Opera build 9972. |
|||||
#2199 | Opera: New table cells don't get expanded | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
When creating a new table, it's cells are not being expanded properly for editing. Confirmed with Opera build 9972. |
|||||
#2206 | "Call to undefined function" with PHP4 | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | Server : PHP | |
Description |
The PHP4 integration is not working. It throws the following error:
To test it in a PHP5 environment, it is enough to change the include at the top of sample01.php to: include("../../fckeditor_php4.php") ; |
|||||
#2217 | Split up installation to installation only and download in apt docs | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
see title |
|||||
#2229 | Java Connector: enable file upload to directory outside webapp context root | New Feature | Must have (possibly next milestone) | FCKeditor.Java 2.5 | Server : Java | |
Description |
Sorry if this is a dupe. I have four clustered webservers running a single webapp (with a reverse proxy performing round-robin with sticky server sessions). So, whenever I need file upload I use a server-side directory that is a mounted remote file system, shared between all four webservers. This directory is mapped into the URL space (context) of the webapp on each server using their server.xml configuration files. I'd like to create a subdirectory of this shared directory to store the uploaded files (mostly images) from the FCKeditor. I imagine a new method on the UserPathBuilder interface, so that I can specify the file system directory (in addition to the URL specified by the getUserFilesPath method). |
|||||
#2236 | FCKeditor.Java Server Browser: "Invalid Folder Name" on created subfolders | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
In the Resources Browser (accessed via the Browse Server button from the Insert Image dialog), I can create subdirectories within the image folder, but if I try to navigate into them, I am presented with a JavaScript alert saying "Invalid folder name". Checking my local filesystem, the folder was indeed created. I get the same result in the browser if I create the folder from the filesystem itself. I took a look at what file handles the servlet seemed to be grabbing using Sysinternals Process Monitor, and it appears it might be wrongly attempting to grab, for example, 'userfiles/image/test/test' instead of just 'userfiles/image/test'. Environment: FCKeditor 2.6 with FCKeditor.Java 2.4 Beta Tomcat 5.5 Windows XP Pro SP2 Reproduced in IE6 and FF2 This is reproducible for me using the 2.4 beta demo WAR's samples. FWIW, I attempted reproducing the same issue using FCKeditor 2.6 on an apache httpd setup with PHP, and it did not occur there using the PHP samples. TIA... |
|||||
#2237 | Resolve TODO and FIXME | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
Resolve all TODO and FIXME comments in the code before final release. Javadoc may be exempted |
|||||
#2241 | Floating panels don't respect BasePath property | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | UI : Floating Panel | |
Description |
My editor is located at http://static.snelgeleerd.nl/editor/, but the editor itself is called from a different subdomain, namely http://samenvattingen.snelgeleerd.nl/. I'm calling the editor via the following code: <script type="text/javascript" src="http://static.snelgeleerd.nl/editor/fckeditor.js"></script> <script type="text/javascript"> document.domain = 'snelgeleerd.nl'; window.onload = function() { var oFCKeditor = new FCKeditor('body'); oFCKeditor.BasePath = 'http://static.snelgeleerd.nl/editor/'; oFCKeditor.ToolbarSet = 'Admin'; oFCKeditor.ReplaceTextarea(); } </script> This works, except for the floating panels being called from http://samenvattingen.snelgeleerd.nl/editor/editor/fckdialog.html instead of http://static.snelgeleerd.nl/editor/editor/fckdialog.html, which results in a 404 error document. My conclusion would be the floating panels don't respect the BasePath correctly, but it's might be something different. In any case, it's obviously a bug, right? |
|||||
#2264 | Opera: empty paragraphs are appended to the top of document on startup | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | General | |
Description |
When loading sample01.html with en empty cache, a paragraph space is appended to the top of the contents. Clicking on that space, will append yet another space. Each click on that space will continuously append further paragraphs. Everything looks good as soon as we have the editor on cache. This one started to happen recently. Test with Opera build 10057. |
|||||
#2274 | FCK grabs initial focus in IE | Bug | Must have (possibly next milestone) | General | ||
Description |
When the attached page is opened in IE7, the second editor instance incorrectly grabs initial focus. It is not possible to tab out of the editor. The circumstances appear bizarrely specific; there has to be an element rendered off-screen (intended for screen readers) and at least one editor instance has to be empty. We regard this as a significant problem as we've been unable to find a workaround. Removing the accessibility statements and accessibility short-cuts is undesirable. Placing default text in all the empty editor instances is also undesirable. We will continue using v243 until we can find a solution. |
|||||
#2276 | Opera: Page scrolls on ENTER | Bug | Must have (possibly next milestone) | FCKeditor 2.6.2 | General | |
Description |
This one has been originally reported in our Forums: http://www.fckeditor.net/forums/viewtopic.php?f=8&t=10049#p26511 With Opera, whenever you hit ENTER, the page scrolls, making the new line aligned at the bottom of the page, with the cursor blinking on it.
This is much probably related to the I'll be attaching a test page to make it clear an easy to understand. |
|||||
#2278 | FCKeditor fails on 1.13alpha | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
FCKeditor breaks MediaWikis running the newest trunk version. Such a wiki will display errors such as this: Warning: require_once(/includes/ParserOptions.php) [function.require-once]: failed to open stream: No such file or directory in /extensions/FCKeditor/FCKeditor.php on line 29 caused by the explicit require_once() calls in FCKeditor.php, as MW's directory structure was reorganized just a few moments ago. The solution is to remove these require_once() calls from FCKeditor.php as they're not needed, MediaWiki's autoloader does the work in 1.13alpha automatically. I did this with my local devel copy and after that FCKeditor worked nicely and nothing was seemingly broken. |
|||||
#2279 | Firefox RC3 Scrollbar position problem | Bug | Must have (possibly next milestone) | FCKeditor 2.6.2 | UI : Enter Key | |
Description |
OS: Windows XP sp2 Browser: Firefox RC3 Builds Tested: 2.6.0, 2.6.1, Nightly Build 6/15/08 Steps to reproduce: 1) Open fckEditor sample running at: http://www.fckeditor.net/nightly/fckeditor/_samples/default.html 2) Press the "Maximize editor size" on the toolbar 3) Press any letter followed by the enter key 4) Repeat step 3 40 times 5) Scroll to the middle of the document and set the cursor at the end of a paragraph. 6) press the enter key BUG: Scrollbar moves up and paragraph is reposition at bottom of page. From my understanding "ScrollIntoView" has been changed in Firefox 3 to match IE, I'll bet that is where the problem lies. Will test will Firefox 3 final when it is released 6/17/08 |
|||||
#2292 | Opera: strange line break behavior when applying/removing styles | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Steps to Reproduce It
The line will keep breaking after and before "are". But, it is not said that we have a <br> there... just switch to source and back to WYSIWYG and everything will be ok again. |
|||||
#2295 | Improve browser detection | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
adopt fixes from #2218. Should be done for 2.4 final release |
|||||
#2300 | Adopt changeset 2059 | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
Adopt http://dev.fckeditor.net/changeset/2059 JavaScript (permission denied) error in Firefox when file has been uploaded. Should be done for 2.4 final. |
|||||
#2319 | FF3: EnterMode='br' scrolls the entire page on ENTER | Bug | Must have (possibly next milestone) | FCKeditor 2.6.3 | UI : Enter Key | |
Description |
Just like #2279, if having EnterMode='br' and hitting ENTER, or even using SHIFT+ENTER in the default configuration, makes the entire page to scroll. |
|||||
#2324 | add support for <source> tag | New Feature | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
it would be nice to see <source> tag handled better by the editor. <source> tag is added by the syntax highlighter extension (http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi) |
|||||
#2355 | FCK:editor output is not XHTML 1.0 compliant | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4.1 | Server : Java | |
Description |
the produced iframe source fails W3C validation. |
|||||
#2372 | Empty/non-set FCK:editor value causes NullPointerException | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4.1 | Server : Java | |
Description |
A code like this: <FCK:editor instanceName="EditorDefault"> <jsp:attribute name="value"></jsp:attribute> </FCK:editor> or this <FCK:editor instanceName="EditorDefault" value=""/> or this <FCK:editor instanceName="EditorDefault" /> Result in value being null and causing an NPE: java.lang.NullPointerException at net.fckeditor.FCKeditor.createHtml(FCKeditor.java:238) at net.fckeditor.FCKeditor.toString(FCKeditor.java:223) at java.lang.String.valueOf(Unknown Source) at org.apache.jasper.runtime.JspWriterImpl.print(JspWriterImpl.java:584) at org.apache.jasper.runtime.JspWriterImpl.println(JspWriterImpl.java:689) at net.fckeditor.tags.EditorTag.doEndTag(EditorTag.java:138) at org.apache.jsp.jsp.sample02_jsp._jspx_meth_FCK_editor_0(org.apache.jsp.jsp.sample02_jsp:124) at org.apache.jsp.jsp.sample02_jsp._jspService(org.apache.jsp.jsp.sample02_jsp:93) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) |
|||||
#2390 | [IE7] Indentation doesn't work on <p> tag the first time it's clicked, but works the second time. | Bug | Must have (possibly next milestone) | FCKeditor 2.6.3 | General | |
Description |
This bug happens both on my personal site as well as the demo FCKEditor at http://www.fckeditor.net/demo, so I know it's a editor-wide issue. Also, it only happens on IE7. When you type any amount of text (longer than one line, and consisting of more than one paragraph tag), try to indent any part of the text, and then either view the source or submit the form that FCKEditor is part of, it removes the indenting that you performed. If you do the same thing as above, but do not submit the form, and simply remove the indentation and re-indent the text, it performs as expected. Example and How to Reproduce: Type the following text into an empty FCKEditor window in Internet Explorer 7 (a good editor to test on is the demo editor, because it is a default installation): Test Line 1 [PRESS ENTER] Test Line 2 [PRESS ENTER] Test Line 3 [PRESS ENTER] Test Line 4 [PRESS ENTER]
Now indent lines 2 and 3. View the source. Notice that there is no "style='margin-left:40px'" as an attribute of any of the |
|||||
#2411 | Anchors are not created after #2263 | Bug | Must have (possibly next milestone) | FCKeditor 2.6.3 | General | |
Description |
Reported in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=10656 I've checked that Firefox, Opera and Safari fail to create anchors since #2263 was fixed http://rev.fckeditor.net/fckeditor/trunk/2138/_samples/ works and http://rev.fckeditor.net/fckeditor/trunk/2139/_samples/ fails No javascript errors are generated, the <a> is created but it lacks the name attribute. |
|||||
#2432 | FCKeditor extension does not recognize tags registered by other extensions | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
<mytag>foobar</mytag>
<mytag>foobar</mytag> The wiki parser tag is now broken. |
|||||
#2435 | Move CKEditor prototype to trunk | Task | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This is an umbrella ticket. It points to several tickets that must be completed and reviewed to properly move the CKEditor prototype to the CKEditor trunk. Prototype SVN
The prototype can be checked out from the following URL: The Review ProcessEach ticket will identify a set of files that are under review, or even specific functions. We'll not have the usual patches on those tickets. The files are to be grabbed from the prototype branch. The review keywords (Review?, Review+ and Review-) will continue to be used here. The ticket will be closed on Review+ (by the original developer), just like a usual commit operation. The reviewer may make direct changes to the branch code if he feels it is ok. In such case, he should point out that some parts of the code are ok, but changes should be made, pointing to the changeset that included the changes, explaining them. At this point, the ticket must also have Review+, but the original developer must review the reviewer changes to ensure they are correct before closing the ticket. If anything is wrong, further changes are to be committed and Review? is called again, here again pointing to the changeset with explanations. This process should be repeated until all parts are satisfied with the results. Things to Review
Current DevelopmentThe prototype will be on continuous development during the review process. It will be moved to the trunk as a whole, as soon as this ticket gets closed. The development over the prototype branch will end then. If the development touches code that has already been reviewed, its relative ticket must be reopened and the review must be requested again, possibly pointing to the changeset that introduced the changes to be reviewed. If the review request is open, changes must be added to a comment, so the reviewer can get notified of it. Tickets Under ReviewSeveral keywords will be used to identify tickets that are under review. These keywords will group the tickets in the following lists: Structural and Development Features
Base Features
Core Features
PluginsNo results Other
|
|||||
#2482 | improper handling of template-within-wikilink (SVN 2.5 for MediaWiki) | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
For example: becomes {{SITENAME}}:Welcome">Bienvenu? which is of course not only incorrect but also invalid. |
|||||
#2483 | improper handling of [[:Image:____]] in version 2.5 SVN for MediaWiki | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
For example: becomes [[Image:X.jpg|image page]] I've marked this as "high priority" because the image itself is embedded on the page, instead of a hyperlink to the image description page. The problem has existed for some time and can be seen for example in version 2.5 SVN build 19965. |
|||||
#2504 | wikilinks and <br> are lost within wikilinks (version 2.5 SVN for MediaWiki) | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
For example, using Build 20055, the following wikitext: [[Image:The_Pinnacles_2003.jpg|thumb|[[wikipedia:The_Pinnacles_Desert|The Pinnacles, Western Australia]]{{wp}}<br> Notice that image metadata for uploaded images is automagically displayed on the image page? and that captions can contain hyperlinks.<br>]] becomes: [[Image:The Pinnacles 2003.jpg|thumb|The Pinnacles, Western Australia{{wp}} Notice that image metadata for uploaded images is automagically displayed on the image page and that captions can contain hyperlinks.]] |
|||||
#2519 | Firefox 3 form submit via javascript with multiple editor instances | Bug | Must have (possibly next milestone) | FCKeditor 2.6.4 | General | |
Description |
Summary:
<input type="submit" value="Submit (button)" /> <input type="button" value="Submit (javascript)" onclick="document.testform.submit()"/>
|
|||||
#2521 | Memory leak issue | Bug | Must have (possibly next milestone) | General | ||
Description |
I am experiencing a memory leak on the client side. I have installed fck editor 2.6.3. I created the below test.html under fckeditor/html folder. Please try this and click on addFCk and removeFCK (in the same order) for several times and notice that the memory used by the internet browser grows more and more. <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
</head> <body>
</body> </html> |
|||||
#2534 | FCKEditor not working in Portlet (WSRP Specification) | Bug | Must have (possibly next milestone) | General | ||
Description |
My Application is on a portal . It follows WSRP specification . The problem is that , the portal automatically appends its URL before every path. So, due to this , fckconfig.js is not getting initialized and this results in a long list of Javascript errors. I have tried setting the Basepath = portalURL + "/fckeditor". But this doesn't seem to work.I already raised the problem in the forum , but there was no response. |
|||||
#2564 | Autogrow causes cursor jump on long content with table - FF2 | Bug | Must have (possibly next milestone) | General | ||
Description |
FireFox 2 - autogrow plugin enabled if content is created that is longer than the editor area and a table is inserted at the bottom of the content, when you cursor down with the mouse as soon as the cursor hits the table, it jumps back to top of the page making it near impossible to edit. This is repeatable with the attached html source using the samples if autogrow is enabled in fck_config.js I would consider this a critical bug, as it prevents use of the editor in FF2 using autogrow. |
|||||
#2617 | Background color of Editor | Task | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
Can somebody please guide me on setting the background color for the FCKeditor integration of mediawiki? |
|||||
#2624 | Editing article in Wiki with rich editor resets images | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
Running latest FCKeditor inside MediaWiki extension Editing existing documents removes the image tag [[Image:image1.JPG]] becomes [[Image:]] |
|||||
#2626 | problem with Skin::setupUserCss in Mediawiki 1.13+ | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
I just installed MediaWiki+FCKeditor and FCKeditor (both from trunk) on my trunk installation of mediawiki (1.14 rev 42659 right now). When I try to use FCKeditor by going to any edit page, I get this error: {{{PHP Catchable fatal error: Argument 1 passed to Skin::setupUserCss() must be an instance of OutputPage, none given, called in /var/www/wiki-server/w/extensions/FCKeditor/FCKeditor.body.php on line 341 and defined in /var/www/wiki-server/w/includes/Skin.php on line 546, referer: https://wiki.molecular.com/wiki/Main_Page}} |
|||||
#2633 | Insert/Edit Image disappearing on submit | Bug | Must have (possibly next milestone) | UI : Toolbar | ||
Description |
I would like to report a issue with Insert/edit Image icon. Several users within my company including myself have reported uploading an image multiple times and once the user submits to save the image, the screen refreshes and the editor appears as blank. At first, I went in and uploaded a jpg file then tried to code the source code in manually, but as soon as I hit "Submit" even the code that is supposed to be there is gone. Today, I have figured out a temporary work-around where if I upload the image, wait til it appears in the editor window - I will then click "Source" to view the source code and while viewing the source code, click "Submit" - the image stays at this point. Here are my co-workers observations: Co-worker 1: "I’m trying to upload this banner under visual effects. I get it to insert and show in the box but when I hit submit visual effects it goes away. What am I doing wrong?" Co-worker 2: "I have submitted an image that I want to show up on confirmation emails at least 4 times in PP. It doesn’t seem to stick! Each time I go back to see if it saved, it is not there. The verbiage that I added stuck, but not the image. Any ideas why?" |
|||||
#2668 | testing Trac [ignore] | Bug | Must have (possibly next milestone) | General | ||
Description |
Testing, because some problems has been reported after upgrading to 0.11.2.1: |
|||||
#2676 | FCKeditor 2.6.3 Directory Traversal | Bug | Must have (possibly next milestone) | File Browser | ||
Description |
You may upload files and create folders without logging in the admin page. The bug can be exploited by uploading arbitrary script files (e.g. backdoor to the system) and execute it. The files and folders that are created via this bug have the permission of "777".
Tested in: Tried to install the nightly build but I guess it's for Joomla 1.5? |
|||||
#2721 | Get rid of Parser_OldPP | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
Today, I've checked out MediaWiki 1.14 alpha and FCKEditor extension from their respective SVN repositories. Added the following line at the end of MediaWiki's LocalSettings.php to enable extension : require_once( "extensions/FCKeditor/FCKeditor.php" ); Then got an empty page and a two lines error in Apache error.log :
PHP Warning: require_once(D:
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'D: Line 33 in file FCKeditor.php just include Parser_OldPP.php : ... if (version_compare("1.13alpha", $wgVersion, "<=")) { require_once $IP . "/includes/parser/ParserOptions.php"; require_once $IP . "/includes/parser/Parser_OldPP.php"; require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . "mw12/FCKeditorParser_OldPP.body.php"; } ... Well, the fact is that revision 43835 (dated from Nov, 21st) in MW's SVN just removed the file with comment "* Dropped old Paser_OldPP class. Only new parser with preprocessor is used. Death to the old parser! Long live the preprocessor!". I guess the answer is that it is now time to move to new Parser.php ? What do you great people think ? |
|||||
#2732 | Formatted (<pre>) content is replaced by "_FCKpd_1" when entering source mode | Bug | Must have (possibly next milestone) | FCKeditor 2.6.4 | Core : Styles | |
Description |
http://www.fckeditor.net/nightly/fckeditor/_samples/default.html
Expected: Same text in <pre> </pre> tags. Observed: <pre>_FCKpd_1</pre> Note: Marked high as this will garble any existing code snippets using this format. |
|||||
#2746 | V3: Language file organization | Task | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Currently, we are placing all language entries into a single object definition in the main en.js file. We are ending up with a long list of keys with strings associated to then, just like we have in FCKeditor. We are again using prefixes to group related keys in this long dictionary. So we have things like dlgTableTitle, dlgReplaceTitle and dlgFindTitle, each one being a reference to the specific dialog title. We have now the chance to review the way we define this dictionary. We can make it easier to maintain, simpler to read and even smaller in size by grouping things inside an object "tree". For example: CKEDITOR.lang['en'] = { link : { button : 'Link\u200b', dialog : 'Link', info : 'Link Info', target : 'Target', ... unlink : 'Unlink', ... }, specialchar : { dialog : 'Select Special Character' }, find : { dialogFindReplace : 'Find and Replace', find : { dialog : 'Find', button : 'Find', ... }, replace : { dialog : 'Replace', button : 'Replace', findLbl : 'Find what:', replaceLbl : 'Replace with:', ... } }, ... }; Note that I've used the plugin name as the main grouping object for each set of entries. I think this is the best way to do that, even if we have a single entry for each plugin (avoiding issues if we need further entries in the future).
We should be then able to simply call things like Also note that prefixes like "dlg" are also to be avoided. Most of the language entries for dialog based plugins are dialog related things, so there is no sense on prefixing all of them with "dlg". |
|||||
#2751 | Write fake object display and replacement logic for CKEditor v3 | Task | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Artur says he needs it for completing the Flash dialog, I should finish it on Monday by porting it from v2. |
|||||
#2754 | CKEditor v3 enters infinite loop when trying to output HTML code | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Core : Output Data | |
Description |
To reproduce the bug:
This is not a performance problem with the new code - I've tried pasting the long text of GPL v3 in the editor area and the speed of switching to source mode is noticeable faster than v2. Preliminary tests showed that the infinite loop is from the HTML data processor plugin. |
|||||
#2761 | Regression: During QuickUpload default type is rejected | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.5 | Server : Java | |
Description |
see thread http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12584&p=33026#p33026 for more details. |
|||||
#2764 | Source area is having the wrong size in IE | Bug | Must have (possibly next milestone) | CKEditor 3.0 | UI : Source View | |
Description |
To reproduce:
|
|||||
#2765 | CKEditor is leaving cke_expando indices in the HTML source in IE | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Core : Output Data | |
Description |
To reproduce:
|
|||||
#2766 | CKEDITOR.plugins.fakeobjects shouldn't be a shared object across editor instances. | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Sharing CKEDITOR.plugins.fakeobjects as a namespace means the fake object types are shared across editor instances, which isn't desirable. Instead, CKEDITOR.plugins.fakeobjects should be a class which is instantiated for each editor instance. |
|||||
#2772 | [IE]core:htmlparser incorrectly convert image attr 'src' to 'url' | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Core : Output Data | |
Description |
This bug cause image invisible when switching between two modes,witness on IE7.
|
|||||
#2780 | Protected elements are being outputted without closing tags. | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Run the following code in Firebug, with replacebyclass.html sample opened: var editor = CKEDITOR.instances.editor1; var o = new CKEDITOR.dom.element('object', editor.document); o.append(new CKEDITOR.dom.element('embed', editor.document)); var i = editor.fakeobjects.protectElement(o); editor.document.getBody().append(i); An object with an embed tag inside is inserted to the document. Now switch to Source mode. The HTML output reads like this: <p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <object><embed></object> Note the <embed> tag doesn't have a closing tag, and it's not self closing. |
|||||
#2783 | about Background Image at TABLE INSIDE | New Feature | Must have (possibly next milestone) | UI : Dialogs | ||
Description |
I want to add image to Table background image to my table or TD. is there anyone know how to put this in as brows from server type? I can't find on anywhere.... |
|||||
#2785 | Move plugins specific configurations to the plugins files | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The default configurations for each plugin must be defined inside each plugin.js file, not into the core config.js file. Just core settings should go into that file. The motivation behind it is that the core config.js file will be always part of the compressed version of CKEditor. So, if I reduce the number of plugins when building the compressed version, I should not have plugin specific stuff being included in the process. |
|||||
#2792 | Remove default dialog values from the default configuration | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Several of the dialog based plugins have been created with a standard "defaultValues" setting, which defines the default values to be used on dialogs. The idea behind this is quite nice, as it makes it easy to set such values. This is a common request we have. But, the implementation took the easy way, which is not the best unfortunately. The critical fact around this solution is that it makes our code bigger, and we must always keep in mind that our compressed code must be as small as possible. But, we still need to support such customization. This is something Alfonso has described in #1099. The nice thing is that it's already possible to do that by using our new API. Martin is working on a new sample for #2790, which will show how to do that. So, we should remove this stuff from the configuration to benefit our code size. |
|||||
#2795 | V3: Remove all show?Tab settings | Task | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Just like in #2792, we should not have specific setting to hide dialog tabs (like showAdvancedTab). We have inherited some of them from FCKeditor, but those should not be necessary anymore. |
|||||
#2796 | Hyphenated Bullets | New Feature | Must have (possibly next milestone) | FCKeditor 2.6.4 | General | |
Description |
I am working on customizing fckeditor and i would like to provide the user with an option to select a hyphen as a bullet type. Please guide me on how to achieve this. |
|||||
#2797 | Styles cannot be applied when a whole paragraph is selected | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
To reproduce:
|
|||||
#2798 | V3: skin.js assumes that the dialog plugin will be always loaded | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The skin.js file for the default skin makes references to CKEDITOR.dialog, assuming that it will be always loaded, which is false. Anything into core should depend on a plugin. |
|||||
#2799 | V3: The skin file make specific dialog stuff by using the global CKEDITOR.dialog | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Into the default skin.js file, we can find references to CKEDITOR.dialog.setMargins and CKEDITOR.dialog.on( 'resize' ). This is bad, because it assumes that all editor instances are using a single skin, which is false. All settings must go inside each single editor instance. Also, events like "resize" should be fired by each instance. The event could be named "dialogResize", for example. |
|||||
#2804 | V3: Review the insertHtml and insertElement implementation | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The current implementation of insertHtml and insertElement could be simplified. Also, it includes the insertion logic inside the editingblock plugin, which is wrong. |
|||||
#2805 | JavaScript error in dialogui plugin | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Line 395 in _source/plugins/dialogui/plugin.js refers to an unbound "this" in an inner function. This causes errors when the dialog system is creating radio button groups in dialogs. To reproduce:
|
|||||
#2809 | Browse server button not working in when we upload the image | Bug | Must have (possibly next milestone) | File Browser | ||
Description |
When we click image button it shows the pop window for image properties and when we click on the Browse server button it is not working .It shows some error. |
|||||
#2815 | SpellChecker.net spell check problem on slow connections | Bug | Must have (possibly next milestone) | FCKeditor 2.6.4 | UI : Spell Checker | |
Description |
On slow connections (modem 28.8k), SpellChecker.net window show the message "The SpellChecker Service is currently unavailable." and then SpellChecker loads and start working correctly. The message should not appear for the reasonable amount of time. |
|||||
#2822 | V3: Configurations must not use sub-namespaces | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This is something we though would be good, but I've just found out that it's evil. We must not use namespaces to organize the configurations under CKEDITOR.config, like CKEDITOR.config.dialog.magnetDistance. The reason why is that, if you try to change this setting in a custom configuration file (like the root config.js), the namespace (CKEDITOR.config.dialog) will not yet be available, because the dialog plugin will not yet be loaded. So, the execution breaks. We should still organize the configurations in a meaningful way, so I'm opting to use a "prefix", instead of a namespace there. In the above case, we would have CKEDITOR.config.dialog_magnetDistance. |
|||||
#2836 | V3: Toolbar commands doesn't get disabled in 'source' mode | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Steps to reproduce: -Open sample.html?sample=replacebyclass -Click Source -Click Smile button Result: JS Error and cancel button doesn't work. this.document is null http://localhost/edytor/CKEditor/trunk/_source/plugins/selection/plugin.js Line 219 |
|||||
#2840 | Upgrading FCK Editor 2.2.3 to 2.6.3 | Task | Must have (possibly next milestone) | FCKeditor 2.6.4 | Server : ASP.Net | |
Description |
Hi, I was upgrading the FCK Editor from my existing 2.2.3 to 2.6.3. Im using .NET 2005 studio frme work 2. Neither the sample downloaded works nor my page with FCKEditor Control displays (page not found ) error in the place of FCK editor Control on the page. I copied and replaced my existing FCKeditor Web ApplicationFolder with the new one and referenced the new DLL. Can you please help me in this case. Thanks |
|||||
#2888 | website links to gpl v3 | Bug | Must have (possibly next milestone) | General | ||
Description |
your website(http://www.fckeditor.net/license) links to gpl v3 but i thought fckeditor is gpl v2 |
|||||
#2891 | FCKEditor 2.6.3 X UpdatePanel (randomly IE crash) | Bug | Must have (possibly next milestone) | Server : ASP.Net | ||
Description |
Hy developers!! I'm liking very much your HTML Editor component! It's the first time that i'm trying to use FCKEditor inside a DataGridView that is inside an UpdatePanel. I'm working with the FCKEditor VALUE linked in a DATASOURCE. Everything works fine until the moment that i press "Insert", "Update" or "Cancel". Sometimes it work, sometimes the Internet Explorer freeze and shutdown. Have you found why this error is hapenning? I'm looking so much on the internet and i found so many people having the same problem. Example: http://beckelman.net/post/2008/08/02/ASPNET-WYSIWYG-Html-Editor-Controls.aspx Thanks a lot! Gustavo |
|||||
#2895 | Error when switching to source with selection | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Steps to Reproduce
In IE, and error is thrown. No problem with FF. |
|||||
#2906 | Make it possible to load multiple plugins from a single plugin.js file | New Feature | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This feature request came from Senthil Kumaran of Oracle. It is possible for some CKEditor users to have a lot of custom plugins written inside a single plugin.js file. Right now it is impossible for CKEditor to do so because even if you've defined a number of plugins pointing to the same path, like: CKEDITOR.plugins.addExternal( 'my_plugin_1', 'file:///c:/my_plugins/' ); CKEDITOR.plugins.addExternal( 'my_plugin_2', 'file:///c:/my_plugins/' ); CKEDITOR.plugins.addExternal( 'my_plugin_3', 'file:///c:/my_plugins/' ); CKEDITOR.plugins.addExternal( 'my_plugin_4', 'file:///c:/my_plugins/' ); And instructed the editor to initialize all of them: config.plugins += ',my_plugin_1,my_plugin_2,my_plugin_3,my_plugin_4'; The editor would still only initialize one of the plugins, because it thinks it has already done the initialization for file:///c:/my_plugins/plugin.js after the first init() call. Subsequent plugin initializations are ignored right now. |
|||||
#2911 | Make it possible for CKEDITOR.plugins.addExternal() to load plugins not named "plugin.js" | New Feature | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This feature request came from Senthil Kumaran of Oracle. At the moment CKEDITOR.plugins.addExternal() is only able to load plugins whose filename is plugin.js, because the plugin.js filename is hardcoded into the plugin system. It is requested that the addExternal() should be able to load arbitrary .js filenames as plugins, e.g. "/my_plugins/abcde.js". |
|||||
#2912 | V3: Encapsulate the command state change logic inside the CKEDITOR.command class | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
There is a common repetition in the current code: var command = editor.getCommand( name ); command.state = newState; command.fire( 'state' ); This logic could be encapsulated inside the CKEDITOR.command class, so we can achieve the same thing with: editor.getCommand( name ).setState( newState ); |
|||||
#2913 | V3: Make toolbar buttons start at the correct state | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
If you define the initial command state into the command definition, it is not currently respected when loading the editor and rendering the toolbar buttons. All buttons are always in the "on" state. The buttons should instead reflect the command state. |
|||||
#2927 | CKEDITOR.event duplicate dom event registration | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Event delegation registration with CKEDITOR.event.implementOnis currently incorrect, when this method is invoked on prototype object of a constructor, then instances of this constructor will share the same private _.events model, which is wrong. This would result in duplicate invocation of event listeners from two different object. Functonal TestCaseTested with test-events-duplicate.path |
|||||
#2977 | Focus issues when inserting a numbered list | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
When adding a new numbered list at the end of the document, the list item is inserted correctly but the carat is positioned before the first list item and it is not possible to navigate to the first list item within WYSIWYG mode.
Steps to reproduce:
Expected behavior: The new list is created with one item and the carat is positioned just after the number of the first item. Actual behavior: The new list is created as expected. The position of the carat is placed before the first item in the list. It is not possible to navigate to the first item in the list. |
|||||
#2980 | Table feature does not provide ability to modify tables in V3 | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
It is not possible to modify a table after it has been inserted into the document using the editor. |
|||||
#2995 | Toolbar combos panels are a bit mispositioned | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The panels of toolbar combos must have their upper left corner perfectly aligned with the lower left corner of the combo when opened. Currently they are a few pixels mispositioned to left and top. |
|||||
#2996 | IE6 : Toolbar combos have horizontal scrollbar | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
In IE6 the toolbar combos panels have horizontal scrollbars. |
|||||
#2997 | FF : Toolbar combo contents flickers when opening | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
When opening a toolbar combo for the first time, it's possible to briefly see its contents with no style which immediately gets re-rendered with the styles applied. This is noticeable in Firefox only. |
|||||
#2999 | Bad performance on selection change checks | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
There is a really bad performance in the tasks being fired when the selection changes in the editor. To check it:
The profiler will show you an excessive number of calls. In IE6 this bad performance is terribly noticeable, compromising the editor usage. Performance excellence is definitely important for this feature. |
|||||
#3000 | After release, toolbar items state are frozen on multiple instances | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This issue happens only after preparing the trunk for release, not with the trunk code. It can be checked in the nightly build demo. You will notice that the toolbar buttons in the first editor instance will not change their state in any way. They will not reflect the context sensitiveness, not even the Source button will remain ON when moving to source. The second instance will work well though. |
|||||
#3001 | IE : Automatically save the selection when loosing focus | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
IE is not able to manage multiple selection, even cross frame. Because of this, the current selection gets lost when leaving the editing area. The current selection should be automatically saved when the editing area looses the focus in IE and then reselected when the focus is moved back to it. By doing that, we can remove all selection hacks we are doing now for dialogs, floating panes, etc. |
|||||
#3014 | Mediawiki extension of FCKeditor does not work in MediaWiki 1.14.0 | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
After install it in MediaWiki 1.14.0, the home page of the wiki shows a blank page. After I comment out following line from the LocalSettings.php, the wiki returns normal: require_once( "extensions/FCKeditor/FCKeditor.php" ); I download the FCKeditor extension from SVN, and the version of FCKeditor is 2.6.4. How to solve this problem? Thanks! |
|||||
#3020 | plugin:selection incomplete selectable element definition | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The current selectable elements( elements which could be retrieved from CKEDITOR.dom.selection.getSelectedElement) below is lacking of other control types like a,input,form. var styleObjectElements = { img:1,hr:1,li:1,table:1,tr:1,td:1,embed:1,object:1,ol:1,ul:1 }; |
|||||
#3026 | Provide a method for making iframe based dialogs | New Feature | Must have (possibly next milestone) | CKEditor 3.0 | UI : Dialogs | |
Description |
There exists a large amount of legacy dialogs written for FCKeditor 2.x in the wild that are based on raw HTML sources. CKEditor v3's dialog system is based on dialog definition objects defined in JavaScript files instead of HTML source files. So it's is now impossible to reuse those HTML source files directly for CKEditor v3. However, it is possible to bridge the two together by displaying the HTML file via an iframe inside a CKEditor v3 dialog. The HTML file would still need to be changed to account for differences in layout and dialog logic, but the changes required would be minimized. Currently, this has to be done by declaring an html type object in the dialog definition and writing out the iframe's HTML code into the dialog definition. This works, but it is very inconvenient. Proposed changes to the dialog system to make this easier: // A new type of UI element definition for iframe { type : 'iframe', src : 'http://somewhere.com/someplace.html', onContentLoad : functionRef } The contents in the iframe should be reloaded for every time the dialog is opened. And the onContentLoad function should be executed after the contents of the iframe is loaded. After implementing the iframe UI element, one more shortcut will still be needed to directly add dialogs consisting of solely an iframe - because that's the common case for using that element. CKEDITOR.dialog.addIframe( 'dialogName', iframeSrc, iframeOnContentLoadFunction ); |
|||||
#3030 | CKEDITOR.document::insertElement not working in IE | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
#3031 | Toolbar Combos don't work in FF2 | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The combo features do not work in FF2.
Steps to reproduce:
Results in error.
Firebug error: |
|||||
#3034 | Element document offset position not correct | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The coordinates returned from CKEDITOR.dom.element::getDocumentPosition is a few pixes shifted. |
|||||
#3036 | Html parser failed to handle attribute abbreviation | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Because of the introducing of #3003, html parser should be able to take care different forms of abbreviation, e.g. attribute without quote and abbreviation. |
|||||
#3044 | Category tag gets underscored on load | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
In MediaWiki if I load a tag like [[Category:foo bar]] it becomes [[Category:foo_bar]] on load. It is bad. |
|||||
#3067 | IE : The context menu issues | Bug | Must have (possibly next milestone) | CKEditor 3.0 | UI : Context Menu | |
Description |
With IE6, the following issues have been reported by Martin at #3057:
|
|||||
#3074 | Accessibility features for dialogs. | New Feature | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
The dialogs in CKEditor v3 are currently not accessible to users who have to depend on keyboard and screen readers. Features needed:
|
|||||
#3076 | Link shows "RTENOTITLE" in FCKeditor | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
I am using Mediawiki 1.14.0 + FCKeditor. The FCKeditor extension is download from SVN, and fckeditor is 2.6.4. When I open a existing article to start editing, I find the links in that article has been replaced with "RTENOTITLE". When I click "Wikitext" button to switch to Wikitext mode, the link has been replaced with something like "/wiki/index.php/My article title". How to avoid this? Thanks! |
|||||
#3091 | plugin:font change font cross table incorrect | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#3093 | Block style problem with list item | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
This happened to all block style function. Procedures
|
|||||
#3094 | Block style problem with paragraphs | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Core : Styles | |
Description |
Procedures
|
|||||
#3095 | Indent/Outdent problem with list item | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Procedures
|
|||||
#3098 | Tab index in textarea should be inherited to the editor | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Accessibility | |
Description |
When a user puts the tabindex attribute into a text area which is later replaced by a CKEditor instance, the user usually expects CKEditor to inherit the tabindex as well. This is not the case for the current trunk, and the bug is causing CKEditor to be impossible to be focused by TAB key when the user specifies tabindex. |
|||||
#3099 | Need an easy way to let plugins configure their toolbar button icon | New Feature | Must have (possibly next milestone) | CKEditor 3.0 | UI : Toolbar | |
Description |
It's currently quite troublesome for external plugins to configure the icon for their toolbar buttons: they must include a separate .css file, an icon file which the .css file points to, and instruct the plugin to load the .css into the editor's parent document. There should be a better way to do this. Propose to add a function like this: CKEDITOR.ui.button.setIcon( buttonName, iconPath ); |
|||||
#3104 | Tab focus on editor with tabindex after the editor has been focused is wrong | Bug | Must have (possibly next milestone) | CKEditor 3.0 | Accessibility | |
Description |
Steps to reproduce:
The skipping problem occurs also for Shift-Tab. |
|||||
#3110 | domrangeiterator is broken | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
Regression testing shows that changeset of [3194] has breaked domrangeiterator. |
|||||
#3112 | Duplicate DOM event handlers are registered in IE. | Bug | Must have (possibly next milestone) | CKEditor 3.0 | General | |
Description |
To reproduce:
This issue is blocking #3074. |