Keresés

Új hozzászólás Aktív témák

  • AtHoS

    nagyúr

    válasz brd #15686 üzenetére

    Ehhez a javascriptes okossághoz írták:

    "Script goes into recursion on submit event in some cases. For instance in Joomla, in NetFtp etc. Probably there, where submit event generated by other script.

    Opera Dragonfly show recursion at

    theform.submit = function() {
    >>> onsubmit();
    self.ta.form.the_actual_submit_method();
    };"

    Ennek az extension-ös verziójához szintúgy:
    Buggy:

    Extension foes into recursion on submit event in some cases. For instance in Joomla, in NetFtp etc. Probably there, where submit event generated by other script.

    Opera Dragonfly show recursion at

    theform.submit = function() {
    onsubmit();
    self.ta.form.the_actual_submit_method();
    };

    The same bug is present in original UserJS in the same place(I even do not knew about this extension until begun to find bugfix. But bug is present here to)

    Using Opera 11.*

    Viszont amit innen lehet letölteni és ami kódot itt lehet látni picit eltér egymástól:

    taMenu.textContent = 'Textarea Backup Actions';

    // taMenu.appendChild(menuList = document.createElement('ul'));

    vs.

    //taMenu.textContent = 'Textarea Backup Actions';

    taMenu.appendChild(menuList = document.createElement('ul'));

    Az angol - orosz szövegezést nem emeltem ki, ahogy látom annak a működésben nincs jelentősége

    read-only mode on the forum

Új hozzászólás Aktív témák