Custom Query
Results (2001 - 2100 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#1723 | Hitting enter at starting of Line doesn't works | Bug | Normal | FCKeditor 2.6 | General | |
Description |
I just copy and paste the following at http://www.fckeditor.net/demo in source <p><span style="font-size: large"><span><span style="font-family: Times New Roman"><span><b>“To be well-informed is to have the world at your fingers.”</b></span></span></span></span></p> <p><span style="font-size: medium"><span style="font-family: Times New Roman"><span><b> —Joseph Jones </b></span></span></span></p> <p><span style="font-family: Times New Roman">Dear {u_lname},</span></p> <p><span style="font-family: Times New Roman">Did you know that 2007 was actually the fifth highest year for home sales in history? Take a closer look at the numbers and you will discover that the state of the real estate market may not be everything the media leads you to believe. Sometimes we all need a little historical perspective to see the big picture clearly. </span></p> <p><span style="font-family: Times New Roman">Fortunately, I did all of the research and analysis for you already. This month’s Item of Value includes a variety of interesting and informative statistics that illustrate why last year was a good year overall for home sales. With mortgage rates historically low and new, innovative mortgage programs being unveiled, there is even greater promise for home sales in 2008. </span></p> <p><span style="font-family: Times New Roman">On the backside, you will find a noteworthy study on the rising trend of vacation home sales. Nearly one-third of vacation homes are being purchased with the intent of becoming a full-time residence upon the buyer’s retirement. With today’s mortgage rates, renting options and family gathering advantages, buying a vacation home is a great option to consider. With so much to take into account­­­ when you buy or sell a home, I am always available to help you sort out what is best for you. </span></p> <p><span style="font-family: Times New Roman">Sincerely, </span> </p> <p> <img alt="" src="http://www.relationshiplist.biz/UserImages/45/rl.jpg" /></p> <p><i><b><span style="font-family: Times New Roman">Oh, by the way®…if you know of someone who would appreciate the level of service I provide, please call me with their name and business number, and I’ll be happy to follow up and take great care of them.</span></b></i> </p> <div> </div> <p> </p> Set mouse cursor before "Dear" and hit enter. You will see new lines are not coming. But when you go to Source you can see code for new lines and when return to design window. You will see those blank lines. |
|||||
#1724 | code is changed on save | Bug | Normal | General | ||
Description |
Hi, FCKEditor V2.5.1 seems to change the code when edited. When I do the following:
<p>This is a Test.</p>
<p>This is <span style="font-family: Times New Roman;"><span style="font-size: large;">a Test</span></span>.</p>
<p>This is <span new="" times="" style=""><span style="">a Test</span></span>.</p> which is obviously nonsense. I hope this behavior gets fixed soon, since it makes FCK almost unusable. regards, drjee |
|||||
#1725 | file editor/fckeditor.html does not validate | Bug | Normal | FCKeditor 2.6 | General | |
Description |
The file "editor/fckeditor.html" does not validate i.e with the html validator plugin of firefox. If you change the line 29 (version 2.5.1) from: <meta http-equiv="Cache-Control" content="public" /> to <meta http-equiv="Cache-Control" content="public"> it validates and removes 6 errors (for me). Would be nice you could change this in the next minor release. Thanks in advance - you do a great job. |
|||||
#1726 | floating dialogs jump around while dragging them | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |
Description |
I've been poking at this the past couple of days and have found that when dragging a dialog around it 'jumps' all over the place. I'll keep looking to see if i can find what's causing this. I'll try getting a video of the bug because it's kind of hard to describe reliably. It's reproducible on another machine with the same revision and operating system, except it's running Firefox 2.0.0.8. I'm testing against Revision 1274 of the Floating Dialog Branch and using Firefox 2.0.0.11 on Ubuntu 7.10. |
|||||
#1727 | Safari: adding a link shows javascript:void(0)/*.... | Bug | Normal | Safari Compatibility | Project : MediaWiki+FCKeditor | |
Description |
MediaWiki 1.11, FCKeditor 2.5.1 Safari on Leopard 3.0.4 - generally excellent behavior so far (new user) Consistently when I try to add a link via button instead of the link name being displayed I get some internal code javascript:void(0)/* ... some sort of timestamp here */ I attach two files, One shows the result of adding a link in the FCKeditor window The other shows same thing but displayig the wikitext. Problem doesn't arise for me on WinXP IE 6 & & or FF 2. |
|||||
#1728 | Opera: external toolbar is too small | Bug | Normal | FCKeditor 2.6 | General | |
Description |
This bug was discovered while I was working on #1514. Reproduction procedure:
This ticket is expected to be fixed with #1514 as both the floating panel code and toolbar code is being reviewed and modified for the ticket. |
|||||
#1729 | Allowing user to click on link in editable area without holding CTRL button. | New Feature | Normal | General | ||
Description |
User must be able to click on the link in editor area without holding CTRL button to open the linked page. Normally, in the current scenario, if user creates a link in FCKEditor, then to open that link, the user has to click on that link by holding CTRL key. What I'm asking is that user must be able to open that link page directly by clicking on it without holding CTRL key. Thank you. |
|||||
#1730 | Delete 1th item from nested list | Bug | Normal | Core : Lists | ||
Description |
I have nested list, which I create using Increase indent from standart bullet list. Sourcecode is: <ul> <li>item 1-1 <ul> <li>item 2-1</li> <li>item 2-2</li> </ul> </li> <li>item 1-1</li> </ul> When I delete first item in Wysiwyg mode then I get various results. in IE 6.0, source code is bad, in Wysiwyg look OK: <ul> <ul> <li>item 2-1</li> <li>item 2-2</li> </ul> <li>item 1-1</li> </ul> and If I try Decrease Indent, I get Runtime error on Line: 81, (indent is null ...) and then source code is: <ul> <ul> <li>item 2-1 <span id="1199966901715S" style="display: none"> </span></li> <li>item 2-2</li> </ul> <li>item 1-1</li> </ul> in FF 2.0.0.11, source code is OK, but Wysivig look bad: <ul> <li> <ul> <li>item 2-1</li> <li>item 2-2</li> </ul> </li> <li>item 1-1</li> </ul> |
|||||
#1731 | Move Java Connector to Maven | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
Java project should be maintained by Maven. Goals are:
and much more this is collective task for all maven issues |
|||||
#1732 | Replace deprecated methods in branch 2.4 | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
see summary. |
|||||
#1733 | Use Commons IO wherever possible | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
see summary. |
|||||
#1734 | Bump Tag Library to Servlet 2.4/JSP 2.0 Spec | Task | Normal | Server : Java | ||
Description |
several things should be done with:
|
|||||
#1735 | merge license details from trunk to branch 2.4 | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
see summary |
|||||
#1738 | Rewrite all string concatenation | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
There are a lot of string concatenation (e.g. to build html code) which is unreadable and not very performant. These things should be rewritten using the StringBuffer or StringWriter. |
|||||
#1740 | create automatic short aliases of objects and functions | New Feature | Normal | CKEditor 3.0 | Project : CKPackager | |
Description |
In order to improve the compression I think that this idea might provide some extra savings. In the code there are some objects like "FCKTools", each usage of it takes 8 bytes, doing a search in the compressed code it seems that it's used around 40 times. If the packager would be able to replace those ocurrences with something like $T then it could mean a saving around 200-240 bytes (it needs to take into account that now it needs to do $T=FCKTools={};). The same principle could be applied to other objects that are used several times, and also to their functions: FCKTools.CreateBogusBR -> $T.CBBR or $T.R or whatever. Important: the original object and function names should be preserved so there are no changes required to the dialogs or plugins calling the functions, as well as making it easy to write such external code. The code should try to find out automatically all the objects and functions that are worth renaming: if a function is used only once then creating its alias means that now the code is bigger than the original function. Now that we are at it, this kind of code analysis could be used to find out functions that are never called (it should just output their names because they might be called from the dialog of FCKeditor.html or any other known place), and so help review if there is some dead code lying around. |
|||||
#1741 | Using new fileLocator service,upload files wherever we want. | New Feature | Normal | Server : Java | ||
Description |
Using new fileLocator service,upload files wherever we want. Private: (?) No I upgrade the java integration package,and the key points are: 1.Upgrade and clearify the web.xml file,and make configuration info singleton for performence 2.Add one fileLocator service,so we can upload file/image/flash items wherever we want rather than the webapp or editor url based path 3.Simplify connector/uploader service Enjoy! Xianquan Zheng zhengxianquan@… |
|||||
#1742 | [Java-filemanager] Custom directory for each resource type | New Feature | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
takeover http://sourceforge.net/tracker/index.php?func=detail&aid=1549895&group_id=75348&atid=543655 Original author: Manish Hatwalne - manish_hatwalne |
|||||
#1743 | [Java-filemanager] Custom directory for each resource type | New Feature | Normal | Server : Java | ||
Description |
takeover http://sourceforge.net/tracker/index.php?func=detail&aid=1549895&group_id=75348&atid=543655 |
|||||
#1744 | FCKeditor.java browser detection enhancement | New Feature | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
takeover http://sourceforge.net/tracker/index.php?func=detail&aid=1479946&group_id=75348&atid=543655 Original author: Henrik Johansson - henc |
|||||
#1745 | Added functionality to specify root for images and flash | New Feature | Normal | Server : Java | ||
Description |
Added functionality to specify root for images and flash The CFKeditor java 2.3 version demand files to be located at certain folders with static names set in the application. I've made some changes enabling the possibilty to set the base path of images and flash files to any folder under the "baseDir" set in the web.xml . Original author: Frippus - frippus |
|||||
#1748 | Put FCKeditor.Java to Central Maven Repo | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
Put FCKeditor.Java into central Maven Repo so that other devs can using Maven can add a dependency |
|||||
#1749 | Unresponsive Script on Replace | Bug | Normal | General | ||
Description |
|
|||||
#1750 | find/find next/find | Bug | Normal | General | ||
Description |
2.While working on Firefox -- Show code window: the find/find next/find
|
|||||
#1751 | Upgraded to 2.5.1 - doesn't change color | Bug | Normal | General | ||
Description |
I just upgraded from v.2.5.0 to v2.5.1 (I have Mediawiki v1.11 also) and no it doesn't change colors in the editor. i.e. when you change colors it shows the new color in the editor. but when you click save it reverts back to the old color? thanks, also the FCKeditor latest tool bar (with Font Size) didn't show. I had to manually change it to load fckeditor.html |
|||||
#1752 | E.tagName has no properties when using tablecommands plugin. | Bug | Normal | FCKeditor 2.6.4 | General | |
Description |
You get an error when trying to make text bold in a table when you have the "tablecommands" plugin installed. E.tagName has no properties FCKEvents(undefined, undefined) ApplyStyle(Object Element=b _StyleDesc=Object IsCore=true GetType_$=1) FCKCoreStyleCommand() FCKToolbarButton() FCKToolbarButtonUI_OnClick(click clientX=0, clientY=0, Object Name=Bold Label=Bold Tooltip=Bold Style=0 State=0) CancelEvent(click clientX=0, clientY=0) |
|||||
#1753 | No context menu for text field properties | Bug | Normal | FCKeditor 2.6 | UI : Context Menu | |
Description |
If you have a text field in a form you can use the context menu to change the text field properties. In version 2.5.1 the context menu has no entry "Text Field Properties". This bug is for firefox ONLY (tested on version 2.0.0.11) - it works on IE Version 6 and 7. |
|||||
#1754 | Filemanager doesn't respect the allowed and denied extensions settings. | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
The bug is inside the ConnectorServlet. Files have to be filtered depending on the extensions settings! |
|||||
#1755 | Folders act like files in the File Browser | Bug | Normal | File Browser | ||
Description |
I've attached an image illustrating the folder bug I'm having. At random folder names appear as blank file or pdf icon. When click on it behaves like it is an image and will link to path/foldername. Folder appears normal after refreshing window after a number of trys. At a random number of refresh trys it appears & functions as it should. I have only modified the config for this install and I'm viewing the File Browser in Firefox on Leopard . |
|||||
#1756 | Using Justify Classes Does Not Select Relevant Justify Toolbar Button | Bug | Normal | UI : Toolbar | ||
Description |
When using FCKConfig.JustifyClasses, elements that are assigned a justify class do not highlight their respective justify toolbar button. Although, the user will no doubt be able to see that the justification has changed, it is a usability issue to not also show which justification option is applied. |
|||||
#1757 | FCKeditor doesn't work properly on Opera | Bug | Normal | Opera Compatibility | General | |
Description |
In testing the simple richtext editor, I have found that it does not work properly with Opera. Firefox and IE load the controls perfect, Opera sits at a styled empty text input area. |
|||||
#1758 | alignment and font formatting doesn't work inside a table | Bug | Normal | General | ||
Description |
In fckeditor version 2.4.3 when i choosed a table line and i changed the alignment to center is working. In version 2.5 is not working. Same when i changed the table line text to bold. |
|||||
#1759 | & replaced by & inside a <A> tag in Source view | Bug | Normal | General | ||
Description |
<a href="http://toto/?foo=1&bar=2">toto</a>
Actual Result <a href="http://toto/?foo=1&bar=2">toto</a> The & has been transformed into a & Expected Result <a href="http://toto/?foo=1&bar=2">toto</a> Observation When clicking on the "Source" button several more times, the & remains there but is not duplicated for each click. Therefore, this bug is different from the #1073. OS : Windows XP Pro , Windows Vista, Browser : IE 7 and Firefox 2 Thanks and Regards, Congratulation for your huge work David. |
|||||
#1760 | [Tag] use prependContextPath attribute where ever necessary | New Feature | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
Put in front of every path which could be passed thru the tag the contextPath by default unless the user sets value to false and handles the issue him/herself |
|||||
#1762 | Clarificaton needed on FileUpload and QuickUpload | Task | Normal | FCKeditor.Java 2.4 | General | |
Description |
I am going thru some examples and some things look very odd. Just for the record, if I upload a file thru the resource browser, I have to supply: Command, Type, CurrentFolder, NewFile and the POST body Lets get to the Quick UPload
Quick Uploader works like File Upload, but how am I supposed to differ the request and send the appropriate script reply?
It does not seem correct to me! Please clarify! |
|||||
#1764 | StartupFocus is false but FCKEditor steals focus anyway in IE | Bug | Normal | General | ||
Description |
I use IE and I have 2 editor windows loading. The first window has initial data where value is set to the text and the second window doesn't have data where value is set to . Focus is placed on the second window even when StartupFocus = False; Removing the second instance and setting the value on the first window to will also show that focus is taken. Example Code: <cfset fckEditor = createObject("component", "fckeditor.fckeditor") /> <cfset fckEditor.basePath="/fckeditor/" /> <cfset fckEditor.toolbarSet = "OMC" /> <cfset fckEditor.value = 'Test with data' /> <cfset fckEditor.width="570" /> <cfset fckEditor.height="200" /> <cfset fckEditor.instanceName="Box1" /> <cfset fckEditor.FillEmptyBlocks = false /> <CFOUTPUT>#fckEditor.create()#</CFOUTPUT> <cfset fckEditor.instanceName="Box2" /> <cfset fckEditor.value = /> <cfset fckEditor.height="100" /> <CFOUTPUT>#fckEditor.create()#</CFOUTPUT> This is my first time submitting a ticket and will try to include my fckconfig.js file. PS. My paths above are different for my local test environment. |
|||||
#1765 | browsing with filemanager causes error | Bug | Normal | File Browser | ||
Description |
Dear, I use FCKeditor for a while and implemented in several sites. Today I copied the working version on a other site too the new site. I build my directory structure that way that I can use /templates/images/upload/ in all my site as the user file path. So I don't need to change that. I've uploaded several images with a own upload script which is build in php. When I browse the images I get the following error: http://194.123.100.201/test/marten/error.jpg Can someone help me with this problem? |
|||||
#1766 | Image alignment | Bug | Normal | General | ||
Description |
Image alignement doesn1t work correctly. i've made a lot of tests, but i couldn't found a solution to this problem. Thank's. Leandro. |
|||||
#1767 | Maven: 'mvn test' doesn't find the test classes | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
It seems maven searches the junit classes not in /src/test/java |
|||||
#1768 | Packager doesn't find _packager.xml | Bug | Normal | Project : CKPackager | ||
Description |
I donwnload FCK251, i tried the latest packager run in fckeditor folder. It sad that: Error: The package definition file was not found. : c:/fck251/editor/_packager.xml ok. I moved and renamed fckpackager.xml to editor/_packager.xml then, it sad: System.NullReferenceException: at d.a(String[] A_0) I've .NET framework 2.0 |
|||||
#1769 | Improvements to FCKDomTools.GetCurrentElementStyle | New Feature | Normal | FCKeditor 2.6 | General | |
Description |
I'm attaching a patch with the following improvements for FCKDomTools.GetCurrentElementStyle:
|
|||||
#1770 | On save/preview we just see an empty preview | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When you save/preview a page that hasn't been edited or just had some minor edits (like an extra . or so), it just shows 'This is only a preview; changes have not yet been saved!' and all content is removed. It only happens with IE 6.0, and not with FF... |
|||||
#1771 | inside page linking disappears after editing the page for the second tome | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When building a page with sections e.g.
|
|||||
#1772 | cmd-[back arrow] on FF Mac navigates browser instead of moving cursor in editor | Bug | Normal | General | ||
Description |
Browser: FF 2 OS: mac (os x 10.4) Normally, while editing in a standard text area, I can press the CMD-back arrow (also known as "open-apple, left-arrow") to move my cursor to the beginning of a line. In the FCK editor (see latest build: http://www.fckeditor.net/nightly/fckeditor/_samples/default.html) the "open-apple, left-arrow" will navigate you one page back in history in FireFox. NOTE, this only occurs if you actually have history. If there is no history, it seems to do the correct thing and move your cursor to the beginning of the line. Navigating back in your history is actually the correct browser behavior, EXCEPT when you are doing some text editing. Seems to work correctly in your latest build on Safari though! To Reproduce:
|
|||||
#1773 | Create complete Maven Site | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |
Description |
We need to provide a fully-featured, well-documented, design-adapted Maven Site. This Task should be started when the code is done. |
|||||
#1774 | IE: <LI> without <OL> consumes sibling nodes | Bug | Normal | Core : Output Data | ||
Description |
Setting the source to: <li>Item</li> <li>Item 2</li> <p>paragraph</p> Changes it to: <p> <li>Item</li> <li>Item 2 <p>paragraph</p> </li> </p> There are two things that are happening here. FixBody() is wrapping everything in a <P> tag. This is not the bug. Somewhere else, the last <li> tag is being opened up to allow everything else to be nested underneath it. I realise that there really shouldnt be any <li>s without <ol> or <ul> but sometimes bad code can be pasted in which contain things like this. |
|||||
#1775 | Find / Replace on empty text changes the text | Bug | Normal | General | ||
Description |
Happens on IE :- 6.0.2800.1106CO, doesn't happen in FireFox 2.0.0.11 If the text in the editor is empty doing a find or a find/replace changes the source from being empty to something like
--- Start and between what looks like the empty p tag is a character that doesn't get displayed in the editor (but it gets passed back to my webserver, in my java server comes back as char code -1) But thinking that the bug is that a search on blank text shouldn't be modifying the text. |
|||||
#1776 | ckfinder1.2 will support java? | New Feature | Normal | General | ||
Description |
when ckfinder will support java language? ckfinder1.2 will support java?If not,I'd like to write code for ckfinder :) |
|||||
#1777 | IE, IE7: <ul> + <font> tags make FCK collapse | Bug | Normal | General | ||
Description |
<ul> <li><font size="2"><font size="2">One.</font> <ul> <li><font size="2">Two.</font></li> <li><font size="2">Three</font></li> </ul> </font></li> </ul>
<ul> <li><font size="2"><font size="2">One.</font> </font></li> <li> <ul> <li><font size="2">Three</font></li> </ul> </li> </ul> Browser: IE6 on WinXP |
|||||
#1778 | Editor doesn't load if fckeditor.js included at end of page | Bug | Normal | General | ||
Description |
If you include the fckeditor.js at the end of your webpage, the toolbar doesn't load. Is there any way to fix this? Reason: According to "Exceptional Performance : Best Practices for Speeding Up Your Web Site" it is better to put Scripts at the bottom of your page to increase speed of page rendering at client end. http://developer.yahoo.com/performance/rules.html#js_bottom |
|||||
#1779 | In Firefox the context menu entries for all form fields properties are missing | Bug | Normal | UI : Context Menu | ||
Description |
If you edit a form you can use the context menu (right mouse button) to display the properties of the text fields, textarea fields, checkbox fields etc. In the newest release 2.5.1 this does not work anymore for firefox (version 2.0.0.11). The entries are not displayed. By the way: i tried to check this with the nightly build on your site. This tryout does not work. |
|||||
#1780 | Formatting removes space after a word (Mediawiki/WYSIWYG). | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I have a website hosted by wiki-site.com. You can reproduce this problem by going to www.wiki-site.com and using their sandbox. I could find out what version of fckeditor they are using but I know they are using mediawiki 1.11. In the WYSIWYG view, if I select several words for formatting such that I also select the space after the last word, when I apply formatting and save it (or just switch to wikitext and back), the space after that last word is removed. And in WYSIWYG view, it you add that space back in, it will delete it again when you save it. Ex. This is an example of a line of text. (I then select "example of a line " (by default the selection wants to include that space after "line"). I then click bold. Then if I switch to wikitext and back, I get: This is an example of a lineof text. A few times, I have also encountered the problem of getting 6 or 9 apostrophes in a row when editing bold formatted text. I have been unable however to reproduce it. I have also had the problems of added lines in bulleted/numbered lists like the comments on the main page. I was looking forward to getting others to start using the Wiki with WYSIWYG but it's too buggy right now. Thanks for your help. |
|||||
#1781 | Table selection (operations) do not work properly in FF | Bug | Normal | General | ||
Description |
Create a simple table in FCKEditor in Firefox. Select all cells. Click on the "Justify to center" toolbar button. The table gets corrupted and its code is like: <table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody> <tr> <div style="text-align: center;"> </div> <td style="text-align: center;">xxx</td> <div style="text-align: center;"> </div> <td>xxx</td> </tr> <tr> <td>xxx</td> <td>xxx</td> </tr> <tr> <td>xxx</td> <td>xxx</td> </tr> </tbody> </table> Which is obviously not valid. It works correctly in IE and I can confirm that it also works correctly in FCKEditor version 2.4.3 in Firefox. Is there any workaround or easy way how to rollback the changes to the previous version code? |
|||||
#1782 | Freeze of whole IE-window when clicking radiobutton | Bug | Normal | FCKeditor 2.6 | General | |
Description |
The code in the attached file produces a page with an fckeditor that freezes the whole IE window when you click on the radio button inside it. This occurs when you click the radio button while the focus is NOT in the fckeditor window. It also happens with checkboxes. You can test it on http://faramir.proteon.nl/fcktest.html This didn't happen in fckeditor 2.4.3, but happens in both fckeditor 2.5 and 2.5.1. Browser: IE7 on Windows XP. |
|||||
#1783 | alphabetized files | New Feature | Normal | General | ||
Description |
Hi all, I'd like to know if you could please include alphabetized files into your upload service. I have many peope using this great tool and I'd like to have all files alphabetized once I check on my server so they are much easier to find. I'd really appreciate your feedback on this. Thanks!! Laura |
|||||
#1784 | text formatting (bold, italic, underline) gets confused | Bug | Normal | General | ||
Description |
I was doing some simple tests on the demo site and found the editor loses track of formatting changes in a way that effectively disable the bold, italic and underline features. This problem occurs in version 2.5.1. Version 2.0 RC2 did NOT have this problem. I have not tried interim versions. To duplicate the error, type this text into the editor: This is the text. Doubleclick the word "text", selecting the word. Click the bold, italic and underline buttons to add this formatting to the word. Doubleclick the word "the " and type "some ", replacing the word. The new word, "some " will have the same bold, italic, underline formatting of the word "text". Bug 1: doubleclick the word "text". You will not be able to undo the formatting on this word. Now select both words - all of the text with bold italic underline formatting. You will be able to undo this formatting for the second word, "text", but not the word in front of it, "some ". Bug 2: even after you are done working with this selection, if you try to select the word "some " and change any of the formatting, you will not be able to. In essence, it is possible for the user to create formatting which can not be undone. |
|||||
#1785 | New lines and extra whitespaces removed inside a <pre> tag | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Inside a "formatted" block (pre tag), if i paste the following code First line with no whitespaces Second line starting with two whitespaces Fourth line with three whitespaces after word "line" and save the article:
more than that, if i reopen the article and try to split the first line in two new lines, "First line with no" and "whitespaces", and then i save the article, the new line is simply skipped (i'll still have a single line "First line with no whitespaces") You can reproduce it on the sandbox. |
|||||
#1786 | safari 3.0.4 on windows, B instead of STRONG | Bug | Normal | General | ||
Description |
hi, i think the subject says it all, B, I, U are produced instead of STRONG tag etc... |
|||||
#1787 | Tables getting inserted when changing font size | Bug | Normal | Core : Tables | ||
Description |
When the font size drop down is used to change the font size I'm getting tables inserted into the document following a table that was already in the document. Steps to reproduce:
The following HTML is added after the existing table: <table cellspacing="0" width="100%" border="1"> <tbody> <tr> <td><font face="arial,sans-serif">0</font></td> </tr> </tbody> </table> Sometimes that 0 is a 1 or 11 and continuing steps 2 & 3 leads to tables with no content. I was able to reproduce this on the demo page with the following source: <FONT FACE="arial,sans-serif"> <BR><BR> <CENTER><B>ASDF</B></CENTER> <TABLE BORDER="1" CELLSPACING="0" WIDTH="100%"> <TR> <TD><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> <TD><FONT FACE="arial,sans-serif"><B>FDSA</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>FDSA</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> </TR> <tr><td nowrap><FONT FACE='arial,sans-serif'>ASDF</FONT></td><td><FONT FACE='arial,sans-serif'>FDSA </FONT></td><td><FONT FACE='arial,sans-serif'>39</FONT></td><td><FONT FACE='arial,sans-serif'>1</FONT></td><td><FONT FACE='arial,sans-serif'>0</FONT></td></tr><tr><td colspan='2' align='right'><FONT FACE='arial,sans-serif'><b>Total </b></FONT></td><td><FONT FACE='arial,sans-serif'>39</FONT></td><td><FONT FACE='arial,sans-serif'>1</FONT></td><td><FONT FACE='arial,sans-serif'>0</FONT></td> </TABLE> <BR><BR> </FONT> I'm using windows XP with IE version 6.0.29 |
|||||
#1788 | Some dialogs have scrollbars in Safari | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |
Description |
This affects only some of the dialogs. Mainly the form elements and also the about box, loading them will show a vertical scrollbar. In the about box, if we click on the second tab and back to the first then it does disappear. Tested with Safari 3.0.4 and WebKit-r29785, works fine in IE7, Firefox 2 and Opera 9755 |
|||||
#1789 | Avoid using IE6 dialog js file in skins | New Feature | Normal | UI : Dialogs | ||
Description |
Is there a good reason why there is an IE 6 compatibility javascript file in the skins folder? From a user with my own skin, I would prefer it if there was no script in the skins folder, because it concerns me when its time to upgrade. It would be something that id forget about. Do we really need it? |
|||||
#1790 | Paste dialogs are broken | Bug | Normal | UI : Dialogs | ||
Description |
It gives an error in var sPastingType = window.parent.args.CustomValue ; |
|||||
#1792 | [IE] Infinity loop problem in multiple editor | Bug | Normal | FCKeditor 2.6 | General | |
Description |
Thank for FCKeditor team.
If change editor focus by mouse clicking then Internet Explorer fall into infinity loop in multiple editor page.
Change sample to FCKeditor - JavaScript - Sample 9 : Complex form(multiple editors)
|
|||||
#1793 | Paste as plain text does not work properly in IE | Bug | Normal | General | ||
Description |
Expected Behaviour: The text should have been pasted on the third line without any formatting. Actual Behaviour: The text gets pasted on the second line after the copied text with the original formatting applied. Found using the following Browser: IE 6.0.2900 OS : Windows XP Prof |
|||||
#1795 | white div layer fails when editor is in full screen mode | Bug | Normal | FCKeditor 2.6 | UI : Floating Panel | |
Description |
Basically full screen the editor, open up image plugin and see what happens. Attached files are a good example: |
|||||
#1796 | Empty paragraphs getting inserted when justify button is clicked | Bug | Normal | FCKeditor 2.6 | General | |
Description |
With the following HTML clicking on any of the text justify buttons leads to the editor freezing, then when Abort Script (A script on this page is causing Internet Explorer to run slowly...) button is pressed viewing source reveals hundreds of empty paragraphs (<p style="text-align: right"> </p>) inserted before the table. Steps to reproduce:
Editor will freeze and after a while abort script dialog will pop up.
Source that has this problem: <FONT FACE="arial,sans-serif"> <BR><BR> <CENTER><B>ASDF</B></CENTER> <TABLE BORDER="1" CELLSPACING="0" WIDTH="100%"> <TR> <TD><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> <TD><FONT FACE="arial,sans-serif"><B>FDSA</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>FDSA</B></FONT></TD> <TD NOWRAP><FONT FACE="arial,sans-serif"><B>ASDF</B></FONT></TD> </TR> <tr><td nowrap><FONT FACE='arial,sans-serif'>ASDF</FONT></td><td><FONT FACE='arial,sans-serif'>FDSA </FONT></td><td><FONT FACE='arial,sans-serif'>39</FONT></td><td><FONT FACE='arial,sans-serif'>1</FONT></td><td><FONT FACE='arial,sans-serif'>0</FONT></td></tr><tr><td colspan='2' align='right'><FONT FACE='arial,sans-serif'><b>Total </b></FONT></td><td><FONT FACE='arial,sans-serif'>39</FONT></td><td><FONT FACE='arial,sans-serif'>1</FONT></td><td><FONT FACE='arial,sans-serif'>0</FONT></td> </TABLE> <BR><BR> </FONT> |
|||||
#1797 | Input or select box inside fieldset element and SelectField Properties popup issues | Bug | Normal | General | ||
Description |
If you have input inside fieldset, then the parameter selection will return null, for example the following code in fck 2.5.1, I can not edit the selection field. <fieldset><select name="code"> <option value="Espoo">Espoo</option> <option value="Helsinki">Helsinki</option> </select></fieldset> |
|||||
#1798 | Blank Editor/Text Area ~ FCKeditor could not load in IE6 | Bug | Normal | Server : PHP | ||
Description |
Hi, I am using 2.5.1 and have just set up the integration and it works perfectly fine with FF2 and IE7. Unfortunately, when I try loading up the editor page in IE6, all I can see is a blank space where the editor and the text area should be. I was searching through the forums and wiki but could not find any solution for such an issue. I tried loading up fckeditor/editor/fckeditor.html on IE6 as well but again, all I see is a blank screen. So there must obviously be something wrong with fckeditor.html in relation to IE6. Would be grateful if this bug is resolved or if you could, point me in the correct direction for a solution. Thank you. |
|||||
#1799 | external CSS on body changes background of panels | Bug | Normal | UI : Toolbar | ||
Description |
A CSS-file such as: BODY { background: #f00; } being used with EditorAreaCSS, would force that background on the panels in the toolbar of every skin (Default, Office 2003, Silver). Solved this problem by adding "background: #fff" to the SC_Panel CSS-class in all 3 skins which all have white panels when no external CSS is changing colors. |
|||||
#1800 | If I pasted text, reverse problem | Bug | Normal | General | ||
Description |
Hi~ I have a problem If I pasted text in FCKeditor. Strangely..Text revered each other How can I do solved this problem?? |
|||||
#1801 | JS error with dialogs and framesets | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |
Description |
Steps to ReproduceWith IE7:
Works well with non IE browsers. |
|||||
#1802 | Whitespace in preformatted text is not respected when toggling b/w | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
When a preformatted area is created and a line is created like: test<space><space><space>more the spaces are replaced with a single space when toggling from wiki text to wysiwyg mode. This does not adhere to the idea of PREFORMATTED TEXT which should always keep the format the same. It also seems to lose it when saving, but not all the time. Dion |
|||||
#1803 | Creating new columns doesn't handle <col> elements | Bug | Normal | Core : Tables | ||
Description |
go to source mode and paste this <table> <colgroup><col width="70%"><col width="30%"></colgroup> <tbody> <tr> <td>first</td> <td>second</td> </tr> </tbody> </table> switch to design and using the context menu add a new column to the table, switch back to source and you'll see <table> <colgroup><col width="70%"><col width="30%"></colgroup> <tbody> <tr> <td>first</td> <td> </td> <td>second</td> </tr> </tbody> </table> The colgroup is missing a col for the new column, so the contents might get easily distorted The behavior isn't browser dependent. |
|||||
#1804 | IE7: "colspan" collapses editor when swithching between Source View/Wikitext | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Difficult to reproduce (the problem depends on the content of the article). in my article i had some pictures in a table. if i work on the article with firefox everythings fine. but on edit with Internet Explorer 7 i can't change to Source-Code (or Wikitext) and after saving again all pictures are gone. instead of the pictures there's something like this: <img src="ef=" _fck_mw_filename="pic.jpg" alt="80px" /> besides all links are changed to <a href="linkdestiation.html">Linkdestination</a> but this happens only very rarely. but if it happens IE7 brings the error messeage "Object Does Not Support Property Or Method" URL:mywikipath/extensions/FCKeditor/editor/fckeditor.html?InstanceName=wpTextbox1&Toolbar=Wiki I've no idea how to resolve this problem. so please help me!!! I use this version of the FCKeditor: http://www.mediawiki.org/wiki/Extension:FCKeditor_%28by_FCKeditor_and_Wikia%29 |
|||||
#1805 | wwwroo website directory for PHP | Bug | Normal | File Browser | ||
Description |
Hi! I have Win XP, IIS and FCKeditor version 2.3 Beta installed. I know it is old version but i couldn't found the solution. There is a problem when using PHP filemanager and uploader. The 'wwwroo' path is wrong. It should be 'wwwroot'. To fix this problem open editor\filemanager\browser\default\connectors\php\io.php, go to line 88 to find function GetRootPath(). In the line return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ; Change to return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) + 1); Regards |
|||||
#1806 | Wrong selection when selecting a Header format at new line in the end of the document | Bug | Normal | FCKeditor 2.6 | General | |
Description |
This is a IE only issue. Steps to Reproduce
With IE, the cursor will start blinking at the end of the previous paragraph. Moving down with the arrow key shows that the selected header has been correctly applied though. |
|||||
#1807 | fail with Opera 9.20 | Bug | Normal | General | ||
Description |
A possible solution: In file "fckeditor.php" else if ( strpos($sAgent, 'Opera/') !== false ) { $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, strpos($sAgent, '.') - strpos($sAgent, 'Opera/') - 6) ; if ($fVersion > 9) { return true; } else if ($fVersion == 9) { return ( (int)substr($sAgent, strpos($sAgent, '.') +1, strpos($sAgent, '(') - strpos($sAgent, '.') ) >= 5); } else { return false; } } |
|||||
#1808 | boot.ini bug | Bug | Normal | Server : PHP | ||
Description |
hi guys.. when i want to save my text which contains the word "boot.ini" i get this error from the server: 501 Method Not Implemented Method Not Implemented POST to /admin.php not supported. but its interesting, other filenames like vmi.ini works fine, only "boot.ini" crashed. why? is this bug repaired? im using this one..: 2.4.3 Build 15657 thx in advance:) |
|||||
#1809 | Image/link/flash file browser not working with FCKeditor.Net 2.5 | Bug | Normal | File Browser | ||
Description |
The file browser as it stands does not work with the new version of FCKeditor.Net 2.5 all of the file browser code is for 2.0 and as a result does not work. Please fix. Thank you, Noral |
|||||
#1810 | Play well with diff tools | New Feature | Normal | CKEditor 3.0 | General | |
Description |
When opening content produced with the editor and simply saving it without changes, we should guarantee that the output data looks just like the input. Even changes in the text must touch only the changed point, not the rest of the document. Another requirement is making it work even when opening the same content in different browsers. Today, some things must be ensured for that:
|
|||||
#1811 | First massive line endings fix | Task | Normal | FCKeditor 2.6 | General | |
Description |
The first massive fix for line endings must be done, using the tool created with #1667. |
|||||
#1812 | Copyright notices must be updated to 2008 | Task | Normal | FCKeditor 2.6 | General | |
Description |
All copyright notices in the files must be updated to 2008. |
|||||
#1814 | IE7:textcolor in span style doesn't work | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Found another bug. I use Mediawiki 1.11. with the FCK-Editor from this page (http://www.mediawiki.org/wiki/Extension:FCKeditor_%28by_FCKeditor_and_Wikia%29) While using the Firefox all works fine. The Problem came with the Internet Explorer 7. If I want to adapt the text color or using other text formatting the IE7 can't handle with the following code: <span style="color: rgb(63, 255, 10);">colored Text</span> I have found out that <font color="#3FFF0A">colored Text</font> is working in IE7 and in Firefox. Can you reproduce this problem? |
|||||
#1815 | Small optimization for PHP instantiation of FCKeditor | Task | Normal | FCKeditor 2.6 | Server : PHP | |
Description |
The instantiation of FCKeditor from PHP can be done slightly faster. At the moment there is code being executed in FCKeditor_IsCompatibleBrowser() that in most situations will never be used. This patch solves this. |
|||||
#1816 | sidebar for toolbar buttons + widgets/plugins | New Feature | Normal | General | ||
Description |
A sidebar that can contain toolbar buttons and/or plugins/widgets. E.g. for often used toolbar buttons. Giving them a bigger button in a sidebar will ease the use of them. Or for often used plugins or plugins that want to display a little bit more, e.g. a clock that onclick displays a date picker. Example: Opera. |
|||||
#1817 | resizable editarea | New Feature | Normal | General | ||
Description |
A handle at the bottom border of the editorArea or in the right-bottom corner to ondrag resize the editorArea. |
|||||
#1818 | IE:Editor shuffles content | Bug | Normal | General | ||
Description |
Browser: IE 7, OS: Windows 2003 When inserting formatted data from some applications (including Eclipse, Visual Studio,...) via the clipboard, FCKeditor may rearrange these data and render them useless. It seems that the call to execCommand('Paste') produces invalid HTML that FCKeditor, in contrast to browsers, cannot handle. This phenomenon can be studied by with the sample below. Paste it into the source view of FCKeditor and switch between source and HTML view. More complex input leads to more stunning results. <p> <font color="#008000" size="2"> <p>-------------------------------------------------------</p> <p> ABOVE</p> <p>-------------------------------------------------------</p> </font> <p>BELOW</p> </p> |
|||||
#1819 | Fitwindow bug when editor in relative positioned and auto overflowing div | Bug | Normal | General | ||
Description |
When toggling to fullscreen by using the fitWindow plugin, the editor will not break out of a relative positioned and auto overflowing div. Also, when making the editor's default height a 100%, the editor will overflow the div instead of fitting nicely into it. The attached file can be placed inside \fckeditor\_samples to see the bug. Tested in IE6+7, firefox, Safari 3.0.4 on windows and Opera 9.50 beta where the behavior was almost the same for all browsers. Only in Opera and Safari, setting the height to 100% will not overflow the div, but just makes the editor higher. |
|||||
#1820 | Javascript frameworks within FCKeditor | New Feature | Normal | General | ||
Description |
Being able to benefit from javascript frameworks within FCKeditor would be nice. But with everyone having his favorite one it should be possible to use multiple frameworks without having them collide with each other, or with the FCKeditor itself. |
|||||
#1821 | re-usable and documented ajax framework | New Feature | Normal | General | ||
Description |
An ajax framework within FCKeditor that is easy to use for plugin developers. |
|||||
#1822 | FCKeditor as an engine? | New Feature | Normal | General | ||
Description |
FCKeditor as en engine so that any custom GUI can use the functionality of it... See forum thread. |
|||||
#1823 | make the editor modular | New Feature | Normal | General | ||
Description |
When the editor becomes more plugin based it might be a good idea to make the edit modular, so that people can download exactly what they want. A download page where functionality and/or plugins can be selected could be provided. (See for example the mootools download page with selectable compression type). See forum thread. (voting for core functionality could be an alternative) |
|||||
#1825 | Tango iconset, a "consistent user experience for Open Source | New Feature | Normal | General | ||
Description |
I thing it's a good idea to use the Tango icon set by default. As it states on the website, the Tango Desktop Project exists to help create a consistent graphical user interface experience for free and Open Source software. I believe this is a great concept and one that FCKEditor can really benefit from. On the Tango site there is only a basic set available, but I believe other icons are available as well and can be found by searching with google ('tango' + 'openoffice', or the name of any other open source software for example). See the graphical design V3 guidelines See the forum thread. |
|||||
#1826 | link editor dialog and firefox 2.0.x | Bug | Normal | General | ||
Description |
Descriptive summary opening a link, the present href is not received by the link editor dialog, so it's like creating a new one.
Steps to reproduce http://www.fckeditor.net/demo
Browser name and OS
FCKEditor 2.4.3: So for me it seems to be a new 2.5.? specific problem?!?!?! I didn't find any information whether this was changed actively due to problems with Firefox in general, or this is a new bug of fckeditor? Screenshot, Sample data, Test case file: not neccessary! |
|||||
#1827 | Content Moved after switching between source and wysiwyg mode on IE 7.0 | Bug | Normal | General | ||
Description |
Please copy/paste the HTML exemple into FCKeditor 2.5.1 and switch between source and wysiwyg mode 3 times : <strong> <h2>1111111111</h2> </strong> 22222222222 The 1111111111 line will be move to the bottom. This BUG concern Internet Explorer 7.0. No problem on Firefox. |
|||||
#1828 | Problem with Find/Replace | Bug | Normal | FCKeditor 2.6 | General | |
Description |
Step to reproduce:
Thanks. |
|||||
#1829 | IE: Picture frame goes out from the Paste from Word window | Bug | Normal | General | ||
Description |
When pasting a large image from Word by using "Paste from Word" and highlighting it in the PfW window, the frame of the image goes outside the window area Steps to reproduce:
|
|||||
#1830 | IE: Use TAB key to insert a new rows on tables | New Feature | Normal | General | ||
Description |
Pressing TAB inside the table doesn't insert a new row. Steps to reproduce:
The table gets highlighted instead of inserting a new row. |
|||||
#1831 | Embed tag not showing up after switching to source and back | Bug | Normal | FCKeditor 2.6 | General | |
Description |
In Internet Explorer (version 7 at least), when inserting the HTML below, a placeholder shows up as expected, but after switching to source view and back to WYSIWYG view, the placeholder dissapears. <span class="embedded-object-18-408"><embed width="300" height="225" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&image=/picserver/s/orig/public/video/water_balloon_11.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_11.mpeg.flv" src="../../videoplayer/mediaplayer.swf?0.4076338401231444"></embed></span> |
|||||
#1832 | [FF] No placeholder for flash/embed tag | Bug | Normal | FCKeditor 2.6 | General | |
Description |
In Firefox 2, when inserting the HTML below, a placeholder does not appear, After switching to the source view and back to the WYSIWYG view, though, a placeholder does appear. <span class="embedded-object-18-408"><embed width="300" height="225" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&image=/picserver/s/orig/public/video/water_balloon_11.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_11.mpeg.flv" src="../../videoplayer/mediaplayer.swf?0.4076338401231444"></embed></span> |
|||||
#1833 | [Safari] Showing actual SWF instead of placeholder | Bug | Normal | FCKeditor 2.6 | General | |
Description |
In Windows Safari 3, when inserting the HTML below, instead of a placeholder, the actualy SWF shows up. After switching to source view and back, the video is replaced by a placeholder. <span class="embedded-object-18-408"><embed width="300" height="225" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&image=/picserver/s/orig/public/video/water_balloon_11.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_11.mpeg.flv" src="../../videoplayer/mediaplayer.swf?0.4076338401231444"></embed></span>
|