Custom Query
Results (1 - 100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#1 | Enter Key Handler | New Feature | Must have (possibly next milestone) | FCKeditor 2.4 | UI : Enter Key | |
Description |
Every browser has it's own behavior when users press the [Enter] or [Shift]+[Enter] keys. The main problem with it is that they output completely different HTML. Another important thing is that users want to customize the output produced by the editor to their own needs. Some want the editor to produce paragraph tags (<p>), while others prefer simple line breaks (<br>). We are proposing a new system where the editor controls the enter key, overriding browser's actions (don't trust in browsers!). |
|||||
#5 | Remove the Universal Keyboard | Task | Must have (possibly next milestone) | FCKeditor 2.4 | General | |
Description |
The Universal Keyboard has been contributed by Abdul-Aziz Al-Oraij for FCKeditor 1.x. It is based on code produced by Michel Staelens.
The problem here is that we don't know the license within which the original code has been deployed. We have found a site for it here: There is no information regarding licensing in that site, not even a download URL. I've tried to contact Michel Staelens with no success. Aziz have said that he knows nothing about its license too. So, as we can't understand it better, we have to move this code out of FCKeditor. At the same time, we can transform it in a plugin and release it at our plugins repository. We could ask Aziz to publish it, or even publish it "anonymously". |
|||||
#8 | Opera: Panels are displayed in the wrong position | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Floating Panel | |
Description |
All floating panels in the toolbar are being placed in the wrong position, aligned to the very top boundary of the editor space. |
|||||
#9 | Opera: Bold, Italic, Underline and Strikethrow buttons have wrong state | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Toolbar | |
Description |
The Bold, Italic, Underline and Strikethrow buttons are displaying the wrong state when over some text with the related formatting applied. |
|||||
#10 | SVN version doesn't work | Bug | Must have (possibly next milestone) | General | ||
Description |
Trying to test again the problems that I had with the editor yesterday I've found that the SVN version isn't complete, if I load it just a sample I get an error and then it seems to work, but if I try to use the source files to find the problem with FCKeditor/trunk/_samples/default.html?fcksource=true I've found that the editor/fckeditor.original.html file no longer exists, so I don't know what else is missing or broken. |
|||||
#11 | Opera: No context menu | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Context Menu | |
Description |
There is no context menu in Opera. This is due to their security restrictions. In any case, there should be another system to display the context menu (CTRL+Click for example). |
|||||
#20 | The textarea in source mode can grow too big (Opera) | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Source View | |
Description |
Just put a table in the content and switch to source mode, now the textarea is bigger that it should and can be scrolled with the mouse wheel moving the toolbar partially or fully out of view depending on the number of lines in source mode. |
|||||
#27 | The minimum integration requirements should be implemented | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
The requirements defined at ServerSideStatus should be implemented. |
|||||
#39 | Firefox: submenus in tables doesn't close on selection | Bug | Must have (possibly next milestone) | FCKeditor 2.4 | General | |
Description |
This is a regression as 2.3.2 works fine: put a table and bring up the context menu to delete a column, click it and the column goes away as well as the main menu, but the submenu with options about columns (or rows ) remains on screen. I've hunted it down to revision 97 in sourceforge, more exactly to this addition in FCKEditingArea.prototype.Focus : if ( this.Document.hasFocus() ) return ; As the log for that revision said that it was to fix a problem in IE I've changed to if ( FCKBrowserInfo.IsIE && this.Document.hasFocus() ) return ; and now the submenu goes away in firefox. |
|||||
#46 | Safari: links are clickable in the editing area | Bug | Must have (possibly next milestone) | Safari Compatibility | General | |
Description |
If you have a link in the editing are, when trying to place the cursor inside it with the mouse, the pointer will be shown as the click hand, and clicking on it will actually open the link URL in the editing area. |
|||||
#47 | Safari: the "Save" button doesn't update the hidden field before posting | Bug | Must have (possibly next milestone) | Safari Compatibility | General | |
Description |
Just make some changes in the text and click the "Save" button. You will see that the changes will not be posted. |
|||||
#50 | Safari: paste buttons are always disabled | Bug | Must have (possibly next milestone) | Safari Compatibility | General | |
Description |
The paste buttons never get enabled in the toolbar. |
|||||
#63 | Safari: context menu icons are not showing | Bug | Must have (possibly next milestone) | Safari Compatibility | General | |
Description |
In the context menu, the icons are not being shown. The "?" image placeholder is shown instead. |
|||||
#78 | ASP.Net connector still accepts the user files path from the URL | Bug | Must have (possibly next milestone) | FCKeditor.Net 2.5 | Server : ASP.Net | |
Description |
The "ServerPath" URL parameter can still be used to set the server path for the user files folder. We have been pressed to leave this option in the past, but this is a huge security risk. So, let's remove it. Those users who still prefer the URL will have to accept this option and understand that this is a important security limit. |
|||||
#83 | Move trackers from SourceForge to Trac | Task | Must have (possibly next milestone) | General | ||
Description |
The new dev site is finally ready and now we have a big and important task to be done. All trackers must be moved from SourceForge to the new system. The following trackers must be moved: Other trackers will be handled in a second moment. For now, the above trackers will be disabled to public view. Only SF project members will have access to it. Breaking the TaskFor those interested on working in this task, just follow these advices so we can organize it better:
Of course, check first if no one is already working inside your range. General Guidelines
---- Moved from SF:[[BR]] http://sourceforge.net/tracker/index.php?.... The link should point to the relative report page at SF
{Attachment Description at SF, if any} Moved from SF. Original author: {SF user name for the attachment}
---- Moved from SF. Original poster: {SF user name or Anonymous}
This report has been moved to our new development site at: http://dev.fckeditor.net/ticket/{ticket_ID} DuplicatesWhenever possible, avoid moving duplicates, but don't ignore them. Instead follow these steps:
The following SF report has been market as duplicate of this: http://sourceforge.net/tracker/index.php?....
This report has been marked as a duplicate of: http://dev.fckeditor.net/ticket/{ticket_ID} If the "Resolution" field is available at SF, set it to "Duplicate". PatchesA patch is nothing else than a fix for a bug or an implementation of a new feature. So, we should just transform the patch to either a Bug or a New Feature ticket. |
|||||
#86 | Publish a new "Releaser" to generate nightly builds | Task | Must have (possibly next milestone) | General | ||
Description |
Today we have a .Net program used to generate the public distributable version of our dev SVN version of the editor code. It removes some unnecessary files and directories, "pre-process" any packaging directives (like @Packager.RemoveLine) and generate the compressed version of the code. This is a manually activated process. We need a new solution that can be run automatically (cron) to generate the nightly builds. Today, the scripts compression makes use of CKPackager a commercial and closed source software. As the packaging and compression is a key thing for FCKeditor, I've decided to open CKPackager in a sub project called FCKpackager. To make it possible to run it in every environment, it will be rewritten in PHP. It will be possible to execute it as a command line program, as well as integrate it on web pages. |
|||||
#200 | Self-closing XHTML tags parse wrongly | Bug | Must have (possibly next milestone) | General | ||
Description |
This bug is affecting many users. The HTML in question may be being introduced when people cut & paste content into the editor.
<p><u><font face="Arial" /></u></p> <p><u><font face="Arial" /></u></p> <p><u><font face="Arial" /></u></p> <p><u><font face="Arial" /></u></p> <p>Hello!</p>
<p><u></u></p> <p><font face="Arial"><u></u></font></p> <p><font face="Arial"><font face="Arial"><u></u></font></font></p> <p><font face="Arial"><font face="Arial"><font face="Arial"><u></u></font></font></font></p> <p><font face="Arial"><font face="Arial"><font face="Arial"><font face="Arial">Hello!</font></font></font></font></p> You can also try it with DIVs and other tags, not just FONT. You can also try it without the U tags for a different test case.
Also - is there any chance the editor will be able to remove the nesting in " |
|||||
#214 | Opera: Enter at the end of paragraph doesn't move the caret | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Enter Key | |
Description |
The cursor will move to the start of the paragraph. The new paragraph is created in any case (just use the keyboard to move to it). |
|||||
#223 | Safari: Enter=br needs two enters to work | Bug | Must have (possibly next milestone) | Safari Compatibility | UI : Enter Key | |
Description |
To be able to enter a <br> in the editing area, you need to press Shift+Enter two times to make it work. The same thing happens when EnterMode=br: two enters are needed. |
|||||
#324 | linefeed and horizontal line within font tags crashes editor | Bug | Must have (possibly next milestone) | General | ||
Description |
In IE only: Insert this text in source view: <p> <font size="1"> <br /> <hr /> </font> </p> Switch to wysiwyg. Now you can not switch to source or save changes. There can be any amount of incidental text. But if the <hr /> and <br /> appear between the <font> tags, editor is essentially crashed. Does not occur in FireFox. |
|||||
#361 | editor not restored when moving in history (Opera) | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Problem: editor does not re-appear. Either Opera does not keep its state correctly, or it self-destroys by doing someting in onunload and doesn't get a load event to restore itself. I'm not sure which it is. |
|||||
#374 | sourceArea has right margin | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
In source view, the content area has a right margin |
|||||
#401 | links have target="undefined" | Bug | Must have (possibly next milestone) | General | ||
Description |
inserting links add a target attribute and set it to "undefined". Seen in Opera and Firefox with last nightly build. Seems to be a regression and important to fix since it will cause all links to open in a new window. |
|||||
#419 | Dangerous recursive file deletion bug in build_release.bat | Bug | Must have (possibly next milestone) | FCKeditor 2.4.3 | General | |
Description |
There's a dangerous bug in trunk/_dev/build_release.bat which occurs if the environment variable FCK_RELEASER_PATH is not set. Because fckreleaser.php is called with an empty string as second parameter, the whole drive will be recursively deleted. Solution: Change php releaser/fckreleaser.php ../ "%FCK_RELEASER_PATH%" "%RELEASER_VERSION%" To php releaser/fckreleaser.php ../ "%RELEASER_PATH%" "%RELEASER_VERSION%" Thanks, Ulf Haueisen |
|||||
#504 | How do I get a build that works on Safari? | Task | Must have (possibly next milestone) | Safari Compatibility | General | |
Description |
I am trying to find a combination of Webkit and FCKEditor that shows something for FCKEditor. Please provide any links or instructions. I have downloaded the latest WebKit but FCKdoesn't seem to work with it. I am running OSX 10.4.9. WebKit 2.0.4 (419.3). We have integrated FCK into our KB product and Apple is very interested in purchasing it but they are demanding Safari compatibility. We may be able to get some Apple engineering help if needed |
|||||
#505 | When editing a table caption with FCK 2.4.2, IE 7 shuts down, all work is lost. | Bug | Must have (possibly next milestone) | FCKeditor 2.4.3 | General | |
Description |
Re: IE 7 shuts down when I delete a table caption with FCK Editor "Table Properties". I am using the following: Dell 5100 Laptop Windows XP Home IE 7 osCommerce 2.2 FCK Editor 2.4.2, Build 14978 Steps that I take:
After clicking on "OK" I get an error message that says Explorer "has encountered a problem and needs to close." All unsaved changes are always lost when this happens. Thanks, Dwayne Clean Surroundings |
|||||
#566 | Safari: Images disappear on drag and drop | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | General | |
Description |
When dragging an image already contained in the editor (like a smiley, for example), it disappears on drop. Switching to source view shows that the image has been moved to the correct place in the code, and the image reappears when switching back to WYSIWYG. |
|||||
#570 | Opera: Toolbar combos are not opening | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Toolbar | |
Description |
The toolbar combos (Style, Format, Font and Size) are not always opening (actually almost never). I was able to open the Font combo one or two times in dozens of page reloads, so theoretically, the combos creation is ok. Tested with Opera build 9418. No JavaScript errors. |
|||||
#571 | Opera: Backspace is broken | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
The backspace keystroke behavior is completely broken. Steps to Reproduce
Tested with Opera build 9418. |
|||||
#719 | Interface gets displaced when FitWindow is enabled in Firefox | Bug | Must have (possibly next milestone) | FCKeditor 2.5 Beta | General | |
Description |
The best way to describe this issue is for you to see if for yourself. In the latest version of Firefox, use the html providided with this ticket. Once youve got the HTML in, locate the line "hhttp://www.naturefoundation.org.au" and hit back space on the left hand side of it so it resides on the same line as the link above it. Then hit ENTER. The editor gets dislaced and the only way to get it back is by resizing the screen. |
|||||
#747 | connector doesn't check the file type | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
When using jsp connector in FCKeditor, I notice that the connector doesn't check the file type during uploading. FCKeditor has the type of image and files to be allowed or denied for uploading in the fckconfig.js. However, since the connector doesn't check the file type, user can upload any type of files in the image and file folders on the server. It seems that this feature works better in php version.
Moved from SF: |
|||||
#756 | FF: ForcePasteAsPlainText doesn't work in all cases | Bug | Must have (possibly next milestone) | General | ||
Description |
The problem reported in bug #1214941 "copying and pasting from word doesn't force it as plain text, even though I have that option turned on" http://sourceforge.net/tracker/index.php?func=detail&aid=1214941&group_id=75348&atid=543653 was only patched for CTRL+V paste method. The problem still happens if you paste using "Edit menu --> Paste", if you paste dragging from another window or if you paste using COMMAND+V (in Mac) or MAYS+INS (in Linux).
Moved from SF: |
|||||
#967 | nightly page for browser compatibility test gives 404 | Bug | Must have (possibly next milestone) | General | ||
Description |
The page to test compatibility in Safari and Opera fails with 404 |
|||||
#1007 | Article categories get truncated when editing with FCK | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
# When editing a page with categories, FCK just removes the categories # Hint: apparently, this is due to the way FCK is loading the page. When parsing the wikiToHtml output, it considers the categories section as something that should not be parsed (ouside <!--FCK_SKIP_END-->), so there would probably need to be a special parsing added for the category section of the page. Categories insertion works though, as they are simply links.
# Besides, when searching a link for a namespace that is not the main one, like User:Evans or Category:XYZ the ajax search box returns nothing |
|||||
#1023 | Create a Magic Word to disable FCKeditor | New Feature | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
The __NORICHEDITOR__ magic word could be created to disable FCKeditor on specific articles (those were too much Wikitext hacks are used for specific need). |
|||||
#1033 | Unable to apply formatting to selection | Bug | Must have (possibly next milestone) | FCKeditor 2.5 Beta | General | |
Description |
Whenever I have selected a text and tries to apply a formatting (bold/italic/font etc) the selection is collapsed and the formatting is not applied to the selected text. Verfied with IE7 in nightly build. |
|||||
#1045 | Thumbnails expanded to full size images on save | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
(Thanks for the awesome integration into Mediawiki.) When saving a page that contains thumbnails, thumbnail references are not preserved and are replaced with references to their full sized images. Before: http://fck.wikidiy.com/index.php?title=Communicate-with-Body-Language&oldid=962998 After: http://fck.wikidiy.com/index.php?title=Communicate-with-Body-Language&oldid=987145 Even though I only added some text to the article and saved it. |
|||||
#1057 | MediaWiki 1.10.1 + FCKeditor 2.4.3 + MS Windows 2003 | Bug | Must have (possibly next milestone) | General | ||
Description |
MediaWiki 1.10.1 + FCKeditor 2.4.3 + MS Windows 2003This http://mediawiki.fckeditor.net/index.php/FCKeditor_integration_guide integration guide from MediaWiki_FCKEditor don't help me! I have MediaWiki 1.10.1+WAMP+Windows Server 2003. I try integratde FCKeditor 2.4.3, but FCKeditor don't work. Where I may see ErrorLog? In addition, when I change includes/SpecialPreferences.php (optional) then I get: Fatal error: Access to undeclared static property: FCKeditor::$nsToggles in C:\wamp\www\mediawiki\includes\SpecialPreferences.php on line 870 |
|||||
#1070 | Paste broken in nightly build? | Bug | Must have (possibly next milestone) | FCKeditor 2.5 Beta | General | |
Description |
I can not use copy and paste functionality in the nighly build. The shortcuts are not working at all, but when using the toolbar buttons the text is copied but not pasted. This seems to working at http://www.fckeditor.net/demo but not at http://www.fckeditor.net/nightly/fckeditor/_samples/default.html I've also noticed that when pasting text the text is not always displayed before a user as pressed a button or moved the mouse. |
|||||
#1093 | Pressing enter inside inline tags does not create correct paragraphs | Bug | Must have (possibly next milestone) | FCKeditor 2.5 Beta | General | |
Description |
Scenario:
Maybe the fix for #1081 is source of this error? Testing with IE7 |
|||||
#1095 | Backspace does not work in Opera | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Enter Key | |
Description |
Reproduction procedure:
The bug does not occur in 2.4.3. |
|||||
#1098 | The toolbar is dancing | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Toolbar | |
Description |
The editor toolbar set seams quite unstable. Its toolbars start moving while using the editor. To reproduce it, just open the editor and start clicking randomly inside the text. You will note that, sometimes, the toolbars change positions, leaving space gaps between them. |
|||||
#1104 | FCKEditor Save Button | Task | Must have (possibly next milestone) | Server : ASP.Net | ||
Description |
Hi All, I am very new to this community and I am using FCKEditor in a website. I want to create the Save functionality in the FCKEditor. I want it something like this. Whenever I click on the Save Icon on the FCKEditor it should save the text into the database or display it in the GridView. But I don't know how to make the Save Icon functionality in the FCKEditor working. Could you guys send me some instructions or code. Thanks for your help. Looking forward to your reply. Koonda |
|||||
#1166 | On FullPage mode, <meta> tags are being outputted wrongly | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Steps to Reproduce
The following is the resulting output: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Full Page Test</title> </head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </meta> <body> <p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> </body> </html> Note that the <meta> tag is after <head> and it is expanded. |
|||||
#1199 | Opera: deleting of Page Break sometimes crashes Opera. | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Sometimes deleting of Page Break leads to crash. Steps to reproduce:
Tested with Opera 9.5 build 9500. Opera 9.23 doesn't have this bug. |
|||||
#1200 | Opera: context menu can disappear suddenly | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Sometimes context menu disappears while moving mouse over it. Steps to reproduce:
Tested with Opera 9.23 and Opera 9.50 alpha (build 9500) |
|||||
#1228 | Opera: browser crashes after horizontal splitting of table cell | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Opera crashes after horizontal splitting of table cell. Steps to reproduce
Tested with Opera 9.5 alpha (build 9500) |
|||||
#1271 | Opera: Small space is appended when applying styles to collapsed selections | Bug | Must have (possibly next milestone) | Opera Compatibility | Core : Styles | |
Description |
This bug is a follow up to #253. This specific feature has been introduced for that ticket, but Opera presents a strange behavior. Steps to Reproduce
Analyzing the DOM after CTRL+B, all we have is "so<b></b>me", with the selection inside <b>. That was our intention, but the small space get rendered for the empty <b>. The code which applies the style can be found in the "_ApplyInlineStyle" function in fckstyle.js. It can be condensed to the following code, which is the only way we have found to make it work with Opera: // Here the <b> tag is build. var collapsedElement = this.BuildElement( range.Window.document ) ; collapsedElement.innerHTML = ' ' ; range.InsertNode( collapsedElement ) ; range.MoveToNodeContents( collapsedElement ) ; range.Select() ; FCKSelection.Delete() ; To note that "range" is FCKDomRange, not a standard DOM Range object. |
|||||
#1272 | Safari : It is not possible to apply styles to collapsed selection | Bug | Must have (possibly next milestone) | CKEditor 3.5.3 | Core : Styles | |
Description |
For ticket #253, the required feature has been created for FF, IE and Opera. We haven't found a feasible way to have this feature on Safari, so more investigation is needed. |
|||||
#1273 | Opera: editing area loses focus when clicking on toolbar buttons | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
When using toolbar buttons, like bold and italic, it is expected the focus to remain in the editing area, so it is enough typing to continue writing. |
|||||
#1289 | Source view textarea is bigger than it should be | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Source View | |
Description |
Just load the editor and switch to the source view. Note that the source editing area (textarea) is cut at the right and the bottom). Also, note the effect when using the mousewheel inside of it... the entire editor will move up and down. |
|||||
#1293 | FCKeditor Breaks All Images in MW 1.11.0 | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
Editing a page will take all images like this: Example.png? And convert them to this: [[Image:|Image:Stickman_Evolu.png]] In the process, breaking all the images and replacing them with that string of text above. This is a critical error! It makes it unusable. We've had to disable FCKeditor on our enterprise wiki. Please help us fix it! It seems like a simple syntactical hack might do the trick. |
|||||
#1296 | MediaWiki+FCKeditor : shared images not working | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
I use 3 wiki for multilingual purposes: 1 french, 1 dutch and 1 global that is configured shared upload of images The code for the images of the existing images is transformed when i preview or clik on the wikitext button Steps to reproduce: open a page in the wiki: the image are correctly shown click on edit: i still see the images click on the wikitext button to see the "source" code:
and it becomes: [[Image:|Image:But_harm_afwezig.png]] Moreover when i try to place a new image, the dialog box does'nt let me access tio the shared folder of images but still in the local images parameters in LocalSettings.php: $wgUploadNavigationUrl="http://localhost/mediawiki/index.php/Special:Upload"; ##to use pool's wiki file in language wiki
|
|||||
#1435 | Safari: Enter is not working at the end of styled paragraph | Bug | Must have (possibly next milestone) | Safari Compatibility | UI : Enter Key | |
Description |
Steps to Reproduce
<p><b>Testing</b></p>
The caret will not move, but the new paragraph is being created. It is enough to switch to Source View to see it. |
|||||
#1462 | Safari: Main window scrolls on enter | Bug | Must have (possibly next milestone) | Safari Compatibility | UI : Enter Key | |
Description |
When I enter new paragraph Safari moves to the beginning of the page. See attached video. |
|||||
#1498 | IE6 and IE7 crash if you click the "new page" button .... (more than once) | Bug | Must have (possibly next milestone) | FCKeditor 2.5 | General | |
Description |
In IE6 or IE7. Go to the FCKeditor demo page. Click the New Page button. Text is now removed. Click the New Page button again. If you do this... then IE crashes most of the times. |
|||||
#1538 | Maximize command not working in IE | Bug | Must have (possibly next milestone) | FCKeditor 2.5 | General | |
Description |
The maximize button is not working in the current SVN snapshot. Pressing maximize button in IE in sample01.html causes FCKeditor to become partially displaced towards the top-left direction. |
|||||
#1542 | Beta 2.5 Crashes IE when multiple fckEditor are rendered using CreateHtml() | Bug | Must have (possibly next milestone) | FCKeditor 2.5 | General | |
Description |
I've used the CreateHTML() method to load multiple instances of fck on a page. When running in IE7, activating two of them at the same time brings IE down. I've attached my html and javascript. I reverted to 2.43 and the problem appears to go away. |
|||||
#1549 | Opera: Collapsed styles are not working | Bug | Must have (possibly next milestone) | Opera Compatibility | Core : Styles | |
Description |
Steps to Reproduce
The text will not be bold as expected. It was working previously, but it is broken with the latest Opera build 9660. |
|||||
#1550 | Opera: Keyboard strokes are not anymore caught by the editor | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
All keystroke combinations set with the FCKConfig.Keystrokes setting are not being anymore executed with Opera. It is enough to type CTRL+B on some selected text. It will produce <strong> (the default browser behavior), while it is expected to return a <b> (just use the relative toolbar button to compare it). It used to work perfectly on previous versions, but it is now broken with Opera build 9660 (not saying that it has become broken with that precise build). |
|||||
#1551 | Opera : Toolbar buttons are not context sensitive anymore | Bug | Must have (possibly next milestone) | Opera Compatibility | Core : Styles | |
Description |
Toolbar buttons are not anymore context sensitive. It used to work, but it is now broken with Opera build 9660. |
|||||
#1552 | Implement Safari and Opera detection | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
The Java implementation is not detecting Safari and Opera, for compatibility with FCKeditor 2.5. The PHP implementation may be used as the base for it. |
|||||
#1583 | Submenues in popup menues are broken in non-IE browsers | Bug | Must have (possibly next milestone) | FCKeditor 2.5 | UI : Context Menu | |
Description |
To reproduce the bug:
|
|||||
#1600 | Opera : EnterMode has no effect | Bug | Must have (possibly next milestone) | Opera Compatibility | UI : Enter Key | |
Description |
The EnterMode = div|br have no effect on Opera build 9660. |
|||||
#1645 | Loading the samples from the filesystem doesn't work in Firefox3 | Bug | Must have (possibly next milestone) | FCKeditor 2.6.3 | General | |
Description |
There are several errors in the console trying to load the editor from a file: uri in Firefox3 beta1 (roughly translated) Error: uncaught exception: Permission denied to set the property Window.FCK_STATUS_NOTLOADED Error: uncaught exception: Permission to read the property HTMLDocument.getElementById denied ... |
|||||
#1656 | The Following HTML Codes will crash FCK2.5 | Bug | Must have (possibly next milestone) | General | ||
Description |
<div align="left"><a target="_blank" href="http://www.baidu.com"><u><em><strong><span style="background-color: rgb(255, 0, 204);"><span>4,<span> </span></span></span><span><span style="background-color: rgb(255, 0, 204);">XXXXXXXXX </span></span></strong></em></u></a><a target="_blank" href="http://www.baidu.com"><u><em><strong><span><span style="background-color: rgb(255, 0, 204);"> <div></div></span></span></strong></em></u></a></div>
|
|||||
#1688 | Unable to upload pictures using IE | Bug | Must have (possibly next milestone) | File Browser | ||
Description |
While using demo on your site and trying upload images it say "Upload a new file in this folder (Upload in progress, please wait...)" forever. This happens when using IE 6.0, in firefox everything ok |
|||||
#1707 | IE : Loop while formatting Word pasted data | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | Plugin : Paste from Word | |
Description |
Hi, I´m getting this bug since release 2.5, aparentely due to a javascript loop on text format commands. The page freezes and returns a message asking me to stop the script that is taking too long to run. That also happens on the demo page for this site when you put a long text (it doesn´t need to be that long), containing paragraphs with different text formats, select it all and try to do any formatting with it, such as right aligning. I´m using Internet Explorer 6.0 and Windows XP. Hope you find a solution on that enableing me to upgrade FCKEditor, solving most of the problems I have on the previous versions. Thanks, Luís |
|||||
#1717 | Table inside of Div producing unresponsive script | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | Core : Styles | |
Description |
Tested on Firefox 2.0.0.11 and Internet Explorer 7 To reproduce:
<div><span class="text"> <table> <tbody> <tr> <td>test</td> </tr> </tbody> </table></span></div>
The browser will return an unresponsive script alert. |
|||||
#1737 | [IE] HTML style value disappears every time wiki page is re edited | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
I installed the latest version of FCK editor available on the FCK editor media wiki project page. On my wiki, every time I try to edit 'style'(HTML) on wikitext- for example: style="background-color:red"- Once I save changes- the background color changes to red. If I try to re-edit the page, the style becomes style="" and the background color is re set to default. Everytime I try to change style- the same happens. Kindly help! This is urgent(as am sure is every other ticket- but you get the point.. :-))! |
|||||
#1739 | Introduction of slf4j | New Feature | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
We should be introduce slf4j (for more infos click http://www.slf4j.org/). It's a Simply Logging Facade especially for 3rd-party-tools. |
|||||
#1746 | Implement JUnit tests for browser compatibility check | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
We need some exemplary JUnit tests for the class Compatibility to ensure, the browser compatibility check works fine. |
|||||
#1791 | Missing implementation points in doPost | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
doPost is almost feature-complete but 2 points are still missing:
|
|||||
#1870 | Create default folders upon connector instantiation | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
Triggering QuickUpload before browsing the server causes a NPE if the type folder does not exist. |
|||||
#1884 | Refactor the code in a "pure" MW extension and cleanup our SVN | Task | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
Our current proposal for MediaWiki+FCKeditor consists in a MW installation, which includes our extension on it. We also have some other extensions there with it. This is a bit messy, as we have nothing to do with the MW core or those other extensions. We should work to isolate our code in a pure extension, having only the extension related code in the SVN, making it possible to use it in any MW installation out there. |
|||||
#1898 | Domain relaxation is broken for floating dialogs | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | General | |
Description |
This is a regression bug. To reproduce:
|
|||||
#1909 | Dialog tabs are not working | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | UI : Dialogs | |
Description |
Some previous updates to the SVN seems to have broken dialog tabs. To reproduce the issue:
|
|||||
#1918 | IE6 crashes on closing image/image button/flash dialogs in domain relaxation mode | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | General | |
Description |
Reproduction procedure:
|
|||||
#1945 | Sanitize{File,Folder}Name does miss control characters | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | File Browser | |
Description |
functions miss to replace http://en.wikipedia.org/wiki/ASCII#ASCII_control_characters I did in Java with a simple "|[\u0000-\u001F]|\u007F" Just add to PHP and other connectors |
|||||
#1953 | Opera: FCKeditor is not loading | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
Steps to Reproduce
Confirmed with Opera build 9812, but has been a problem with previous builds too. |
|||||
#1954 | Opera: extra paragraph space when loading | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
When opening sample01.html, an extra paragraph space is automatically added at the top of the loaded contents. Confirmed with Opera build 9812. |
|||||
#1955 | Opera: Element names are uppercased in the output | Bug | Must have (possibly next milestone) | Opera Compatibility | General | |
Description |
All element names are uppercased on the output produced by FCKeditor with Opera. Confirmed with Opera build 9812. |
|||||
#1989 | xhtml source formatting works only in IE | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | Core : Output Data | |
Description |
In fckeditor 2.6 beta if you look at the source in firefox (on windows and mac os) and safari it is HTML not XHTML, but if you take a look at the same editor in Internet Explorer it is as it supposed to be XHTML (<br />, <img ... />...). It is not only happening on my implementation of fckeditor it is also present in your demo page, and included samples. I'm using php implementation. |
|||||
#2005 | Test Cases für UploadResponse have to be reworked | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description | ||||||
#2007 | Rework response url handling | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
It's a complete mess. Handling with the contextpath, userfilespath, type and so forth. This has been done in a clean way. |
|||||
#2009 | Disappearing Style Tags | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | Core : Styles | |
Description |
To recreate this yourself, go look at the current FCKeditor Demo (the nightly build does it also.) If you have text in the RTE with an applied style, for my example we'll use bold, and you try to apply that same style above that previous style in the document, when you close the tag, it removes that same style from the rest of the document below where you closed the tag. Example: Here is your bold text. It is typically much thicker than normal text. If you were to move that text down and try to write a line above that line and you wanted to use some bold text, there are two ways you could do it: First, you could write the whole line out and once the line was written, highlight the part you want bold and apply it. This works fine. The second was is to, while typing it, stop at the word you want bold, either press the B icon in the toolbar or press CTRL+B to turn bold on, and then continue typing. When doing this, when you turn bold off by either pressing the B icon in the toolbar or using CTRL+B, it removes all style from the rest of the document that matches that style. This is a very serious usability bug and hampers productivity for our environment. Thank you for your quick investigation and fix to this problem. |
|||||
#2011 | <LINK> tags for internal CSS files are appearing in full page mode | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | General | |
Description |
This is a very serious bug which is making the full page mode unusable. To reproduce the bug:
The issue did not exist in 2.5.1 or any 2.6 code before the floating dialog branch merge. So some changes in between must have caused this bug. |
|||||
#2022 | QuickUpload fails | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
... since last ConnectorServlet#doPost cleanup |
|||||
#2024 | FCKDialog IE selection error when in source view | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | UI : Dialogs | |
Description |
When trying to display a dialog using the new FCKDialog while on IE while in source view an error occurs. IE says "'selection' is null or not an object" I managed to track this error down to /fckeditor/editor/_source/internals/fckdialog.js line 112. I don't understand in internal workings of FCKEditor fully. I have managed to work out that it's due to it trying to access the Editor which isn't about while in source view. Adding a check for the EditMode and using the EditingArea.Textarea to select the selection seems to fix the problem. I'm not 100% sure this is the correct fix so an FCKEditor core dev will have to read though the patch I've attached. |
|||||
#2036 | Domain relaxation is not working in IE7. | Bug | Must have (possibly next milestone) | FCKeditor 2.6 | General | |
Description |
This bug was originally reported by Wiktor. To reproduce:
It works well in IE6 though. |
|||||
#2045 | Math formula issue in mediawiki+fckeditor | Bug | Must have (possibly next milestone) | Project : MediaWiki+FCKeditor | ||
Description |
I want to use formula tools in my mediawiki. I integrate the fckeditor into mediawiki successfully. Then I install the math requirements, it do can render math images, but doesn't works well. when I input a formula in the formular dialog, then submit, the math image doesn't show immediately, but a image placeholder. If I click the "wikitext" button, it seems work well with a conversion to real wikitext like "<math>formula</math>". Then click the "wikitext" button, the required math image turns out. The most important, while save this page, it becomes [[image:|formula]]. there must be a solution to this problem, for a successful example exists in "http://mediawiki.fckeditor.net/index.php/Sandbox", it works quite well. |
|||||
#2066 | Safari : fullscreen mode doesn't work since Safari 3.1 | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | General | |
Description |
With Safari 3.1 when I click on fullscreen button of FCK toolbar, my browser screen become all white and I can't write on it. The only things I can do is click on Back button of my Browser. Browser: Safari 3.1 OS: Mac OS X Leopard 10.5.2 |
|||||
#2081 | Rewrite/restructured SessionData to get small and nice to handle interfaces | New Feature | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
This is a very important step to get a flexible design to add some more request-based additional function in future. |
|||||
#2082 | assemblies broken | Bug | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
Due to the project transformation assemblies are broken. Fix 'em! |
|||||
#2083 | Rearrange Site | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
Site has to be rearranged due to multimodules! |
|||||
#2087 | Error loadig fckstyles.xml | Bug | Must have (possibly next milestone) | Core : Styles | ||
Description |
If I download the nightly build or any other 2.6rc version so far, I will get an error stating fckstyles.xml could not be loaded and if I would like to see the response details. The response detail shows the contents of fckstyles.xml in good condition. It has a status of 200. I know that this bug has been reported earlier by someone else, and that you did not look into it further, because it is working ok for you. For others, however, it is definitely NOT ok. What I did as a solution is open internals/classes/fckxml_ie.js (the error applies to the gecko version as well!). I swapped the conditions that check for the status. //the if conditions below are swapped compared to your version if ( oXmlHttp.status == 0 && oXmlHttp.readyState == 4 ) this.DOMDocument = oXmlHttp.responseXML ; else if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) { this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ; this.DOMDocument.async = false ; this.DOMDocument.resolveExternals = false ; this.DOMDocument.loadXML( oXmlHttp.responseText ) ; } I do not know if the swapping is ok, I suspect not. But it works. |
|||||
#2102 | FCKConfig.DocType does not work in 2.6 | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | General | |
Description |
Reproduction procedure:
|
|||||
#2114 | [IE] Dialog boxes in IE6 function only once | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | UI : Dialogs | |
Description |
Installed both 2.6 stable and latest nightly build. I have problems with IE6. IE7 and Firefox works fine. In IE6 the dialogboxes for copy text, links etc only works the first time. Second time (or any time later) I only get a grey box with no form fields or buttons. It doesn't matter witch one I click first. After the first time for any box, none of the boxes works. There is one exception. The dialog box for insert image works. |
|||||
#2115 | Permission denied to get property window.OnUploadCompleted | Bug | Must have (possibly next milestone) | FCKeditor 2.6.1 | File Browser | |
Description |
Source: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=9242 I use FCkeditor 2.6Rc in Ubuntu FIrefox 2.0.0.13, when i upload a image file, i get error message in browser error console "Error: uncaught exception: Permission denied to get property Window.OnUploadCompleted", but when checked the upload dir in my server, the image has been actually uploaded successfully. |
|||||
#2171 | check the copyright notices | Task | Must have (possibly next milestone) | FCKeditor.Java 2.4 | Server : Java | |
Description |
copyright notice should be: © 2004 - 2008 Frederico Caldeira Knabben (<a href="http://www.fredck.com/">FredCK.com</a>). All rights reserved. relevant places to have a look: javadoc, site, jxr |