Custom Query
Results (1401 - 1500 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#1056 | Caret disappearing and hanging above an empty document in Firefox | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Reproduction procedure:
This bug can be reproduced on both the current SVN version and in 2.4.3. |
|||||
#1058 | replace LCASE with LOWER in SQL | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I'm using postgres for mediawiki storage and found a problem with the FCKEditor plugin when searching for a link to add. Postgresql only recognises LOWER as a lowercase SQL function but MySQL recognises LCASE as well. I suggest changing LCASE in the FCKEditor plugin code to LOWER then it should be compatible with both. The changes are in FCKeditorSajax.body.php, lines 58 and 105. |
|||||
#1060 | Not compatible with Firefox 3 | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
I have been using FCK Editor in my web pages for quite some time. It works great in IE6/IE7, FireFox Versions 1/ 1.5 / 2
But to my surprise it just failed to appear in upcoming Fire Fox 3.
Thanks Sharad |
|||||
#1061 | Backspace and delete does not work under Firefox | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
This bug is reproducible under both 2.4.3 and the SVN version, though with different procedures. They both seem to be related to the bogus <br> tags added by Mozilla Midas and by us. Reproduction procedure on 2.4.3:
For the SVN version, I don't have a reliable way of reproducing it, but it seems to occur more often in the SVN version. The following is a more reliable method that I can get the bug to occur after a few trials:
|
|||||
#1062 | On the fly changes to shared toolbar based on different configurations | New Feature | Normal | UI : Toolbar | ||
Description |
Using fckeditor with BodyClass='cpage'; define in main html: .cpage h1 { ...any-style-here... } when editor loads, all the format preview tabs are blank (white/white text) except where specifically defined in css with color:black |
|||||
#1063 | Norwegian language files: Inconsistency with naming of anchor | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
This applies to the Norwegian language files. When inserting a link in the editor and selecting to link to an anchor, the text says "Lenke til bokmerke i teksten" (bookmark is used instead of anchor). The Norwegian word for anchor (anker) is used everywhere else and should also be used for the key DlgLnkTypeAnchor. I'm attaching two patch files with the suggested change. Please correct me if I'm wrong. |
|||||
#1064 | The FCKEditor toolbars are not accessible to Blind people who use screen readers | New Feature | Normal | CKEditor 3.0 | UI : Toolbar | |
Description |
I am Blind and am developing content on a site hosted by www.icthustech.com. icthus.com uses the DotNetNuke portal and the DotNetNuke portal uses the FCKEditor. The editor works fine when composing straight text but I can't use the toolbar because all or most of the controls are graphics that can't be picked up by Screen Readers. Furthermore, there doesn't seem to be any keyboard equivalents. For these reasons, I can't even document the problems. I'm asking that the FCKEditor follow guideline. Web Content Accessibility Guideline 1.0 Guideline 8. Since access to these controls is critical for content developers, this is considered a priority one checkpoint. |
|||||
#1065 | capture cursor position | New Feature | Normal | General | ||
Description |
I would like to be able to capture the cursor position with the .Net control on a postback. with this value i could then insert a TAG or something simliar from say a list control on the same page. so the cursor position would be a numeric value in the .Value property of the editor. Is this easy to do. I have had a bit of a look at the control but cannot see anything that will give this value. |
|||||
#1067 | Context menu is displaced in Safari | Bug | Normal | Safari Compatibility | UI : Context Menu | |
Description |
If there is enough content in the editor so it can be scrolled down, then the context menu in Safari is shown displaced. The problem might be that Safari lacks document.compatMode and the assumption made is wrong: FCKTools.IsStrictMode = function( document ) { // There is no compatMode in Safari, but it seams that it always behave as // CSS1Compat, so let's assume it as the default. return ( 'CSS1Compat' == ( document.compatMode || 'CSS1Compat' ) ) ; } |
|||||
#1068 | Templates do not load | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
After clicking on {T} button, the Template Properties window pops up with the error message "Template raw definition (from {{ to }})", and window does not load templates. Installed MediaWiki+FCKeditor extension with MediaWiki 1.10.1. |
|||||
#1069 | File browser responses when wrong _FileBrowserLanguage is set and some general thoughts | New Feature | Normal | File Browser | ||
Description |
I know that people should read docs etc. but let's see how some of users test software before actually deciding about using it. They download file, unpack, then see _samples dir and simply run examples.
Since there is no README in _samples dir, it's not obvious that to run examples divieded into separate dirs for each language, user must do some additional config changes (that's how examples usually work).
So, because we can't split FCKeditor into separate distibutions for each server language (which would give us real statistics of using each distribution btw.)
I think it's important to give at least the most appropiate and descriptive error responses to the user to that specific error (and generally everywhere).
Very good example is problem with wrong _FileBrowserLanguage and _QuickUploadLanguage. In error message we are displaying contents of a whole file and "The server didn't send back a proper XML response." (see #227) - it says nothing to the user and it's not so easy to close that message on a small screen.
I suppose that some people wouldn't consider it as a configuration error but as a shortcoming and would be wondering whether they encounter more strange problems in the future.
My suggestion is that we could add in each connector.ext file some special tag in a comment section e.g. do not remove this line: #FCK_WRONG_LANGUAGE_ASP# And then if XML response is wrong, we could check before displaying error message whether such special tag exists and display more friendly information, for example: Your server didn't execute ASP file. Please check whether ASP is available or change your default server language in fckconfig.js (...) You can find more information here:... |
|||||
#1071 | symmetrical margins | New Feature | Normal | General | ||
Description |
I need print with symmetrical margins. This is a sample> Page 1 ...margin left:0.4 , margin right:0,2 Page 2 ...margin left: 0,2 , margin left:0,4 ...... I need that for print in the doble face of the paper. THANKS |
|||||
#1072 | window.getSelection() in Safari | Task | Normal | Safari Compatibility | General | |
Description |
window.getSelection() in Safari can return selection object with anchorNode == focusNode == null. So the related code has to be checked for this issue and be corrected. For example, see [667] |
|||||
#1073 | Link modified with "&apos;amp;apos..." durin multiple source click event | Bug | Normal | UI : Source View | ||
Description |
<input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&ptid= 4&pgtid=5&guid=[GUID]'" value="Back to My Home Page" />
Actual Result <input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&a pos;amp;apos;ptid=4&apos;amp;apos;pgtid=5&apos;amp;apos;guid=[GUID] '" value="Back to My Home Page" /> Expected Result <input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&ptid= 4&pgtid=5&guid=[GUID]'" value="Back to My Home Page" /> Observation "&apos;amp;apos;" were added next to "&", this will add up depending on the number of times the "Source" is clicked. Please look into this. OS : Windows XP Pro Browser : IE 6 and IE 7 Thanks and Regards, Raj |
|||||
#1074 | Error after switching back from source in IE | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
An error happens in CheckAndRemovePaddingNode, this.PaddingNode gives an error when accessing it. I guess that it was created from the previous EditingArea document and now that document is destroyed so it isn't valid |
|||||
#1075 | If we build an editor in a hidden container (i.e.: div) an error occurs in fck_gecko.js (line 206 rv:666) | Bug | Normal | General | ||
Description |
I load an editor on the fly (JS) when a user press "edit" button, the editor is loaded in a hidden div; when fckEditor is fully loaded I simply show it. It works fine, but with my last subversion update I've got a strange error with fck_gecko.js
This bug comes only if my div is invisible, to work arround I've modified the if statement in this way: Olivier |
|||||
#1076 | Cell position calculation algorithm in FCKTools.GetPositionalCellIndex() and dragresizetable plugin is not accurate | Task | Normal | FCKeditor 2.5 Beta | General | |
Description |
The current algorithm does not account for cells with rowSpan > 1. I should change them to using FCKTableHandler._CreateTableMap() instead. |
|||||
#1077 | Merge/split cell bugs | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
The first bug is that vertical cell merging in Firefox does not work. Reproduction procedure:
The second bug is that the horizontal split cell command produces "inefficient" tables. Reproduction procedure:
|
|||||
#1078 | Alternative ways to display the context menu | New Feature | Normal | UI : Context Menu | ||
Description |
There are security settings on browsers to block scripts from disabling the default context menu. In those cases, users will have no way to display our custom menu, as the only option we have for now is the right-click (as expected, btw). We should provide alternative ways to display the menu. Some proposals are:
|
|||||
#1079 | fckEditor inside UpdatePanel broken in VS2008 beta2 | Bug | Normal | Server : ASP.Net | ||
Description |
When placing an fckEditor inside an UpdatePanel, upon submitting to the server, the content of the fckEditor gets cleared. This has been a known issue prior to Vs2008 Beta2. The solution is documented here: http://jlcoady.net/archive/2007/03/30/f ... pdatepanel here: http://wiki.fckeditor.net/Troubleshooti ... 0a41253d76 and here in the forums: http://forums.asp.net/p/1028530/1513800.aspx#1513800 So using VS2008 Beta1, I used function FCKUpdateLinkedField(id) { try { if(typeof(FCKeditorAPI) == "object") { FCKeditorAPI.GetInstance(id).UpdateLinkedField(); } } catch(err) { } } and everything worked fine. I upgraded to VS2008 Beta2, here Microsoft Ajax Library is included in the framework. Now I get an exception thrown every time I try to submit my form. The xmlHttpRequest has a status code of 500 with a status text of "Interenal Server Error" Can you please check into this and see if the problem is on Microsoft's side, connect with them to fix it so .NET3.5 would not break fckEitor going forward. Thanks |
|||||
#1080 | mediawiki integration, localsettings.php, line, hanging | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I am trying to integrate FCKeditor into mediawiki 1.9.3 I followed your page and after all the changes, i restart the servers. I could not get to my home page. I removed the line below from the localsettings.php file and restart servers and all was well. require_once $IP . "/extensions/FCKeditor/FCKeditor.php"; My wikipedia is under /Users/rohit/Sites/mediawiki
I am running all this on iMac/Intel with the latest Mac OS X Any ideas what is missing or how to troubleshoot this problem. thanks Rohit |
|||||
#1081 | Restore table with undo deletes body element and causes javascript error | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Scenario:
Tested in Nightly build with IE7 The bug does not seem to apply when the table is deleted as a control object (selected and then deleted) |
|||||
#1082 | FCKeditor+mediawiki bulleted list adds a <br> at the end of the entry | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When editing a new page in WYSIWYG mode and creating a bulleted list a <BR> is added to the end of the list entry. I have found this tricky to reproduce, so it maybe related to the first time the script is run. |
|||||
#1083 | Cursor is placed outside of table but not inside next/previous paragraph | Bug | Normal | FCKeditor 2.6.1 | General | |
Description |
Scenario:
Tested in nightly build with IE7 The wrongly placed cursor is a bit confusing for the user. |
|||||
#1084 | Norwegian: Missing translation for "Format" Normal (DIV) | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
The summary says it all. The second choice in the Format dropdown is "undefined" in Norwegian. I'm attaching patch files for no.js and nb.js |
|||||
#1085 | Safari: queryCommandValue( 'FontName' ) issue (v. 3.0 beta) | Bug | Normal | Safari Compatibility | General | |
Description |
Fixed with [699]. |
|||||
#1086 | Safari: queryCommandValue( 'FontSize' ) issue (v. 3.0 beta) | Bug | Normal | Safari Compatibility | Core : Styles | |
Description |
|
|||||
#1087 | Safari: queryCommandValue( 'FormatBlock' ) issue (v. 3.0 beta) | Bug | Normal | Safari Compatibility | Core : Styles | |
Description |
|
|||||
#1088 | fckeditor autogrow | Bug | Normal | General | ||
#1089 | Multiple <br> tags are not rendered in a <pre> block under IE. | Bug | Normal | FCKeditor 2.5 Beta | UI : Enter Key | |
Description |
Reproduction procedure:
|
|||||
#1090 | Use range.detach | Task | Normal | CKEditor 3.0 | General | |
Description |
We are extensively using ranges in FCKeditor. The W3C and MDC define the range.detach() function. The following is its description from the MDC:
It seams we are not using it in our code. We need to investigate all points in the code that could take benefit of it. |
|||||
#1091 | Export to word | New Feature | Normal | General | ||
Description |
i'm Using the .net control, can you export the value of the fckeditor to word? |
|||||
#1092 | Norwegian: Suggested changes to the norwegian language files | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
The word "celleegenskaper" is used several places, but "celle egenskaper" is used for DlgCellTitle. "celleegenskaper" is the right one. "pixels" is translated to "pixeler"; Norwegian has several words that can be used, but pixeler is more like an imported English word. The more correct word would be "piksler". I'm attaching patchfiles with the suggested changes. |
|||||
#1094 | When applying bold/italic to text in the end of a paragraph the non break space is also selected | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
Steps to reproduce:
Tested in IE7 and nightly build. |
|||||
#1096 | Buttons: Insert New Row/Column && Merge Row/Column | New Feature | Normal | General | ||
Description |
Dear Fred & developers, I've searched for this ticket title;found none. Like Word applications, there'd better be buttons for Inserting New Row/Column && Merging Row/Column. So. there'll be four buttons.
Thank you so. aungkhant |
|||||
#1097 | drop-down box in toolbar for dynamically switching new skins | New Feature | Normal | General | ||
Description |
Dear Fred & developers, There'd better be drop-down/combo box for dynamically switching new skins (Default/Office/Silver). We could add cookie implementation for remembering user's favorite skin. Currently what we see in JavaScript Sample 05 is a separate part of editor toolbar. What I'd like to suggest is that drop-down box combined in editor toolbar. Thank you so. aungkhant |
|||||
#1099 | Generate event to be able to customize dialogs from plugins | New Feature | Normal | CKEditor 3.0 | General | |
Description |
The basic idea would be to raise an event each time a dialog is loaded, giving this way the ability to a plugin to customize the way that dialog works (for example changing the default value of some field, adding new fields or hiding existing ones). Each time a dialog is loaded, in the call to window.parent.InnerDialogLoaded() it should pass the command that it's handling: window.parent.InnerDialogLoaded('link') or window.parent.InnerDialogLoaded('anchor'), etc... Then an event will be raised from the FCK object sending as parameters the name of the command an a reference to the loaded window. From that point, it's up to the plugin to do whatever it wants, and we should provide some samples about how to use it, but I guess that there can be some interesting ideas to improve the way some dialogs work for some people (like those that want to add presentational features like border colors and background images, or on the other side, remove all traces of such features and use only semantic elements), that we'll be able to see only after something like this is released. |
|||||
#1100 | Indented number list adds </dd> | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When creating a list, there are times I need an indention without the numbering, but numbering to continue. Here's some sample wiki code:
# Num listing one The #: line is not translated correctly. It will end up like this with FCKeditor in wikitext mode:
# Num listing one Then for some reason, if I edit/preview again, it will screw up on the </dd> tag and we see this:
# Num listing one Every preview/update will re-render the </dd> incorrectly, which adds more </dd> tags to the displayed text. |
|||||
#1101 | Pasted links have forced font color in IE | Bug | Normal | General | ||
Description |
When I copy and paste text with link in IE6/IE7 (from fckeditor text to fckeditor text) the:
becomes:
|
|||||
#1102 | hostname - url of inserted resource | Bug | Normal | General | ||
Description |
When I add media or file from file browser, FCKEeditor adds full path but this won't work if you send e-mails created with FCKeditor as client will try to call path from its own host. So I made some improvements at frmresourceslist.html on oListManager.AddFile as below oListManager.AddFile = function( fileName, fileUrl, fileSize ) {
} |
|||||
#1103 | Make it possible to set panel height of the special combos with CSS | New Feature | Normal | CKEditor 3.0 | General | |
Description |
It would have been nice if I could have set the max height of the various dropdown panels (like the format, style panels) with css applied to the SC_Panel class. Currently the max height is set manual into fckspecialcombo.js at line 29 and this height will override the height set in css if the offsetHeight (height of elements) exceeds the maxHeight. Maybe it could have been added a check to see if the height is set with css and then apply this as a maxheight, or the max height could be set with a configuration variable. |
|||||
#1105 | The bottom border of edititng area disappears after toolbar expanding. | Bug | Normal | Opera Compatibility | General | |
Description |
The bottom border of edititng area disappears after expanding the toolbar manually. Browser version: Opera 9.23 |
|||||
#1106 | IE: FontFormat combo doesn't work | Bug | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
If the editor use non-English language file the FontFormat combo doesn't work in IE. RefreshActiveItems function (contained in fcktoolbarfontformatcombo.js) always get second parametes as string containing name of a format in English and pass it into SelectItemByLabel that assumes that the parameter (itemLabel) is localized string. I am not sure what is the best way to fix it. |
|||||
#1107 | Opera: FCKConfig.StartupFocus doesn't work properly | Bug | Normal | Opera Compatibility | General | |
Description |
If Btw, if press Shift+RightArrow the toolbar buttons get focus. |
|||||
#1108 | Enhance Table Code | Task | Normal | General | ||
Description |
Dear Fred and developers, Currently FCKeditor table html code is <table width="200" cellspacing="1" cellpadding="1" border="1" summary="This is summary"> <caption>This is caption</caption> <tbody> <tr> <td> </td> <td> </td> </tr> </tbody> </table> Some web designers say the preferable code is <table width="200" cellspacing="1" cellpadding="1" border="1" summary="This is summary"> <caption></caption> <thead> <tr><th>THEAD</th></tr> </thead> <tbody> <tr> <td>TBODY</td> </tr> </tbody> <tfoot> <tr><td>TFOOT</td></tr> </tfoot> </table> They say it's suitable for organizing table code, especially numeric data table. Sorry, I have no great idea for posting this stuff. Maybe you come up some ideas. Thank you so much for your time. |
|||||
#1109 | Enhance Table Right-click Content-Menu | New Feature | Normal | General | ||
Description |
Dear Fred and developers, At table context-menu, currently we have Cut, Copy, Paste, Cell[>>],Row[>>], Column[>>], Delete Table, Table Properties. In this case, what I'd like to suggest is adding - [i][priority:low,optional] . one menu named 'Convert' at top of 'Delete' menu
The only difference of th is making fonts bold. You will say user can bold his fonts using 'Bold' button. Yeah, but it causes some extra codes - <strong>BOLD</strong> and increases pg sizes a little or more. [ii][priority:high,recommended]. one menu named 'Cell Properties' at top of 'Table Properties' menu When user clicks it, a 'Cell Properties' window will pop up
1. nowrap(html=nowrap) [checkbox, if checked, the code will be nowrap="nowrap"] 2. header (html=th) [checkbox, if checked, this turns td into th, making the font bold.] 3. horizontal align(html=align) [ dropdown box with items - center, left, right] 4. vertical align (html=valign) [ dropdown box with items - top,bottom,middle,baseline] 5. background color(html=bgcolor) [colorChooser] 6. background image(html=background) [file] 7. border color(html=bordercolor) [colorChooser] As you know, this cell properties window is valid only for user's currently focused cell. Thank you so much for your time, consideration and hardwork. |
|||||
#1110 | Enhance Table Properties | Task | Normal | General | ||
Description |
Dear Fred and developers, At Table Properties, please create some input boxes: a. class/ID [which lets users write their class/id name according to their pagelayout.css] c. style [ which lets users write their custom css tags] d. background color e. background image f. border color So, the page height of table properties will be lengthy. Please don't worry. We can create "Basic" tab and "Advaced" tab for it to be shortened. Thank you so much for your time, consideration and hardwork. |
|||||
#1112 | Enhance 'New Page' button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Currently the 'New Page' button doesn't check any data that are already written in editor. User may accidentally click it and lose all pre-written data !!! :( So, the 'New Page' button should be able to prevent this frustration. Because the editor completely reloads a new page, the 'New Page' button checks what's in the text area. Invoker := User Event := ButtonClicked Object := btnNewPage BEGIN PROCEDURE Check values in text area If values == 'This is some sample text. You are using FCKeditor.' OR values == '' load new page Else confirm user "The texts have been changed since last written. Are you sure to load new page ?" If yes load new page EndIf EndIf END PROCEDURE Thank you so much for your time, consideration and hardwork. |
|||||
#1113 | Fix Table Action buttons | Bug | Normal | General | ||
Description |
Dear Fred and developers, The table action buttons: 1. Insert Row 2. Delete Rows 3. Insert Column 4. Delete Columns 5. Insert Cell 6. Delete Cells 7. Merge Cells 8. Split Cells should be disabled when user hasn't drawn a table yet or when he doesn't focus a table. Thank you so much for your time, consideration and hardwork. |
|||||
#1114 | Add calendar/time button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Currently, the editor doesn't have 'Insert Date/Time' button. Please doesn't re-invent the wheel for calendar. There is a great calendar on the web - [This is much similar to Microsoft.Net framework calendar. We can use any format we like.] Just bind it. Work will be done in few minutes! Thank you so much for your time, consideration and hardwork. |
|||||
#1115 | Revert [736], by default the upload directories should be set as previous versions. | Bug | Normal | FCKeditor 2.5 Beta | Server : PHP | |
Description |
Hi The configuration of the QuickUpload for the PHP connector was set that way according to http://dev.fckeditor.net/ticket/454#comment:18 to keep backwards compatibility. The Python connector on the other side didn't had a quickupload previously, so when it was added in #575 it was possible to use a more logical configuration by default. If now it is changed it should be strongly marked in the release notes or lots of people will say that it's broken (even putting the info isn't enough as they just don't read them) |
|||||
#1116 | Anchors do not work (and resolution proposal) | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When creating an anchor in FCK, and then displaying corresponding wikitext, I get an empty link: [[]] Mediwiki recommendation for creating manual anchors is to do: <span id="anchor_name"></span>. See http://meta.wikimedia.org/wiki/Help:Link#Anchors for details |
|||||
#1117 | Text replace command doesn't work properly | Bug | Normal | General | ||
Description |
Please run sample01.html, then click on Replace button. Type for example |
|||||
#1118 | Safari: 'Print' command doesn't work properly | Bug | Normal | Safari Compatibility | General | |
Description |
Clicking on Print button has no effect. Seems like Btw, this bug also was dicsussed here: http://www.appletalker.com/forum/index.php?req=thread&id=949 |
|||||
#1119 | Safari: undo button doesn't work after anchor creation | Bug | Normal | Safari Compatibility | General | |
Description |
Please load |
|||||
#1120 | FCK should load "Mediawiki:Common.css" and "Mediawiki:current_style.css" pages | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Most Mediawiki websites customize their CSS settings by editing the Mediawiki:XXX.css pages. Example at http://en.wikipedia.org/wiki/MediaWiki:Common.css. To get correct rendering, FCK should also pre-load these pages, not only the "physical CSS files in the "skins" directory. |
|||||
#1121 | Scrolling does not work properly with the new Enter Key handler code | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
This issue seems to be Firefox specific. The bug seems to be in the FCKEnterKey class although I could not figure out how to fix it. To reproduce (very easy):
What you will see: You will notice that the scrollbar does not go down and follow the cursor as expected. So the cursor becomes no longer visible. What should happen instead: The scrollbar should scroll down and the cursor should still be visible. NOTE: Type any character (other than Enter) and the scrollbar will work fine, which seem to point to a bug in the Enter Key handler code |
|||||
#1123 | FileUpload command returns invalid url | Bug | Normal | FCKeditor 2.5 Beta | File Browser | |
Description |
After uploading file inside subdirectory, returned url is invalid because it is created with the following command: sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , sFileName ) I believe we should also use currentFolder to construct the final url: $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ; |
|||||
#1124 | Upload file in subdirectories | Bug | Normal | Server : ASP | ||
Description |
Hi, I try to post the topic to Bug reports, but I don't have access. Please, transfer this mail to the support's team. I find a bug in FCK2.4.1 at the upload of files in subdirectories. File : /editor/filemanager/browser/default/connectors/asp/class_upload.asp When i upload in subdirectories, the sFileName have "/". I replace this character by "\". Regards, Eric L'Hostis CYIM Society. |
|||||
#1125 | Enhance Save button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, By default, the save button is enabled; it should be disabled at first page/editor loading. The button should check value changes in text area since page loading or last save operation. Only if changes occur, then it becomes available/enabled for saving command. Thank you so much for your time, consideration and hardwork. |
|||||
#1126 | Enhance Form dialog | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Currently the Form dialog has :-
I'd like you to re-write the form dialog. A new form dialog has -
Thank you so much for your time, consideration and hardwork. |
|||||
#1128 | Enhance FullScreen mode | New Feature | Normal | General | ||
Description |
Dear Fred and developers, The full-mode doesn't cause anything trouble. My suggestion may be optional for you. (A simple scenario) When a page has several editors, user might not know what he were currently editing after coming back from a delicious dinner. He would have to click the fullscreen button again and determines the current stuff. (/A simple scenario) To prevent this little annoyance is easy. When user click full screen button, the page title changes to 'Editing {EDITOR_NAME} in form {FORM_NAME} ...'. When he's back to normal mode, the page title restores back to the original page title. Thank you so much for your time, consideration and hardwork. |
|||||
#1129 | Enhance Flash Properties Dialog | New Feature | Normal | CKEditor 3.0 | General | |
Description |
Dear Fred and developers, Currently the Flash Properties dialog lacks some attributes:
Thank you so much for your time, consideration and hardwork. |
|||||
#1130 | Create Embed Object Dialog | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Currently the editor lets user insert Flash media. What about QuickTime, Shockwave, Window Media, Real Media, user-defined media ? Thank you so much for your time, consideration and hardwork. |
|||||
#1131 | Create Insert Comment button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, The newly insert html comment button is disabled by default when page/editor loading. This becomes enabled as soon as user switches to source view. The prompt box will ask the user his comment string and the output is <!--- THIS IS COMMENT ---> Thank you so much for your time, consideration and hardwork. |
|||||
#1132 | Create Insert Comment button | Task | Normal | General | ||
Description |
Dear Fred and developers, The newly insert html comment button is disabled by default when page/editor loading. This becomes enabled as soon as user switches to source view. The prompt box will ask the user his comment string and the output is <!--- THIS IS COMMENT ---> Thank you so much for your time, consideration and hardwork. |
|||||
#1133 | Enhance Special Characters Dialog | New Feature | Normal | CKEditor 3.0 | UI : Dialogs | |
Description |
Currently the dialog let us preview special characters like ©. Please add 'Description' text at the bottom of that preview box like Copyright, Trademark, Phi ..etc Moreover, the dialog should have 2 additional previews for
Please increase the width and height of that dialog page as well as font sizes so that we can view characters more clearly and vividly. |
|||||
#1135 | Option: Toolbar Replacement | New Feature | Normal | General | ||
Description |
Dear Fred and developers, In FCKeditor, the toolbar plays a vital role. What about Menu? Yeah, menu like 'File', 'Edit', 'Search', 'View', 'Format' as we see in windows applications. The menu will be at top of the toolbar or a temporary replacement of the toolbar. I imagine it'll be really nice to see both Menu and Toolbar together like in Word application. Thank you so much for your time, consideration and hardwork. |
|||||
#1136 | Syntax Highlighter | New Feature | Normal | General | ||
Description |
Dear Fred and developers, It'll be really nice to see syntax highlighting when we switch to source view. There's a great syntax highlighter -
Thank you so much for your time, consideration and hardwork. |
|||||
#1137 | Create Highlight button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, I haven't still seen any highlight button which turns
Thank you so much for your time, consideration and hardwork. |
|||||
#1139 | Create Word Count button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, The word count button will count values in text area by way of -
Thank you so much for your time, consideration and hardwork. |
|||||
#1140 | Create Table Template button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, The button is similar to the 'Content Templates' button. It will open a window that lists a set of stylish or pre-formatted table templates like word application. The user then chooses his desired table template. Thank you so much for your time, consideration and hardwork. |
|||||
#1141 | Create Read-only mode | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Currently we have two modes - normal mode and fullscreen mode. What then about Read-Only mode? We can do it by using
The read-only mode prevents user from editing the texts by accident. Thank you so much for your time, consideration and hardwork. |
|||||
#1143 | Create Option/Preference Button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, Previously, I suggested a skin-switching button, which you all are reluctant to take my advice. I now have a better idea. Yeah, a good idea to create 'User Preference' button. You've all seen Preference/Settings box in almost all windows applications. In User Preferences dialog, there will be some form elements -
In advanced settings, the user can select even which toolbar items to load. Definitely, all that preferences must be saved as cookies and requires page/editor reloading. Please note for dealing with Server-side: This User Preferences rule should be controlled (enabled/disabled) by server-side codes. These preferences couldn't be overridden by client-side. Thank you so much for your time, consideration and hardwork. |
|||||
#1144 | Create Additional button for Full-Page Editing | New Feature | Normal | General | ||
Description |
Dear Fred and developers, When full-page editing mode is enabled, there will be an additional button which will be a total replacement for "NewPage" button. When User click on 'NewPage' button, he will see a dialog window named "Page Templates" like "Content Template" dialog window. What makes it different from "Content Templates" dialog, the "Page Templates" window will show a set of code templates and predefined page design like we seen in desktop html applications like Dreamweaver. These may include -
Please set an option for JavaScript to able to execute in Full-Page editing. From that point on, we can feature JavaScript snippets, CSS snippets, HTML snippets and desired Server-side language snippets. Thus, we can totally turn FCKeditor into the best complete WSIWYG HTML/ASP/PHP/CFM Editor on the web. Thank you so much for your time, consideration and hardwork. |
|||||
#1146 | Create CSS-Style button | New Feature | Normal | General | ||
Description |
Dear Fred and developers, As you already know, CSS can do incredible styling that plain HTML cannot. The newly CSS-Style button is disabled by default. When the user types some text, it becomes enabled. Click it. The "CSS Properties" dialog will appear. The dialog will have server tabs of CSS categories :-
Each category will have their respective CSS elements. e.g. For Text, there will be -
The eraser icon named 'Remove Format' must be able currently applied CSS style. Thank you so much for your time, consideration and hardwork. |
|||||
#1147 | legend tags aren't processed in FCKLanguageManager.TranslatePage | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Fixed in [749] |
|||||
#1148 | Safari: CSS issue (color selection panel) | Bug | Normal | Safari Compatibility | General | |
Description |
"Automatic" and "More Colors..." are not centered. |
|||||
#1150 | <br type="_moz" /> appearing in Source mode | Bug | Normal | FCKeditor 2.6.3 | General | |
Description |
Reproduction Procedure:
The issue can be reproduced on Opera, Firefox and Safari |
|||||
#1151 | FCKeditor not compatible with wikitex extension in mediawiki | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Basically when using both fckeditor extension with the wikitex extension in mediawiki (tested on 1.10) FCKeditor changes the code in the wikitex feeds making them unusable. You can normally post once but on the second edit FCK edits out the special characters For example you would post: <amsmath>\sideset{}{'}\sum_{n<k,\;\text{$n$ odd}} nE_n</amsmath> And that would make the correct equation in mediawiki however if you did edit again or even if the previous option had been used to do a preview when you went to save the wikitex extension would fail because fckedit had changed the characters to: <amsmath>\sideset{}{'}\sum_{n&lt;k,\;\text{$n$ odd}} nE_n</amsmath> Before and working:<amsmath>\sideset{}{'}\sum_{n<k,\;\text{$n$ odd}} nE_n</amsmath> After and broken: <amsmath>\sideset{}{'}\sum_{n&lt;k,\;\text{$n$ odd}} nE_n</amsmath> If you try to use the math tool in fckeditor it incorrectly encases the code in the <math> brackets which also prevents it from rendering. I think what is needed is for fckeditor to ignore the code inside the special wikitex braces? I've tried this using: wikitex 1.05 FCKeditor version 2.5 SVN Build 16068 MediaWiki: 1.10.1 PHP: 5.1.6 (apache2handler) MySQL: 5.0.27 Known parser extension tags: <abc>, <amsmath>, <batik>, <chem>, <chess>, <circo>, <fdp>, <feyn>, <go>, <greek>, <graph>, <ling>, <music>, <neato>, <plot>, <ppch>, <schem>, <svg>, <teng>, <tipa>, <twopi> and <pre> |
|||||
#1152 | [IE] InsertHtml doesn't insert nodes at the cursor position when foucs is lost | Bug | Normal | General | ||
Description |
In IE6/7, when I use InsertHTML from outside the FCKEditor, meaning it is not in focus, it always inserts the nodes at the beginning of the page, not at the cursor position... In FF it works fine. |
|||||
#1153 | Safari: sample09.html, sample10.html and sample11.html don't work properly. | Bug | Normal | Safari Compatibility | General | |
Description |
|
|||||
#1154 | <br> is removed from the middle of the text | Bug | Normal | General | ||
Description |
Cross browser editing is removing <br /> tags. (And I have to ask, why are you even touching <br />s? Isn't that just asking for trouble?) To reproduce: In Internet Explorer: 1) Enter text 2) Set font on typed text 3) Press shift+enter (to generate a <br />) 4) Type a second line of text 5) Set font on the new line of text 6) Save the data (in our case, to a database) In Firefox: 1) Load up the same data generated above 2) Save the data The text will now be on one line. I'm *assuming* switching to code view will do the same thing as saving the data, but code view is disabled in our app and I have not tested it. |
|||||
#1155 | firefox problem.Editor un-editable | Bug | Normal | General | ||
Description |
Hi thank you for keeping this tool free here is the bug I've found I use FCKEditor,updated to 2.4.3, on pages written in PHP. The host server is an linux. i have on instance of an editor inside a td tag which has style="display:none", Iuse javascript to change it to style.display="". In IE every thing is ok, but in FireFox, i have vers. 2.0.0.6, after changing display to "" makeing the editor visible, the editor is not "editable" i mean i can't write anything in it Thank you for your time, if more details is needed contact me PS: please excuse my english, it's a second language |
|||||
#1156 | Adding new element to a sublist breaks the list | Bug | Normal | General | ||
Description |
Ok, this one is a bit tricky to explain, but I will try, I've reproduced this bug several times. Scenario:
Source code created by editor: <ol> <li>qweqweqwe <ol> <li>qerqerqer</li> </ol> </li> </ol> <p> <li> </li> </p> <blockquote dir="ltr" style="margin-right: 0px"></blockquote> |
|||||
#1157 | IE,IE7:Templates carriage return not honoured | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
If you create a template such as: {{aa bb}} In IE6, you will get as wikitext: {{aa bb}} Firefox works just fine. Any idea? |
|||||
#1158 | Merge cell right and merge cell down is broken | Bug | Normal | General | ||
Description |
Scenario:
|
|||||
#1159 | Safari: Caption property of Table Properties dialog is not initialized properly. | Bug | Normal | Safari Compatibility | General | |
Description |
Even if the inserted table has a non-empty caption the Caption property is empty. |
|||||
#1160 | Safari & Firefox: Tab key doesn't work for some fields of Table Property and Cell Property dialogs | Bug | Normal | Safari Compatibility | General | |
Description |
Fields that accept numbers only don't lose focus if Tab was pressed. |
|||||
#1161 | Safari: Left and Right Arrows keys don't work in some fields of Table Properties and Cell Properties dialogs. | Bug | Normal | Safari Compatibility | General | |
Description |
Left and Right Arrows don't work in fields that accept numbers only. |
|||||
#1162 | Text in new tables looks like selected | Bug | Normal | Opera Compatibility | General | |
Description |
Steps to Reproduce
|
|||||
#1163 | On "New Page", a phantom cursor stays blinking | Bug | Normal | Opera Compatibility | General | |
Description |
Steps to Reproduce
|
|||||
#1165 | No context menu for images | Bug | Normal | Opera Compatibility | General | |
Description |
There is no context menu for images. The default Opera menu is shown instead. |
|||||
#1167 | Change gifs to png | Task | Normal | CKEditor 3.0 | General | |
Description |
Not something about patents or anything, just the fact that in most cases png can give better compression than gifs, specially if they are processed with a specialized program. A list is available http://en.wikipedia.org/wiki/PNG#File_size_and_optimization_software Pngcrush was good, but now it seems that it isn't the king. I've tested pngoutwin (trial) and it was able to shrink the fck_strip.gif from 4804 to 2870 bytes, and the toolbar.buttonbg.gif from 829 to 127 (well, and then the remaining gifs processed in the demo did get bigger, so we leave them just as they are) Of course, the size of the images isn't really a very big deal, but every little detail can help to improve performance. |
|||||
#1168 | Minimum entity rewriting on non ASCII character | New Feature | Normal | Core : Output Data | ||
Description |
At this time, going to the demo and typing : é (e acute letter) t (t letter) é (e acute letter) will generate the source : <p>été</p> But if my page is unicode compliant (default in XHTML as it is the default in XML to be UTF-8), there is absolutly no reason to do so. This feature request would make people have the source like : <p>été</p> And only use the encoding where it is strictly mandatory as per the XML spec ( <, > ... etc). See the XML spec on this one and the XHTML spec to see the possible characters in each context that required or not escaping. This feature request have impact on all european languages and even possible on other languages (no impact on english as it is ASCII limited ;P ). |
|||||
#1169 | cant double click to select if focus not in editor | Bug | Normal | General | ||
Description |
I've tried this on the nightly build and it seems that double clicking to make a selection no longer works in the nightly when the focus is not in the fck editor. You now have to select the editor to set the focus, then a double click works to make a word selection. This is different behaviour and I think constitutes a regression bug. |
|||||
#1170 | AJAX Update Panel full support | Bug | Normal | General | ||
Description |
Make FCKEditor work with MS AJAX UpdatePanel (there are some solutions on the internet, but it would be best if FCKEditor would solve them internally) - see http://jlcoady.net/archive/2007/03/30/fckeditor-work-inside-updatepanel |
|||||
#1171 | An insertion of any kind of INPUT element is not undoable. | Bug | Normal | FCKeditor 2.5 Beta | General | |
Description |
Steps to reproduce (for checkboxes, radiobuttons, etc).
A checkbox has been inserted but Undo button is disabled. This can be fixed pretty easy by adding the following line in Ok function of the appropriate dialog window (see dialog/fck_table.html for example).
But I wonder if this behaviour is intentional. |
|||||
#1173 | "What's New?" for the new Style System | Task | Normal | FCKeditor 2.5 Beta | Core : Styles | |
Description |
The "What's New?" information is not available for the new Style System. |
|||||
#1174 | Show Changes button shows html version of changes instead of wikitext changes | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When editing a page, if you follow the "Show Changes" button, the text of the changes that are converted to the html version when it should remain as wikitext. The preview and actual code remain as wikitext, so this appears to be a cosmetic issue for the diff only. |