fckeditor is really great but i have still problems with firefox & fckeditor 2fc ... random errors: a whole black web page on starting fckeditor ... or the following error after "RELOAD" and another try to start fckeditor ...
I tried to upload a file in .NET it does not workl, I hava to press F5 key to make it kork but the system told me: the file already exist and change the name for........
I try with asp, and html and it works fine, will you bring a new dll to fix this? or do you have a example with .net.
In the <Overview of Editing commands> Section of this article. The author mention to caution when changing property on any element in the page, the undo list is cleared!!
Also, the mshtml command reference doesn't currently support the IDM_REDO and IDM_UNDO command identifier. Notes that many named command use by this awesome editor are unsupported, here's the list: IDM_STRIKETHROUGH, IDM_SUBSCRIPT, IDM_SUPERSCRIPT,
To modify this behavior I think that we have 2 solutions.
3. Create a COM ActiveX Dll that will implements the IHTMLEditDesigner interface of the HTML parsing and rendering engine (mshtml), this way we will have complete control on methods wich act as call back routines whenever an event occurs. Dont think so... http://msdn.microsoft.com/workshop/brow ... nerovw.asp
2. Determine why element property are change in the page and find a workaround to make things anotherway.
3. Create a fast custom History Queue plugin. I think that's the better solution, maybe someone as a better idea. In the HTML editor of the company that a worked, we have somethings like this, so I'm currently create a extention to resolve this bug.
Mac OS/X with Mozilla, Firefox, and Netscape 7.2 have cut/copy/paste working from the keyboard. However, when you click any of the buttons to do the action, rather than pop up the "Use the Keyboard" message, they all crash.
The Demo site seems to have this fixed. Is it possible to release grab the code base that the Demo site is running on from a CVS repository?
I liked the tabs as well. They look to me like Macromedia Cold Fusion tabs. Am I right? I've been meaning to review that js, myself - MM has an impressive demo that makes me like CF a little bit. Personaly, I wrote my own tab functions, but they probably stink compare to the MM ones. I'm thinking about switching. I use a getElementByClass function I found somewhere on the internet. (BTW, the example on topic is not mine. It was made by jmcent01.) I should make an example myself soon.
- insert a table with the default values - go to the properties - change the alignment to center
Now the table moves to the center, but the handles to resize it stay at the left side. If you click the table then the handles follow, but strech to 100%.
I am really impressed with this editor though! Thanks for doing this
I would say that is a bug. That "null" is null or not an object is something that I sometimes get in IE also, though I've no idea what causes my errors other than that I get them when I try to navigate off of the page.
_____________________________________________________________________________________ Many bug fixes in the Preview.. Thanks Fred... the only complaint really i have is the extreme difficulty in adding plug-ins... I tried and tried and tried and TRIED to use the way that MANY persons in here have said and suggested (most of the ----if not all) were for the previous version. not for this current release.
Yes i tried the exact steps and then executed the packager.. and it crashed.. just one prob after another.. so...
after about 3 days of messing with the dern code.. (i.e. was not as much of a problem- it was that damned Gecko (fire fox-mozilla) browser.
I could not use the plug in directory way because well shoot . i have no idea why.. (because of the packager wouldnt finish running before crashing - maybe) but I used the old hack method.
My mod for for a popup window (like the anchor tag) and product a drop down list (pulled from the database) of options (formatted txt) and to be inserted just like the anchors.
I hope this helps someone....
STEPS PERFORMED....mod as necessary: _____________________________________________________________________________________ Actions Performed: _____________________________________________________________________________________ OPEN: fckeditorcode_ie_2.js AND fckeditorcode_gecko_2.js
FIND: FCKConfig.ToolbarSets in the same group of entries add: 'Classify' besure to put a comma after it - sperating them. unless of course if you put it at the end.
_____________________________________________________________________________________ OPEN en.js FIND: DlgLnkTypeAnchor : "Anchor in this page", NEXT LINE UNDER ADD: DlgLnkTypeClassify : "Classify in this page",
FIND: DlgLnkAnchorSel : "Select an Anchor", NEXT LINE UNDER ADD: DlgLnkClassifySel : "Select an Classification",
FIND: DlgLnkAnchorByName : "By Anchor Name", NEXT LINE UNDER ADD: DlgLnkclassifyByName: "By Classification Name",
FIND: DlgLnkAnchorById : "By Element Id", NEXT LINE UNDER ADD: DlgLnkClassifyById : "By Classify Id",
FIND: DlgLnkNoAnchors : "<No anchors available in the document>", NEXT LINE UNDER ADD: DlgLnkNoClassifys : "<No Classify available in the document>",
FIND: DlnLnkMsgNoAnchor : "Please select an anchor", NEXT LINE UNDER ADD: DlnLnkMsgNoClassify : "Please select a Classification",
FIND: DlgAnchorErrorName : "Please type the anchor name", NEXT LINE UNDER (new section) ADD: // Classify Dialog DlgClassifyTitle : "Para Classification Properties", DlgClassifyName : "Please pick a Classification", DlgClassifyErrorName : "Please type the Classify name",
FIND: Anchor : "Insert/Edit Anchor", NEXT LINE UNDER ADD: Classify : "Insert/Edit Classification",
FIND: AnchorProp : "Anchor Properties", NEXT LINE UNDER ADD:ClassifyProp : "Classify Properties",
FIND: case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fck_anchor.html' , 370, 170 ) ; break ; NEXT LINE UNDER ADD:case 'Classify' : oCommand = new FCKDialogCommand( 'Classify' , FCKLang.DlgClassifyTitle , 'dialog/fck_classify.php' , 370, 170 ) ; break ; _____________________________________________________________________________________ COPY or create an image in mycase "Classify.gif" 20x21px to the editor/images direcotry
_____________________________________________________________________________________ CONTENTS: save to: dialog/fck_classify.php NOTE: for some reason.. i could not get the query to work right while inside an HTML document.. so i renamed to php and had no probs.
NOTE2: the %$#@$% between IE and Firefox was the fact that Firefox would NOT read the value of "txtName" without using the "ID" property in the select tag IE: <select id="txtName" name="txtName" style="WIDTH: 100%">. IE didnt have a prob with it but gecko based browsers will. go figure...
CONTENT FOLLOWS:
<?
include ("../../../../functions/db.php");
include("../../../../functions/variables.php");
//include("../functions/stripslashes.php");
include("../../../../functions/functions.php");
$classification_result2 = mssql_query("SELECT * FROM classification order by name");
?>
RE: IMPORTANT: Final Candidate Preview
hi!
fckeditor is really great but i have still problems with firefox & fckeditor 2fc ... random errors: a whole black web page on starting fckeditor ... or the following error after "RELOAD" and another try to start fckeditor ...
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.host]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://******************************** ... startup.js :: <TOP_LEVEL> :: line 23" data: no]
i hope this firefox (or better gecko-related) problems are solved in the final ... nevertheless great work, devs!
RE: IMPORTANT: Final Candidate Preview
I have also asked a question about that here..
https://sourceforge.net/forum/forum.php ... _id=257180
RE: IMPORTANT: Final Candidate Preview
I try with asp, and html and it works fine, will you bring a new dll to fix this? or do you have a example with .net.
Thanks for this great editor.
IE6 Undo / Redo BUG
I think that I found something about the IE6 Undo / Redo bug on the microsoft msdn web site....
http://msdn.microsoft.com/workshop/brow ... ingdoc.asp
In the <Overview of Editing commands> Section of this article. The author mention to caution when changing property on any element in the page, the undo list is cleared!!
Also, the mshtml command reference doesn't currently support the IDM_REDO and IDM_UNDO command identifier. Notes that many named command use by this awesome editor are unsupported, here's the list:
IDM_STRIKETHROUGH, IDM_SUBSCRIPT, IDM_SUPERSCRIPT,
To modify this behavior I think that we have 2 solutions.
3. Create a COM ActiveX Dll that will implements the IHTMLEditDesigner interface of the HTML parsing and rendering engine (mshtml), this way we will have complete control on methods wich act as call back routines whenever an event occurs.
Dont think so...
http://msdn.microsoft.com/workshop/brow ... nerovw.asp
2. Determine why element property are change in the page and find a workaround to make things anotherway.
3. Create a fast custom History Queue plugin. I think that's the better solution, maybe someone as a better idea. In the HTML editor of the company that a worked, we have somethings like this, so I'm currently create a extention to resolve this bug.
RE: IMPORTANT: Final Candidate Preview
Yea fred! KICK ASS!
RE: IMPORTANT: Final Candidate Preview
The Demo site seems to have this fixed. Is it possible to release grab the code base that the Demo site is running on from a CVS repository?
-t
RE: IMPORTANT: Final Candidate Preview
I really have a short suspence on ,my project.. can someone please let me know how to get fckeditor to work with out iframes? Thanks much!
RE: IMPORTANT: Final Candidate Preview
This new release is still showing error with hidden div tags. It now causes errors in both IE and FF.
Example:
http://eureka.ext.usu.edu/admin/test.cfm
Good work FCK. I appreciate your efforts.
RE: IMPORTANT: Final Candidate Preview
I'm also designing a CMS with tabs.
http://eureka.ext.usu.edu/admin/test.cfm is a good demo.
function ForceDesignMode()
is a good idea.
i can't get it to work in FC pre-release.
RE: IMPORTANT: Final Candidate Preview
I'm using Firefox 1.0
RE: IMPORTANT: Final Candidate Preview
it's not my example I'll post one if I can't figure it out myself
RE: IMPORTANT: Final Candidate Preview
Macromedia Tabs
Personaly, I wrote my own tab functions, but they probably stink compare to the MM ones. I'm thinking about switching. I use a getElementByClass function I found somewhere on the internet. (BTW, the example on topic is not mine. It was made by jmcent01.) I should make an example myself soon.
Tableediting problem
I found a bug with tables:
- insert a table with the default values
- go to the properties
- change the alignment to center
Now the table moves to the center, but the handles to resize it stay at the left side. If you click the table then the handles follow, but strech to 100%.
I am really impressed with this editor though! Thanks for doing this
RE: Tableediting problem
Windows Firefox: SLOW, Linux: FAST
In Linux firefox (and IE for Windows) typing is normal and fast.
Anyone else seeing this?
-Warr
RE: IMPORTANT: Final Candidate Preview
onkeydown event in fck_1_ie.js
Hi there...
Could it be that I found a bug?
Above file, the following lines:
116: // Check if key strokes must be monitored.
117: if ( FCKConfig.UseBROnCarriageReturn || FCKConfig.TabSpaces > 0 )
118: {
119: // Build the "TAB" key replacement.
120: if ( FCKConfig.TabSpaces > 0 )
121: {
122: window.FCKTabHTML = '' ;
123: for ( i = 0 ; i < FCKConfig.TabSpaces ; i++ )
124: window.FCKTabHTML += " " ;
125: }
126:
127: this.EditorDocument.attachEvent("onkeydown", Doc_OnKeyDown ) ;
127: }
That looks like the onkeydown event will only work if UseBROnCarriageReturn is set to "true" or TabSpaces is greater than 0.
Should it not in any way have an event onkeydown?
Thanks for answer
Kosh
RE: IMPORTANT: Final Candidate Preview
With the standart RC3, I couldn't use more than one fckeditor instance on a single webpage under firefox (1.03).
Now with the FC release, it works flawlessly with four instance.
Thanks
RE: IMPORTANT: Final Candidate Preview
is this a bug?
http://www.cuccu.net/ken/bugs/fckeditor.html
please use IE.
Regards,
Ken
RE: IMPORTANT: Final Candidate Preview
FINALLY!!!! - Successful with plugin with RC2
_____________________________________________________________________________________
Many bug fixes in the Preview.. Thanks Fred... the only complaint really i have is the extreme difficulty in adding plug-ins... I tried and tried and tried and TRIED to use the way that MANY persons in here have said and suggested (most of the ----if not all) were for the previous version. not for this current release.
Yes i tried the exact steps and then executed the packager.. and it crashed.. just one prob after another.. so...
after about 3 days of messing with the dern code.. (i.e. was not as much of a problem- it was that damned Gecko (fire fox-mozilla) browser.
I could not use the plug in directory way because well shoot . i have no idea why.. (because of the packager wouldnt finish running before crashing - maybe) but I used the old hack method.
My mod for for a popup window (like the anchor tag) and product a drop down list (pulled from the database) of options (formatted txt) and to be inserted just like the anchors.
I hope this helps someone....
STEPS PERFORMED....mod as necessary:
_____________________________________________________________________________________
Actions Performed:
_____________________________________________________________________________________
OPEN: fckeditorcode_ie_2.js AND fckeditorcode_gecko_2.js
FIND: break;case 'Anchor':oCommand=new FCKDialogCommand('Anchor',FCKLang.DlgAnchorTitle,'dialog/fck_anchor.html',370,170);
and after ADD:
break;case 'Classify':oCommand=new FCKDialogCommand('Classify',FCKLang.DlgClassifyTitle,'dialog/fck_classify.php',370,170);
FIND: break;case 'Anchor':oItem=new FCKToolbarButton('Anchor',FCKLang.Anchor);
INLINE AFTER IT ADD: break;case 'Classify':oItem=new FCKToolbarButton('Classify',FCKLang.Classify);
NOTE: FCKToolbarButton('Classify' = your image name.
_____________________________________________________________________________________
OPEN: fckcontextmenu.js
FIND: if ( this.Groups['Anchor'] ) this.Groups['Anchor'].SetVisible( bIsAnchor ) ;
and Below it paste:
if ( this.Groups['Classify'] ) this.Groups['Classify'].SetVisible( bIsClassify ) ;
_____________________________________________________________________________________
OPEN: fcktoolbaritems.js
FIND: case 'ImageButton' : oItem = new FCKToolbarButton( 'ImageButton' , FCKLang.ImageButton ) ; break ;
AFTER ON NEW LINE ENTER:
case 'Classify' : oItem = new FCKToolbarButton( 'Classify' , FCKLang.ClassifyButton ) ; break ;
_____________________________________________________________________________________
OPEN: fckconfig.js
FIND: FCKConfig.ContextMenu = ['Generic','Link','Anchor',
AFTER IT INLINE INSERT: 'Classify',
FIND: FCKConfig.ToolbarSets
in the same group of entries add: 'Classify' besure to put a comma after it - sperating them. unless of course if you put it at the end.
_____________________________________________________________________________________
OPEN en.js
FIND: DlgLnkTypeAnchor : "Anchor in this page",
NEXT LINE UNDER ADD: DlgLnkTypeClassify : "Classify in this page",
FIND: DlgLnkAnchorSel : "Select an Anchor",
NEXT LINE UNDER ADD: DlgLnkClassifySel : "Select an Classification",
FIND: DlgLnkAnchorByName : "By Anchor Name",
NEXT LINE UNDER ADD: DlgLnkclassifyByName: "By Classification Name",
FIND: DlgLnkAnchorById : "By Element Id",
NEXT LINE UNDER ADD: DlgLnkClassifyById : "By Classify Id",
FIND: DlgLnkNoAnchors : "<No anchors available in the document>",
NEXT LINE UNDER ADD: DlgLnkNoClassifys : "<No Classify available in the document>",
FIND: DlnLnkMsgNoAnchor : "Please select an anchor",
NEXT LINE UNDER ADD: DlnLnkMsgNoClassify : "Please select a Classification",
FIND: DlgAnchorErrorName : "Please type the anchor name",
NEXT LINE UNDER (new section) ADD:
// Classify Dialog
DlgClassifyTitle : "Para Classification Properties",
DlgClassifyName : "Please pick a Classification",
DlgClassifyErrorName : "Please type the Classify name",
FIND: Anchor : "Insert/Edit Anchor",
NEXT LINE UNDER ADD: Classify : "Insert/Edit Classification",
FIND: AnchorProp : "Anchor Properties",
NEXT LINE UNDER ADD:ClassifyProp : "Classify Properties",
FIND: case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fck_anchor.html' , 370, 170 ) ; break ;
NEXT LINE UNDER ADD:case 'Classify' : oCommand = new FCKDialogCommand( 'Classify' , FCKLang.DlgClassifyTitle , 'dialog/fck_classify.php' , 370, 170 ) ; break ;
_____________________________________________________________________________________
COPY or create an image in mycase "Classify.gif" 20x21px to the editor/images direcotry
_____________________________________________________________________________________
CONTENTS: save to: dialog/fck_classify.php
NOTE: for some reason.. i could not get the query to work right while inside an HTML document.. so i renamed to php and had no probs.
NOTE2: the %$#@$% between IE and Firefox was the fact that Firefox would NOT read the value of "txtName" without using the "ID" property in the select tag IE: <select id="txtName" name="txtName" style="WIDTH: 100%">. IE didnt have a prob with it but gecko based browsers will. go figure...
CONTENT FOLLOWS:
RE: IMPORTANT: Final Candidate Preview