Custom Query
Results (1 - 100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | |||
---|---|---|---|---|---|---|---|---|---|
#15 | FCKDebug window doesn't have scrollbars in Opera | Bug | Low | Opera Compatibility | General | ||||
Description |
I don't understand why does it happen, but in Opera the debug window lacks scrollbars in the iframe (scrollwheel works fine) I created a copy of the file and calling itself to fill the frame does show scrollbars. As I don't know about a current javascript debugger for Opera this window is the only way to get properties of objects. |
||||||||
#21 | Opera doesn't recognize user-select:none | Bug | Low | General | |||||
Description |
The text in the toolbar can be selected (and it might lead to those little errors when the focus gets lots and user is frustrated). I've tested and it doesn't recognize any CSS attribute with regards to user-select, but acts as IE with the property unselectable: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> </head> <body> <div style="user-select:none"> This text shouldn't be selectable. user-select:none </div> <div style="-moz-user-select:none"> This text shouldn't be selectable. -moz-user-select:none </div> <div style="-o-user-select:none"> This text shouldn't be selectable. -o-user-select:none </div> <div unselectable = 'on'> This text shouldn't be selectable. unselectable = 'on' </div> </body> </html>
So I've tested and copying the IE code seems to work. I'm attaching a patch. I think that it should be reported to Opera so we can have a cleaner code, but for the moment we can use this workaround. |
||||||||
#87 | Opera: Contents of IFrames are lost | Bug | Low | Opera Compatibility | General | ||||
Description |
Paste the following code in the Source view: <iframe src="http://www.google.com"> <a href="http://www.fckeditor.net"> <img src="http://www.fckeditor.net/images/logos.gif"></a> </iframe> Switch to WYSIWYG and back to Source. The contents of the <iframe> will be lost. See [146] for notes regarding it. |
||||||||
#242 | standard attribute positions | New Feature | Low | General | |||||
Description |
Ok, this may seem a bit petty of me. This isn't really a bug since the code is still compliant, but when I save an image tag it puts the alt tag before the src, the next time it puts it after the src attribute regardless of whether or not I modified any text in the editor. This causes a problem for those that want to see if the content has changed. Since it moves the alt attribute to the opposite side of the src attribute than it started, the resulting code always fails a comparison check. I'm not sure if this happens with any other tags. If it does I would like the same thing where attributes won't just move themselves in tags because they are re parsed by the editor. Since the editor seems to add whatever attributes it needs to be compliant, I would think that putting them in a specific order wouldn't be all that much more work. |
||||||||
#369 | dragging of spacer.gif in toolbar possible | Bug | Low | Opera Compatibility | General | ||||
Description |
E.g. mousedown on toolbar; drag to and drop on the browser's address bar displays the URL of 'editor/images/spacer.gif'. |
||||||||
#448 | FCKSelection.GetSelectedElement() for IE should return null | Bug | Low | General | |||||
Description |
It would be nice if ... FCKSelection.GetSelectedElement() in fckselection_ie.js returned null when there is not a selected element so behavior is consistent between gecko and IE |
||||||||
#572 | Opera & Safari: The xml output of the connectors isn't show in the tests | Bug | Low | General | |||||
Description |
Safari doesn't apply a default stylesheet to an xml document http://bugs.webkit.org/show_bug.cgi?id=13807 so the output in the connectors/test.html is an empty page (although viewing the source of the frame shows the content) I don't know if they will fix this problem for the Safari 3 final release, but if a Safari user tries to debug a problem with the connector and can't see anything he will feel very frustrated. |
||||||||
#582 | Table: Table should use style.height instead of table.height | Bug | Low | General | |||||
Description |
If you set a height when inserting a table, a height attribute is added to the table. Height is not a valid attribute for table (it works, but not valid), style should be used instead. I'm attaching the changes that I've done in fck_table.html. |
||||||||
#917 | disable the cancel button from the dialogs | New Feature | Low | UI : Dialogs | |||||
Description |
Hi i know how to disable the ok button from the dialogs window.parent.SetOkButton( true ) ; but the cancel button how can i disable it for one dialog only regards Robert |
||||||||
#972 | Rename fck_contextmenu.js and fck_othercommands | Task | Low | General | |||||
Description |
Those two files are the only ones that start with fck + underscore + rest of filename, so they get misplaced if the folder is ordered alphabetically. Renaming them to match the rest of the files should avoid some little seconds while searching for contextmenu and it isn't between fckconfig.js and fckdebug.js. Only "problem", there's a fckcontextmenu.js already in classes. |
||||||||
#1011 | Button for signature | New Feature | Low | Project : MediaWiki+FCKeditor | |||||
Description |
It would be nice to get a button for signature, like in MW standard toolbar. |
||||||||
#1046 | Templates and stripped new lines | Bug | Low | Project : MediaWiki+FCKeditor | |||||
Description |
Upon editing an article with that has templates, the editor attempts to collapse the templates into 1 line. This however has a problem that when the template is generated, the subsequent actual text in the article is rendered as fixed width because it has a leading space: Before: http://fck.wikidiy.com/index.php?title=Cruise&oldid=962669 After: http://fck.wikidiy.com/index.php?title=Cruise&oldid=987141 Diff: http://fck.wikidiy.com/index.php?title=Cruise&diff=987141&oldid=962669 The summary sentence "First time cruiser? Stressed out already? ...." should appear as normal text instead of fixed width. Any sentences that begin with a space in Mediawiki are rendered as fixed-width lines. See http://www.wikihow.com/Help:Editing on "IF a line of plain text starts"... |
||||||||
#1047 | no way to add external links | Bug | Low | Project : MediaWiki+FCKeditor | |||||
Description |
I seem to be able to add internal links via the popup (which is a nice implementation by the way), but I can't seem to add external links at all to an article. There probably should be 2 buttons, one for internal links, and one for external links. |
||||||||
#1048 | wysiwyg rendering quite different than our rendering for thumbnails | Bug | Low | Project : MediaWiki+FCKeditor | |||||
Description |
The rendering on this page in the wysiwyg editor: http://fck.wikidiy.com/index.php?title=Cut-a-Mango&action=edit&advanced=true is much different than the actual HTML version of the page: http://fck.wikidiy.com/Cut-a-Mango Is there a way that the CSS from the site can be integrated into the fckEditor easily? |
||||||||
#1122 | Safari: minor rendering issue (the cursor under a horizontal rule) | Bug | Low | General | |||||
Description |
Please load |
||||||||
#1164 | Combo items blue border is cut in RTL | Bug | Low | Opera Compatibility | General | ||||
Description |
Steps to Reproduce
It seams that the cut part has the same size as the scrollbar (which is now correctly at the left), because this problem doesn't happen on combos with no scroll, like the Font Face combo. |
||||||||
#1248 | Interator or Iterator | Bug | Low | General | |||||
Description |
What's the proper spelling for the class introduced in [809] ? I think that it should be ITERATOR. |
||||||||
#1533 | Ctrl+Enter to submit form | New Feature | Low | General | |||||
Description |
Some applications support Ctrl+Enter to submit (e.g. Outlook mail message) |
||||||||
#1566 | Polish language file | Bug | Low | General | |||||
Description |
File pl.js: One error corrected: DlgImgBtnUpload : "Syślij", should be: DlgImgBtnUpload : "Wyślij", |
||||||||
#1579 | Table property dialog too narrow | Bug | Low | General | |||||
Description |
Table property dialog too narrow (after translation). Please add several pixels. Example: http://wisepanel.superhost.pl/sbpomoc/wp_media/insert_tables.gif To reproduce: open: http://www.fckeditor.net/demo/language select: polish create table (everything is Ok), select table properties - dialog too narrow Only MSIE (at least IE7.0) |
||||||||
#1580 | Polish translation update | Bug | Low | FCKeditor 2.5 | General | ||||
Description |
Some strings to replace in pl.js: Not translated yet: AnchorDelete : "Usuń kotwicę", Blockquote : "Cytat", ShowBlocks : "Pokaż bloki", InsertRowAfter : "Wstaw wiersz poniżej", InsertRowBefore : "Wstaw wiersz powyżej", InsertColumnAfter : "Wstaw kolumnę z prawej", InsertColumnBefore : "Wstaw kolumnę z lewej", InsertCellAfter : "Wstaw komórkę z lewej", InsertCellBefore : "Wstaw komórkę z prawej", MergeRight : "Połącz z komórką z prawej", MergeDown : "Połącz z komórką poniżej", HorizontalSplitCell : "Podziel komórkę poziomo", VerticalSplitCell : "Podziel komórkę pionowo", DlnLnkMsgInvPopName : "Nazwa wyskakującego okienka musi zaczynać się od znaku alfanumerycznego i nie może zawierać spacji", DlgFindAndReplaceTitle : "Znajdź i zamień", DlgPasteSec : "Zabezpieczenia przeglądarki uniemożliwiają wklejenie danych bezpośrednio do edytora. Proszę dane wkleić ponownie w tym okienku.", DlgButtonTypeBtn : "Przycisk", DlgButtonTypeSbm : "Wyślij", DlgButtonTypeRst : "Wyzeruj", DlgLstStart : "Początek", DlgDocCharSetCE : "Środkowoeuropejskie", DlgDocCharSetCT : "Chińskie tradycyjne (Big5)", DlgDocCharSetCR : "Cyrylica", DlgDocCharSetGR : "Greckie", DlgDocCharSetJP : "Japońskie", DlgDocCharSetKR : "Koreańskie", DlgDocCharSetTR : "Tureckie", DlgDocCharSetUN : "Unicode (UTF-8)", DlgDocCharSetWE : "Zachodnioeuropejskie", DlgTemplatesReplace : "Zastąp aktualną zawartość", DlgDocMeCopy : "Prawa autorskie", DlgGenLongDescr : "Długi opis hiperłącza", DlgGenClass : "Nazwa klasy CSS", DlgGenTitle : "Opis obiektu docelowego", DlgGenContType : "Typ MIME obiektu docelowego", DlgGenLinkCharset : "Kodowanie znaków obiektu docelowego", DlgImgLinkTab : "Hiperłącze", DlgLnkUpload : "Wyślij", BrowseServerBlocked : "Nie można otworzyć okno menadżera plików. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.", DlgSpellBtnUndo : "Cofnij", Translated, but with errors: DlgDocDocType : "Nagłówek typu dokumentu", DlgGenNotSet : "<nie ustawione>", Translated, but I think they should be corrected: DlgCheckboxSelected : "Zaznaczone", Checkbox : "Pole wyboru (checkbox)", RadioButton : "Pole wyboru (radio)", ImageButton : "Przycisk-obrazek", CheckboxProp : "Właściwości pola wyboru (checkbox)", RadioButtonProp : "Właściwości pola wyboru (radio)", DialogBlocked : "Nie można otworzyć okna dialogowego. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.", |
||||||||
#1736 | Reformat pom.xml according maven example | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
see example http://maven.apache.org/pom.html#Quick_Overview |
||||||||
#1747 | Create several distros with Maven | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
Needs to be done: FCKeditor-2.4.0-bin.zip (disto should be ready to deploy)
FCKeditor-2.4.0-src.zip
FCKeditor-2.4.0.war
FCKeditor-2.4.0.jar
|
||||||||
#1761 | Adept all examples to FCKeditor 2.5 | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
|
||||||||
#1763 | Find ways to separate taglib and web.xml declaration | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
make difference somehow between testing and war creation |
||||||||
#1794 | Revise log statements | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
Revise all log statements and avoid statements like logger.debug("can't load file " + e.getMessage(), e) should always be: logger.debug("can't load file", e) |
||||||||
#1881 | Toolbar shows reference button even if citations are not enabled | Bug | Low | Project : MediaWiki+FCKeditor | |||||
Description |
Citations in MediaWiki are made possible by an MW extension: http://www.mediawiki.org/wiki/Extension:Cite Not all MW sites use this extension. The FCKeditor plugin shows a button for adding references even if the citation extension isn't installed. |
||||||||
#1891 | fck_tablecell.html id >< name conflicts | Bug | Low | FCKeditor 2.6.4 | UI : Dialogs | ||||
Description |
Low priority. I noticed that a lot of input controls are not consistent with the ID and the Name. Some examples. <select id="selWordWrap" name="selAlignment"> <select id="selHAlign" name="selAlignment"> <select id="selVAlign" name="selAlignment"> <input id="txtBackColor" type="text" size="8" name="txtCellSpacing"> <input id="txtBorderColor" type="text" size="8" name="txtCellPadding" /> As you can see here, the ID is the correct one, the name is incorrect. |
||||||||
#1899 | Change the WIKI site links to DOCS site links | Task | Low | FCKeditor 2.6 | General | ||||
Description |
The file fckeditor _upgrade.html provides a link to http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade, which, unfortunately, died some time ago. |
||||||||
#1921 | [XmlResponse] add static fields | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
Static fields for:
|
||||||||
#1936 | Inline spelling support? | New Feature | Low | General | |||||
Description |
Some of the big webmail providers (e.g. Google, Yahoo) have Ajax spell checking with in-line marks showing typos, and a drop down menu of suggestings. Any possibilities to integrate such for FCKeditor would be a home run! |
||||||||
#1968 | Javadoc issues | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
The following javadoc related tasks have to be done before the next release:
|
||||||||
#1969 | FCKXml.LoadUrl fails on non-http pages | Bug | Low | General | |||||
Description |
In Internet Explorer, using an alternative way to get to HTML pages, (e.g. a plugin implementing IInternetProtocol), for security reasons, XmlHttpRequest.responseXML is empty, but responseText works, so I generally update fckeditorcode_ie.js
to
to have the responseText loaded in a new document |
||||||||
#2035 | Add plugin versions | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
Maven tries to update continuously all plugins during phases. This is unnecessary! Adjust definite plugin versions to remove this performance and convenience penality. |
||||||||
#2073 | Add favicon to TLD | Task | Low | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
Add F favicon as small icon to TLD |
||||||||
#2186 | Allow content to be reset on first focus | New Feature | Low | General | |||||
Description |
I am currently building a website in which I use FCKEditor in several places. In the login form, the field names are displayed inside the text boxes; when you click in either of them (the first time only) the content of both is set to blank. I don't think that such a feature is available in FCKEditor, so would it be possible to enable it as an option (maybe in the PHP class eg. "$FCK->resetOnFocus = 1;" or something) in a future release of FCKEditor? Thanks for the editor!! Isaac |
||||||||
#2266 | FCKeditor extension for MediaWiki doesn't follow MW's coding conventions | Task | Low | Project : MediaWiki+FCKeditor | |||||
Description |
FCKeditor extension for MediaWiki doesn't seem to be following MediaWiki's coding conventions as described in http://www.mediawiki.org/wiki/Manual:Coding_conventions. For example, FCKeditorEditPage.body.php had this in two separate lines:
class FCKeditorEditPage extends EditPage when it should've been just one line as per MW's coding conventions: class FCKeditorEditPage extends EditPage { The extension credits ($wgExtensionCredits) in FCKeditor.php seem to be out-of-date and using "double quoting" (i.e. "name" => "FCKeditor", and so on) when 'single quoting' would be OK. I've created a patch against the current SVN version to fix these minor issues, let's see if I can attach it here... ;-) |
||||||||
#2275 | Firefox 2 crashes with multiple editor instances | Bug | Low | General | |||||
Description |
The attached page has 30 editor instances. When viewed in IE7 it's fairly heavy on CPU and memory but is functional. When viewed in Firefox 2, it crashes the browser; the browser eventually disappears leaving the option to report to Microsoft. We advise our customers to use less than 6 editor instances on a single form. However, there is no imposed limit and we know of instances where up to 60 editor instances have been used successfully on a single page. They were using IE6 which doesn't have the performance problems of IE7 and doesn't crash like Firefox 2. |
||||||||
#2325 | Rich mode adds space characters to new lines characters | Bug | Low | Project : MediaWiki+FCKeditor | |||||
Description |
ReproducingReproduce this:
The bug is that there is now a space added after OS
Case FileI don't provide any as you type if faster yourself than using a file. WikiI tested this on your wiki in the Sandbox page. |
||||||||
#2358 | Missing CSS style for fckeditor.html | Bug | Low | General | |||||
Description |
I'm using FCK 2.6. Not sure if its still missing in newer Versions. in the fckeditor.html I'm missing in the compresses css part following line: .FCK__UnknownObject{border: #a9a9a9 1px solid;background-position: center center;background-image: url(images/fck_plugin.gif);background-repeat: no-repeat;width: 80px;height: 80px;} its included in the uncompresed internalCSS. but not in the used fckeditor.html. Thanks for considering |
||||||||
#2592 | Add more logging statements | New Feature | Low | FCKeditor.Java 2.5 | Server : Java | ||||
Description |
Our vital implementations should have more reasonable debug log statements. |
||||||||
#2643 | Editor right scroll padding in IE | Bug | Low | General | |||||
Description |
When inserting an 100% width element (such as table element) in IE7 there is horizontal padding at the right that seems to correspond to the width of the scrollbar, even though the scrollbar is not visible or needed. I think this is a regression because I havent noticed it prior to fck 2.6.3. |
||||||||
#2646 | regex to test image (file) extensions is incorrect | Bug | Low | General | |||||
Description |
This may not be urgent as the browser (or something) kicks it back anyway if the file isn't the correct type underneath, but it shouldn't get that far if it's obviously incorrect and it's an easy fix. |
||||||||
#2687 | Customize contextmenu using plugin | New Feature | Low | General | |||||
Description |
Plugins system is very cool, And in fact, it's possible with a 50 line patch ( inspired by the FCKCommands style ). See the file joined And now you can customize the FCKConfig.ContextMenu with whatever you want written in a plugin. For example, a plugin with predifine value for a textfield can be create and accessible via toolbar and context menu. FCKCommands.RegisterCommand( 'DynTextField', new FCKDialogCommand( 'DynTextField', FCKLang.DynTextFieldDlgTitle, FCKPlugins.Items['DynTextField'].Path + 'fck_DynTextField.cfm', 350, 300 ) ) ; var oDynTextFieldItem = new FCKToolbarButton( 'DynTextField', FCKLang.DynTextFieldBtn ) ; oDynTextFieldItem.IconPath = FCKPlugins.Items['DynTextField'].Path + 'DynTextField2.gif' ; FCKToolbarItems.RegisterItem( 'DynTextField', oDynTextFieldItem ) ; FCK.ContextMenu.RegisterCommand('DynTextField', { AddItems : function( menu, tag, tagName ) { if ( tagName == 'INPUT' && ( tag.type == 'text' || tag.type == 'password' ) ) { menu.AddSeparator() ; menu.AddItem( 'DynTextField', FCKLang.TextFieldProp, 51 ) ; } }}) ; |
||||||||
#2700 | Problem with document.domain automatic fix script asp.net c# | Bug | Low | Server : ASP.Net | |||||
Description |
I am developing a project using FCKEditor. The project was on http://newweb.[mysite].com since it is not ready to be on www.[mysite].com The quick uload image was working while testing on localhost, but when on the onine test site, had a problem. Although it was uploading the image, it would stop on the Upload Tab showing the progress bar dots. After a lot of tests I realized that something was not working well at the document.domain automatic fix script in SendFileUploadResponse function on FileWorkerBase.cs I added some alerts at the catch(e) events to understand what was going on, but with no success finally I tried to remove this thinh and it worked! This is what I did: protected void SendFileUploadResponse( int errorNumber, bool isQuickUpload, string fileUrl, string fileName, string customMsg ) {
|
||||||||
#2735 | clicking link in Opera when text is selected doesn't clear selection [CORE-35943] | Bug | Low | General | |||||
Description |
Steps to recreate bug
Faulty behaviour: Previous selected text stays selected and cursor can not be placed in link. Expected behaviour: Cursor should be placed inside the link Can be reproduced every time. Tested with Opera 9.63 and 9.62, FCKEditor 2.6.3 and nightly build. |
||||||||
#2739 | Opera 10.0 Alpha Multiple Editors Bug | Bug | Low | Opera Compatibility | General | ||||
Description |
Opera 10.0 is still in Alpha phase, but I decided to fill these report, because I know that You are now "in touch" with Opera team and maybe You will find where the bug lies. In Opera 10.0 latest weekly release (build 1219) and also in first weekly there is bug when using multiple FCKEditors. When there is one FCKEditor everything works just fine, but if there are used two or more FCKEditors - all are disabled (can't write, can't click on any button, also all links on page where are editors don't work). It was tested with two weekly releases of Opera 10.0 and FCKEditor 2.63 + latest nightly (by nightly samples - JavaScript Sample 09). If it is corresponded to FCKEditor - please fix this, anyway I'm afraid that this is rather some Opera bug because of early stage of Opera 10.0 - just second alpha. If after Your findings it became clear that this is Opera bug - please inform what is the reason for that (Opera JavaScript bug?), eventually contact Opera Team and send them technical information that they will be able to fix bug ;) Thanks ;) |
||||||||
#2806 | MoveToAncestorNode failing in IE if you look for the selected item | Bug | Low | General | |||||
Description |
I have a plug-in that adds an image with a specially configured alt tag. When I select this tag and open by plug-in window firefox was able to read in the data. IE was not. I soon found this was because it was automatically looking at the parent node of the image. I corrected it in my code by changing the MoveToAncestorNode code to contain this if(oRange(i).nodeName == A)
In the first for loop before it checks for a parent node. Is there any way the new version will have something in it already so IE checks to see if you have the item you're looking for as I have done? Attached is the javascript file I edited. |
||||||||
#3385 | toString() for easy debugging | New Feature | Low | General | |||||
Description |
Perhaps it's better to implement the 'toString' method on some core objects to help the debugger(e.g. Firebug) having a text presentation for them, which is friendly for debugging. |
||||||||
#3427 | Correct synctax error of fck_docprops.html | Bug | Low | FCKeditor 2.6.5 | UI : Dialogs | ||||
Description |
link: http://www.fckeditor.net/forums/viewtopic.php?f=5&t=13718 In eclipse, editor/dialog/fck_docprops.html file shows errors. For correct the errors, before - 459 line <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );"> <option value="" selected="selected"></option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML 4.01 Transitional</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'> HTML 4.01 Strict</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'> HTML 4.01 Frameset</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'> XHTML 1.0 Transitional</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'> XHTML 1.0 Strict</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'> XHTML 1.0 Frameset</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'> XHTML 1.1</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option> <option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option> <option value="..." fcklang="DlgOpOther"><Other></option> </select> after <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );"> <option value="" selected="selected"></option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML 4.01 Transitional</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'> HTML 4.01 Strict</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'> HTML 4.01 Frameset</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'> XHTML 1.0 Transitional</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'> XHTML 1.0 Strict</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'> XHTML 1.0 Frameset</option> <option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'> XHTML 1.1</option> <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option> <option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option> <option value="..." fcklang="DlgOpOther"><Other></option> </select> |
||||||||
#3578 | Compatibility message in samples states that Firefox 1.5 is supported | Bug | Low | CKEditor 3.0 | General | ||||
Description |
The message incorrectly states that the user needs 1.5 or higher but it should be 2.0 or higher. Trivial fix following |
||||||||
#3579 | Replace div samples applies the hover effect to all divs | Bug | Low | CKEditor 3.0 | General | ||||
Description |
The :hover effect to show where the user can double click is applied to all the divs, and it can be slightly misleading. The patch fixes this by changing the structure of the sample.html page so that the id "html" is applied to the container of the data and then restricting the css rules. That way it will work the same in the released version. |
||||||||
#3628 | $_SERVER['HTTP_USER_AGENT'] don't work on a virtual server (founded how but not why) | Bug | Low | Server : PHP | |||||
Description |
HI. I'm writting because I did'nt find any solution yet on your bug list. After a while I found this issue. Quickly: (tested on Mac with Safari Opera & Firefox) on local server works but on a Virtual hosting (Dreamhost) it returns a : Mozilla/5.0 (000000000; 0; 000 000 00 0 0000000; 00) 000000000000000000 0000000 0000 000000 0000000000000 0000000000000 when in line 36 (function FCKeditor_IsCompatibleBrowser() in fckeditor_php5.php), is trying to know the Browser. After that it returns false and only shows a textarea. Locally, $sAgent = $HTTP_SERVER_VARSHTTP_USER_AGENT? returns: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.2 (it recognizes Safari-AppleWebKit option) Sorry, if you knew about that....and sorry for my english. if you know any solution or suggestion about how to make it work in a shared host, please let me know. Thanks, and congratulations for all your work. Marc |
||||||||
#3663 | Drop-down "Styles" don't hide | Bug | Low | UI : Floating Panel | |||||
Description |
|
||||||||
#3666 | Add Office 2007 XML extensions as default allowed file extensions | New Feature | Low | File Browser | |||||
Description |
Add "docx", "pptx", and "xlsx" to the standard list of allowed file extensions in FCKEditor (probably CKEditor), and CKFinder. Also, cop the doc, xls, and ppt icons to similarly named files so they displayed as expected. |
||||||||
#3724 | Slow and unusable editor when inserting 999x99 table | Bug | Low | Core : Output Data | |||||
Description |
When we insert a table with 999x99 cells, Firefox get slow and editing is no more possible. This test is not something users often do, but one of my clients did this test... Perhaps a limit should be fixed ? |
||||||||
#3852 | Disable textarea resizing in webkit | Bug | Low | CKEditor 3.0 | UI : Dialogs | ||||
Description |
Open the Link dialog and set Link type to E-mail. Message Body field can be resized in webkit. |
||||||||
#5168 | SimpleTable extension support | New Feature | Low | Project : MediaWiki+FCKeditor | |||||
Description |
It would be nice if the editor could handle reading SimpleTable extension tables, even if it wrote them back out in standard table format. A table of the form: <tab sep=comma> 1, 2, 3 4, 5, 6 </tab> Unfortunately, there are a number of possible sep characters that would have to be handled. |
||||||||
#5437 | HTML5 new semantics for <i> and <em> | New Feature | Low | Core : Styles | |||||
Description |
Hello. I am using ckeditor and I'm very happy with it but maybe you should consider the new semantics for the old html4 elemens <i> and <em> that apply in html5: http://html5doctor.com/i-b-em-strong-element I want to use <i> for text in an "alternate voice", but ckeditor converts it automatically to <em>, which means "stress emphasis" and that's not what I want. Thank you for take me in consideration ;) |
||||||||
#5574 | SCAYT doesn't get refreshed after command | Bug | Low | CKEditor 3.3 | UI : Spell Checker | ||||
Description |
Reproducing Procedures
|
||||||||
#5650 | disabling/enabling SCAYT makes editor to lost its focus | Bug | Low | UI : Spell Checker | |||||
Description |
Steps to reproduce:
|
||||||||
#5659 | Selection plugin keeps crashing | Bug | Low | General | |||||
Description |
CKEditor keeps crashing in background with Firefox because selection plugin uses "tryThese" to check if browser supports "createRange" function. Crashing can be avoided by refactoring code to use typeof operator instead of tryThese. plugins/selection/plugin.js:743 var self = this; var node = CKEDITOR.tools.tryThese( // Is it native IE control type selection? function() { return self.getNative().createRange().item( 0 ); }, // Figure it out by checking if there's a single enclosed // node of the range. function() { var range = self.getRanges()[ 0 ]; range.shrink( CKEDITOR.SHRINK_ELEMENT ); var enclosed; if ( range.startContainer.equals( range.endContainer ) && ( range.endOffset - range.startOffset ) == 1 && styleObjectElements[ ( enclosed = range.startContainer.getChild( range.startOffset ) ).getName() ] ) { return enclosed.$; } }); Would be replaced with: var node = null; // Is it native IE control type selection? if (this.getNative() && (typeof this.getNative().createRange == "function")) { node = this.getNative().createRange().item( 0 ); } else { var range = this.getRanges()[ 0 ]; range.shrink( CKEDITOR.SHRINK_ELEMENT ); var enclosed; if ( range.startContainer.equals( range.endContainer ) && ( range.endOffset - range.startOffset ) == 1 && styleObjectElements[ ( enclosed = range.startContainer.getChild( range.startOffset ) ).getName() ] ) { node = enclosed.$; } } The bug was discovered with Firefox 3.5.9 (Firebug 1.5.4) / Linux 64bit |
||||||||
#6223 | Image plugin dialog - Missing translation on "Preview" | Bug | Low | UI : Language | |||||
Description |
While I was checking #6216 , I found that there is missing translation in image properties dialog box, on word Preview |
||||||||
#6535 | Combo box list stays after editor is maximized. | Bug | Low | General | |||||
Description |
Expected result:
Actual result: |
||||||||
#6687 | empty tag should be removed on inline-style format | Bug | Low | CKEditor 3.5.1 | Core : Styles | ||||
Description |
example: <span style='font-size:28px;'>^测试$</span> indicates start selection position and $ indicates end selection position. when apply inline-style format such as change to 48px , now the code generated is (use firebug pls) {{{ <span style='font-size:48px;'>测试</span> <span style='font-size:28px;'></span> }}} it should be : (no empty style tag) <span style='font-size:48px;'>测试</span> i fix it : in 3.4.2/_source/plugins/styles/plugin.js line 449 ,add following code : var validNextSilbing = includedNode.getNext(function(node) { return !node.getAttribute || !node.getAttribute("_cke_bookmark"); }); while ( !validNextSilbing && ( parentNode = includedNode.getParent(), dtd[ parentNode.getName() ] ) && ( parentNode.getPosition( firstNode ) | CKEDITOR.POSITION_FOLLOWING | CKEDITOR.POSITION_IDENTICAL | CKEDITOR.POSITION_IS_CONTAINED ) == ( CKEDITOR.POSITION_FOLLOWING + CKEDITOR.POSITION_IDENTICAL + CKEDITOR.POSITION_IS_CONTAINED ) && ( !def.childRule || def.childRule( parentNode ) ) ) { includedNode = parentNode; } in summary ,we should ignore bookmark and include parent node in style range. |
||||||||
#6692 | BIDI: When list is set to RTL, bullets are moved outside of visible area | Bug | Low | Core : Lists | |||||
Description |
Create list: <ul> <li> line 1</li> <li> line 2</li> <li> line 3</li> </ul> Select one item and press RTL
Expected result
Actual result |
||||||||
#7012 | Samples - Languages -fast switching between languages causes Editor to crash | Bug | Low | General | |||||
Description |
TestCase
Expected result
Actual result Under Opera, console has exception as attached below: JavaScript - http://ckeditor.t/cke351/_samples/ui_languages.html Event thread: change Uncaught exception: TypeError: Cannot convert 'n.element' to object Error thrown at line 140, column 422 in <anonymous function: destroy>(n) in http://ckeditor.t/cke351/ckeditor.js: n.element.clearCustomData(); called from line 24, column 3851 in <anonymous function: destroy>(l) in http://ckeditor.t/cke351/ckeditor.js: m.theme.destroy(m); called from line 12, column 6 in createEditor(languageCode) in http://ckeditor.t/cke351/_samples/ui_languages.html: editor.destroy(); called from line 1, column 0 in <anonymous function>(event): createEditor( this.value ); Bug does not occur under Firefox - user must confirm switching of language by pressing Enter |
||||||||
#7540 | IE8 adds extra space when pasting from word. | Bug | Low | CKEditor 3.5.4 | Plugin : Paste from Word | ||||
Description |
You will see that IE8 adds extra space at the end of pasted text. This is also true for the whole word but, with this example, I wanted to exclude the possibility that word boundary is causing it. |
||||||||
#7718 | Typo in CodingStyle wiki page | Bug | Low | General | |||||
Description |
http://dev.ckeditor.com/wiki/CodingStyle Says: // Precompute angles for efficiency var cosAngle = MathCos(angle) ; var sinAngle = MathSin(angle) ; Should be // Precompute angles for efficiency var cosAngle = MathCos( angle ) ; var sinAngle = MathSin( angle ) ; |
||||||||
#9246 | Cache inInlineMode in magicline | Task | Low | CKEditor 4.0 | General | ||||
Description |
To not to call it again and again. |
||||||||
#9327 | [API docs] Create a nice welcome page | Task | Low | CKEditor 4.0 | General | ||||
Description |
JSDuck allows that: jsduck --welcome=PATH HTML file with content for welcome page. |
||||||||
#9799 | [IE9] unstable tests | Bug | Low | Core : Pasting | |||||
Description |
Depending on phase of moon these tests are passing or failing. |
||||||||
#10366 | IE: Resize handles appear on top of context menu | Bug | Low | General | |||||
Description |
In IE7-10 open replacebycode sample and right-click on Apollo image or newly created table. You will notice that resize handles are on top of context menu.
Behaviour can be reproduced from CKEditor 4.0 beta and it doesn't occur in CKEditor 3.x branch thus I reporting it. If this can't be changed due to new CKEditor design or perhaps focus on image/table element is required by some plugin to work correctly, please leave appropriate comment and close this issue. |
||||||||
#10562 | [Housekeeping] CSS gradient filters in Moono. | Task | Low | CKEditor 4.1.3 | UI : Skins | ||||
Description |
Extracted from a comment on GitHub.
Apparently, when generating gradients, an extra alpha value ( startColorstr='#fff2f2f2' and startColorstr='#f2f2f2' are pretty much the same thing.
There are 23 places where |
||||||||
#10994 | Create Editors with jQuery sample fired from file | Bug | Low | CKEditor 4.2.3 | Documentation & Samples | ||||
Description |
jQuery adapter sample
|
||||||||
#11803 | Weird behaviour when playing with indentation on list | Bug | Low | General | |||||
Description |
I'm not sure if it's bug but:
Actual result: List is escaped when we reach indentation level 0, so everything works fine. Now do this:
Actual result: List is escaped, but wether it should surely? I think it should be escaped when indentation level reach 0. |
||||||||
#13426 | Empty inline elements are removed from the embedded content | Bug | Low | General | |||||
Description |
When autoembeding content, sometimes we end up with empty inline elements, which are then removed from the embedded content.
Expected result: There should be inline elements in <div data-oembed-url="http://tellto.tumblr.com/post/112160646328"> <script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script> </div> Which has no graphical representation in WYSIWYG mode. |
||||||||
#2 | FF: Implement the Undo system used in IE | Task | Normal | FCKeditor 2.5 Beta | Core : Undo & Redo | ||||
Description |
The undo system present on browsers through execCommand is quite limited, as it doesn't take care of DOM modification (done by many features in the editor). For IE, we have implemented a custom undo system which takes snapshots of the document area innerHTML. The porting to Firefox is just a matter of testing and doing the necessary adjustments. |
||||||||
#3 | Merge fck_1.js and fck_2.js to fck.js | Task | Normal | FCKeditor 2.4 | General | ||||
Description |
In the past, we have used a different loading system that separated the code in three files. We have understood that it doesn't gave us so much in the loading performance, and the method has been changed. Now we have just one file with all the code. To better organize the code, we must now merge the fck_1.js and fck_2.js files (and their respective browser specific implementations) to the fck.js file. |
||||||||
#4 | New Licensing | Task | Normal | FCKeditor 2.4 | General | ||||
Description |
A new license must be created to fix some issues with the current LGPL/CDL system:
|
||||||||
#6 | Define ticketing method for Opera and Safari support | Task | Normal | General | |||||
Description |
I'm trying to test if we can have a set of meta bugs (one for each browser) that can tell us the state of support for each browser. I don't see the ability to have a Ticket depend on another one, maybe we can use then Keywords on each Ticket to know bugs affecting each browser? Other ideas about how to track each browser and know for example what's missing in Opera or Safari to say that it's officially supported? |
||||||||
#7 | New sample file | New Feature | Normal | FCKeditor 2.4 | General | ||||
Description |
Based on https://sourceforge.net/tracker/index.php?func=detail&aid=1456343&group_id=75348&atid=543655 (the file provided doesn't work with the current version, and instead of a testcase I think that a sample describes much better its use) I've cleaned up, removed bad code and so this sample provides a simple example about how to properly use the API instead of having in a tracker a bad example of directly accessing the iframe contents. It might also be the a partial answer to some questions about how to load initially the editor in source mode (but that could be another file using just the proper events) |
||||||||
#12 | Opera: Switch to Source throws error | Bug | Normal | Opera Compatibility | General | ||||
Description |
Switch to Source throws error in the Error Console. |
||||||||
#13 | Opera doesn't understand :not in css | Bug | Normal | Opera Compatibility | General | ||||
Description |
Loading the editor in Opera gives an error (well, lots of errors, this is just one that focused my attention) pointing to the fck_showtableborders_gecko.css it seems that it doesn't handle the CSS3 "not" selector table:not([border]) { border:1px dotted #d3d3d3 ; } I'm attaching a testcase, maybe we can have a little set of files in order to test browser capabilities (just to be run when a new browser is released so it's possible to see what might work or not). |
||||||||
#14 | Fixing minor errors | Bug | Normal | FCKeditor 2.4 | General | ||||
Description |
As I looked at the problem with Opera and the panels I fixed some HTML errors in the test page as well as a broken FCKDebug.OutputObject and two other minor changes. I've committed those changes to SVN as they were quite easy and couldn't break anything. |
||||||||
#16 | Updating public bugs when they are fixed in private SVN | Task | Normal | General | |||||
Description |
I've committed two fixes to the SVN to avoid an error in Firefox 3 and some warnings based on the public bugs and patches available. (I hope that everything is alright)
https://sourceforge.net/tracker/index.php?func=detail&aid=1604576&group_id=75348&atid=543655
and the new sample file The question is: when should the public bugs be marked as fixed? now in order to avoid that we forget about them or latter when the public SVN is updated?
There are also two other bugs that it seems that should be fixed in SVN but they aren't closed:
is this fixed also? |
||||||||
#17 | First enter in a list creates double spacing (firefox) | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | ||||
Description |
Steps to reproduce: Go to the end of the sample text (sample 12, default values), press enter to start a new paragraph an create a list (OL or UL), now put the first item and press enter, the second item appears two lines below, looking at the source in that moment shows this: <body spellcheck="false"> <p> This is some <b>sample text</b>. You are using <a _fcksavedurl="http://www.fckeditor.net/" href="http://www.fckeditor.net/">FCKeditor</a>. </p> <ol _moz_dirty=""> <li _moz_dirty=""> a <br _moz_editor_bogus_node="TRUE" _moz_dirty=""/> <br _moz_dirty="" type="_moz"/> </li> <li _moz_dirty=""> b <br _moz_editor_bogus_node="TRUE"/> </li> <li _moz_dirty=""> c <br _moz_editor_bogus_node="TRUE"/> </li> </ol> </body> Blocks: #1 |
||||||||
#18 | IE: Enter after Shift+Enter eats the paragraph | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | ||||
Description |
Testing the enter key in IE:
Blocks #1 |
||||||||
#19 | Paste keyboard shortcuts broken | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | ||||
Description |
The keyboard is quite broken in Opera right now. Enter creates a new paragraph but leaves the cursor at its current position Ctrl+C and Ctrl+V doesn't work at all. Blocks: #1 |
||||||||
#22 | After pressing Select All, the focus isn't in the editing area (Opera) | Bug | Normal | Opera Compatibility | General | ||||
Description |
Press the Select All button, the content gets selected, but now any keypress goes to somewhere else (main document?) instead of clearing the contents. |
||||||||
#23 | Show the content of anchors | Bug | Normal | FCKeditor 2.4 | General | ||||
Description |
I plan to incorporate the patch as described here (upgrading everything to latest version, and reviewing that everything is fine) https://sourceforge.net/tracker/index.php?func=detail&aid=1496115&group_id=75348&atid=543655 this fixes several bugs and feature requests about this problem. First I'll do the changes locally and then upload a patch here so it can be reviewed before it's applied to SVN. |
||||||||
#24 | Check if the proposed fix is valid | Task | Normal | General | |||||
Description |
This is just a note to check if the fix proposed in the following report comments is valid, and therefore apply it to the code: https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515377&group_id=75348 |
||||||||
#25 | IE: switching to source mode gives an error | Bug | Normal | FCKeditor 2.4 | UI : Enter Key | ||||
Description |
If the content has a br then this line (177, fckhtml.js) gives an error in IE 6
|
||||||||
#26 | FCKeditor.Java package structure review | Task | Normal | FCKeditor.Java 2.4 | Server : Java | ||||
Description |
The distribution package structure must be reviewed to check if it is under the common standards used in the Java world:
Well... anything else that may come in our minds. |
||||||||
#28 | Implement Interface for File Browser Connector and Quick Uploader | New Feature | Normal | FCKeditor.Java 2.5 | Server : Java | ||||
Description |
I would like to make the File Browser Connector and Quick Uploader configurable with a Java interface. The current implementation is hardcoded to use the server file system. This is something which severly limits the use of the Java libary in more mature products or frameworks, because it's likley that these do have their own way of managing the server side resources - not necessarily on the server file system. |
||||||||
#29 | Changin my id | Task | Normal | General | |||||
Description |
When I signed in in assembla I didn't know that the login Id was going to be repeated over an over again in any change that I do, and I find distracting to have the email repeated, so I've tried to find out if it's possible to change that behavior but it seems that the current system doesn't allow that. So: I plan to try to delete this account and then sign again as alfonsoml Opinions against? |
||||||||
#30 | Passing arrays to configuration without custom js file | New Feature | Normal | General | |||||
Description |
I plan to study this set of patches: https://sourceforge.net/tracker/index.php?func=detail&aid=1605345&group_id=75348&atid=543655 so it's possible and documented how to define a custom toolbar without using a customconfig.js file but instead just specifying its contents at the moment the editor is created. This should allow also other kind of customizations in the future. I'll work in a new branch were I'll apply other patches, I'll try to open tickets for each one . This might be a fix to this bug: https://sourceforge.net/tracker/index.php?func=detail&aid=1613963&group_id=75348&atid=543653 |
||||||||
#31 | Accesible popup links | Bug | Normal | FCKeditor 2.4 | General | ||||
Description |
the current code generated for popup links doesn't work if the final user has javascript disabled. This patch fixes this problem: https://sourceforge.net/tracker/index.php?func=detail&aid=1577202&group_id=75348&atid=543655 |
||||||||
#32 | specify id and class to body element | New Feature | Normal | FCKeditor 2.4 | General | ||||
Description |
this can be easily done using the current events, but what's missing in that case is that the dropdowns combos doesn't have the same style applied. This patch takes care of it: https://sourceforge.net/tracker/index.php?func=detail&aid=1500040&group_id=75348&atid=543655 |
||||||||
#33 | Improve the Paste from word clean up function | New Feature | Normal | FCKeditor 2.4 | Plugin : Paste from Word | ||||
Description |
Check the changes proposed in
https://sourceforge.net/tracker/index.php?func=detail&aid=1443472&group_id=75348&atid=543655 |