Custom Query
Results (2201 - 2300 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | ||
---|---|---|---|---|---|---|---|---|
#1949 | Write JUnit Test Cases for Changeset 1647 | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |||
Description |
test cases for new and modified classes in [1647] and every subsequent changeset which refers to #1896 needed |
|||||||
#1950 | Line breaks from regular text area | Bug | Normal | General | ||||
Description |
Hi all. I'm new to FCKeditor, so I ask for your patience, please. Here's the deal: our website has an area for consumers to send their complaints about companies. On the site, the forma for writing the complaint is a regular textarea. So the readers enter their text with line breaks (ENTER). But when I open then on the content manager side with FCKeditor, it kills the line breaks, and the entire text appears as one single paragraph. So I have to edit one by one, inserting the proper breaks. It happens with IE and Firefox. Is there a way to make FCKeditor recognize those line breaks from a normal text area (considering that the text is stored on a MS-SQL database table)? Thanks a lot. |
|||||||
#1951 | Embed tags are causing JavaScript errors in Firefox 3 Beta 3 | Bug | Normal | General | ||||
Description |
This bug was discovered while working on #922. Reproduction procedure:
|
|||||||
#1952 | FCKTools.FixCssUrls is not properly ignoring absolute paths | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
The test used in FCKTools.FixCssUrls to check if a path is full/absolute is buggy. It is calling test() with no parameters. All browsers seem to ignore it, but this is breaking Opera. |
|||||||
#1956 | Opera: Combos don't have scrollbar in RTL | Bug | Normal | Opera Compatibility | General | |||
Description |
When running FCKeditor in RTL mode (sample03.html?ar), there are no scrollbars in the toolbar combos, like the Style combo. Confirmed with Opera build 9812. |
|||||||
#1957 | Enter key behavior | Bug | Normal | UI : Enter Key | ||||
Description |
We use the enter key swapped form its default and when in this mode the Shift+Enter is not producing a new paragraph. In this state, both actions produce a BR FCKConfig.EnterMode = 'br' ; p | div | br FCKConfig.ShiftEnterMode = 'p' ; p | div | br |
|||||||
#1958 | Auto-Generate Links Feature Does Not Work For Any Browser Other Than IE. | Bug | Normal | General | ||||
Description |
I have an issue with the auto-generate link feature. More details: If you insert a URL whether it be www.fckeditor.net or an email address test@…, the editor will automatically turn that into a link/email link. However, I am only able to get this to work when using Internet Explorer. I have tried Firefox, netscape, safari, etc and it seems this feature does not work for those browsers. |
|||||||
#1959 | some code is not valid with xhtml | Bug | Normal | Core : Output Data | ||||
Description |
hi, the fckeditor is good, but some is not valid code with xhtml, example: <img alt="" style="width: 513px; height: 384px;" src="/_userfiles/image/Inverno.jpg"> or it: <br> not close tag. and so... or this code: <span style="color: rgb(255, 102, 0);"><span style="font-family: Comic Sans MS;"> not be epitome ! please fix it. thanks. nabi |
|||||||
#1960 | Add dynamical caching of CSS | New Feature | Normal | General | ||||
Description |
Based on the proposal in http://dev.fckeditor.net/attachment/ticket/1622/1622_2.patch it should be possible to add a CSS Reader that improves the cache for css files, so that for example the dialogs css are loaded only once, and even the current styles of the page are used if the editor is launched in a popup. |
|||||||
#1961 | generate both Id and Name for anchors | New Feature | Normal | CKEditor 3.6.5 | General | |||
Description |
Currently the anchors do create just <a name=""> but, if also an id is automatically generated, then it can help to do dynamical effects on the page (for example clicking on a link and smoothly scroll to the anchor pointed by the link) Some people even state that only IDs should be generated as names are just something from the past, but that's another battle. |
|||||||
#1962 | Behave properly if a language has been deleted | New Feature | Normal | UI : Language | ||||
Description |
Sometimes people do delete any extra language files, but they leave enabled the autodetection, and when someone goes with a language that has been deleted, the editor fails to load without giving any hint about the exact problem. It should either give a warning, and/or switch back to a supported language (let's hope that they don't delete also English) |
|||||||
#1963 | Improve the installation in asp.net | New Feature | Normal | Server : ASP.Net | ||||
Description |
It seems that it's too hard for the people to read the documentation or understand how their server works, so there are one post after another in the forums about people that try to install the editor in Asp.net and forget about all the js files or place them in the wrong folder: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=8312 http://www.fckeditor.net/forums/viewtopic.php?f=5&t=8698 There are more threads like that, one of them seemed to say that the BasePath parameter wasn't obvious. Some possible ideas:
|
|||||||
#1964 | Alphabetized order when uploading files | New Feature | Normal | General | ||||
Description |
Hi all, I have posted this on ticket #1783 but I forgot my login info and I can't seem to find a way to retrieve it. I created a new account instead and I'm asking for some update on my #1783 request. I need to know if what I've asked there is possible, if you'll take it in consideration, etc, etc. Thanks very much. Laura My #1783 request was:
|
|||||||
#1965 | SpellerPages crashes IE 7 | Bug | Normal | FCKeditor 2.6 | UI : Spell Checker | |||
Description |
When I run spell check using SpellerPages IE crashes (always). Basically, I run a spellcheck and once I get the popup that the spellcheck is complete, I click on the OK button and that's when the crash occurs. I'm using Windows XP SP2 and my IE version is 7.0.5730.11. |
|||||||
#1967 | Floating Popup box... undefined... | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
I have only had a quick look at the 2.6 beta... but on IE7 whenever a floating popup box appears on the screen... it just contains one word... "undefined" . I will do more tests later... |
|||||||
#1970 | Configuration to default border=0 for images | New Feature | Normal | CKEditor 3.0 | General | |||
Description |
Please include the ability to set a default for image borders. When linking images, and there is NO border set, the image gets an ugly border around it. It would be extremely helpful if we could have a configuration switch that would automatically default the border to zero (0). |
|||||||
#1971 | [IE] Linking an Image causes a serious JavaScript error in IE | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
Ok I have searched and did not find an entry for this. I have tested this on Windows XP with IE7 and Firefox and it fails in IE7 but works in Firefox. I was not able to test this in the Nightly version and images browsing is disabled. How to repeat:
This adds the link to the code, but the Link Dialog does not close; locking the surfer from being able to do anything else. The only way out here is to hit F5 to refresh the page, causing you to loose all your changes. At this point there is no way to close the Dialog Box! |
|||||||
#1972 | Active font not selected in pull-down on focus or highlight when content pasted from Word | Bug | Normal | General | ||||
Description |
Take some content from Word and format it with a font (for example Comic Sans MS) and paste it into FCKEditor. When you click somewhere in the text or highlight a portion of text, the Font pull-down menu doesn't show the font for the text you highlighted or focused on. |
|||||||
#1973 | Styles for multiple elements and context-sensitive selection | New Feature | Normal | Core : Styles | ||||
Description |
For several years now I've used the "StylesXmlPath" config variable to dynamically load the Styles drop-down in the editor based on styles parsed from the web page being edited. But I never quite figured out how to get it to work properly, and just used the "span" element for every style. This caused every document being edited to end up with lots of spans, oftentimes overlapping several times, resulting in frustrated users. So with the upgrade to the version 2.6 beta I decided to take another stab at this area and I must admit I am just as confused as I've always been.
<Style name="p.mystyle" element="p"> <Attribute name="class" value="mystyle" /> </Style> <Style name="div.mystyle" element="div"> <Attribute name="class" value="mystyle" /> </Style> <Style name="mystyle" element="span"> <Attribute name="class" value="mystyle" /> </Style>
|
|||||||
#1974 | Firefox 3.0. beta | Bug | Normal | General | ||||
Description |
Chyba: uncaught exception: [Exception... "Operation is not supported" code: "9" nsresult: "0x80530009 (NS_ERROR_DOM_NOT_SUPPORTED_ERR)" location: "http://localhost/elearning/js/fckeditor/fckeditor.js Line: 67"] IE7= OK |
|||||||
#1975 | Fck editor with cross browser problem | Bug | Normal | General | ||||
Description |
Hi All i have one drop down.In the drop down menu as i change the option for fckeditor the fckeditor is loading and that moment it losses focus on it only in mozilla same thing is fine in IE 6.0 . Please help me |
|||||||
#1976 | Context menu won't go away | Bug | Normal | UI : Context Menu | ||||
Description |
|
|||||||
#1977 | CKFinder - Automatic renaming of double files using (..) causes invalid filenames | Bug | Normal | General | ||||
Description |
Hi, First, I'd like to say CKFinder is a great product. It saves me a lot of work. However, I encountered the following situation. I am using the CKFinder together with FCKeditor. When you upload a file in CKFinder that already exists, it will automatically rename the new file, making its name unique by adding (<number>), so picture.jpg will become picture(1).jpg. The use of () in filenames however causes the browser to "choke"; image filenames containing () will not load, giving a server error (bad request). I strongly suggest to change this, so that the renaming will not introduce "illegal" characters, for example by adding _1 instead of (1). I've changed this myself and now it works fine. Thank you. Kind regards, Raymond |
|||||||
#1978 | Files types filter and Icons | New Feature | Normal | File Browser | ||||
Description |
Hi, The resources browser should have the ability to filtrate files that it should display. The filtration may be restricted to the resources type of navigation, i.e. if you brows for images it should display images files only and so on. The filtration may be customized in the case of including the file browser as alone without the editor, for example, showing only HTML file in the case of using it to make link to an HTML file on the site. In other word, what is occurred during the upload file should be occurred during browsing. Another thing, It should be a way to add new icons for new files types. I don't mean changing the current icons assigned to already defined types. |
|||||||
#1979 | Textarea not editable in IE7 | Bug | Normal | General | ||||
Description |
Hi there, I installed a new version of FCKEditor (2.5.1) on my test server but I am not able to get it up and running. The behavior is strange, I will try to explane ist (see also attached files). When I load PHP-Sample 1 the editor apears as intended. I can mark text inside the textarea and move the cursor. When I try to enter text the cursor disapears and the text style changes (see attached files). I am not able to perform any action on the textbox whether by entering text nor by using toolbar actions. The error that is shown in IE7 is: Line: 73 Character: 502 Code: 0 Error Message: Objekt erforderlich (object required) URL: http://[...]/FCKEditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default The error does not occur in FF. In IE6 the whole editor is blank (does not matter to me, it's an intranet system, I am able to control the IE-version). I can reproduce the problem on any client using IE7, but it does not appear on http://www.fckeditor.net/demo (in version 2.6 Beta). Thanks for your help! Greetings, Torsten |
|||||||
#1980 | Change default <b> and <i> to <strong> and <em> | Task | Normal | FCKeditor 2.6 | Core : Styles | |||
Description |
People around there doesn't understand the real meaning of <strong> and <em> and are using them indiscriminately for formatting, enforcing loudly that in this way they are XHTML aware. They are also accusing us to use the good and old <b> and <i> "formatting" tags for "formatting", instead of the new and fashionable <strong> and <em> "semantic" tags (even if those are available in the Styles combo anyway). So, to shut up the general mass opinion, it seems that it would be better for us to configure the editor to produce <strong> and <em> by default, removing those entries from the Styles combo. At this point, we should also think about the following tags, which are produced by default with the "formatting" buttons:
We can use the powerful features of FCKeditor to easily configure it to produce the above tags. But... does all that makes sense? Would anyone get angry with us because of it? |
|||||||
#1981 | [Safari] open and close <br></br> tags | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
Hi, Using 2.6B on Safari 3.0.4 (Mac and Windows versions) If you set .EnterMode = 'br', I am noticing that you get opening and closing <br> tags for example just type some text then switch to source view: sample<br> </br>text PS - the SVN from 3/6/08 exhibits the same behavior PSS - v2.5.1 doesn't exhibit this behavior, it works as expected. |
|||||||
#1982 | [IE7] Table context menu submenus doesn't appear properly. | Bug | Normal | FCKeditor 2.6.4 | UI : Context Menu | |||
Description |
Steps to reproduce: 1. Go to our demo page http://www.fckeditor.net/demo 2. Insert a table. 3. Right-click inside a cell to activate the context menu 4. Go to a sub-menu e.g. Cell, Row or Column Notice that the submenu appears not besides the context menu but practically on it. Expected behavior would be displaying a submenu besides the original context menu. Tested using 2.6 beta and SVN version on IE7. It works fine in IE6 and FF2. |
|||||||
#1983 | [FF] Must click to the right of checkbox/radio to get context menu. (in firefox) | Bug | Normal | UI : Context Menu | ||||
Description |
In Firefox when you right click a checkbox or a radio button, no context menu appears. But if you right-click to the right of the checkbox or radio button, the context menu does appear. I've tested this in both version 2.6b and the nightly build. Checked in 2.5.1 and it appears there as well. |
|||||||
#1985 | img-tag doesn't close xhtml-conform | Bug | Normal | FCKeditor 2.6 | Core : Output Data | |||
Description |
In fckeditor 2.6 beta the img-tag doesn't close xhtml-conform. The output of the editor is <img alt="" src="/_userfiles/image/logo.jpg" height="43" width="120"> instead of <img alt="" src="/_userfiles/image/logo.jpg" height="43" width="120" /> !! I'm sure, in 2.5 the img-tag was closed correctly, because in my project I have to analyze the output. This works only, if the output is xhtml-conform. |
|||||||
#1986 | fckeditor does not work in page with Spry 1.6 menubar | Bug | Normal | General | ||||
Description |
In a page which contains both a Spry Menubar and an FCKeditor text area, the text area disappears when the mouse hovers over the spry menu Spry 1.6 FCKeditor 2.5.1 IE7 Fireworks 2+ (Windows) |
|||||||
#1987 | FCKeditor is writing special characters as HTML 4 mnemonic not UTF-8. | Bug | Normal | General | ||||
Description |
Hello, I am using UTF-8. I checked the encoding for the database, the web pages, the server, and all of then are correct: UTF-8, But KCFeditor is writing the special characters as HTML 4 mnemonic not UTF-8. I posted the issue in the forum with various images that shows the problem, but no body answered. I am wondering if this is a bug?. Please, can some developer see in to this problem. I you want to see what I am saying please see this forum post, the images are posted there. http://www.fckeditor.net/forums/viewtopic.php?f=6&t=8871 I did a test with phpMyAdmin and is writing UTF-8 with no problem, but FCKeditor don't. Everything is documented in the images on that post. I would very much appreciate if you can clarify is this is a bug or am I doing something wrong. I am using FCKeditor 2.4.3 I am also attaching those images to this ticket. Thank you very much, Best Regards Alfredo |
|||||||
#1988 | IE 6 issues | Bug | Normal | General | ||||
Description |
When multiple instances of FCK Editor are open, the computer locks up when performing multiple copy/paste operations. We did not see this for ie6 on 2.5 (build 15725), but we see it on 2.5 Beta (build 16488). Our customers will not move their users off of ie6. Can this be fixed to support ie6? |
|||||||
#1990 | InsertHtml() ignores selection from floating dialog in IE7 | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
"FCK.InsertHtml()" function ignores selection/position when executed from a floating dialog instanciated with "FCKDialogCommand", and the web browser is IE7. The inserted text always gets inserted at the beginning. This does NOT happen when using Firefox 2.0.0.12. Furthermore, it does not happen if executed from an IE popup using window.showModalDialog(). Attached is a very simple plugin called 'insertbug' that adds the command 'InsertText' for demonstrating the problem. Firefox has no problem with selected text getting replaced or inserted at the insertion carot position. With IE, "Inserted Text" is always inserted at the beginning. Tested 2.6.beta and nightly build 18335 (03/09/2008). |
|||||||
#1991 | Updated Catalan language file for FCKEditor 2.6b | Bug | Normal | FCKeditor 2.6 | UI : Language | |||
Description |
Updated Catalan language file for FCKEditor 2.6b with more accurate translations. |
|||||||
#1992 | xhtml 1.0 strict support? | Bug | Normal | Server : PHP | ||||
Description |
Hello, I am using FCK 2.5.1 and PHP5 integration. Is there way to switch FCK to XHTML 1.0 strict mode? I am mostly concerned with changing the deprecated <iframe> to an <object> tag so the page that has the editor will validate. Thanks! |
|||||||
#1993 | Trying to select multiple paragraphs and set font properties to match the first one selected. | Bug | Normal | Core : Styles | ||||
Description |
In the situation where you have 3 paragraphs of text each assigned a different font size. When trying to change all of them to a different size here is what happens... In earlier versions if you highlight paragraphs with different font size the font size pull down would clear to empty selection. In (current 2.5x & what ever is on your demo page) if you highlight paragraphs with different font sizes the drop down stays selected at what ever the first paragraph highlighted was set to. Thus you cannot change the subsiquent paragraphs because the tool does not read the drop down as being changed. |
|||||||
#1994 | Opera: ctrl-b twice will output bold text | Bug | Normal | Opera Compatibility | General | |||
Description |
Place cursor in non-bold text Press ctrl-b. Bold button on toolbar goes to "depressed" state (expected) Press ctrl-b again. Bold button goes back to normal Type. You get bold text - not expected. Second ctrl-b press isn't correctly cancelled by the editor, so Opera picks it up and sets its internal state to "output bold text" even though FCKEditor removes the B tag from the DOM. The editor should make sure the keypress or keydown is cancelled also after the "remove empty B tag" operation. |
|||||||
#1995 | [IE] Square brackets are added to external links. | New Feature | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
Mediawiki auto-converts hyperlinks in [ ] to be numbered links such as [1] and [2] if a link-name is not provided. Whereas any URL not encased within [ ] will be simply hyperlinking with the URL as the link name. FCK editor converts a http://URL into a numbered link by default. Can the default be set to using the URL as the link name instead? This is much more intuitive than using numbered links. |
|||||||
#1996 | Insert new line before Select Box, unpredictable behavior. | Bug | Normal | General | ||||
Description |
In firefox, select boxes behave very unpredictably when you try to insert a new line/paragraph before them. The unusual behavior/broken code is always preceded by the cursor disappearing. When the cursor disappears, typing, results in text showing up in the select box(this is probably a bug as well), but this is not reflected in the code. Pressing enter on the other hand, breaks the code. There are 3 different behaviors that pressing the enter key might have and which one will happen is somewhat unpredictable, but here are a few examples of how it might go down. I've tested this both in 2.6B and nightly build. Scenario 1
<p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p><select name="adsf"> <option value="asdf">adsf</option> </select></p> <p> </p> </form> <p> </p>
And the code becomes <p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p><select name="adsf">'''</select><select name="adsf">''' <option value="asdf">adsf</option> </select></p> <p> </p> </form> <p> </p> Scenario 2
<p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p><select name="adsf"> <option value="asdf">adsf</option> </select></p> <p> </p> </form> <p> </p>
The code becomes <p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p>'''<select name="adsf"></select>'''</p> <p> </p> </form> <p> </p> Scenario 3
<p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p><select name="adsf"> <option value="asdf">adsf</option> </select></p> <p> </p> </form> <p> </p>
The code becomes '''<p> </p>''' <p> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <form method="get" action="asd" name="asdf"> <p> </p> <p><select name="adsf"> </select></p> <p> </p> </form> <p> </p> |
|||||||
#1997 | [IE] When you specify a title to a table, the first character is deleted | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
Like the title suggests. To reproduce, open the editor, click the button to add a table, fill for example the text 'hello' in the title field. click on OK, now you can see the table in the editor with on top the title in bold 'ello' |
|||||||
#1998 | FCKTools.CreateXmlObject, for IE, should use the native XMLHttpRequest available with IE7 | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
IE7 introduced native support for XMLHttpRequest, so we must use it whenever possible. |
|||||||
#1999 | <BR> nodes get truncated switching between Source and WYSIWYG mode in Firefox | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
This problem was discovered while I was working on #1647 today. To reproduce:
|
|||||||
#2000 | # sign is not escaped when uploading a file | Bug | Normal | FCKeditor 2.6 | File Browser | |||
Description |
If I have a file with a pound sign # in it, it is not escaped when I upload it. Ticket #182 fixed most escaping issues, but using encodeURI() doesn't escape everything (e.g #). That's actually good since currently it's applied to the whole URI, and for characters like : and / we don't want those escaped in "http://" for example. See http://xkr.us/articles/javascript/encode-compare/ which shows the different encode functions. My suggestion would be to NOT encode anything in javascript. Rather, update all connectors to encode the file name (and/or url). In php, this would use the rawurlencode() function. Then that fully-encoded file name would be appended to the unencoded domain+directory. |
|||||||
#2001 | Numeric entities are not preserved | Bug | Normal | Core : Output Data | ||||
Description |
If I use the Insert Special Character dialog and choose a character that uses an entity number, e.g. ‛ or ► (right pointing triangle, in this case), intead of an entity name, e.g. ™ or •, the actual character goes into the editor window rather than the entity number/name (which can be viewed in source). On saving, the character is replaced with a question mark. I notice that if I paste an entity number into view source, then click out and back to source again, the number is converted to the name, except for numbers ‛ and ►. These are converted to the characters, which one save are replaced with question marks. |
|||||||
#2002 | Maximize editor button is broken | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
Steps to reproduce:
|
|||||||
#2003 | Using Javascript (AJAX) to send data. Content terminated at <p> </p> | Bug | Normal | General | ||||
Description |
I am trying to push the content generated using the FCK Editor using javascript (ajax) The var to which i assigned the data has all the content that is input ... however the server receives only the data prior to the </p> where there is <p> </p> in the content. This though does not seem to be the problem with FCK ... anticipating help from someone in the know of a solution to such a problem |
|||||||
#2004 | Create URL on image | Bug | Normal | UI : Dialogs | ||||
Description |
When the image in editor not text-selected, the url creation dialog fails on ok or cancel buttons and can not be closed. I've created a stub, currently but not a fix. if fckdialog.html: EnsureSelection : function() { if ( FCKDialog.SelectionData )
}, |
|||||||
#2006 | Decouple XmlResponse from Request | Task | Normal | FCKeditor.Java 2.4 | Server : Java | |||
Description |
no desc |
|||||||
#2010 | ie 6 table bug | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
When loading this page in IE 6.0, it is impossible to use the "Wikitext" button. The javascript error says Line: 590 Char: 5 Code: object doesn't support this property or method Code: 0 Url: .../extensions/FCKeditor/fckeditor/editor/fckeditor.html?Instancename=wpTextbox1&Toolbar=Wiki <br> the code on the page is (and yes, it is badly formatted html, but still a bug): === Foreground === * You should have the following files under <nowiki>~</nowiki>/t/t {| width="100%" cellspacing="2" border="0" |- | <font size="1"></font><br> | t.for | t.for' |- | <font size="1"></font><br> | t.for | t.for' |- | <font size="1"></font><br> | t.for | t.for' |- | <font size="1"></font><br> | t.for | t.for' |- | <font size="1"></font><br> | t.for | t.for' |- | colspan="2" | <font size="1"></font><br> | t.inc' |} keep up the great work! cheers, mike |
|||||||
#2012 | Floating dialogs: possible to position outside document | Bug | Normal | UI : Floating Panel | ||||
Description |
It's possible to drag a floating dialog outside of the document (e.g. beneath the browser's toolbars). Tested in Firefox 2.0.0.12 |
|||||||
#2013 | Nested lists inherit their parents attributes (including id) | Bug | Normal | Core : Lists | ||||
Description |
Best explained with an example: <ul id="foo" class="bar"> <li>Item1</li> <li>Item2</li> </ul> When increasing the indent on Item2 so it becomes a sublist of Item1, it somehow inherits the original list's id & class...like so: <ul id="foo" class="bar"> <li>Item1 <ul id="foo" class="bar"> <li>Item2</li> </ul> </li> </ul> Which is pretty bad, especially for the id. On a related note: adding an item to the list below causes the item's class to be copied. In this case the id is not copied, luckily. <ul> <li id="foo" class="bar">Item1</li> </ul> <ul> <li id="foo" class="bar">Item1</li> <li class="bar">Item2</li> </ul> I'm not sure I understand the reasoning behind copying attributes of parents / siblings. It seems to me that it should at least be configurable behavior. Then again, there might be a catch that I'm missing. regards, Simon |
|||||||
#2014 | Context Menus cutoff | Bug | Normal | UI : Context Menu | ||||
Description |
Menus are getting cut off on different machines running XP and IE 6. One is a 15 inch laptop with a resolution of 1280x800 and the other is a computer w/monitor with resolution of 1440x900. |
|||||||
#2015 | Double clicking a word selects the following space as well | Bug | Normal | General | ||||
Description |
Double clicking a word to select it should select only the word, not the space which follows it. |
|||||||
#2016 | Error Opening Links Dialog with IE7 | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
Error Message: Line: 103 Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. Cause: Invoking the links dialog for properties of either an existing anchor or 'mailto:' when using IE7. This dialog can open three different ways based on link type for which it'll be a properties dialog; namely 'url', 'anchor', or 'email'. The error is true for both 'anchor' and 'email' since the element on which focus gets placed is specific for 'url', and so is invisible for the other two cases. Replacing line 162 of 'dialog/fck_link/fck_link.js' that reads like: SelectField( 'txtUrl' ) ; with valid (and sensible) places to put focus based on the three conditions: switch( document.getElementById( 'cmbLinkType' ).value ) { case 'url' : SelectField( 'txtURL' ) ; break ; case 'email' : SelectField( 'txtEMailSubject' ) ; break ; case 'anchor' : document.getElementById( 'cmbAnchorName' ).focus() ; } fixes it for me. (SelectField isn't totally valid for anchor) FF seems not to care, but IE does. (SVN build 18395) |
|||||||
#2017 | Make FCKeditorAPI.__Instances public | New Feature | Normal | FCKeditor 2.6 | General | |||
Description |
Put it in the docs and present it as a public thing so people can easily access every FCKeditor instance on the page. E.g. (currenlty) if (FCKeditorAPI) { for (fckeditorName in FCKeditorAPI.__Instances) { if (FCKeditorAPI.GetInstance(fckeditorName).IsDirty()) { changesMade = true; break; } } } |
|||||||
#2018 | FCKeditorAPI is not cleaned up when removing editor instances manually from the page | Bug | Normal | FCKeditor 2.6.2 | General | |||
Description |
The fix for #183 broken the FCKeditorAPI "Instances" object cleanup. The "_test/manual/fckeditorapi/test1.html" test page shows the problem. |
|||||||
#2019 | Hidden Form Field Dialog Won't Close | Bug | Normal | UI : Dialogs | ||||
Description |
In the 2.6 Beta, when adding a hidden form field to a form, the field is added below the dialog window, but the dialog cannot be closed by ok, cancel, or x. This is reproducable in the demo. |
|||||||
#2020 | Firefox: cannot post/receive data while FCKeditor was placed in a UpdatePanel | Bug | Normal | Core : Output Data | ||||
Description |
This bug appears in Firefox only. It's not compatible with ASP.NET AJAX. (Fx3.5) FCKeditor does not work correctly in Firefox if it's placed in a UpdatePanel. (Can not post the content.) But IE is ok. e.g. <asp:UpdatePanel id="p" runat="server">
</asp:UpdatePanel> void submit_Click(object sender, EventArgs e) {
} |
|||||||
#2021 | Caret remains in editing area after placeholder dialog is opened in IE. | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
Reproduction procedure:
|
|||||||
#2023 | FitWindow (Fullscreen) IE -> after close, with changes to 100% | Bug | Normal | General | ||||
Description |
If I use the Fullscreen option in the editor, it shows the editor correctly in full window modus, but after close it takes up full width, instead of original size. It's breaking out it's box! The editor is enclosed within a div with a fixed with (740px) en the editor has a width of 100%. This problems only seen on IE 7, firefox (2.0) works fine. |
|||||||
#2025 | Installation error! | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
Fatal error: Call to undefined method Parser::parser() in H:\TaxCon\BaseSite\extensions\FCKeditor\FCKeditorParser.body.php on line 29 This error came in when I installed this editor on MW 1.12rc1 |
|||||||
#2026 | IE6 + MediaWiki Extension: Minor edits within an existing line crash IE6 | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
This occurs in both IE6 SP1 and SP2, on both Windows XP and 2000. FCKEditor version is 2.5.1 Steps to reproduce:
blah blah Integration blah blah
IE6 craches with an access violation. |
|||||||
#2027 | Context menu is hidden behind Firefox context menu | Bug | Normal | FCKeditor 2.6.1 | UI : Context Menu | |||
Description |
I've found a couple of bugs regarding context menus, but couldn't find similar issue. Latest Ubuntu 7.10 + Firefox 2.0.0.12 (no additional plugins). Tested on: latest nightly build of FCKeditor, 2.4.3, CFKinder 1.2. Open FCKeditor, right-click with your mouse (anywhere). Firefox context menu appears, FCKeditor menu is hidden below (I barely see it). I have to left-click once again to switch off Firefox context menu and access FCKeditor menu. |
|||||||
#2028 | Page break button causes JavaScript error when EnterMode = 'br' | Bug | Normal | FCKeditor 2.6 | General | |||
Description |
To reproduce the bug:
This bug is related to #1853 as the problem is caused by FCKDomRange::SplitBlock(). |
|||||||
#2029 | [IE] Inserting (empty) table and save content leaves a question mark on top of the table | Bug | Normal | Core : Output Data | ||||
Description |
Browsers tested: IE7, FF2.0.0.12 Browsers affected: IE7 To reproduce: Start editor, add a table, close table dialog with OK, save this data to a database (I use: FCKeditor1.Value to get the output of the FCKeditor). Now view your content in a webpage. You can see a question mark on top of the table. This question mark is not visible in the editor the first time you added the table, when you want to edit this data, you can see it in your FCKeditor. From time to time when you click on 'Code' the question mark disappears. The following code can be the output: (The border stuff is a customization i made on the table) <p> </p> <table style="border-right: 1px; border-top: 1px; border-left: 1px; border-bottom: 1px" cellspacing="1" cellpadding="1" width="200"> ? <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> You can see that the question mark is in the location of the caption tag, which is not, when you try to edit the content you see the question mark, when you ask the table properties and you specify the caption, you see the question mark above the caption. I know i don't have content in the table, I am experiencing this problem from time to time when i am adding content. And i notice that in the final result (after the save). PS. About the border stuff. On the fck_table.html I've added in the Ok function the following lines: table.style.backgroundColor = GetE('txtBackColor').value ; table.style.borderWidth = GetE('txtBorder').value + "px" ; table.style.borderColor = GetE('txtBorderColor').value ; table.style.borderStyle = GetE('selBorderStyle').value ; I don't think this is causing the problem. |
|||||||
#2030 | interwiki links are rewritten | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
if you have
|
|||||||
#2031 | onPaste vs CharCount pluign | New Feature | Normal | General | ||||
Description |
I am using the CharsCount plugin in a Medical Exam application. The application allows users to submit articles by typing or pasting from a word doc. This works fine until the user attempt to paste an article longer than the required length. Rather than cut off the article after the require length, the paste simply does not work. I know that the CharsCount plugin is what may be the problem. How do I code the FCKeditor to throw an alert, when the paste fails....? Or in other words, how do I throw tweak the code in the CharsCount plugin to throw an alert when the editor has reached it's limit. Thank you. |
|||||||
#2032 | Create samples for Flash and "Old HTML" configurations | Task | Normal | FCKeditor 2.6.3 | General | |||
Description |
FCKeditor is by default set to work with XHTML 1.0 Transitional. Today we have sample14.html, which is a nice demonstration on how to configure FCKeditor for XHTML 1.1. We should create other two samples that match some important usage cases: Flash and Old HTML. Flash accepts a limited number of tags. A reference for it can be found here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808 The old HTML sample should be called "Legacy Tags". It should be configured to work with <b>, <i> and <font> tags. |
|||||||
#2033 | can't upload some types of files | Task | Normal | General | ||||
Description |
I have checked the file that I think is the one that gives the permissions for which files can be uploaded. All the files that I would are listed. I will try and attach that file. Hopefully it works. Any assistance that you could give would be gratefully received. |
|||||||
#2034 | oConnector is undefined in frmresourcetype.html and frmfolders.html | Bug | Normal | File Browser | ||||
Description |
This may be an old bug, because I was able to reproduce it in 2.6, 2.5.1 and in 2.4.3. The translation of error message is not exact, because I'm using Polish version of Windows XP. Note: this has been tested on a local computer: the web server (Apache 2) and the file browser are running on the same machine. Steps to reproduce:
When you load file browser once again, everything is fine. I couldn't reproduce it in Firefox. Also it didn't happen, when I tried to reproduce it in IE7 on computer B (Apache is running on a computer A in a local network). |
|||||||
#2037 | Additional debug function | New Feature | Normal | General | ||||
Description |
This is a proposal to add a new method in the FCKDebug object to send debug messages to the error console (without an additional window, it's specially useful while debugging in chrome) |
|||||||
#2038 | mediawiki integration: ancho addresses are destroyed | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
When i insert an anchor of the form |
|||||||
#2039 | Find locks for successive searchs | Bug | Normal | FCKeditor 2.6.1 | General | |||
Description |
Steps to Reproduce
It will successfully find the first two occurrences, in "some" and "sample". After that, it blocks on the last found position and don't continue through the remaining occurrences inside "text", "are" and "FCKeditor". |
|||||||
#2040 | Styles aren't applied in an optimal way | Bug | Normal | CKEditor 3.0 | Core : Styles | |||
Description |
Load sample01, in IE or Firefox, double click the sample and click the italics button. The html generated is This is some <i><strong>sample </strong></i><strong>text</strong>. But it seems that it would be more logical to generate This is some <strong><i>sample </i>text</strong>. |
|||||||
#2041 | Error opening the Link dialog the first time in Firefox | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
Load sample01 in Firefox2 and click the link button. An error appears in the js console "element has no properties" called from SelectField("txtURL"); onload(); but opening again the dialog works fine. |
|||||||
#2042 | Executing the FitWindow command from the shortcut without a button raises an error | Bug | Normal | FCKeditor 2.6 | UI : Toolbar | |||
Description |
load sample09, put the focus in the first editor and press the Ctrl+Alt+Enter combo to execute the FitWindow command, an error is generated (it doesn't matter the browser):
this._UIButton has no properties |
|||||||
#2043 | The FCKDebug code should not be included in the compressed files | Task | Normal | FCKeditor 2.6.2 | General | |||
Description |
We don't need anything from FCKDebug when normally using the editor. We should be able so to avoid including its code inside the compressed files to save some bytes from it. The solution would be loading fckdebug.js by request, only if debugging is enabled. Our code may have some debugging calls laying around, so the compressed files should still contain the debugging functions, but those should be empty. We could use @Packager.Remove.Start and @Packager.Remove.End to easily achieve that. |
|||||||
#2044 | I lose titles on my tables with the MediaWiki plugin | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
When I switch to the Wikitext version, I lose the titles on my tables. I use a nightly build (2008/03/05). I realized a small patch for the /plugins/mediawiki/fckplugin.js file. You must change the line 317 "stringBuilder.push( '|' ) ;" with the text bellow (in the "table" switch/case of the _AppendNode function). if (htmlNode.rows[r].cells[c].tagName.toLowerCase()=="th") {
} else {
} Best regards. |
|||||||
#2046 | Math formula issue in mediawiki+fckeditor | Bug | Normal | Project : MediaWiki+FCKeditor | ||||
Description |
I want to use formula tools in my mediawiki. I integrate the fckeditor into mediawiki successfully. Then I install the math requirements, it do can render math images, but doesn't works well. when I input a formula in the formular dialog, then submit, the math image doesn't show immediately, but a image placeholder. If I click the "wikitext" button, it seems work well with a conversion to real wikitext like "<math>formula</math>". Then click the "wikitext" button, the required math image turns out. The most important, while save this page, it becomes [[image:|formula]]. there must be a solution to this problem, for a successful example exists in "http://mediawiki.fckeditor.net/index.php/Sandbox", it works quite well. |
|||||||
#2047 | Image link bug in IE 6 & 7 (in FCK 2.6 beta) | Bug | Normal | General | ||||
Description |
If you select image and set link using link-button (not image link properties), the link "popup" window doesn't close after you have set the link. After link is set OK or Close -buttons don't work. |
|||||||
#2048 | Allow to split cells only if they have been merged | Bug | Normal | General | ||||
Description |
I don't know about you, but in my mind splitting a cell that hasn't been previously merged just looks strange. By restricting those operations only to cells that have colspan or rowspan >1 we will avoid ugly tables and the code will be very easy to manage, we just need to decrement the colspan or rowspan value, there's no other things to worry about. |
|||||||
#2049 | Minimified CSS keeps cursor: hand instead of pointer | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
the compressed version of fck_dialog_common.css keeps the IE only syntax instead of the W3C value when it compresses this rule .BtnOver { border: outset 1px; cursor: pointer; cursor: hand; }
into
As explained in #1644 only IE5.5 needs that value and now it will force us to manually adjust the compressed versions of CSS. |
|||||||
#2050 | Line breaks after bold lines are missing the nbsp | Bug | Normal | General | ||||
Description |
Steps to reproduce
Expected result: <p><b> </b></p> Observed result: <p><b></b></p> Consequences: The line you intended to add after the bolded line will not appear when the page is saved and viewed. Note: This occurs with other style tags as well. Standard ticket submission mantra: I searched but did not find, if I erred, the fault is mine. |
|||||||
#2051 | Command-z shortcut fails to undo text formatting under OS X/Firefox | Bug | Normal | Core : Undo & Redo | ||||
Description |
The ctrl-z shortcut functions as expected, and command-z works for pure text changes, however command-z fails when trying to undo text indents, list changes, bold, etc. This has been observed under 10.4, and 10.5 using Firefox. |
|||||||
#2052 | Add "ID" option in forms element | New Feature | Normal | General | ||||
Description |
Sorry for my poor english When i create a Form in the editor don't add ID to form or element. XHTML 1.0 strict need form ID and not use name to form. If you need a Javascript validation for the element created with the Editor need a ID. Thanks |
|||||||
#2053 | Connector interpretes parameter wrong | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |||
Description |
For details please check the original ticket reported by mosipov: #1944. |
|||||||
#2054 | File browser does not work under domain relaxation mode | Bug | Normal | FCKeditor.Java 2.4 | Server : Java | |||
Description |
For details please check the original ticket reported by martinkou: #1919. |
|||||||
#2055 | MergeDownCells error | Bug | Normal | General | ||||
Description |
FCKEditor2.5 IE6.0 MergeDownCells twice Error! if ( tableMap[j-1] && tableMap[j-1][i] == cell )
} result is old:1 new:1 so I changed it:
add to count cell.rowSpan:wangxiuling
Scan by columns and set rowSpan.
{
add by wangxiuling cell.rowsCount++;
Insert physical rows and columns to the table.
add by wangxiuling
|
|||||||
#2056 | fckdialog.html is invalid xhtml | Bug | Normal | FCKeditor 2.6.1 | General | |||
Description |
The fckdialog.html file has an XHTML doctype but doesn't validate: This is mainly because there are a lot of & < and > in the inline javascript code. The easiest would be to move the javascript code to a javascript file i guess. This is a real problem when integrating with zope where the .html files might be parsed before delivery. The parsing breaks because of the invalid html. |
|||||||
#2057 | Strange behavior of fix for #1990 (IE selection re-work) | Bug | Normal | FCKeditor 2.6 | UI : Dialogs | |||
Description |
It seems like the InsertHtml() function from a floating dialog is getting executed about 10 to 15 times. It is not noticeable using the 'insertbug' plugin as it is attached to #1990. However, if you replace the 'Insert Text' string that gets inserted with content that is taller than the editor window, you can then see the up/down rapid flickering from what appears like multiple re-insertions. Ultimately, it does end up working correctly, but the behavior is strange. This doesn't happen with FF. However, the ultimate result isn't consistent between FF and IE. With FF, what gets inserted is not selected, but with IE it does end up selected. SVN build 18515 |
|||||||
#2058 | Tweak fckeditor.py to support WSGI | Bug | Normal | Server : Python | ||||
Description |
The fckeditor.py module assumes a CGI environment by hardwiring os.environ into FCKeditor.IsCompatible. The attached patch adds an Environ attribute to the class, which, if set after instantiation but before Create is called, will be used instead of os.environ. This allows the caller to use the module in a long running process, for example, by substituting a WSGI environ for the CGI environ. |
|||||||
#2059 | 'ToolBar' typo in fckeditor.py | Bug | Normal | General | ||||
Description |
The fckeditor.py module has a type: ToolBar instead of Toolbar. The attached patch fixes this. |
|||||||
#2060 | Find focus text by scorlling entire page in Ie6 (maybe Ie7) | Bug | Normal | General | ||||
Description |
In Ie6: When you have an FCK Editor (2.6 -- not in 2.5) and use "Find/Replace", if the FCK area is somewhat to the left of the screen and scrolling is available in the window... the "focus" command for highlighting the found text scrolls the entire window such that the FCKEditor is touching the left border of the window. In other words, the focus of highlighted text works on the entire window instead of the editor area/iframe only. |
|||||||
#2061 | can't upload some types of files | Bug | Normal | General | ||||
Description |
I am unable to get several file types uploaded from the frontend using this editor. I work for a school and somehow got stuck being the webmaster even though I have no knowledge of php other than random guesses. The gentleman at my school district who installed joomla for me tried to fix the problem, but he up and quit without finishing my problem (which I submitted to him months ago). I have tried everything that I can think of and I am at my wit's end to get this fixed so I can have teachers help make and maintain their own portion of their website. The only error message I get when I try and upload a .doc document to the server is that the file type is invalid. This is what the guy at the district said when he left concerning my problem. "I have found and changed all the appropriate files, though for some reason that has me a bit stumped it does not take effect correctly. The odd things about the whole situation is if I remove items from the allowed lists they no longer work as expected, but I if added new items to the same lists they do add functionality." I have no idea if this makes a difference, but it is installed on a Mac OS X server and I generally speaking use firefox for my browser. Let me know what other information you might need to help me out if possible. |
|||||||
#2062 | [FF] Merge Down and Merge Right doesn't work | Bug | Normal | General | ||||
Description |
I've encountered a bug while reproducing bug #2055 and checking the FF behaviour. It seems it's impossible to merge cells down and right. Steps to reproduce:
Not only options : Merge Down and Merge Right aren't present but the Merge Cells option is disabled as well. This bug doesn't occur in IE6 and IE7. Browser: Firefox 2.0.0.12 OS: Windows XP FCKeditor versions affected: 2.6beta and the current SVN |
|||||||
#2063 | Problem on uploading file | Bug | Normal | FCKeditor 2.6.1 | Server : ASP | |||
Description |
I try to upload a file, but I have this error : ADODB.Stream erreur '800a0bbc' Impossible d'écrire dans le fichier
In English, it means "Impossible to write in the file".
Here, the file path generated by fck :
The problem is due to a concatenation of IIS server path and file path.
IIS path is like that I have updated the file "class_upload.asp" to correct my problem : Function SaveAs, I add this line : sFileName = replace(sFileName, "/", "\") I think i'm not the first guy to use IIS and FCK. So, why i have this problem ? |
|||||||
#2064 | Support using FCKeditor as XML editor | New Feature | Normal | General | ||||
Description |
FCKeditor is a great HTML editor, but I would like to see support for editing color-coded XML in the editor. In my web app, I would like to give an administrator of the system the option to edit XML configuration files directly. Thanks for the consideration, J.R. |
|||||||
#2065 | Floating dialogs fail to block editing area focus when Tab key is pressed | Bug | Normal | FCKeditor 2.6.1 | General | |||
Description |
To reproduce the bug:
This bug is pretty obvious to users who are used to switching UI widget focus via the Tab key so it should block the final 2.6 release. |
|||||||
#2067 | Lose content with IE 6 & 7 | Bug | Normal | General | ||||
Description |
Here is what I am using:
|