My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 11, 2009
    Example01_BasicEditor Wiki page commented on by Metal3d   -   Excuse me but you'de rather use {{{ window.addEvent('load'function (){ //... }); }}} or {{{ window.addEvent('domready', function (){ //... }); }}}
    Excuse me but you'de rather use {{{ window.addEvent('load'function (){ //... }); }}} or {{{ window.addEvent('domready', function (){ //... }); }}}
  • Dec 07, 2009
    Tutorial Wiki page commented on by srastin   -   tests
    tests

Earlier this year

  • Nov 15, 2009
    Example01_BasicEditor Wiki page commented on by eomeagher   -   =teste=
    =teste=
  • Oct 22, 2009
    Example03_CustomButtons Wiki page commented on by hetano   -   oeuinth
    oeuinth
  • Oct 22, 2009
    Example01_BasicEditor Wiki page commented on by hetano   -   oaeuth
    oaeuth
  • Aug 10, 2009
    issue 25 (Default value is set, we cant remove it until we put soe oth...) commented on by Suhoij   -   See 3rd comment to issue #21
    See 3rd comment to issue #21
  • Aug 10, 2009
    issue 21 (Can't delete text if I don't insert first) commented on by Suhoij   -   Try to change this line in source [code] setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.body.innerHTML = this.value; } }, [/code] to: [code] setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.write(this.value); } }, [/code]
    Try to change this line in source [code] setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.body.innerHTML = this.value; } }, [/code] to: [code] setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.write(this.value); } }, [/code]
  • Aug 10, 2009
    issue 21 (Can't delete text if I don't insert first) commented on by Suhoij   -   Try to change this line in source <i> setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.body.innerHTML = this.value; } }, </i> to: <i> function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.write(this.value); } }, </i>
    Try to change this line in source <i> setValue: function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.body.innerHTML = this.value; } }, </i> to: <i> function(html) { this.value = html; // If the editor is fully loaded, update the contents of it. if (this.content != null) { this.content.write(this.value); } }, </i>
  • Apr 26, 2009
    issue 21 (Can't delete text if I don't insert first) commented on by umakantpatil4   -   Me too facing the same problem.. But these guys haven't provided any work around for it. This issue is open from feb, means 4 months. No support...
    Me too facing the same problem.. But these guys haven't provided any work around for it. This issue is open from feb, means 4 months. No support...
  • Apr 26, 2009
    issue 25 (Default value is set, we cant remove it until we put soe oth...) reported by umakantpatil4   -   I used ggedit at my personal work. Well when i set some default value in it using this way. var editor = new Editor(); window.onload = function() { editor.render($('editor')); editor.setValue('This is test text'); }; It works fine. Default text comes though. But you know problem is. If i click on the default text, and try removing it , we cant remove it :( until we press some character. If we press some character then we can remove default text. Issue is in all browsers. I highly need the solution. Can you please let me know how i can solve this ?
    I used ggedit at my personal work. Well when i set some default value in it using this way. var editor = new Editor(); window.onload = function() { editor.render($('editor')); editor.setValue('This is test text'); }; It works fine. Default text comes though. But you know problem is. If i click on the default text, and try removing it , we cant remove it :( until we press some character. If we press some character then we can remove default text. Issue is in all browsers. I highly need the solution. Can you please let me know how i can solve this ?
  • Apr 23, 2009
    issue 24 (images folder is hardcoded) reported by wwmcorp   -   more useable if images folder specify in variable
    more useable if images folder specify in variable
  • Mar 08, 2009
    issue 22 (Error with mootools 1.2) commented on by murilo.eng   -   Dedalo, while owner doesnt solve it, you can do this: Go to the line 129, and change the: Debug.log.adopt(messageContainer); for if (Debug) if (Debug.Log) Debug.log.adopt(messageContainer);
    Dedalo, while owner doesnt solve it, you can do this: Go to the line 129, and change the: Debug.log.adopt(messageContainer); for if (Debug) if (Debug.Log) Debug.log.adopt(messageContainer);
  • Feb 28, 2009
    issue 23 (Can't trap keypress on editor.) reported by tumhara.bijoy   -   Under the Editor class, I want to trap keypress, so that I can start a process. I tried editing the code. By editing something like... this.frame.contentWindow.document.onkeypress=function(){ alert(1); }; or, $(editor.content.body).addEvent('keypress', function(event){ alert(1); }); It seems the 2nd option above works fine on IE6, but not on FF3. Is it something to do with FF? Can you help?
    Under the Editor class, I want to trap keypress, so that I can start a process. I tried editing the code. By editing something like... this.frame.contentWindow.document.onkeypress=function(){ alert(1); }; or, $(editor.content.body).addEvent('keypress', function(event){ alert(1); }); It seems the 2nd option above works fine on IE6, but not on FF3. Is it something to do with FF? Can you help?
  • Feb 19, 2009
    issue 22 (Error with mootools 1.2) reported by dedalo   -   What steps will reproduce the problem? 1. use mootools 1.2 2. can't detect the browser and givs an error "editor.container.appendHTML is not a function" editor.container.appendH...known browser. Could not load editor."); Editor.class.js (línea 129)
    What steps will reproduce the problem? 1. use mootools 1.2 2. can't detect the browser and givs an error "editor.container.appendHTML is not a function" editor.container.appendH...known browser. Could not load editor."); Editor.class.js (línea 129)
  • Feb 19, 2009
    issue 21 (Can't delete text if I don't insert first) reported by dedalo   -   What steps will reproduce the problem? 1. setup demo file 2. load in firefox 3. click in the editor and try to delete a letter or word... you can't unless you add some letter or text. What version of the product are you using? On what operating system? 0.1 & 0.2 from the repository, same problem
    What steps will reproduce the problem? 1. setup demo file 2. load in firefox 3. click in the editor and try to delete a letter or word... you can't unless you add some letter or text. What version of the product are you using? On what operating system? 0.1 & 0.2 from the repository, same problem
  • Feb 12, 2009
    issue 20 (Editor on unload gives error [IE specific]) reported by tumhara.bijoy   -   What steps will reproduce the problem? I use ggEdit on one of my browser. But, IE6 browser, it gives a error. 1. When you try to refresh or move to different page, ie, onunload. I assume the error is something to do with mootools removing garbage values, or removing events which were attached. What is the expected output? What do you see instead? Since, the error appears onunload, so there is no specific problem as such. Just that my Microsoft JavaScript Debugger prompts this error. What version of the product are you using? On what operating system? I am using your ggEdit-0.1 version on WindowsXP operating system. Please provide any additional information below. The editor works perfectly well on other browsers, like FF,Opera,Chrome,Safari. Atached is the error file. My Debugger reports the error on line number 97.
    What steps will reproduce the problem? I use ggEdit on one of my browser. But, IE6 browser, it gives a error. 1. When you try to refresh or move to different page, ie, onunload. I assume the error is something to do with mootools removing garbage values, or removing events which were attached. What is the expected output? What do you see instead? Since, the error appears onunload, so there is no specific problem as such. Just that my Microsoft JavaScript Debugger prompts this error. What version of the product are you using? On what operating system? I am using your ggEdit-0.1 version on WindowsXP operating system. Please provide any additional information below. The editor works perfectly well on other browsers, like FF,Opera,Chrome,Safari. Atached is the error file. My Debugger reports the error on line number 97.
  • Feb 11, 2009
    issue 19 (Make debug function optional) reported by Suhoij   -   When create editor without Debug.build() it cause error Debug.log is undefined.In result it led in need to delete log strings in code.Please make it optional or give more documentation.
    When create editor without Debug.build() it cause error Debug.log is undefined.In result it led in need to delete log strings in code.Please make it optional or give more documentation.

Older

  • Nov 23, 2008
    issue 17 (example not working properly on linux) reported by branko.sego   -   Rename ggEdit.js to ggedit.js or edit script tag to match the file name. linux is case-sensitive.
    Rename ggEdit.js to ggedit.js or edit script tag to match the file name. linux is case-sensitive.
  • Aug 21, 2008
    issue 9 (Auto-attach to form) commented on by electric.bit   -   is this issue has been implemented?
    is this issue has been implemented?
 
Hosted by Google Code