mozillahispano is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

mozillahispano / tuentifox http://mozilla-hispano.org/

A Firefox Add-on to communicate with Tuenti, the most famous Spanish social network.

Clone this repository (size: 4.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/mozillahispano/tuentifox
hg clone ssh://hg@bitbucket.org/mozillahispano/tuentifox

Issues

#532 Version 4.0 firefox no funciona Seleccionar todos Eventos y paginas

Reported anonymously

Version 4.0 firefox no funciona Seleccionar todos Eventos y paginas

Status: resolved Responsible: nobody Type: bug Priority: major
Milestone: none Component: none Version: none

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 Nukeador

    written

    • Changed component from nothing to Functions.
    • Changed status from new to open.

    Tienes razón, creo que en la última beta que miré funcionaba todo bien.

    En concreto el error que da:

    Error: XMLHttpObjectHandler is not defined Archivo de origen: chrome:tuentiaccessible/content/iframeoverlay.js Línea: 19

        if(XMLHttpObjectHandler && XMLHttpObjectHandler.RequestManager._on_success){
            bindToIframe();
        }else if(load && load.trace){
            var old_trace = load.trace;
            load.trace = function(url){
                if(XMLHttpObjectHandler && XMLHttpObjectHandler.RequestManager._on_success){
                    bindToIframe();
                }
                old_trace(url);
            }
        }
    
  2. #2 Anonymous

    written

    Tiene pinta de ser por que esta activo por alguna razon el modo estricto de ECMA5 (¿?) No deberia de dar error.

    Prueba con

        if("XMLHttpObjectHandler" in window && XMLHttpObjectHandler.RequestManager._on_success){
            bindToIframe();
        }else if("load" in window && load.trace){
            var old_trace = load.trace;
            load.trace = function(url){
                if("XMLHttpObjectHandler" in window && XMLHttpObjectHandler.RequestManager._on_success){
                    bindToIframe();
                }
                old_trace(url);
            }
        }
    
  3. #3 Nukeador

    written

    • Changed status from open to resolved.

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?