Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (101 - 200 of 386)

1 2 3 4
Ticket Summary Keywords Owner Type Status Priority
#1281 Undo move cursor to the end of the document in IE Pending Bug closed Normal
Description

Test step:

  1. type some content in FCKeditor (multiple paragraphs)
  2. at the end of 1st paragraph, type text, like "abc"
  3. press undo
  4. type "def"

You can find the the "def" appear at the end of the document. IE7 has this issue, FF 2 do not, I am not sure about IE6.

#1326 Justificacion breaks Internet Explorer 6 Pending Bug closed Normal
Description

If i select a text an press justify left icon on Internet Explorer 6 it crash. Fckeditor version 2.4.2 Internet Exlorer version 6.0.2900.2180.xpsp_sp2_gdr.070277-2254

Greets

#1329 Adding border to an image causes image not to show up on the page Pending WorksForMe Bug closed Normal
Description

Whenever I add a link to an image and then add a border to that image, the image no longer appears on the page. For some reason, the source seems to be truncated by this process, as you can see in the attached screenshots. If I then remove the border from the image and apply the change, the image still doesn't show up. The only way I can get it to show up is to go into the source view and remove the class="" attribute that is automatically added when I try to add the border.

I am using IE 7 on Windows XP Pro SP2.

#1332 Empty <blockquote> is created when getting a paragraph out of it Pending Bug closed Normal
Description

An empty <blockquote> is created when getting a paragraph out of it. Steps to reproduce:

  1. Activate the "Show Blocks" feature
  2. Start typing some text
  3. Activate the blockquote feature
  4. Strike [enter] to make a new paragraph
  5. Type some text again
  6. Set the caret to the second paragraph
  7. Deactive the blockquote feature

This will get the <p> out of the <blockquote>, but will also create an empty <blockquote> after the <p> element.

#1338 Avoid hardcoding border width for Gecko browsers HasPatch Pending Bug closed Normal
Description

Gecko browsers assume that xEditingArea has a 1-pixel border. Changing this to be determined dynamically would allow greater customizability in skins (for example, a borderless editor or an editor with a beveled border).

#1342 Editor is not shown in Firefox 3.0a9pre Pending WorksForMe Bug closed Normal
Description

I know Firefox 3 is not stable yet, and I don't know if it is a Firefox Bug or not.

Error: FCKeditorAPI has no properties
Source File: (Path_to_FCK)/fckeditor/editor/js/fckeditorcode_gecko.js
Line: 37

Windows XP, Firefox 3.0a9pre

#1354 FCKEditor does not appear on Joomla admin page Pending Bug closed Normal
Description

Hi!

I'm using a PC with Windows XP SP2/Firefox 2.0.0.7. We are running a server with SuseLinux10.2/PHP5/mySQL5 and using the Joomla CMS with FCKEditor mambot v2.4.3. We realized that on the admin pages of Joomla (backend) FCKEditor doesn't appear since Firefox latest update. (I tried again, it works on 2.0.0.6 and doesn't on 2.0.0.7). FCKEditor works on the front-end side, but doesn't work on the back-end. I attached the screenshot showing the errors.

Thanks, Peter Csongedi

#1378 Unpredictable behaviour using Styles Pending Bug closed Normal
Description

I'm experiencing odd behaviour with Styles based on the Span tag.

You can replicate this in the demo page at http://www.fckeditor.net/demo:

  • Create some paragraphs. eg create 6 paragraphs with the text ('One', 'Two', 'Three', Four', 'Five', 'Six').
  • Select the 5th paragraph and apply the Custom bold style.
  • Select the 2nd and 3rd paragraphs and apply the Custom bold style.
  • Switch to source view and switch back to design view
  • A gap will have appeared before the paragraph 'Four'.
  • Switch to source view and switch back to design view again.
  • More gaps will have appeared, and paragraphs will now appear in the order ('One', 'Four', 'Five', 'Two', 'Three'). Only 'Five' is now bold.

I have experienced different variations, but this is the easiest to replicate. As far as I could tell the problem applied when more than one <span> tag appeared on a page. The first tag seems to get incorrectly closed.

As far as I can tell the bug does affect the saved HTML.

#1394 Pasting from MS Word doesn't work in IE7 Pending Bug closed Normal
Description

Sometimes I see different view before and after uploading text with pictures to my site via FCKeditor when use paste from MS Word. Everytime I paste from Word, after uploading to server, I see this text united into one piece. Before upload I see everything correct in FCK. Trying to edit it with enter and delete keys have no successs, I can fix it only via source. I get somehow <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div>

I've noticed everything works fine with Firefox and Opera and all these problems happens only using IE 7.

#1402 Safari: Image linking doesn't work beta 2.5 Pending WorksForMe Bug closed Normal
Description

I am using safari 522.12.1 (beta 3.0.3) and also tested with Webkit build 26183. When I click on the add image icon the dialog box displays and I can browse the server looking for images or upload an image but when I select an image it does not show up in the dialog box and it does not allow me to close the dialog box to actually add the file to my document.

The dialog box works correctly in Firefox.

OSX 10.4.10

#1413 perl connector quick upload does not work Pending WorksForMe Bug closed Normal
Description

perl connector quick upload does not work.

Progress bar is shown shortly but no file is uploaded an no error is given.

my configuration:

perl 5.8.8 on ubuntu breezy

Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7

Ticket #1412 and #1408 (for upload.cgi) are fixed here.

UploadURLs are declared in external_configuration.js

#1438 Combo Menus Don't Reposition with FitWindow Pending WorksForMe Bug closed Normal
Description

When you click on the FitWindow button to maximize the editor, and then clcik on one of the combo boxes in the editor, the comno boxes have not moved so they are still positioned under their corresponding menus.

#1439 BASE HREF tag results in _base_href attributes in other tags Pending WorksForMe Bug closed Normal
Description

In FullPage mode, when the document has a BASE HREF tag, something (I suspect Firefox/Gecko rather than FCKeditor but I'm not sure) is inserting a bogus _base_href attribute into nearly all of the other tags in the content. An example (enclosing angle brackets removed from tags) -- Given:

BASE HREF="http://www.theonion.com/onion3740/choosing_a_health_club.html"

img width="300" align="right" alt="Choosing A Health Club" src="http://graphics.theonion.com/pics_3740/health_club_tips.jpg" height="453" border="0"

Becomes:

img width="300" height="453" border="0" align="right" alt="Choosing A Health Club" src="http://graphics.theonion.com/pics_3740/health_club_tips.jpg" _base_href="http://www.theonion.com/onion3740/choosing_a_health_club.html" /

(I was testing on a page scarfed off The Onion website.) That _base_href attribute is not present in the original source. Also the original source was not XHTML so the trailing slash in the img tag was added, but that's less interesting than that the document now has 30 repetitions of the base URL scattered all through it.

#1440 Inconsistent drag-and-drop behavior Pending WorksForMe Bug closed Normal
Description

When dragging content into an editor, FCKeditor complains that browser security settings don't allow access to the clipboard. However, dragging into the subsequent "Paste" dialog works beautifully, which begs the question: why couldn't the content be dragged into the original editor window?

Steps to reproduce (I ran this on Windows XP SP2, with IE 6.0 and FireFox 2.0.0.7) 1: Fire up an FCKeditor demo (I used http://www.fckeditor.net/nightly/fckeditor/_samples/default.html as of 19 Oct 2007) 2: Drag and drop some formatted text (from another web browser, from Word, whatever..) into the editor. 2a: Observe that "Paste" dialog is opened, with instructions to manually cut and paste. 3: Drag and drop the same formatted text into the textbox of the Paste dialog 3a: Observe that the text and formatting (even the extra tag stuff from Word) are inserted.

Hope this helps! RR

#1445 Mediawiki and FCKeditor Pending Bug closed Normal
Description

Hi, I just recently established a mediawiki site with FCKeditor extension. However, the formula does not work. after you type the markup expression in the popup formula window, the formula cannot show up.

Also why there are no font color toolbar in the editor?

My site is www.spanrmit.com/gnsswiki only a couple of pages need login to edit...

Thanks

#1448 Menu bar doesn't appear with Safari/Mac Safari Pending Bug closed Normal
Description

After installing FCKeditor 2.5 on a site, server PHP 4, it works with Internet Explorer and Mozilla FireFox, but with Safari/Mac the menu bar is not displayed. Is there something I forgot to change in config.php and fckconfig.js or some other files ?

#1452 Style Dropdowns are translucent Pending WorksForMe Bug closed Normal
Description

The Style, Format and Font Dropdowns are transparent and hence you can see the content of the Editor in the background. Attached an image

#1456 Cyrillic characters being corrputed Pending WorksForMe Bug closed Normal
Description

If I paste in this text (or other similar text):

Методологиа

the outputted HTML is

&ETH;&oelig;&ETH;&micro;&Ntilde;'&ETH;&frac34;&ETH;&acute;&ETH;&frac34;&ETH;&raquo;&ETH;&frac34;&ETH;&sup3;&ETH;&cedil;&ETH;&deg;

which appears online as

МеÑ'одологиа

#1458 Mediawiki: Safari 3.0.3 preview problems Pending WorksForMe Bug closed Normal
Description

http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7271

"Hello, we where able to see a toolbar but live preview not working" (macintosh + Safari 3.0.3).

I can confirm that the same problem occurs on Safari 3.0.3 (522.15.5) + Win XP/SP2. From time to time when switching back from wikitext mode, everything dissapears. It seems that ajax calls don't work (?).

#1461 Safari: Â appears when pasting from Word Pending Bug closed Normal
Description

When I paste text from word strange symbols like  appear. See video http://tomhess.net.29.m6.net/mytemp/pastefromword.rar My page has UTF-8 encoding. I use fckeditor 2.5 beta. Actually the same problem appears in all text editors I have tried, so I guess it may be safari bug and not fckEditor problem. Just want to let you know about it, maybe you can fing solution.

#1463 FCKConfig.EnterMode doesn't work properly Pending WorksForMe Bug closed Normal
Description

When I modify this config directives:

  • FCKConfig.EnterMode = 'br' ;
  • FCKConfig.ShiftEnterMode = 'br' ;

The editor create "<br />" tags when press Enter, but delete first "<p>" and last "</p>" tags around my sentence.

Same result under Firefox 2.0.0.7 and IE 7.

#1465 corestyles/stylelabel applied on div entermode Discussion Pending New Feature closed Normal
Description

Using ie. div in EnterMode produces a clean div tag that embraces its content upon pressing enter or when loading the editor. Ie. <div>New paragraph</div>

Could it be possible that the div-tag created by EnterMode to be affected by DefaultStyleLabel and/or CoreStyles?

For instance, if having

FCKConfig.EnterMode = 'div' ;
...
FCKConfig.DefaultStyleLabel = 'myClass1' ;
...
FCKConfig.CoreStyles = 
{
...
'div' : { Element : 'div', Attributes : { 'id' : 'myDiv1' } },
...

the EnterMode currently produces:

<div>Text</div>.

When it really should produce

<div class="myClass1" id="myDiv1">Text</div>
#1466 SpellerPages and CGI error Pending WorksForMe Bug closed Normal
Description

HI ... i upgraded from 2.3.2 and now the speller page get an error. and i did see some differences in spellchecker.php

The error i get every time is:

CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers

When i switch back to the old version it works np. Can you help?

INFO: Runing IIS 7 on Windows 2003 Ent Server PHP V 5.2.3

Thanks much.

Terry

#1484 When a form has a element's name called "style",click "fullscreen" button will raise a error! Pending WorksForMe Bug closed Normal
Description

When a form has a element's name called "style",click "fullscreen" button will raise a error! Version: 2.5 beta 16848, File: fckeditor\editor\_source\internals\fcktools.js, Error at line 457, Context:

FCKTools.ProtectFormStyles = function( formNode )
{
	if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
		return [] ;
	var hijackRecord = [] ;
	var hijackNames = [ 'style', 'className' ] ;
	for ( var i = 0 ; i < hijackNames.length ; i++ )
	{
		var name = hijackNames[i] ;
		if ( formNode.elements.namedItem( name ) )
		{
			var hijackNode = formNode.elements.namedItem( name ) ;
			hijackRecord.push( [ hijackNode, hijackNode.nextSibling ] ) ;
			formNode.removeChild( hijackNode ) ;
		}
	}
	return hijackRecord ;
}

a sample form:

<form method="POST" name="myform" action="addproduct.asp?action=save">
<input type="text" name="style" value="THIS ELEMENT WILL RAISE THE BUG!">
<textarea name="detail" id="detail" rows="20" cols="50">null...</textarea>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'detail' ) ;
oFCKeditor.BasePath	= '/fckeditor/' ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
</form>
#1485 IE: shift+enter brakes formatted text Pending Bug closed Normal
Description

Hello,

I lately installed MediaWiki+FCKeditor from the SVN trunk (rev 1055). Once again, as always, I'm experiencing problems with linebreaks and pre tags. The topic is getting annoying, but i tried quite every patch available here, and either they were already applied or they simply don't work as intended.

I'll go trough usecases, for IE 6.0 and Gecko (FireFox). I'm using FireFox 2.0.0.8 on Linux (Gecko 20071020).

Usecase 1 - Add normal text and apply Formatted to it

I write text normally, using SHIFT+Enter for the linebreak. I select the whole text i've written and apply the format "Formatted". It displays the text nicely, as expected by me. Now, by pressing on "Wikitext", the following happens:

Internet Explorer: Internet explorer completely behaves as intended. Switching around does not screw up anything.

Firefox Firefox behaves differently. Switching the first time to wikitext, the following text is displayed:

<pre>test<br>testt<br>testtest</pre>

Switching back, this linebreaks show up in the wikitext in a format block Next time i switch to the wiki text, the following is displayed:

<pre>test&lt;br&gt;testt&lt;br&gt;testtest</pre>

Which was not intended by me. No need to mention that the linebreaks were lost within the pre block by the first time switching.

Usecase 2: Editing already formatted text

Well, i created a page, formatted it, and did NOT switch to the wikitext. I saved the page, and went on "edit", or use the "preview" function. Now, i add up some line, the following happens

Internet Explorer The internet explorer on the first shift + enter won't let me add any line. Instead of this, IE adds some pre tags (shift+enter?)

<pre><pre>test
testtest
testtesttest</pre><pre></pre></pre>

By switching back, the view is screwed up (of course).

If i press new line, and start writing (note: the curser did NOT switch to the next line yet), it works properly.

If i add something pressing two times SHIFT + Enter, the pre tags get screwed up again:

<pre><pre>test
testtest
test
testt</pre><pre></pre>

test</pre>

Firefox Doing the same with firefox, firefox again screws up the newlines with br (of course), as described in usecase 1. For the field added (the newline), firefox does the following:

<pre>test<br>testt<br>testtest test</pre>

which means it does not convert the newline into a break anymore, but a blank instead of that. It does not screw up the pre tags though, as IE does.

I hope you can reproduce this problems.

Yours, Georg

#1486 Opera: Error in the console when using the Fullscreen button Pending Bug closed Normal
Description

Tested in windows with build 9613

Using the fullscreen button raises this error in the console.

JavaScript - Script of unknown origin
Unknown thread
function( e )
		{
			listener.apply( sourceObject, [ e ].concat( paramsArray || [] ) ) ;
		}

Without a JS debugger it will be difficult to find exactly the problem

BTW, this build has a horrible behavior in the url bar, looks like it keeps loading something and it's quite annoying.

#1493 Possibility to define the default block element attributes Discussion Pending New Feature closed Normal
Description

It would be nice to have the ability to define the attributes the default block element should have. We are using 'p' as entermode and only classes to define the different styles in the text.

The customer have the option to define the default paragraph style. It would have been nice if every methods instead of creating a empty paragraph tag created a paragraph with default attributes (e.g. default classname).

#1494 BR AND P tags not handled correct in IE6 and IE7 Pending WorksForMe Bug closed Normal
Description

Hi.

Using FCKeditor 2.4.3 and had high expectations for the new handling of BR and P tags (introduced earlier).

I do not want P tags in the source, and have therefore these two lines in my fckconfig.js: FCKConfig.EnterMode = 'br' ; FCKConfig.ShiftEnterMode = 'br' ;

And have the following UGLY (at least for me) bug:

If I enter some text and then use BACKSPACE TO REMOVE ALL text (in IE6 or IE7) then what is stored in my database is this: <p>&#160;</p>

There should be nothing stored in my db.

Then when I laiter edit the text in FCKeditor then the P tags are never gone.

Is this a known bug? Is there something else I have to set in the config file to handle this correct?

REALLY hopy this can be fixed ASAP, also for the 2.4.3 version, since I'm soon to demo an application for a customer and would not like to use a 2.5 beta or a clean 2.5 version since this increase the risk of new quirks in the application.

It works as it should in Firefox.

#1508 Browser.html - can't get parrameters from querystring in FireFox Pending Bug closed Normal
Description

Change function in browser.html

function GetUrlParam( paramName ) {

var oRegex = new RegExp( '[\?&]' + paramName + '=([&]+)', 'i' ) ; var oMatch = oRegex.exec( window.top.location.search.replace('&amp;','&')) ;

if ( oMatch && oMatch.length > 1 ) {

return decodeURIComponent( oMatch[1] ) ; }

else

return ;

}

#1515 Client side javascript on page disabled in .NET Pending Bug closed Normal
Description

When the Page directive inherits attribute (Inherits="FredCK.FCKeditorV2.FileBrowserConnector") is in the page, client-side javascript within the page is disabled.

I'm using .NET radio button controls. A client-side onclick is added in the page_load. Depending on which radio button is clicked, a div is hidden or made visible. With the inherits attribute, the code to show or hide the div no longer works.

#1534 Numbered comments are inserted in the document Pending WorksForMe Bug closed Normal
Description

This may already have been discussed, but I couldn't find it anywhere. With FCKeditor installed in MediaWiki 1.10 and 1.11, there are comments inserted in the document that are like this: <!--{11952409160683} -->

That may be by design, but it is causing problems with Mediawiki. Namely, it sporadically keeps one from being able to edit a section of an article (at least, that ability returns when the comments are removed), and it prevents edits to e.g., the navigation bar, from working correctly.

With the former, we are getting errors like this: You tried to edit a section that doesn't exist. When we remove the comments, that error goes away.

Like I said, there may be something I'm missing here, but I couldn't find anything about it when I was searching for it.

Thanks! -Lane

#1535 CP1252 encoding issues Pending Martin Kou Bug closed Normal
Description

The commonly used Windows Codepage 1252 has two characters which are not covered by FCKEditor's HTML entities:

Ž &Zcaron; U+017D alt+0142
ž &zcaron; U+017E alt+0158

If you type these chars, FCKEditor will not turn them into entities. If you inititalize FCKEditor with a text that contains one of these entities, the entities will be re-encoded e.g. as &amp;Zcaron;

#1539 Show Preview wraps entries with <p> and </p> Pending WorksForMe Bug closed Normal
Description

I installed the FCKEditor extension for Mediawiki(1.10.2). I noticed that whenever I edit a page, use "Show Preview" then "Save Page", the page formatting is messed up. Everything is displayed in one line. Instead of headers, it shows

== 1 == 1111 == 2 == 222

all in one line.

I've found out (by using "Show Changes") that the text I had was wrapped with <p> and </p>, which is probably why they are displayed that way.

I'm not sure if this is a bug or a setting that I need to adjust.

#1544 Permission Denied Pending Bug closed Normal
Description

I get this error only some time and also can't findout the reason why it is coming. Because sometimes it comes too quickly and sometimes it never appears. I am professional developer and I have spent too much time to resolve this error. Now me and also my client is fruastated as after spending lot of time I haven't got solution. I am giving all my code below. Please check and advice.

I have 2 pages : CreateLetter.aspx and Selection.aspx

on CreateLetter.aspx I have FCKeditor <fckeditorv2:fckeditor id="FCKeditor1" runat="server" BasePath="~/FCKeditor/" Height="500px"></fckeditorv2:fckeditor>

and also one button <input id="inpbtnInsertMerge" type="button" value="Insert Merge Field" onmousedown="test()" />

and here is JavaScript for this page : <script type="text/javascript" language="javascript">

function test() {

var FCK = FCKeditorAPI.GetInstance('<%=FCKeditor1.ClientID %>') ; FCK.InsertHtml('{u_mergefield}'); delete FCK; newwin=window.open('Selection.aspx',null,"left=300,top=100,height=400,width=200,status=yes,titlebar=no,toolbar=no,menubar=no,location=no"); newwin.focus();

}

</script>

Simply saying I am adding string "{u_mergefield}" in FCKeditor at cursor position on clicking of that button. And open second page as pop up.

On second page I am giving him selection of words to replace that word "{u_mergefield}".

It has 2 buttons for that.

<input id="inpbtnFianl" type="button" value="Update" onclick="update();" /> <input id="inpbtnCancel" type="button" value="Cancel" onclick="cancel();" />

and here is javascript for that

function update() {

var FCK = window.opener.FCKeditorAPI.GetInstance('ctl00_cph_FCKeditor1') ; var str = FCK.GetXHTML( true ); if(document.getElementById('Radio1').checked) {

str=str.replace(/{u_mergefield}/g,"{u_fname}")

} else if(document.getElementById('Radio2').checked) {

str=str.replace(/{u_mergefield}/g,"{u_lname}")

} else if(document.getElementById('Radio3').checked) {

str=str.replace(/{u_mergefield}/g,"{u_bstreet}")

} else if(document.getElementById('Radio4').checked) {

str=str.replace(/{u_mergefield}/g,"{u_bcity}")

} else if(document.getElementById('Radio5').checked) {

str=str.replace(/{u_mergefield}/g,"{u_bstate}")

} else if(document.getElementById('Radio6').checked) {

str=str.replace(/{u_mergefield}/g,"{u_bzip}")

} else if(document.getElementById('Radio7').checked) {

str=str.replace(/{u_mergefield}/g,"{u_sstreet}")

} else if(document.getElementById('Radio8').checked) {

str=str.replace(/{u_mergefield}/g,"{u_scity}")

} else if(document.getElementById('Radio9').checked) {

str=str.replace(/{u_mergefield}/g,"{u_sstate}")

} else if(document.getElementById('Radio10').checked) {

str=str.replace(/{u_mergefield}/g,"{u_szip}")

} else if(document.getElementById('Radio11').checked) {

str=str.replace(/{u_mergefield}/g,"{u_hstreet}")

} else if(document.getElementById('Radio12').checked) {

str=str.replace(/{u_mergefield}/g,"{u_hcity}")

} else if(document.getElementById('Radio13').checked) {

str=str.replace(/{u_mergefield}/g,"{u_hstate}")

} else if(document.getElementById('Radio14').checked) {

str=str.replace(/{u_mergefield}/g,"{u_hzip}")

} else {

str=str.replace(/{u_mergefield}/g,"");

} FCK.SetHTML(str); delete str; delete FCK; window.close(); return(false);

} function cancel() {

var FCK = window.opener.FCKeditorAPI.GetInstance('ctl00_cph_FCKeditor1') ; var str = FCK.GetXHTML( true ); str=str.replace(/{u_mergefield}/g,""); FCK.SetHTML(str); delete str; delete FCK; window.close(); return(false);

}

Now from the main when I click button "Insert Merge Field" it opens pop up and from here it updates that word on clicking "update" as per selectio. If I do same process for 4 or 5 times. It works perfectly but after some tries when I click "Update" button from Selection.aspx it gives that "Permission Denied" as JavaScript error in "CreateLetter.aspx" page.

It is also unbelievable for me that the error comes only some time and not some time. But it happens. If you want to see I can send you screen shots or screen recorded video.

Please give some time for this and please reply.

Thanks in advance.

Regards, Mayank Parmar Software Developer

mayank.parmar@… Clarion Technologies SEI CMMI Level 3 Company

4th Floor, Great Eastern Plaza, Airport Road, Pune- 411 006, Maharashtra, India. Mobile: +91 9763210521 http://www.clariontechnologies.co.in/

#1553 error after inserting pagebreak Pending Bug closed Normal
Description

insert pagebreak at the editordemo => select some text => try to edit the style => nothing happens

#1560 Authentication in filebrowser Pending Bug closed Normal
Description

This is a very mystical bug.. It seems when opening the filebrowser running on localhost under IIS. There is something wrong with the cookies being sendt to the server. localhost is not able to authticate the request. Custom authentication via cookies, in .net 2.0. But it works on my build server.. hmm have no idea what it could be. Tried to debug via Fiddler, but no request was catpured by fiddeler when running against localhost..

#1564 Insert of model causes IE crash Pending WorksForMe Bug closed Normal
Description

if the editor area is empty, trying to insert a 'model', IE(7) crashes, when the option checkbox in panel is checked

it seems to work fine in firefox

#1570 Replace tab of Find/Replace dialog can crash IE7 Pending Bug closed Normal
Description

Only IE7 and nightly build of 11/26/07 tested.

Can be reproduced by:

  1. Going to http://www.fckeditor.net/nightly/fckeditor/_samples/default.html
  1. Replace text with: one two three one two three one two three
  1. Put carrot at the beginning and select the replace dialog.
  1. In the "Find what" field of the "Replace" tab, type 'one' leaving the "Replace with" field blank for replacing with nothing.
  1. Press 'Replace' button several times, or 'Replace All' button only once.

The first replacement works. It crashes within the next couple replacements wanting to tell Microsoft about it.

#1574 PaddingNode causes Permission Denied error in IE Pending Bug closed Normal
Description

_FCK_PaddingNodeListener's call to FCKDomTools.EnforcePaddingNode was sometimes causing a "Permission Denied" error in IE. This is because it held a lingering reference to a node in a document that didn't exist.

The included patch works for me.

#1576 Editor height is always =300px Pending WorksForMe HasPatch Bug closed Normal
Description

MediaWiki 1.11.0, browsers: FireFox 2.0, MSIE 7.0

Editor height is always set to 300. Proposition: In file FCKeditor/FCKeditor.body.php replace lines

function onLoadFCKeditor()
[...]
height = ( !height || height < 300 ) ? 300 : height ;

with code:

function onLoadFCKeditor() {

 var box = document.getElementById('wpTextbox1');
 if ( box ) {

  var height = $wgFCKEditorHeight ;
  if ( height == 0 ) {

   height = box.offsetHeight;
   var tBar = document.getElementById('toolbar');
   if ( tBar )
    height += tBar.offsetHeight;
   height += 1;

   if ( ! height ) {
    var aTop = tBar;
    if ( ! aTop )
     aTop = box;
    var aBottom = document.getElementById('editpage-copywarn');

    if ( aTop && aBottom )
     height = aBottom.offsetTop - aTop.offsetTop - 6;
   }
  }

  // Enforce a minimum height.
  height = ( !height || height < 300 ) ? 300 : height ;
#1581 IE7: responseText is null or is not an object (0 things found) Pending Bug closed Normal
Description

Only MSIE7.0 (my version 7.0.5730.11 pl)

Select "Insert picture" or "Insert link" type something, which causes "no images found" or "no articles found" You will get an error: "responseText is null or is not an object".

To correct problem: In files image.html and link.html inside function LoadSearchResults( result ) replace line:

var results = result.responseText.Trim().split( '\n' ) ;

with

var results = ( result.responseText ? result.responseText.Trim().split( '\n' ) : '' );
#1588 Cursor doesn't show up Pending Bug closed Normal
Description

We have integrated FCKeditor into our Web application, specifically to create html emails. We've noticed that if we create a message in the message body using the editor, save the message as a draft and then return to it later, when we try to place our cursor in the text, the cursor doesn't show up - and we can't select any images already in place. The only way to undo this is to click the source button and then click back to the wysiwyg side.

#1628 FireFox JavaScript Alert With External Config File WorksForMe Pending Bug closed Normal
Description

I just loaded version 2.5.

I have a Custom Config file outside the FCEDITOR folder. Renders fine in Safari. But with FireFox, two Javascript alerts pop-up when the editor loads. One says:

Unknown toolbar item "BlockQuote"

When you clear it, another pops up...

Unknown toolbar item "ShowBlocks"

If I switch back to the default (exact duplicate) config JS located in the FCKEDITOR folder, I don't get the errors.

#1629 2 suggestions for tabs or buttons Pending New Feature closed Normal
Description

sorter mailto

#1637 inline style from office word gives javascript error, editor doesn't work Pending Bug closed Normal
Description

if this inline style sheet is past into the as html (so first source and then past it in) in Firefox(linux) and then the content is opened again in IE6: the button bar loads completely however the edit box stays white and there is no cursor. IE6 also reports an error on the page. while the same thing just works fine in Firefox(linux)

serverside is coldfusion connector

<p><style type="text/css">@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @font-face { font-family: Verdana; } @page Section1 {size: 612.0pt 792.0pt; margin: 70.85pt 70.85pt 70.85pt 70.85pt; } P.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } LI.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } DIV.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } A:link { COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99 } SPAN.MsoHyperlink { COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99 } A:visited { COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99 } SPAN.MsoHyperlinkFollowed { COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99 } P.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } LI.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } DIV.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } SPAN.E-mailStijl17 { COLOR: windowtext; FONT-FAMILY: "Verdana","sans-serif"; mso-style-type: personal-compose } SPAN.BallontekstChar { FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: Ballontekst; mso-style-name: "Ballontekst Char" } .MsoChpDefault { mso-style-type: export-only } DIV.Section1 { page: Section1 } </style></p>

#1658 XSS Injection with img tag Pending Bug closed Normal
Description

Hi there,

If you use:

<img src="image.jpg" onload="alert('valid cross-site scripting');" />

there is a XSS Injection possible.
Enter this into the source code of an FCK window, just preview the Site and the JS executes.

Browser: Firefox 2.0.0.11 (latest)
OS: WinXP SP2
FCKG: Version 2.5 Build 17352
Using FCK with PHP5

cheers
fanfarian

#1662 HTTP MSIE Multiple Style Tags Code Exec Pending WorksForMe Bug closed Normal
Description

Norton Symantec Antivirus (version 14.0.4.1) gives me this security threat: http://www.symantec.com/avcenter/attack_sigs/s21657.html

I use FireFox (not IE)

#1669 sample13 failed on ie7 IE7 Pending WorksForMe Bug closed Normal
Description

I find that i can't switch a textarea to a fckeditot on ie7,even the sample page 13 had that problem. But it works well on ie6.

#1681 Error: -2147024809, Invalid Arguement when opening a 2nd editor in a popup Pending Bug closed Normal
Description

I have an editor placed inline in a registration form. It has a nearly empty toolbar with only B,U,I buttons. I have added another button which opens a new editor in a modal dialog. After opening of the new editor in the dialog, i am getting an error -2147024809, Invalid Arguement.

The error occurs at:

FCKEvents.prototype.FireEvent = function( eventName, params )
{
	var bReturnValue = true ;

	var oCalls = this._RegisteredEvents[ eventName ] ;

	if ( oCalls )
	{
		for ( var i = 0 ; i < oCalls.length ; i++ )
		{
			try
			{
				bReturnValue = ( oCalls[ i ]( this.Owner, params ) && bReturnValue ) ;
			}
			catch(e)
			{
				// Ignore the following error. It may happen if pointing to a
				// script not anymore available (#934):
				// -2146823277 = Can't execute code from a freed script
				if ( e.number != -2146823277 )
					throw e ;
			}
		}
	}

	return bReturnValue ;
}

The function that is being tried to execute here is: FCKToolbarSet.prototype.RefreshItemsState

I am using IE 6.0. The problem doesnt occur on Firefox 2.0.

If you need more info, I'll be glad to provide it.

#1686 Bug with Blockqoute on a List Pending Bug closed Normal
Description

Hello FCKeditor Team,

when you make a blockquote on a list an make a second list out of it then you destroy the code. We use the v2.3 but in your demo on your site, where we think its v2.5, we can rebuild the bug. The testbrowser is Firefox 2.0.0.11.

     <li>fkjsdkjsfd
     <ul>
         <li>kmfsdklmsf</li>
         <li>fjksdjklsfd</li>
         <li>kjfsdkjlsdf</li>
         <li>jfskjklfsd</li>
     </ul>
     </li>

Regards

#1699 New FCKeditor have errors! Problem with FileBrowser WorksForMe Pending Bug closed Normal
Description

Hello,

When the page WWW fckeditor.net will load, I click on 'Demo' and I click on 'Insert/edit image' icon. Next on 'Browse'. When FCKeditor Resource Browser loaded, I'm not see a list of folder and files. When I upload a file, I see report 'Invalid name'. I try for various files and nothing.

Please about help.

Thank you

#1704 FCKStyles is not defined WorksForMe Pending Bug closed Normal
Description

I am using ColdFusion 8 with the editor.

When using IE it just throws a javascript error in Firefox with Error Console enabled it throws this error

Error: FCKStyles is not defined Source File: http://test.arrelle.com/cw3/admin/fckeditor/editor/fckeditor.html?InstanceName=Page_Content_1&Toolbar=Default Line: 80

Server Windows 2003

Steps to reproduce: Open page with editor enabled error happens immediately. I have already put up a .httaccess page with AddType application/xml .xml I have also cleared the browser cache and reloaded the page.

#1724 code is changed on save WorksForMe Pending Bug closed Normal
Description

Hi,

FCKEditor V2.5.1 seems to change the code when edited. When I do the following:

  1. I have a text like this
<p>This is a Test.</p>
  1. I edit it in FCK so that it becomes:
<p>This is <span style="font-family: Times New Roman;"><span style="font-size: large;">a Test</span></span>.</p>
  1. When I save and reopen, it has become to:
<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

#1749 Unresponsive Script on Replace Pending WorksForMe Bug closed Normal
Description
  1. The 'Replace' option gives the following error: Warning : Unresponsive Script --'A script on this page may be busy or might have stopped responding. You can stop this script now, or you can continue to see if the script will complete'
#1750 find/find next/find Pending Bug closed Normal
Description

2.While working on Firefox -- Show code window: the find/find next/find

previous function does not search the string match even if the matching string exists in the HTML code.

#1751 Upgraded to 2.5.1 - doesn't change color Pending Bug closed Normal
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

#1755 Folders act like files in the File Browser WorksForMe Pending Bug closed Normal
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 Pending Bug closed Normal
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.

#1765 browsing with filemanager causes error Pending Bug closed Normal
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?

#1775 Find / Replace on empty text changes the text WorkForMe Pending Bug closed Normal
Description

Happens on IE :- 6.0.2800.1106CO, doesn't happen in FireFox 2.0.0.11
Happened with 2.5.1 and with the nightly from 01/21/2008

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
<p></p>
<p>&nbsp;</p>
--- End

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.

#1778 Editor doesn't load if fckeditor.js included at end of page Pending Bug closed Normal
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

#1783 alphabetized files Pending WorksForMe New Feature closed Normal
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

#1798 Blank Editor/Text Area ~ FCKeditor could not load in IE6 WorksForMe Pending Bug closed Normal
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.

#1800 If I pasted text, reverse problem Pending Bug closed Normal
Description

Hi~

I have a problem

If I pasted text in FCKeditor.

Strangely..Text revered each other

How can I do solved this problem??

#1808 boot.ini bug Pending WorksForMe Bug closed Normal
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:)

#1857 IE: <br> added in regular text after pasting. Pending WorksForMe Bug closed Normal
Description

If you type a sentence in the MediaWiki+FCKeditor and put two spaces (as I have done for over 30 years), it renders the first space as "&nbsp;". OR If you copy a sentence and put one space after the period before copying another, it changes that space to a non-breaking space and adds a <br>.

Example, in the sandbox of wiki-site.com... 1) Copy the sentence at the bottom that starts, "Please note that all contributions to Wiki-site may be edited..." into the page in the FCKeditor mode. 2) Add a space after this sentence and then paste the sentence again. 3) Add a space again and copy the sentence a third time.

Upon the first conversion, each space you typed is converted to a non-breaking space AND two returns are added after the first non-breaking space.

After the second conversion, an additional <br> is added before the second sentence.

I've had massive problems with all these non-breaking spaces and breaks added to standard text and list text but the problems do not reproduce consistently in the sandbox. Is it possible to change FCKeditor so that it no longer adds non-breaking spaces and breaks?

Thanks again for your help. Steve

#1860 <link> tag is being modified upon save Pending WorksForMe Bug closed Normal
Description

If I go into the 'Source' mode and paste <link> tags (see below) into the FCKeditor area, they are converted to <p>&nbsp;</p> upon save.

<link href="/mystyles/teststyle.css" rel="stylesheet" media="screen">

#1861 Nested BODY tags Confirmed Pending Bug closed Normal
Description

If you have HTML content that contains a BODY tag with a BODY tag, only the content inside the inner tag is visible. For example:

<html> <BODY> <p>outer</p> <BR> <BODY> inner<BR> </BODY></BODY></HTML>

Only the "inner" text appears in the FCKeditor. This is needed because e-mail messages often have nested BODY tags.

#1888 Error using ReplaceTextarea with IE7/Vista Pending WorksForMe Bug closed Normal
Description

Page fail to load with IE7/Vista, when an editor.ReplaceTextarea function is called. Works fine with IE6/7 running under XP, or others browsers/OS.

I tried html/sample02.html (latest stable and nightly build), and it also bugs with IE7/Vista.

Javascript editor hosted on a Ruby on Rails application.

Here is the only code used to create the editor :

var mc_editor = new FCKeditor('mc_desc', 700, 300, 'Basic');
mc_editor.ReplaceTextarea();
#1894 upload location broken if browser server works, and visa versa Pending WorksForMe Bug closed Normal
Description

FCKeditor 2.5.1

I can edit config.php so uploads work, but if so, then browse server is broken, and versa visa.

...if browser server work, then uploads are broken. This seems to have something to with case sensitivity, and Image/image being defined twice and differently.

#1913 FCKeditor does not run on my server with PHP5. Pending Bug closed Normal
Description

hi,

First off, love the product you guys produce. I have been using your product for some time, however, I recently changed to a VPS with a new company. My site utilizes your FCKeditor (www.gamerevolver.com) to post new articles, comments and pretty much any other user input. Try as I might, I can not get the FCK to load with PHP5. When I go to your _samples (http://www.gamerevolver.com/FCKEditor/_samples/default.html) folder, all of them work except the PHP version. It is imperative that I get this running in a timely manner as I am losing lots of business because of this mishap. i added the most recent version of the editor and still experience the problem. Basically, the editor just doesn't show up, just like in your samples. Please help!!

Steriotyp

#1925 categorie link renamed on edit Pending WorksForMe Bug closed Normal
Description

when having categories, using FCKeditor with mediwiki removes the category naming and thus the sorting. Example [[Category:Help|S]] if edited would be renamed to [[Category:Help]] and the sorting is removed.

thanks for the great work! mike

#1928 using FCKeditor in Mozilla ,cannot use 'delete' and 'back space' buttons when editor first instantates Pending WorksForMe Bug closed Normal
Description

When I first open a webpage in Mozilla which calls the FCK editor in a text area and i try to straight away use the 'delete' key or the 'back space' key ,it shows no response. After that if I type in sumthing ,then the 'delete' and 'back' buttons start working.

This happens with all webpages (browsed in Mozilla) which have FCK editor.

No such problem in IE

What could be the problem and how could I fix it?

#1959 some code is not valid with xhtml Pending WorksForMe Bug closed Normal
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

#1974 Firefox 3.0. beta Pending Bug closed Normal
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 Pending Bug closed Normal
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

#1979 Textarea not editable in IE7 Pending WorksForMe Bug closed Normal
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

#1986 fckeditor does not work in page with Spry 1.6 menubar Pending Bug closed Normal
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)

#1988 IE 6 issues Pending WorksForMe Bug closed Normal
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?

#2004 Create URL on image Pending Bug closed Normal
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 )

{ if (FCKDialog.SelectionData.htmlText != undefined) efimov's stub

FCKDialog.SelectionData.select() ;

}

},

#2020 Firefox: cannot post/receive data while FCKeditor was placed in a UpdatePanel Pending Bug closed Normal
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">

<ContentTemplate>

<FCK:FCKEditor id="editor" runat="server" />
<asp:Button id="submit" text="Submit" runat="server" />

</ContentTemplate>

</asp:UpdatePanel>

void submit_Click(object sender, EventArgs e) {

.........
the content was not posted. (Firefox ONLY)
editor.Value keeps the default value after submit Clicked.

}

#2023 FitWindow (Fullscreen) IE -> after close, with changes to 100% Pending WorksForMe Bug closed Normal
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.

#2026 IE6 + MediaWiki Extension: Minor edits within an existing line crash IE6 Pending WorksForMe Bug closed Normal
Description

This occurs in both IE6 SP1 and SP2, on both Windows XP and 2000. FCKEditor version is 2.5.1

Steps to reproduce:

  1. In IE6, go to FCKEDitor + MediaWiki website sandbox
  2. Edit the sandbox page by adding the following line at the start (note the capital 'I'):

blah blah Integration blah blah

  1. Save the edit - this will work ok.
  2. Edit the page again, and change the capital 'I' to a lower case 'i'.
  3. Try to save this edit. Kaboom!

IE6 craches with an access violation.

#2051 Command-z shortcut fails to undo text formatting under OS X/Firefox Pending WorksForMe Bug closed Normal
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.

#2060 Find focus text by scorlling entire page in Ie6 (maybe Ie7) Pending WorksForMe Bug closed Normal
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.

#2068 Bolding before a Dash causes formatting errors Pending Bug closed Normal
Description

This problem occurs when I paste things into the edit window using IE. I make a list, bold the first few words, put a dash after them and leave the rest as a continuing sentence. Everything looks good in wysiwyg and in wikitext. However, after I save it, everything goes wrong in the formatting. Please see attached picture for an example.

After I manually go back and correct it in the wikitext, it seems to be okay.

This doesn't seem to happen when I use a colon after the bolded words. It only occurs after the dash is used.

I use: MediaWiki: 1.11.2 PHP: 5.2.5 (cgi-fcgi) MySQL: 5.0.45-log

#2071 FCK.EditorDocument.selection.createRange().text does not return selected text Pending Bug closed Normal
Description

I made a few plugins that make use of the functionality to read the current selection with FCK.EditorDocument.selection.createRange().text In FCKeditor 2.5.1 (and backwards) it is working. in FCKeditor 2.6RC I noticed that it is not working anymore. The object 'FCK.EditorDocument.selection' is created but createRange().text does not return the selected text (empty).

The browser involved is IE 6 and 7

#2085 Error in JS with unknown function at time of unload. Pending WorksForMe Bug closed Normal
Description

In FCKeditor.body.php there is a javascript condition to remove an event listener. The problem is you are removing a call to a function before the function has been declared. This causes an error in FF.

The original code:

// Remove the mwSetupToolbar onload hook to avoid a JavaScript error with FF.
if ( window.removeEventListener )
	window.removeEventListener( 'load', mwSetupToolbar, false ) ;
else if ( window.detachEvent )
	window.detachEvent( 'onload', mwSetupToolbar ) ;

mwSetupToolbar = function() { return false ; } ;

As you can see the call to define mwSetupToolbar is below the condition to remove the event listener which would call the function. At the time of checking the condition the browser knows nothing of the function.

The amended code:

mwSetupToolbar = function() { return false ; } ;

// Remove the mwSetupToolbar onload hook to avoid a JavaScript error with FF.
if ( window.removeEventListener )
	window.removeEventListener( 'load', mwSetupToolbar, false ) ;
else if ( window.detachEvent )
	window.detachEvent( 'onload', mwSetupToolbar ) ;

The new code produces no errors and now allows the FCKeditor to be built correctly.

Kind regards and many thanks,

Phil Collins phil@…

#2106 unwanted backslash is inserted whenever I use apostrophe or quotation marks Pending Bug closed Normal
#2107 "?" character is inserted when I try to add a line space manually. Pending Bug closed Normal
#2108 text characters appear too crowded (poorly kerned). Could you provide better text rendering or basic kerning when needed? Pending New Feature closed Normal
#2111 File upload problem when using tilde in path Pending WorksForMe Bug closed Normal
Description

I have a site on IP and the DNS is not resolved on Linux server using PHP . It is like : http://an.I.P.Address/~username

When I use FCKEDITOR and go to File Manager it shows Permission Denied and would not let me upload the files/images .

However I have the "image" folder on public_html with 777 permission.

As soon as the DNS is resolved the problem goes away automatically .

Any help will be appreciated

#2112 Can't close the modal template window in Firefox 2.0.0.13/XP Pending WorksForMe Bug closed Normal
Description

Fresh install of FCKEditor 2.6 using the following config:

FCKConfig.ToolbarSets["Pukka"] = [
	['Preview','-','Source','FitWindow'],
	['Link','Unlink','-','Image','Table','Rule','SpecialChar'],
	['OrderedList','UnorderedList','-','Outdent','Indent'],
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
	['Cut','Copy','Paste','PasteText','PasteWord'],
	['Bold','Italic','Underline','-','SelectAll','RemoveFormat'],
	['Templates','Style','TextColor','BGColor']
] ;

I click the templates icon which brings up the window properly. I can select one of the three default templates and see it work in the background. When I click the X or cancel, I get the error (pulled from Firebug):

FCK.Selection.Restore is not a function
EnsureSelection()fckdialog.html (line 388)
Cancel(undefined)fckdialog.html (line 675)
onclick(click clientX=0, clientY=0)fckdialog.html (line 1)
[Break on this error] FCK.Selection.Restore() ;

I have to reload the page to get the window to go away.

This is my first time using the templates.

#2130 Repeated addition of square brackets on editing external file links Pending WorksForMe Bug closed Normal
Description

When trying to add file link with alternative text such as [file:\\someserver\share\ alt text]

On the first save a | is added and also an extra pair of square brackets is appened to the link. The brackets and pipe additions are repeated on each save or preview so I end up with:

[[file:\\someserver\share\|alt text]] after the first preview alt|text?] after the second preview alt|text?]] after the third preview

I am running: *Media Wiki 1.11.0 *PHP 5.2.5 *The FCKEditor software from nightly build downloaded 14.04.2008

I am running the server on: *Windows 2003 server *Apache2.2

I believe the issue lies in the fckplugin.js file but have not yet been able to alter it to give me what I want (i.e. to stop adding [] and |).

#2164 Color Formatting Pending New Feature closed Normal
Description

A color formatting toolbar, like it is implemented in the standard FCKeditor, would lead to more clearly laid out articles IMO.

#2169 404 Not Found error was encountered while trying to use an ErrorDocument Pending WorksForMe Bug closed Normal
Description

Hai Everybody' See i am having an error '404 Not Found error was encountered while trying to use an ErrorDocument' while trying to insert a hyperlink in the editor only with IE not with mozilla.More over IE detects hyperlink just after entering the link.please help me Thnx

mt

#2172 Uploading Image to MediaWiki Pending WorksForMe Bug closed Normal
Description

Hi,

first of all: Thanks for the implementation of the editor to MediaWiki. But now the problem:

It's also happening in the sandbox too, so everyone can see the problem. When trying to insert an image instead of teh preview you just see an error field (see attach or sandbox)

Another suggest: would it be possible to use the standard FCK-Upload dialog? 'cause I want to browse to upload files, too.

#2174 FCKLang Pending Bug closed Normal
Description

Hello,

I've just install FCKeditor on my OsCommerce online store! But I have a little problem when I want to edit my products. I see nothing in the product description. I'ts white! Also, I have a Javascript error saying FCKLang, error at line 165, 101, etc...

Can you help me?

Thanks!

#2187 Existing image links are smashed when saving Pending WorksForMe Bug closed Normal
Description

Adding FCKeditor to an existing wiki, if a user edits a page that has existing image links and then edits and saves with the FCKeditor, all image links on that page are broken.

Version information:

  • MediaWiki: 1.11.2
  • PHP: 5.1.6 (apache2handler)
  • MySQL: 5.0.41-community

I installed the latest nightly build and the behavior is the same.

Steps to reproduce:

  • Upload a few images without FCKeditor.
  • Create a page linking to the images in the standard way
  • On that page have links to the image files: [[Image:Imagefile.png]]
  • Edit page using FCKeditor. Make some text changes, but do not modify images. Save page and notice that no images exist.
#2200 Html entity problem Pending WorksForMe Bug closed Normal
Description

FCKeditor decodes entities and converts custom tag to html comment if something like this is passed to it's contents:

&lt;! example &gt;

it is converted to <!-- example -->

And everything is fine when I pass: &lt; example &gt; - it remains unchanged.

1 2 3 4
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy